The officially official Devuan Forum!

You are not logged in.

#1 2020-09-16 20:21:39

jay00
Member
Registered: 2020-09-16
Posts: 3  

Display Brightness with SliM and JWM

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

#2 2020-09-22 20:27:26

jay00
Member
Registered: 2020-09-16
Posts: 3  

Re: Display Brightness with SliM and JWM

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

Board footer