You are not logged in.

#1 2009-02-12 22:21:42

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Brightness control on a Panasonic Toughbook CF-M34

The function keys don't work so I went to investigate.  I found /proc/acpi/video/GRFX/LCD1/brightness, but when I run cat brightness, it says <not supported>.  This is on an Intel graphics adapter that reads "Intel Corporation 82830 CGC [Chipset Graphics Controller] (rev 04)" by lspci.  I an using the "intel" xorg driver.

Offline

#2 2009-11-26 05:53:08

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: Brightness control on a Panasonic Toughbook CF-M34

Any thoughts?  Thought I'd dig this up since I'm getting really into my Toughbook now smile

Offline

#3 2009-11-26 06:30:03

JackH79
Member
From: Australia
Registered: 2009-06-18
Posts: 663
Website

Re: Brightness control on a Panasonic Toughbook CF-M34

Have you tried:

xbacklight -set 80

(replace "80" with whichever value (0-100).
If it works, use keybinds to change values, if needed, or, if one value is good enough, put in autostart.

Offline

#4 2009-12-04 18:43:07

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: Brightness control on a Panasonic Toughbook CF-M34

Here's what I get:

[max@coppertop ~]$ xbacklight
No outputs have backlight property

Offline

#5 2009-12-04 18:49:57

rent0n
Member
From: Italy
Registered: 2009-10-29
Posts: 457
Website

Re: Brightness control on a Panasonic Toughbook CF-M34

Try looking for something related to brightness in /sys/class/backlight/acpi_video/ or /sys/devices/virtual/backlight/acpi_video.
If you find files named brightness, look at them and change their value with:

echo $value | sudo tee brightness

If this approach fails, try to append acpi_backlight=vendor to your kernel line in /boot/grub/menu.lst, reboot and then try your brightness keys.


rent0n@deviantART | rent0n@bitbucket | rent0n@identi.ca | LRU #337812
aspire: Acer Aspire 5920 Arch Linux x86_64 | beetle: Gericom Beetle G733 Arch Linux i686

Offline

Board footer

Powered by FluxBB