You are not logged in.
Hello everyone.
I am trying to use xbacklight to change my monitor's backlight, but I see that:
nikos@Russell:~$ LANG=C ls -l /sys/class/backlight/
total 0
I have my Intel onboard graphics card perfectly set, since everything works fine:
nikos@Russell:~$ lspci -k
…
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
Subsystem: ASRock Incorporation Device 2e32
Kernel driver in use: i915
Kernel modules: i915
…
[root@Russell backlight]# less /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "card0"
Driver "intel"
Option "AccelMethod" "uxa"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Of course, aur/xcalib does the trick, but I'd rather not use an external program.
Any ideas?
Intel(R) Celeron(R) CPU E3400 @ 2.60GHz, x86_64. AURs.
“No one without the knowledge of geometry may enter.“ Plato.
Offline
With kernels 3.16 and up, you may need to add this kernel parameter:
video.use_native_backlight=0
YMMV, try "=1" if that doesn't work.
The 20-intel.conf was needed to correct a bug in the driver that no longer exists.
Jin, Jîyan, Azadî
Offline
I fear not. Still no backlight; no files to give backlight, actually.
Intel(R) Celeron(R) CPU E3400 @ 2.60GHz, x86_64. AURs.
“No one without the knowledge of geometry may enter.“ Plato.
Offline
Have you tried the LTS kernel?
I have an Intel card & the backlight worked fine until kernel 3.16
Jin, Jîyan, Azadî
Offline
I have the same problem, but i have discovered this one after removing external ATI video adapter and swithing on Intel card. The dir /sys/class/backlight is really empty... I'll try LTS kernel, I hope this will help me...
Offline
I've tried the LTS kernel but with no results.
[granik@seniorengineer ~]$ ls /sys/class/backlight
acpi_video0
No the intel_backlight dir is here.
Current kernel parameters:
[granik@seniorengineer ~]$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=d944eae2-59b4-43c2-bb57-7e9241592a17 rw quiet
Parameters
acpi_osi=Linux acpi_backlight=vendor
don't work.
I don't know what to do. Any suggestions?
Offline
I've forgotten
[granik@seniorengineer ~]$ lspci -k
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
Subsystem: ASUSTeK Computer Inc. Device 844d
Kernel driver in use: i915
Kernel modules: i915
[granik@seniorengineer ~]$ cat /etc/X11/xorg.conf.d/10-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Offline
I've tried the LTS kernel but with no results.
[granik@seniorengineer ~]$ ls /sys/class/backlight acpi_video0
No the intel_backlight dir is here.
But you do have a backlight interface, acpi_video0. Does using this interface give you backlight control? You can manually test it by echoing values between 0 and the contents of acpi_video0/max_brightness into the acpi_video0/brightness file. More info here.
Otherwise, try with the "video.use_native_backlight=1" kernel parameter to see if it will expose the intel_backlight interface that you are looking for.
Offline
Otherwise, try with the "video.use_native_backlight=1" kernel parameter to see if it will expose the intel_backlight interface that you are looking for.
^This.
With the 3.14 series (LTS) kernels, this parameter was not needed with my Intel card.
Jin, Jîyan, Azadî
Offline
"video.use_native_backlight=1" kernel parameter doesn't work
the acpi_video0 backlight interface is for ATI video adapter I've disconnected before. Really, brightness doesn't changed under echoing values into the acpi_video0/brightness file.
I've tried acpi_osi=Linux acpi_backlight=vendor with LTS kernel and I've get
[granik@seniorengineer ~]$ ls /sys/class/backlight/
eeepc-wmi
but
[granik@seniorengineer ~]$ cat /sys/class/backlight/eeepc-wmi/actual_brightness
0
and this is very strange...
I think my problem is relating to disconnecting of ATI video adapter. I've removed radeon driver, but it seems not enough
Offline
I hadn't had the time to try the LTS kernel, but, as granik says, "video.use_native_backlight=1" or "0" doesn't make any difference. However, I too was using an AMD card until recenty, with the Catalyst driver, so it must be related to that. Perhaps some leftover which isn't covered in the wiki? I don't know.
Intel(R) Celeron(R) CPU E3400 @ 2.60GHz, x86_64. AURs.
“No one without the knowledge of geometry may enter.“ Plato.
Offline
I have same system which use intel gpu(HD4600) on board, and same problem.
I can see only acpi_video in /sys/class/backlight, any kernel parameteres are useless.
And when try xbacklight command, erroer occurs.
$xbacklight
No outputs have backlight property
I tried backlight optiton in 20-intel.conf, becase there is only that in backlight folder.
yes.. I just tried.. and not work...lol.
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "Backlight" "acpi_video0"
BusID "PCI:0:2:0"
EndSection
Last edited by queenmedley (2015-01-28 17:28:50)
- Queen Medley
Offline