Site Tools


software:fedora:fedora34_notes

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
software:fedora:fedora34_notes [2021/04/30 02:47] chrissoftware:fedora:fedora34_notes [2022/11/13 12:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +My notes from the upgrade to Fedora34.. which did not go as smooth as the last upgrades.
  
 +  * **Pieces which worked nicely:**
 +    * syncthing setup stayed working, mplayer and steam needed no further work
 +    * the Fedora34 rpmfusion repos were used automatically
 +    * ibus and Japanese input
 +  * **xdm started into 1024x768:** I run xdm as a habit, and conveniently run things via ~/.xsession file. Despite wayland running well on Thinkpads which I mainly use, I run xorg because that allows better screen sharing with Bluejeand/google meet. After upgrade to Fedora34, xdm dropped me into 1024x768 sessions, xrandr showing no higher resolutions. I installed kdm, and made /etc/systemd/system/display-manager.service a symlink to /usr/lib/systemd/system/kdm.service, so run kdm now. Allows normal resolutions and internal/external monitor setup as usual.
 +  * **pulseaudio was replaced with pipewire:** 
 +    * I had no sound after the upgrade, which replaces the pulseaudio packages with pipewire. For pipewire, the user is required to run services dbus and pipewire, as systemd user sessions. 'systemctl --user status dbus pipewire pipewire-pulse' shows if they are started. In my .config/systemd/user I had left over service unit files from past software, git-annex and other programs, which prevented also dbus from running. Cleaning up the directory, analyzing 'systemctl --user start dbus' and 'systemctl --user status dbus' output fixed things. I also had an issue of just firefox and google chrome not handling output to the bluetooth headset: all 3 of dbus, pipewire and pipewire-pulse need to run to fix this.
 +    * https://fedoraproject.org/wiki/Common_F34_bugs#pipewire-upgrade-config
 +    * https://bugzilla.redhat.com/show_bug.cgi?id=1931384#c16
 +  * **bluetooth audio:** Automatically connecting my Sony MX1000-m2 did no longer work, installing package 'blueman', staring blueman-applet and then explicitly connecting the headset did work. The headset was still 'trusted' from the previous installation.
 +  * **package update after reboot, not on running system:** I did one 'dnf update' run, it installed the packages "offline" as part of a restart. Want to disable that, makes me feel like being dealed with like a child who will report an xorg problem because the running pieces were updated onthefly:
 +<code>
 +# disable automatic depo fetching, I prefer to do that manually
 +systemctl disable dnf-makecache.timer
 +
 +# To my understanding disables the update-with-reboot behaviour
 +systemctl disable packagekit-offline-update.service
 +</code>
software/fedora/fedora34_notes.txt · Last modified: 2022/11/13 12:06 by 127.0.0.1