Frame – Linux X server in Assembly
isene.org
Frame – Linux X server in Assembly
1–10 of 115 posts
Re: Frame – Linux X server in Assembly
#2recently i also rewrite most of the app's underlying core function to rust, just like the guy do for the phone
perhaps i should also do more stuffs given codex reset too quickly
Re: Frame – Linux X server in Assembly
#3I've never quite found that Linux is more optimized on battery-powered machines for energy savings, even though supposedly there is a lot of room to tweak and optimize settings -- from selecting a low resource window manager/DE to turning off various services to switching up power management utilities. But this does seem like an approach that might produce that kind of fruit?
Re: Frame – Linux X server in Assembly
#4Re: Frame – Linux X server in Assembly
#5Re: Frame – Linux X server in Assembly
#6Vidar wrote one in pure Ruby. https://github.com/vidarh/ruby-x11
Re: Frame – Linux X server in Assembly
#7Was there a reason to add an AI-generated image to the top of the article? :(
Re: Frame – Linux X server in Assembly
#8Also, has anyone run it successfully? I got as far as building and running with --display and then running `DISPLAY=:7 dwm` and `DISPLAY=:7 alacritty`, but I can't seem to focus the window to actually type. Given that the author posted a picture of the thing actually running a live environment and claims to actually be using it, I'm pretty sure this is a me problem but I haven't been able to figure out where it is. Mouse works, too.
Re: Frame – Linux X server in Assembly
#9Interesting. I've never quite found that Linux is more optimized on battery-powered machines for energy savings, even though supposedly there is a lot of room to tweak and optimize settings -- from selecting a low resource window manager/DE to turning off various services to switching up power management utilities. But this does seem like an approach that might produce that kind of fruit?
Many distros already try to push good defaults, but you can do a whole lot when optimizing for a mobile experience. You can also do some fun stuff with it, like running a script[1] when going from ac->bat power to, e.g., turn of a service, lower refresh rate or reduce brightness.
[0]: https://linrunner.de/tlp/index.html [1]: https://linrunner.de/tlp/usage/run-on.html#run-on-ac-run-on-...