Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
linux:distros:fedora_workstation_gnome [2025/04/10 18:20] – [GNOME Xorg] Sean Rhone | linux:distros:fedora_workstation_gnome [2025/07/04 01:19] (current) – [Spinesnap] Sean Rhone |
---|
==== Spinesnap ==== | ==== Spinesnap ==== |
| |
* SD card ''/boot'' + NVMe ''/'' ((workaround Dell UEFI-only on internal/NVMe restriction, which [[https://discussion.fedoraproject.org/t/gnome-does-not-allow-login/118415/40|seems to fix GNOME log-in]])) | * SD card ''/boot'' + NVMe ''/'' ((workaround Dell UEFI-only on internal/NVMe restriction, which [[https://discussion.fedoraproject.org/t/gnome-does-not-allow-login/118415/40|seems to fix GNOME log-in]]; https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2089709)) |
* F42: 1G ''/boot/efi'' as EFI sys partition (not vfat), rest ''/'' ext4 | * F42: 1G ''/boot/efi'' as EFI sys partition (not vfat), rest ''/'' ext4 |
| |
| |
==== Disable Wayland ==== | ==== Disable Wayland ==== |
| |
| * TODO: ''gdm-runtime-config'' https://github.com/pop-os/cosmic-epoch?tab=readme-ov-file#old-release-on-2204 |
| |
cat '/etc/gdm/custom.conf' | grep '#WaylandEnable' > '/dev/null' && sudo sed -i 's/'#WaylandEnable=false'/'WaylandEnable=false'/g' '/etc/gdm/custom.conf' && sudo restorecon -F -I '/etc/gdm/custom.conf' && cat '/etc/gdm/custom.conf' | grep 'WaylandEnable=false' | cat '/etc/gdm/custom.conf' | grep '#WaylandEnable' > '/dev/null' && sudo sed -i 's/'#WaylandEnable=false'/'WaylandEnable=false'/g' '/etc/gdm/custom.conf' && sudo restorecon -F -I '/etc/gdm/custom.conf' && cat '/etc/gdm/custom.conf' | grep 'WaylandEnable=false' |
| |
# GTK | # GTK |
export GSK_RENDERER='gl' | export GSK_RENDERER='ngl' |
| |
# Mesa | # Mesa |