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:23] Sean Rhonelinux:distros:fedora_workstation_gnome [2025/04/11 18:43] (current) – [Disable Wayland] Sean Rhone
Line 5: Line 5:
   * https://fedoraproject.org/workstation/   * https://fedoraproject.org/workstation/
  
-===== TODOs =====+====== Download ======
  
-  * 2025/02/10+  * https://fedoraproject.org/workstation/download
  
-  * Xorg notes (pkgs, GDM) +===== F42 =====
-  * XFS defrag+
  
-====== Download ====== +  * 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]])
-  * https://fedoraproject.org/workstation/download+
  
 ====== Installation Notes ====== ====== Installation Notes ======
Line 23: 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 81: Line 80:
  
   sudo dnf install evolution file-roller filezilla foliate gbrainy gimp gnome-backgrounds-extras gnome-extensions-app gnome-menus keepassxc mpv obs-studio transmission-gtk vlc android-tools aria2 binutils gdk-pixbuf2-modules-extra hdparm htop icoutils kernel-tools libva-utils lm_sensors gstreamer1-plugin-openh264 openh264 mozilla-openh264 p7zip p7zip-plugins sysfsutils unar wget xrandr yt-dlp    sudo dnf install evolution file-roller filezilla foliate gbrainy gimp gnome-backgrounds-extras gnome-extensions-app gnome-menus keepassxc mpv obs-studio transmission-gtk vlc android-tools aria2 binutils gdk-pixbuf2-modules-extra hdparm htop icoutils kernel-tools libva-utils lm_sensors gstreamer1-plugin-openh264 openh264 mozilla-openh264 p7zip p7zip-plugins sysfsutils unar wget xrandr yt-dlp 
 +
 +===== GNOME Xorg =====
 +
 +  * [[https://discussion.fedoraproject.org/t/xorg-removed-how-to-get-them-back/132151/24|Post]]
 +  * 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
  
 ===== Intel ===== ===== Intel =====
Line 201: Line 208:
   * Music -> VLC media player   * Music -> VLC media player
   * Video -> mpv Media Player   * Video -> mpv Media Player
 +
 +==== 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'
 +
 +  sudo -e '/etc/gdm/custom.conf'
  
 ==== Extensions ==== ==== Extensions ====
Line 246: 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.1739186586.txt.gz · Last modified: by Sean Rhone