Both sides previous revisionPrevious revisionNext revision | Previous revision |
linux:distros:fedora_workstation_gnome [2025/03/27 21:23] – Sean Rhone | linux:distros:fedora_workstation_gnome [2025/04/11 18:43] (current) – [Disable Wayland] Sean Rhone |
---|
* 41 | * 41 |
* https://fedoraproject.org/workstation/ | * https://fedoraproject.org/workstation/ |
| |
===== TODOs ===== | |
| |
* 2025/02/10: XFS defrag | |
* [[https://discussion.fedoraproject.org/t/f42-change-proposal-remove-fips-mode-setup-system-wide/138983#p-364548-httpsfedoraprojectorgwikichangesremovefipsmodesetupdetailed_description-detailed-description-4|FIPS]] ''fips=1'' Anaconda boot | |
| |
====== 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 ====== |
| |
* 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> |
* [[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 |
| |
==== 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' |
=== 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 === |