View previous topic :: View next topic |
Author |
Message |
kylezhou n00b
Joined: 10 May 2005 Posts: 64 Location: Australia
|
Posted: Mon May 29, 2006 9:27 am Post subject: LCD backlight not turn off - toshiba tecra 8100 |
|
|
I have gentoo running on my laptop toshiba tecra 8100.
the following lines are in xorg.conf
Code: |
Option "BlankTime" "5" # Blank the screen after 5 minuites
Option "StandbyTime" "10" # Turn off screen after 10 minutes
Option "SuspendTime" "20" # Full suspend after 20 minutes
Option "OffTime" "30" # Turn off after half an hour
|
The screen does turn off after some quiet time. However, the backlight never turns off.
Code: |
xset dpms force off
|
won't do the work either.
However, when I close the lid, the backlight turns off completely. And all these work fine in windows.
Any ideas? _________________ You won't know the benefit of a heater unless it's cold enough. |
|
Back to top |
|
|
strby n00b
Joined: 09 Mar 2006 Posts: 22 Location: rokycany [CZECH Republic]
|
Posted: Mon May 29, 2006 4:32 pm Post subject: |
|
|
a have the similar problem on my ibm t40. i havent time to solve it but now strike me: in kernel is some choice about backlight supporting... |
|
Back to top |
|
|
kylezhou n00b
Joined: 10 May 2005 Posts: 64 Location: Australia
|
Posted: Tue May 30, 2006 3:27 am Post subject: |
|
|
thanks strby
I do have lcd and backlight modules lcd.ko and backlight.ko after compiling the kernel.
However, that does not seem to do the work.
Nothing is different when having loaded them.
Any documentations for these? _________________ You won't know the benefit of a heater unless it's cold enough. |
|
Back to top |
|
|
strby n00b
Joined: 09 Mar 2006 Posts: 22 Location: rokycany [CZECH Republic]
|
|
Back to top |
|
|
dlx n00b
Joined: 06 Aug 2003 Posts: 8 Location: Erlangen in Germany
|
Posted: Wed Jun 14, 2006 1:36 pm Post subject: |
|
|
He did exactly what was described in the Wiki and it didn't work.
I have a similar problem problem on my Dell 8600 with an ATI Radeon Mobility card.
"xset dpms force off" blanks the screen, but does not actually turn off the backlight. On the command line I can use radeontool to achieve the desired effect:
$ radeontool light off
However it would be nice, if I could make the X or gnome, or whatever execute this command after 5 minutes, or so, and turn the backlight on again when a key is pressed or the mouse is moved. An solution without radeontool would be OK, too.
Bye,
dlx |
|
Back to top |
|
|
Charles Alexander n00b
Joined: 07 Nov 2005 Posts: 55
|
Posted: Sun Jun 18, 2006 9:12 pm Post subject: |
|
|
There is a possible solution, it is a program called xautolock. You can use it to run rootlevel commands such as that. On my toshiba with an nvidia card my backlight turns off but won't turn back on automatically without switching virtual terminals, so I use that program to switch to run chvt to switch to vt1 and then back to vt7 when I move the mouse. |
|
Back to top |
|
|
eddy89 Apprentice
Joined: 01 Feb 2006 Posts: 180 Location: /world/Italy/Torino
|
Posted: Sat Jul 29, 2006 2:28 pm Post subject: |
|
|
The solution is very simple! I found it on a gentoo-wiki that talks about just one laptop model, anywhere you must put this line in xorg.conf:
Code: | Section "Monitor"
[....]
Option "DPMS" "true"
EndSection |
This work for me, if it work also for you, try to make it appear in documentation. |
|
Back to top |
|
|
|