linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6.15] screen remains blank after LID switch use
@ 2006-01-16  8:46 Jan De Luyck
  2006-01-16  9:01 ` Arlen Christian Mart Cuss
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jan De Luyck @ 2006-01-16  8:46 UTC (permalink / raw)
  To: linux-kernel

(I have no idea who the maintainer for this is, I was unable to find any entry 
in the MAINTAINERS file.. if i overlooked it, feel free to correct me)

Hello list,


I've recently gotten an Dell D610 laptop from my company. After some digging I 
managed to get Linux running on it, with kernel 2.6.15 at this moment.

There is something odd going on with the LID switch functionality tho: 
everytime the LID is closed, the screen goes off, as expected. Unfortunately, 
the screen does not come back alive afterwards, it remains blank.

Starting X doesn't help, switching consoles doesn't help either. The problem 
is appareant both in X and the console.

The laptop remains completely functional, except for the display.

Currently I'm not using a fb console, and the X driver is the i810.

Any ideas?

Thanks,

Jan
-- 
This is NOT a repeat.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [2.6.15] screen remains blank after LID switch use
  2006-01-16  8:46 [2.6.15] screen remains blank after LID switch use Jan De Luyck
@ 2006-01-16  9:01 ` Arlen Christian Mart Cuss
  2006-01-16  9:28   ` Jan De Luyck
  2006-01-16  9:05 ` Matthew Garrett
  2006-01-16 11:02 ` Paul Dickson
  2 siblings, 1 reply; 7+ messages in thread
From: Arlen Christian Mart Cuss @ 2006-01-16  9:01 UTC (permalink / raw)
  To: Jan De Luyck; +Cc: linux-kernel

Check out /proc/acpi - you should find a few things that you can tinker 
with, including one for your screen; often called `lcd'. If you "echo 1 
 > lcd" in the right directory, it should switch it on. "echo 0 > lcd" 
switches it off. Whatever is managing your power that turns it off, 
isn't turning it back on. Look into these. It's not likely to be the 
console/X driver's fault.

 - Arlen.

Jan De Luyck wrote:

>(I have no idea who the maintainer for this is, I was unable to find any entry 
>in the MAINTAINERS file.. if i overlooked it, feel free to correct me)
>
>Hello list,
>
>
>I've recently gotten an Dell D610 laptop from my company. After some digging I 
>managed to get Linux running on it, with kernel 2.6.15 at this moment.
>
>There is something odd going on with the LID switch functionality tho: 
>everytime the LID is closed, the screen goes off, as expected. Unfortunately, 
>the screen does not come back alive afterwards, it remains blank.
>
>Starting X doesn't help, switching consoles doesn't help either. The problem 
>is appareant both in X and the console.
>
>The laptop remains completely functional, except for the display.
>
>Currently I'm not using a fb console, and the X driver is the i810.
>
>Any ideas?
>
>Thanks,
>
>Jan
>  
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [2.6.15] screen remains blank after LID switch use
  2006-01-16  8:46 [2.6.15] screen remains blank after LID switch use Jan De Luyck
  2006-01-16  9:01 ` Arlen Christian Mart Cuss
@ 2006-01-16  9:05 ` Matthew Garrett
  2006-01-16 19:19   ` Dmitry Torokhov
  2006-01-16 11:02 ` Paul Dickson
  2 siblings, 1 reply; 7+ messages in thread
From: Matthew Garrett @ 2006-01-16  9:05 UTC (permalink / raw)
  To: Jan De Luyck; +Cc: linux-kernel

Jan De Luyck <lkml@kcore.org> wrote:

> I've recently gotten an Dell D610 laptop from my company. After some digging I 
> managed to get Linux running on it, with kernel 2.6.15 at this moment.

It's a bug in Dell's BIOS. It seems to be present in all their current
machines that use Intel graphics, and it also happens in Windows if you
boot in safe mode. I'm trying to work this through with Dell, but it's
taking a long time and I'm ridiculously busy with real life right now.

-- 
Matthew Garrett | mjg59-chiark.mail.linux-rutgers.kernel@srcf.ucam.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [2.6.15] screen remains blank after LID switch use
  2006-01-16  9:01 ` Arlen Christian Mart Cuss
@ 2006-01-16  9:28   ` Jan De Luyck
  0 siblings, 0 replies; 7+ messages in thread
From: Jan De Luyck @ 2006-01-16  9:28 UTC (permalink / raw)
  To: linux-kernel

