View previous topic :: View next topic |
Author |
Message |
rgeber n00b
Joined: 01 Jun 2011 Posts: 19 Location: Germany/Dresden
|
Posted: Mon Aug 22, 2011 1:06 pm Post subject: [solved] Lenovo T520 Brighness control |
|
|
Hi,
I'd like to use the brightness control regulators on my T520. From what I read on wiki pages about similar books it should work. The thinkpad_acpi driver is loaded Gnome / KDE even reacts to the use of the key by showing the brighness indicator. It indicates to be at the lowest setting while the actual setting is at maximum.
What did I miss? Any config I didn't check out? Another module needed?
Thanks a lot for your help in advance
cu
Roman _________________ We are all connected
Last edited by rgeber on Thu Aug 25, 2011 7:05 am; edited 1 time in total |
|
Back to top |
|
|
rgeber n00b
Joined: 01 Jun 2011 Posts: 19 Location: Germany/Dresden
|
Posted: Thu Aug 25, 2011 7:04 am Post subject: |
|
|
Alright, the problem got solved while I was switching from the nvidia graphics to the integrated intel graphics card which was a step I wanted to take in order to stretch battery anyway
Removed the xorg.conf file entirely and everything works like a charm. My guess: some defective xorg.conf file.
cu
Roman _________________ We are all connected |
|
Back to top |
|
|
kimmie Guru
Joined: 08 Sep 2004 Posts: 531 Location: Australia
|
Posted: Thu Aug 25, 2011 12:15 pm Post subject: |
|
|
Just FYI, I needed this to get it to work on my W510...
Code: | Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro FX 880M"
Option "NoLogo" "1"
Option "AddARGBGLXVisuals" "true"
Option "RegistryDwords" "EnableBrightnessControl=1"
Option "Coolbits" "1"
EndSection |
|
|
Back to top |
|
|
|