Skip to content

Instantly share code, notes, and snippets.

@TapeWerm
Last active January 21, 2024 08:11
Show Gist options
  • Save TapeWerm/de40d789a8e848932f542773c3eab9c6 to your computer and use it in GitHub Desktop.
Save TapeWerm/de40d789a8e848932f542773c3eab9c6 to your computer and use it in GitHub Desktop.
Ubuntu Desktop 22.04 Aftersetup.md - The setup after you set yourself up

The setup after you set yourself up

After installing Ubuntu Desktop, open Terminal:

GDM Monitor Layout

Copy your Gnome display settings to the login screen:

sudo cp ~/.config/monitors.xml ~gdm/.config/

Gaming

Enter sudo crontab -e and add this to your crontab:

# Disable ERTM so the Xbox One S controller stays connected (and works too)
@reboot echo 1 > /sys/module/bluetooth/parameters/disable_ertm

Dual-boot

# Don't travel time when you switch operating systems
sudo timedatectl set-local-rtc 1

Enter sudo nano /etc/default/grub, replace GRUB_DEFAULT=0 with this, and write out (^G = Ctrl-G):

# Set default OS to last chosen
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true

Then enter sudo update-grub.

Suggested links

No audio via HDMI/DP 20.04 | no hdmi/dp option in setting -> sound -> output device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment