User Tools

Site Tools


linux:distros:fedora_workstation_gnome

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:distros:fedora_workstation_gnome [2025/04/10 18:20] – [GNOME Xorg] Sean Rhonelinux:distros:fedora_workstation_gnome [2025/07/04 01:19] (current) – [Spinesnap] Sean Rhone
Line 20: Line 20:
 ==== 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
  
Line 210: Line 210:
  
 ==== 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'
Line 248: Line 250:
  
 # GTK # GTK
-export GSK_RENDERER='gl'+export GSK_RENDERER='ngl'
  
 # Mesa # Mesa
/srv/www/wiki/data/attic/linux/distros/fedora_workstation_gnome.1744323601.txt.gz · Last modified: by Sean Rhone