- Change from Wayland to X11 during login screen
- Decrease swap use from 60 to 10: sudo tee /etc/sysctl.d/swappiness.conf <<< vm.swappiness=10
- Reduce SSD writes: sudo nano /etc/fstab (and add '',noatime'' after ''errors=remount-ro'') (ctrl o enter ctrl x)
- Disable
NetworkManager-wait-online.service
(speed up boot time): sudo systemctl disable NetworkManager-wait-online.service - Disable Gnome Software from Startup Apps: sudo rm /etc/xdg/autostart/org.gnome.Software.desktop
- Update Mesa drivers on Intel/AMD: sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt upgrade - reboot and enjoy faster desktop experience
9 Likes
Hello is X11 same as XORG? I only Xorg on the selection
Yes it is the same.
1 Like