|
|
|
|
|
by yjftsjthsd-h
731 days ago
|
|
> Debian, BSD, etc. I totally get you want the most stable thing going. You like to pretend that memorizing arcane spells for 20 years is the same as intuitive. Or you could just... use the graphical frontends that have been available for decades now? I wasn't daily-driving 20 years ago, but I can personally tell you that 15 years ago Ubuntu was perfectly good as a Windows replacement, including being able to use it through the GUI. Successive iterations may well have improved things, but even then Mint and pop-os are built on top of Ubuntu, which is in turn on top of Debian, and every year more of their improvements move upstream. |
|
`sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list`
https://askubuntu.com/questions/91815/how-to-install-softwar...
update /etc/environment
`GSK_RENDERER=gl`
and restart.
https://askubuntu.com/questions/1511575/ubuntu-24-04-screen-...
`echo 'GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT initcall_blacklist=simpledrm_platform_driver_init"' | sudo tee /etc/default/grub.d/99_disable_simpledrm.cfg && sudo update-grub`
https://askubuntu.com/questions/1509661/could-not-switch-the...