View previous topic :: View next topic |
Author |
Message |
moevot n00b


Joined: 15 Mar 2019 Posts: 23
|
Posted: Thu May 02, 2019 4:08 am Post subject: Xbacklight No outputs have backlight property |
|
|
I have installed xbacklight and mapped the keys correctly in my .i3/config but it does not work. if i
Code: | echo 100 > /sys/class/backlight/acpi_video0/brightness | it does change my brightness so that is working.
I have added the file 20-intel.conf in my /etc/X11/xorg.conf.d which contains
Code: | Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "Backlight" "intel_backlight"
EndSection |
I also have a file in there called 20-modesetting.conf which worked before and i used it to enable my modesetting drivers.
Code: | Section "Device"
Identifier "Intel Graphics"
Driver "modesetting"
Option "AccelMethod" "glamor"
Option "DRI" "3"
EndSection |
Now with the new 20-intel.conf file my computer can not even connect to an x-server so i am stuck in console mode. How do i get this xbacklight to work? |
|
Back to top |
|
 |
Abbott n00b

Joined: 23 Mar 2020 Posts: 21
|
|
Back to top |
|
 |
|