Upgrade from 14.1 to 14.2 - drm kmod

Hey folks,

i upgraded from 14.1 to 14.2 and my drm-intel kernel module did not load properly.
After finding: this forum post i added the repo for "kmods_latest" and everything works like
a charm. Is this intended or did i miss something during the upgrade?
 
Dear SirDice.
How can you explain that in release 14.1 XDG_RUNTIME_DIR was /var/run/user/`id -u`, and in release 14.2 XDG_RUNTIME_DIR = /tmp ?
 
Dear SirDice.
How can you explain that in release 14.1 XDG_RUNTIME_DIR was /var/run/user/`id -u`, and in release 14.2 XDG_RUNTIME_DIR = /tmp ?
There is a new pam_xdg module that appears on 14.2, it normally set by default:
Code:
XDG_RUNTIME_DIR=/var/run/xdg/<username>
If you have another directory, it is most likely an issue with consolekit or seatd that for an unknown reason decided to overwrite the variable.
 
There is a new pam_xdg module that appears on 14.2, it normally set by default:
Code:
XDG_RUNTIME_DIR=/var/run/xdg/<username>
If you have another directory, it is most likely an issue with consolekit or seatd that for an unknown reason decided to overwrite the variable.
Thanks monwarez. I will look for where I made a mistake.

found it. it was in ~/.config/hypr/hyprland.conf
 
Back
Top