You are not logged in.

#1 2018-04-24 18:02:21

helminthe
Member
Registered: 2017-11-17
Posts: 6

Hints for a viable browser on old box?

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 sad
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

#2 2018-04-24 18:07:18

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,068
Website

Re: Hints for a viable browser on old box?

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 hmm

Offline

#3 2018-04-24 18:30:43

helminthe
Member
Registered: 2017-11-17
Posts: 6

Re: Hints for a viable browser on old box?

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 sad

Offline

#4 2018-04-24 18:32:05

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,068
Website

Re: Hints for a viable browser on old box?

^ Oh dear, that's not good hmm

Have you tried disabling javascript?

Offline

#5 2018-04-24 18:54:43

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,741

Re: Hints for a viable browser on old box?

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

#6 2018-04-24 22:58:03

DeepDayze
Like sands through an hourglass...
From: In Linux Land
Registered: 2017-05-28
Posts: 1,897

Re: Hints for a viable browser on old box?

What about Palemoon? Think there's a package built for old machines with only sse1 (but not sse2) support.


Real Men Use Linux

Offline

#7 2018-04-25 01:21:40

stevep
MX Linux Developer
Registered: 2016-08-08
Posts: 381

Re: Hints for a viable browser on old box?

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.

Last edited by stevep (2018-04-25 01:22:14)

Offline

#8 2018-04-25 01:39:42

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,560
Website

Re: Hints for a viable browser on old box?

helminthe wrote:

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 )

Introduction to the Bunsenlabs Boron Desktop

Offline

#9 2018-04-25 01:51:43

DeepDayze
Like sands through an hourglass...
From: In Linux Land
Registered: 2017-05-28
Posts: 1,897

Re: Hints for a viable browser on old box?

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.


Real Men Use Linux

Offline

#10 2018-04-25 18:00:01

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: Hints for a viable browser on old box?

helminthe wrote:

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 sad
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

#11 2018-04-25 18:23:09

helminthe
Member
Registered: 2017-11-17
Posts: 6

Re: Hints for a viable browser on old box?

DeepDayze wrote:
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 smile

Offline

#12 2018-04-25 18:34:10

helminthe
Member
Registered: 2017-11-17
Posts: 6

Re: Hints for a viable browser on old box?

johnraff wrote:
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 smile

Offline

#13 2018-04-25 18:37:54

nobody
The Great
Registered: 2015-08-10
Posts: 3,655

Re: Hints for a viable browser on old box?

helminthe wrote:
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 smile

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

#14 2018-04-25 20:24:39

stevep
MX Linux Developer
Registered: 2016-08-08
Posts: 381

Re: Hints for a viable browser on old box?

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

#15 2018-04-26 00:12:27

DeepDayze
Like sands through an hourglass...
From: In Linux Land
Registered: 2017-05-28
Posts: 1,897

Re: Hints for a viable browser on old box?

stevep wrote:

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

#16 2018-04-27 10:21:13

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: Hints for a viable browser on old box?

If you like to tweak, give Uzbl a try.

Offline

Board footer

Powered by FluxBB