On Monday 16 January 2006 10:01, Arlen Christian Mart Cuss wrote:
> Check out /proc/acpi - you should find a few things that you can tinker
> with, including one for your screen; often called `lcd'. If you "echo 1
>
>  > lcd" in the right directory, it should switch it on. "echo 0 > lcd"
>
> switches it off. Whatever is managing your power that turns it off,
> isn't turning it back on. Look into these. It's not likely to be the
> console/X driver's fault.

Okay, thanks for that information. After some further googling I came up with 
this:

# echo 0x80000001 > /proc/acpi/video/VID/LCD/state

and the screen comes back to life. Thanks!

Jan

-- 
To err is human, to forgive is against company policy.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [2.6.15] screen remains blank after LID switch use
  2006-01-16  8:46 [2.6.15] screen remains blank after LID switch use Jan De Luyck
  2006-01-16  9:01 ` Arlen Christian Mart Cuss
  2006-01-16  9:05 ` Matthew Garrett
@ 2006-01-16 11:02 ` Paul Dickson
  2 siblings, 0 replies; 7+ messages in thread
From: Paul Dickson @ 2006-01-16 11:02 UTC (permalink / raw)
  To: Jan De Luyck; +Cc: linux-kernel

On Mon, 16 Jan 2006 09:46:51 +0100, Jan De Luyck wrote:

> I've recently gotten an Dell D610 laptop from my company. After some digging I 
> managed to get Linux running on it, with kernel 2.6.15 at this moment.
> 
> There is something odd going on with the LID switch functionality tho: 
> everytime the LID is closed, the screen goes off, as expected. Unfortunately, 
> the screen does not come back alive afterwards, it remains blank.
> 
> Starting X doesn't help, switching consoles doesn't help either. The problem 
> is appareant both in X and the console.
> 
> The laptop remains completely functional, except for the display.
> 
> Currently I'm not using a fb console, and the X driver is the i810.
> 
> Any ideas?

I hit this and manage to get myself out of it.

I run with many xterm windows open.  After opening the lid in my Inspiron 6000, I switched to a workspace with an open xterm window and type the equivalent of:
    xset dpms force suspend

(I usually use this command to blank the screen "right now".)

  $ more ~/bin/blank
  #! /bin/sh
  sleep 2
  xset dpms force suspend

Then when I move the mouse pointer or press a key, the screen turns back on.

	-Paul


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [2.6.15] screen remains blank after LID switch use
  2006-01-16  9:05 ` Matthew Garrett
@ 2006-01-16 19:19   ` Dmitry Torokhov
  2006-01-16 23:23     ` Matthew Garrett
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry Torokhov @ 2006-01-16 19:19 UTC (permalink / raw)
  To: Matthew Garrett; +Cc: Jan De Luyck, linux-kernel

On Monday 16 January 2006 04:05, Matthew Garrett wrote:
> Jan De Luyck <lkml@kcore.org> wrote:
> 
> > I've recently gotten an Dell D610 laptop from my company. After some digging I 
> > managed to get Linux running on it, with kernel 2.6.15 at this moment.
> 
> It's a bug in Dell's BIOS. It seems to be present in all their current
> machines that use Intel graphics, and it also happens in Windows if you
> boot in safe mode. I'm trying to work this through with Dell, but it's
> taking a long time and I'm ridiculously busy with real life right now.
> 

Not only Intel. I've learned to never close lid of my Inspiron 8100
(with nvidia chip) ;)

-- 
Dmitry

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [2.6.15] screen remains blank after LID switch use
  2006-01-16 19:19   ` Dmitry Torokhov
@ 2006-01-16 23:23     ` Matthew Garrett
  0 siblings, 0 replies; 7+ messages in thread
From: Matthew Garrett @ 2006-01-16 23:23 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Matthew Garrett, Jan De Luyck, linux-kernel

On Mon, Jan 16, 2006 at 02:19:19PM -0500, Dmitry Torokhov wrote:

> Not only Intel. I've learned to never close lid of my Inspiron 8100
> (with nvidia chip) ;)

Joy. The ATI ones seem ok.

-- 
Matthew Garrett | mjg59@srcf.ucam.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-01-16 23:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-16  8:46 [2.6.15] screen remains blank after LID switch use Jan De Luyck
2006-01-16  9:01 ` Arlen Christian Mart Cuss
2006-01-16  9:28   ` Jan De Luyck
2006-01-16  9:05 ` Matthew Garrett
2006-01-16 19:19   ` Dmitry Torokhov
2006-01-16 23:23     ` Matthew Garrett
2006-01-16 11:02 ` Paul Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).