Skip to content

Instantly share code, notes, and snippets.

@TapeWerm
Created September 9, 2024 02:07
Show Gist options
  • Save TapeWerm/9193e1a31f6e142dc6e2e4dcc295da54 to your computer and use it in GitHub Desktop.
Save TapeWerm/9193e1a31f6e142dc6e2e4dcc295da54 to your computer and use it in GitHub Desktop.
Ubuntu Desktop 24.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/

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.

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