You are not logged in.
So I am using JWM (Joe's Window Manager) with SLiM as my login manager.
After booting and then logging in Xfce4-power-manager can adjust the screen's brightness.
If I log out and then log back in Xfce4-power-manager cannot adjust the brightness for some reason.
This does not happen when using LXDM or XDM. Only with SLiM.
How can I make Xfce4-power-manager handle the display's brightness after I log out and log in again?
Last edited by jay00 (2020-09-17 13:14:07)
Offline
A fix.
Create the following file:
vi /usr/share/X11/xorg.conf.d/20-intel.conf
Add the following lines...
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Then reboot.
Now xfce4-power-manager is able to consistently control my display's brightness.
Last edited by jay00 (2020-09-22 20:29:33)
Offline