Hi, brightness keys doesnt work on my laptoop with Intel graphic UHD6200. Sound control keys works correctly. I have found many solutions on the Internet, but nothing works for me, or I dont understand It enough.
Can you help me please?
Thanks
It can be a difficult thing to resolve, depending on the hardware concerned. What does the following report?
/usr/sbin/hwinfo --gfxcard
ls -l /sys/class/backlight
For the case of ‘intel_backlight’, I’ve read suggestions that involve using this minimal Xorg snippet. You’d need to create a custom file eg /etc/X11/xorg.conf.d/20-intel.conf with a CLI editor (as root)
tom@HP-linux:~> ls -l /sys/class/backlightcelkem 0
lrwxrwxrwx 1 root root 0 17. led 12.00 intel_backlight -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
For the case of ‘intel_backlight’, I’ve read suggestions that involve using this minimal Xorg snippet. You’d need to create a custom file eg /etc/X11/xorg.conf.d/20-intel.conf with a CLI editor (as root)Code:
Section “Device”
Identifier “card0”
Driver “intel”
Option “Backlight” “intel_backlight”
EndSection
Then reboot when done.
I made 20-intel.conf, pasted code and reboot. After reboot only prompt appeared. As root I deleted this file, immediately graphical screen started. Fortunately …