backlight control lost after resume - screen black after hibernate

2011-08-19 Thread Stefan Rutzinger

Hello,

I run Wheezy on a quite new sony vaio PCG laptop with GeForce GT 555M 
(GF106) and a second intel 2D video card and nouveau FB.


After resume from suspend or hibernate, the backlight control gets lost. I 
still can echo and cat to /sys/class/backlight/acpi_video[0,1]/ but it has 
no effect. After a fresh boot, everything behaves as expected and e.g.

FN-Brightness keys work well.

This is especially annoying since at hibernate-resume the backlight is 
switched _off_ and there is no way to switch it back on anymore. It is 
actually off which can be seen when the memory is restored from disk and 
the cursor is blinking in the corner, one can see a slight shine at the 
edges of the display which disapperas immediately after.


The system however is resumed and working, it can be shutdown -r now 
'blind' or be accessed by ssh.


There are a lot of descriptions about the backlight not being restored to 
the correct value but there is nothing about the /sys/../backlight branch 
being without function after resume at all.


Any Ideas?
Stefan


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/alpine.deb.2.00.1108191606120.23...@valhalla.fs.tum.de



Re: backlight control lost after resume - screen black after hibernate

2011-08-19 Thread Camaleón
On Fri, 19 Aug 2011 16:49:49 +0200, Stefan Rutzinger wrote:

 I run Wheezy on a quite new sony vaio PCG laptop with GeForce GT 555M
 (GF106) and a second intel 2D video card and nouveau FB.
 
 After resume from suspend or hibernate, the backlight control gets lost.
 I still can echo and cat to /sys/class/backlight/acpi_video[0,1]/ but it
 has no effect. After a fresh boot, everything behaves as expected and
 e.g. FN-Brightness keys work well.

(...)

It can be a bug in the nouveau driver, like this:

New: Backlight off after suspend-to-disk on Powerbook   
https://bugs.freedesktop.org/show_bug.cgi?id=31120

or this one:

Brightness stuck to low value after suspend/resume
https://bugs.freedesktop.org/show_bug.cgi?id=39550

You can:

- Try blacklisting nouveau for hibernating
- Try with another driver (the nvidia closed one)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.08.19.20.38...@gmail.com



console screen black out

2001-06-23 Thread Mike Egglestone



Hi all...

How do you change the amount of time
when your at the command prompt
and the screen goes blank?

I know xset is used in Xwindows...
but how do you set it for just regular 
logins...
Will this setting be saved after a 
reboot?

Thanks
Mike


Re: console screen black out

2001-06-23 Thread ktb
On Sat, Jun 23, 2001 at 07:53:48PM -0700, Mike Egglestone wrote:
 Hi all...
 
 How do you change the amount of time
 when your at the command prompt
 and the screen goes blank?
 
 I know xset is used in Xwindows...
 but how do you set it for just regular logins...
 Will this setting be saved after a reboot?

Take a look at man setterm
setterm -blank 5
   ^ time 

Putting the command in .bashrc and source it to
.profile.  That should cover the bases.
hth,
kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of The Panther - R. M. Rilke




Screen black

2000-01-06 Thread Ron Rademaker

Does anyone on this mailinglist happen to know how I can prevent my sc
screen to go completely black after 10 minutes???

Thanks,

Ron


Re: Screen black

2000-01-06 Thread Brian Servis
*- On  6 Jan, Ron Rademaker wrote about Screen black
 
 Does anyone on this mailinglist happen to know how I can prevent my sc
 screen to go completely black after 10 minutes???
 

On the consoles:   seterm -blank 0

In X:   xset s noblank

See the man page for each for more options.


Brian Servis
-- 

Mechanical Engineering  |  Never criticize anybody until you  
Purdue University   |  have walked a mile in their shoes,
[EMAIL PROTECTED]   |  because by that time you will be a
http://www.ecn.purdue.edu/~servis   |  mile away and have their shoes.


Re: Screen black

2000-01-06 Thread Brian May
 Ron == Ron Rademaker [EMAIL PROTECTED] writes:

Ron Does anyone on this mailinglist happen to know how I can prevent my sc
Ron screen to go completely black after 10 minutes???

You don't give much in the way of details, but if you use X,
then try

xset s noblank

or 

xset s 601

not tested, but the first should completely disable screen blanking,
while the next one should delay it by one second ;-) (of course, you
can change 601 seconds to whatever you prefer).
-- 
Brian May [EMAIL PROTECTED]


Re: Screen black

2000-01-06 Thread Brian Servis
*- On  5 Jan, Brian Servis wrote about Re: Screen black
 *- On  6 Jan, Ron Rademaker wrote about Screen black
 
 Does anyone on this mailinglist happen to know how I can prevent my sc
 screen to go completely black after 10 minutes???
 
 
 On the consoles:   seterm -blank 0
 setterm -blank 0   
   ^^
   ^^
   oops
   
 
 In X: xset s noblank
 
 See the man page for each for more options.
 

