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/02/10 06:35] Sean Rhonelinux:distros:fedora_workstation_gnome [2025/04/11 18:43] (current) – [Disable Wayland] Sean Rhone
Line 4: Line 4:
   * 41   * 41
   * https://fedoraproject.org/workstation/   * https://fedoraproject.org/workstation/
- 
-===== TODOs ===== 
- 
-  * 2025/02/10: XFS defrag 
  
 ====== Download ====== ====== Download ======
  
   * https://fedoraproject.org/workstation/download   * https://fedoraproject.org/workstation/download
 +
 +===== F42 =====
 +
 +  * https://dl.fedoraproject.org/pub/alt/stage/42_RC-1.1/Workstation/x86_64/iso/Fedora-Workstation-Live-42-1.1.x86_64.iso
 +  * :!: 2025/04/10: Not fully tested due to Wine issue ([[https://discussion.fedoraproject.org/t/fedora-linux-42-beta-is-here-the-announcement-comments-topic/147247/24|post]])
  
 ====== Installation Notes ====== ====== Installation Notes ======
Line 20: Line 21:
  
   * 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]]))
 +  * F42: 1G ''/boot/efi'' as EFI sys partition (not vfat), rest ''/'' ext4
  
 <code> <code>
Line 83: Line 85:
   * [[https://discussion.fedoraproject.org/t/xorg-removed-how-to-get-them-back/132151/24|Post]]   * [[https://discussion.fedoraproject.org/t/xorg-removed-how-to-get-them-back/132151/24|Post]]
   * Last tested: 2025/02/10   * Last tested: 2025/02/10
 +  * :!: 2025/04/10: F42 needs ''startx'' ([[https://discussion.fedoraproject.org/t/xorg-no-longer-possible-f42-workstation-gnome/148486/9|post]])
  
   gnome-session-xsession xorg-x11-drivers setxkbmap xhost xmodmap xorg-x11-xauth xorg-x11-xinit xrdb   gnome-session-xsession xorg-x11-drivers setxkbmap xhost xmodmap xorg-x11-xauth xorg-x11-xinit xrdb
Line 207: 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 256: Line 261:
 === gdm === === gdm ===
  
-  sudo -u 'gdm' dbus-launch gsettings set 'org.gnome.desktop.interface' 'enable-animations' 'false'+  * :?: F41 used ''dbus-launch'' but F42 and Ubuntu 24.10 use ''dbus-run-session'' 
 + 
 +  sudo -u 'gdm' dbus-run-session gsettings set 'org.gnome.desktop.interface' 'enable-animations' 'false'
  
-  sudo -u 'gdm' dbus-launch gsettings set 'org.gnome.mutter' 'experimental-features' '[]'+  sudo -u 'gdm' dbus-run-session gsettings set 'org.gnome.mutter' 'experimental-features' '[]'
  
 === Background === === Background ===
/srv/www/wiki/data/attic/linux/distros/fedora_workstation_gnome.1739187315.txt.gz · Last modified: by Sean Rhone