mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Reenable Wayland Session
I don't think anyone should stay on x11 if they aren't gaming
This commit is contained in:
parent
1ea8f0c7fe
commit
41335c44d4
@ -174,6 +174,9 @@ sudo /usr/sbin/kmodgenca -a
|
||||
sudo dnf config-manager --set-enabled rpmfusion-nonfree-nvidia-driver -y
|
||||
sudo dnf install akmod-nvidia xorg-x11-drv-nvidia-cuda -y
|
||||
|
||||
#Reenable Wayland... They are working to support it, and if you aren't gaming you shouldn't stay on x11 anyways
|
||||
sudo sed -i 's^DRIVER=="nvidia", RUN+="/usr/libexec/gdm-disable-wayland"^#DRIVER=="nvidia", RUN+="/usr/libexec/gdm-disable-wayland"^g' /usr/lib/udev/rules.d/61-gdm.rules
|
||||
|
||||
#Setup BTRFS layout and Timeshift
|
||||
sudo mkdir /btrfs_pool
|
||||
sudo mount -o subvolid=5 /dev/mapper/${PARTITIONID} /btrfs_pool
|
||||
|
Loading…
Reference in New Issue
Block a user