moevot n00b
Joined: 15 Mar 2019 Posts: 23
|
Posted: Fri May 03, 2019 12:53 am Post subject: Xbacklight No outputs have backlight property |
|
|
[Moderator note: Originally posted to Multimedia, but this is a duplicate of Xbacklight No outputs have backlight property, so it fits better here. -Hu]
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? |
|