You are not logged in.
Hi - I have a keen interest (do feel free to find it weird) in keeping old boxes alive, a couple of which run Bunsen right now. While most tasks are still perfectly doable on a top-of-the-line Pentium III with an accelerated 4 megabyte video card, one area completely out of limits is WWW. Everything requires Javascript, and not just basic elements but complex toolkits implementing new hardware-dependent features; fallback when implemented does not got far back enough. Dillo, eLinks don't work at all. Midori and Arora were both really good implementations, but abandoned
So - could anyone recommend a project (regardless of maturity level) that can parse modern-era HTML5 and dumb it down for an old CPU/GPU? The more such a browser could strip down the better (eg I don't even dream of loading a plugin)
Thank you!
Offline
The Debian release notes have a section about browsers that also applies to BunsenLabs:
https://www.debian.org/releases/stable/ … r-security
So firefox-esr & chromium are the only "safe" choices and chromium has recently fallen behind in oldstable (BunsenLabs Hydrogen/Deuterium) leaving only one option
Offline
Hi - thank you for the hints, but both Firefox and Chrome are now waaay out of the possibilities of a non-PAE SSE1 box, they won't even load a blank window
Offline
^ Oh dear, that's not good
Have you tried disabling javascript?
Offline
I'd say no, but maybe you can get some ideas from here https://wiki.archlinux.org/index.php/Li … b_browsers
links2 -g
looks somehow interesting (in stretch repos), but has no idea about html5.
Last edited by brontosaurusrex (2018-04-24 19:07:38)
Offline
What about Palemoon? Think there's a package built for old machines with only sse1 (but not sse2) support.
Real Men Use Linux
Offline
What about Palemoon? Think there's a package built for old machines with only sse1 (but not sse2) support.
Like this one? https://build.opensuse.org/package/show … on-nonsse2
Though netsurf is also worth a look.
Last edited by stevep (2018-04-25 01:22:14)
Offline
Dillo, eLinks don't work at all.
What are you requiring the browser to be able to do? I find Dillo fine for displaying a basic html page, and very fast. Its CSS support is not great, so I usually disable it, and sometimes have to scroll down the page to find the real content. Javascript is just not supported at all, so security might not be too severe a problem.
How much RAM have you got? I think that's at least as important as the processor. Over 500MB and something ought to be doable IMO.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
DeepDayze wrote:What about Palemoon? Think there's a package built for old machines with only sse1 (but not sse2) support.
Like this one? https://build.opensuse.org/package/show … on-nonsse2
Though netsurf is also worth a look.
Yes that's the one. I myself have an old Thinkpad T23 that I salvaged and resurrecting as a sort of netbook so that one should work on it.
Real Men Use Linux
Offline
Everything requires Javascript, and not just basic elements but complex toolkits implementing new hardware-dependent features; fallback when implemented does not got far back enough. Dillo, eLinks don't work at all. Midori and Arora were both really good implementations, but abandoned
So - could anyone recommend a project (regardless of maturity level) that can parse modern-era HTML5 and dumb it down for an old CPU/GPU?
your requirements are clear.
basically those of any modern www user.
i have never heard of "dumbing down" modern HTML5.
the mentioned netsurf might get closest to this particular requirement, but last time i tried it i found it unsatisfactory, and right now i'm trying again, but still... This is what a random youtube-page looks like, after enabling javascript... and the video doesn't play.
so basically you need
1. the same engines everyone else uses, with a stripped user interface
2. conservative browsing habits.
about 1.: quite a few browsers exist, usually using some incarnation of the webkit engine.
let surf be mentioned, and qutebrowser, and, maybe most to your liking, qupzilla (which has been renamed falkon and seems to have bcome part of the KDE universe).
about 2.: just as important.
adblocking - i recommend to do that via /etc/hosts, i.e. system-wide and browser-independent.
cross-site requests and javascript: only selectively! for me via addon: noscript and requestpolicy continued. neither probably exists for the lightweight browsers I mentioned. which brings us back to palemoon.
Last edited by ohnonot (2021-07-08 09:41:10)
Offline
stevep wrote:DeepDayze wrote:What about Palemoon? Think there's a package built for old machines with only sse1 (but not sse2) support.
Like this one? https://build.opensuse.org/package/show … on-nonsse2
Though netsurf is also worth a look.
Yes that's the one. I myself have an old Thinkpad T23 that I salvaged and resurrecting as a sort of netbook so that one should work on it.
Thank you for the Palemoon hint DeepDayze&stevep! Will try once I get near the system and update here. The system being way more hardcore than your T23, it's a 600X AFAIK the last laptop 100% made by IBM (even says manufactured in the UK!) thus the efforts to keep it alive
Offline
helminthe wrote:Dillo, eLinks don't work at all.
What are you requiring the browser to be able to do?
How much RAM have you got? I think that's at least as important as the processor. Over 500MB and something ought to be doable IMO.
Javascript is very much a requirement nowadays, most websites are 1-page-only with navigation triggered by events so stuff like links -g sadly won't work. Of course, when I say "most" it's what I browse, not very scientific.
As for RAM, I have a system maxed to an amazing 300MB RAM that at the time would have costed around 1500 USD
Offline
DeepDayze wrote:stevep wrote:Like this one? https://build.opensuse.org/package/show … on-nonsse2
Though netsurf is also worth a look.
Yes that's the one. I myself have an old Thinkpad T23 that I salvaged and resurrecting as a sort of netbook so that one should work on it.
Thank you for the Palemoon hint DeepDayze&stevep! Will try once I get near the system and update here. The system being way more hardcore than your T23, it's a 600X AFAIK the last laptop 100% made by IBM (even says manufactured in the UK!) thus the efforts to keep it alive
You may also try Konqueror (KHTML) or Epiphany (WebKit), the browsers of KDE and GNOME, respectively, where Epihphany is the most mainstream-like one while Konqueror is a web browser that is for a change also perfectly usable as a file browser.
Offline
A really old machine would do better playing Youtube in an external player than embedded in a browser, anyway. Or download the video first and play it. Clipgrab works well for that.
Offline
A really old machine would do better playing Youtube in an external player than embedded in a browser, anyway. Or download the video first and play it. Clipgrab works well for that.
Good tip I will try Clipgrab on the T23 once I get around to working on it. Memory on it maxes out at 1GB so that should be enough.
Real Men Use Linux
Offline
If you like to tweak, give Uzbl a try.
Offline