Extras/Lagrange: Difference between revisions

From Maemo Leste Wiki
Jump to navigation Jump to search
Norayr (talk | contribs)
Created page with "Lagrange is a smolnet browser, it supports Gemini/Spartan/Nex/Titan/Gopher/ protocols. It is possible to use it as simple HTML browser as well, by connecting to one of HTTP to Gemini proxies, or selfhosting. Some HTTP to Gemini proxies: * Duckling proxy * Stargate proxy ==Screenshots== thumb ==Tweaks== ===Increase cache size=== This makes touch scrolling working better and cpu usage decreases a lot (on n900). inc..."
 
Norayr (talk | contribs)
No edit summary
 
Line 12: Line 12:
[[File:3672ff95-8864-4adb-b828-d7ae1a47fbff.png|thumb]]
[[File:3672ff95-8864-4adb-b828-d7ae1a47fbff.png|thumb]]


[[File:996dcd5a-49f1-41ee-9919-bb5a0a80f276.png|thumb]]
[[File:73c8de3b-3946-49ec-836d-f99402cca13e.png|thumb]]
Gopher:
[[File:0309d876-a1fc-40d5-8b21-95bb27288719.png|thumb]]
Terminal emulation is supported:
[[File:6b6fcb7d-3a91-47bf-a706-459b34d99fd6.png|thumb]]
[[File:48765438-446d-42a2-9d60-c1e72f313941.png|thumb]]


==Tweaks==
==Tweaks==
Line 42: Line 55:


Set  
Set  
 
<pre>
```
uiscale arg:0.3
uiscale arg:0.3
```
</pre>

Latest revision as of 12:40, 1 May 2026

Lagrange is a smolnet browser, it supports Gemini/Spartan/Nex/Titan/Gopher/ protocols.

It is possible to use it as simple HTML browser as well, by connecting to one of HTTP to Gemini proxies, or selfhosting.

Some HTTP to Gemini proxies:

  • Duckling proxy
  • Stargate proxy


Screenshots

Gopher:

Terminal emulation is supported:

Tweaks

Increase cache size

This makes touch scrolling working better and cpu usage decreases a lot (on n900). increasing cachesize also makes radio streaming working fine when lagrange is in background.

Edit

~/.config/lagrange/prefs.cfg

Change cachesize:

cachesize.set arg:100

UI Scaling

Default UI Scaling is 1, setting it to 0.3 helps on n900.

Edit

~/.config/lagrange/prefs.cfg

Set

uiscale arg:0.3