Brian Servis
-- 

Mechanical Engineering  |  Never criticize anybody until you  
Purdue University   |  have walked a mile in their shoes,
[EMAIL PROTECTED]   |  because by that time you will be a
http://www.ecn.purdue.edu/~servis   |  mile away and have their shoes.


Re: Screen black

2000-01-06 Thread Carl Fink
On Thu, Jan 06, 2000 at 02:41:48AM +0100, Ron Rademaker wrote:
 
 Does anyone on this mailinglist happen to know how I can prevent my sc
 screen to go completely black after 10 minutes???

In X, or at a virtual terminal?

In X, at any xterm or rxvt or whatever prompt, type

xset x noblank

at a VT, at a shell prompt type

setterm -blank 0

Of course, you could put these into scripts to automate the process.
-- 
Carl Fink   [EMAIL PROTECTED]
I-Con's Science and Technology Guest of Honor in 2000 will be Geoffrey
A. Landis.  See http://www.iconsf.org for I-Con information.


Re: Screen black

2000-01-06 Thread Howard Mann
Ron Rademaker wrote:
 
 Does anyone on this mailinglist happen to know how I can prevent my sc
 screen to go completely black after 10 minutes???
 
 Thanks,
 
 Ron

Try using this command:   setterm -blank 0

Then put it in ~/.xinitrc or ~/.xsession. ( I _think_ the latter
should work)

Cheers,


-- 

Howard Mann   Online Troubleshooting Resources: HOWTO
http://www.newbielinux.comhttp://www.xmission.com/~howardm/t1.html


Re: Screen black

2000-01-06 Thread Colin Watson
[EMAIL PROTECTED] (Ron Rademaker) wrote:
Does anyone on this mailinglist happen to know how I can prevent my sc
screen to go completely black after 10 minutes???

Try putting 'setterm -blank 0' in your .bash_profile file.

(Bah, I think I might write a decent man page for setterm. I could
certainly do better than the existing one.)

-- 
Colin Watson   [EMAIL PROTECTED]


Re: Screen black

2000-01-06 Thread Ron Rademaker


On Wed, 5 Jan 2000, Brian Servis wrote:

 *- On  6 Jan, Ron Rademaker wrote about Screen black
  
  Does anyone on this mailinglist happen to know how I can prevent my sc
  screen to go completely black after 10 minutes???
  
 
 On the consoles:   seterm -blank 0
 
 In X: xset s noblank

In which package can I find seterm???



 
 See the man page for each for more options.
 
 
 Brian Servis
 -- 
 
 Mechanical Engineering  |  Never criticize anybody until you  
 Purdue University   |  have walked a mile in their shoes,
 [EMAIL PROTECTED]   |  because by that time you will be a
 http://www.ecn.purdue.edu/~servis   |  mile away and have their shoes.
 
 


Re: Screen black

2000-01-06 Thread Brian Servis
*- On  6 Jan, Ron Rademaker wrote about Re: Screen black
 
 
 On Wed, 5 Jan 2000, Brian Servis wrote:
 
 *- On  6 Jan, Ron Rademaker wrote about Screen black
  
  Does anyone on this mailinglist happen to know how I can prevent my sc
  screen to go completely black after 10 minutes???
  
 
 On the consoles:   seterm -blank 0
 
 In X:xset s noblank
 
 In which package can I find seterm???
 

Sorry, it is setterm (with two t's).  It is in the util-linux package
which is a required package so should be on your system already.  It
lives in /usr/bin.

Brian Servis
-- 

Mechanical Engineering  |  Never criticize anybody until you  
Purdue University   |  have walked a mile in their shoes,
[EMAIL PROTECTED]   |  because by that time you will be a
http://www.ecn.purdue.edu/~servis   |  mile away and have their shoes.


Re: Screen black

2000-01-06 Thread Wayne Topa

Subject: Re: Screen black
Date: Thu, Jan 06, 2000 at 11:59:25AM +0100

In reply to:Ron Rademaker

Quoting Ron Rademaker([EMAIL PROTECTED]):
| 
| 
| On Wed, 5 Jan 2000, Brian Servis wrote:
| 
|  *- On  6 Jan, Ron Rademaker wrote about Screen black
|   
|   Does anyone on this mailinglist happen to know how I can prevent my sc
|   screen to go completely black after 10 minutes???
|   
|  
|  On the consoles:   seterm -blank 0
|  
|  In X:  xset s noblank
| 
| In which package can I find seterm???

dpkg -S setterm
  ^^
util-linux: /usr/man/man1/setterm.1.gz
util-linux: /usr/bin/setterm

HTH
-- 
You forgot to do your backup 16 days ago. Tomorrow you'll need that
version.
___