logoalt Hacker News

hktyesterday at 9:05 AM4 repliesview on HN

This is a great tip, do you have others? I've tried to ditch graphical desktop envs and failed pretty miserably on media consumption and browsing before.


Replies

zamadatixyesterday at 1:09 PM

I messed with this a bit and found fbdev forces even gpu accelerated video decode or rendered apps (e.g. even terminal text these days) to go through the CPU/RAM copy path whereas a lightweight graphical setup (like a minimal sway with a full screen terminal window open) is zero copy. Minor thing, but I'll gladly trade a little RAM for some battery life + simplicity if I ever do need to open something actually graphical on the machine.

show 1 reply
yonatan8070yesterday at 12:18 PM

I'm curious, what's the motivation for not having a graphical environment at all?

show 3 replies
fc417fc802yesterday at 8:27 PM

It's not an answer to your question per se but I find various keyboard driven tiling WMs to be sufficiently minimal while still allowing GPU accelerated stuff to "just work".

redsocksfan45yesterday at 9:32 AM

Don't use mplayer for this. Use mpv --vo=gpu --gpu-context=drm

This gives you hardware acceleration without a desktop environment.