public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* lid switch on dell latitude d800 freezes system
@ 2003-05-15 17:32 Malcolm Caldwell
       [not found] ` <1053019947.4310.20.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Malcolm Caldwell @ 2003-05-15 17:32 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hello,

I am running 2.4.21-rc1 with acpi patches.  I have also patched to run a
custom dstc which I got from someone on the net.  (The interface at
acpi.sourceforge.net fails to find the dstc that it says are there -
however the author's email address is there and he sent it to me
directly)

The only problem is that the lid switch freezes the machine.  As far as
I know the freeze only happens if something is reading from
/proc/acpi/events (although I would have to do some more testing to
verify this).

Can anyone give any hints on how to go about fixing this?



-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: lid switch on dell latitude d800 freezes system
       [not found] ` <1053019947.4310.20.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
@ 2003-05-16  1:40   ` Malcolm Caldwell
       [not found]     ` <1053049258.4929.4.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Malcolm Caldwell @ 2003-05-16  1:40 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
  Cc: mike-YPUHpfzIkGtIf6P1QZMOBw, markus-nyufa/AnP+9Wk0Htik3J/w

Ok,

I have more or less confirmed that the problem is, as Michael suggested,
the nvidia driver.  If I never start X the lid button does nothing
except log stuff into the log file.  With X started once, even if it is
no longer running running the system freezes.

So - what now?  Report this to nvidia?  Try to work this out in some
other way?  Any hints where to look?

On Fri, 2003-05-16 at 03:02, Malcolm Caldwell wrote:
> Hello,
> 
> I am running 2.4.21-rc1 with acpi patches.  I have also patched to run a
> custom dstc which I got from someone on the net.  (The interface at
> acpi.sourceforge.net fails to find the dstc that it says are there -
> however the author's email address is there and he sent it to me
> directly)
> 
> The only problem is that the lid switch freezes the machine.  As far as
> I know the freeze only happens if something is reading from
> /proc/acpi/events (although I would have to do some more testing to
> verify this).
> 
> Can anyone give any hints on how to go about fixing this?
> 
> 
> 
> -------------------------------------------------------
> Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
> The only event dedicated to issues related to Linux enterprise solutions
> www.enterpriselinuxforum.com
> 
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
> 



-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: lid switch on dell latitude d800 freezes system
       [not found]     ` <1053049258.4929.4.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
@ 2003-05-16  4:26       ` Michael Hardy
       [not found]         ` <3EC46882.50102-YPUHpfzIkGtIf6P1QZMOBw@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Hardy @ 2003-05-16  4:26 UTC (permalink / raw)
  To: Malcolm Caldwell
  Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	markus-nyufa/AnP+9Wk0Htik3J/w


Seems to me like there are two separate paths to follow, one of which 
may only
be here because I haven't tested everything correctly -

1) work with nvidia and/or Dell - if loading the nvidia driver causes an 
ACPI
   interaction that locks the machine, it seems that it must be a vendor 
thing.
   I'd go with nvidia first just because they at least *try*, and might know
   something, then maybe followup with Dell

2) work with the open source nv authors to see if they can work out DPMS for
   the D800. This is where I might be ignorant, but I'm under the impression
   screen blanking doesn't work with the nv driver and getting it to 
work would
   get a very effective power-save state on lid close combined with ACPI S1.
   Obviously doesn't get you 3D, but I'd be quite happy if this worked

Mainly, I'm just glad I'm not crazy and someone else sees what I do :-). 
I've
posted this on my D800 site, and I'll be happy to test and chronicle 
anything
anyone finds out.

Thanks for putting in the effort to try and isolate this-
-Mike

Malcolm Caldwell wrote:

>Ok,
>
>I have more or less confirmed that the problem is, as Michael suggested,
>the nvidia driver.  If I never start X the lid button does nothing
>except log stuff into the log file.  With X started once, even if it is
>no longer running running the system freezes.
>
>So - what now?  Report this to nvidia?  Try to work this out in some
>other way?  Any hints where to look?
>
>On Fri, 2003-05-16 at 03:02, Malcolm Caldwell wrote:
>  
>
>>Hello,
>>
>>I am running 2.4.21-rc1 with acpi patches.  I have also patched to run a
>>custom dstc which I got from someone on the net.  (The interface at
>>acpi.sourceforge.net fails to find the dstc that it says are there -
>>however the author's email address is there and he sent it to me
>>directly)
>>
>>The only problem is that the lid switch freezes the machine.  As far as
>>I know the freeze only happens if something is reading from
>>/proc/acpi/events (although I would have to do some more testing to
>>verify this).
>>
>>Can anyone give any hints on how to go about fixing this?
>>
>>
>>
>>-------------------------------------------------------
>>Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
>>The only event dedicated to issues related to Linux enterprise solutions
>>www.enterpriselinuxforum.com
>>
>>_______________________________________________
>>Acpi-devel mailing list
>>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>https://lists.sourceforge.net/lists/listinfo/acpi-devel
>>
>>    
>>



-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: lid switch on dell latitude d800 freezes system
       [not found]         ` <3EC46882.50102-YPUHpfzIkGtIf6P1QZMOBw@public.gmane.org>
@ 2003-05-16  5:02           ` Markus Gutschke
       [not found]             ` <3EC470DC.7080609-nyufa/AnP+9Wk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Markus Gutschke @ 2003-05-16  5:02 UTC (permalink / raw)
  To: Michael Hardy
  Cc: Malcolm Caldwell, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

As mentioned before, I do not see any of these problems. Screen blanking 
works just fine when I close the lid. I get the ACPI event and then call 
xset to (un)blank the screen from a script.

I'd be happy to make my kernel (somewhat patched version of Linux 
2.4.21-rc1-ac3 with ACPI patches) and X binaries (Debian unstable, XFree 
  4.2.1.1) available to anybody who wants to investigate this problem 
further.


Markus

Michael Hardy wrote:
> 
> Seems to me like there are two separate paths to follow, one of which 
> may only
> be here because I haven't tested everything correctly -
> 
> 1) work with nvidia and/or Dell - if loading the nvidia driver causes an 
> ACPI
>   interaction that locks the machine, it seems that it must be a vendor 
> thing.
>   I'd go with nvidia first just because they at least *try*, and might know
>   something, then maybe followup with Dell
> 
> 2) work with the open source nv authors to see if they can work out DPMS 
> for
>   the D800. This is where I might be ignorant, but I'm under the impression
>   screen blanking doesn't work with the nv driver and getting it to work 
> would
>   get a very effective power-save state on lid close combined with ACPI S1.
>   Obviously doesn't get you 3D, but I'd be quite happy if this worked
> 
> Mainly, I'm just glad I'm not crazy and someone else sees what I do :-). 
> I've
> posted this on my D800 site, and I'll be happy to test and chronicle 
> anything
> anyone finds out.
> 
> Thanks for putting in the effort to try and isolate this-
> -Mike
> 
> Malcolm Caldwell wrote:
> 
>> Ok,
>>
>> I have more or less confirmed that the problem is, as Michael suggested,
>> the nvidia driver.  If I never start X the lid button does nothing
>> except log stuff into the log file.  With X started once, even if it is
>> no longer running running the system freezes.
>>
>> So - what now?  Report this to nvidia?  Try to work this out in some
>> other way?  Any hints where to look?
>>
>> On Fri, 2003-05-16 at 03:02, Malcolm Caldwell wrote:
>>  
>>
>>> Hello,
>>>
>>> I am running 2.4.21-rc1 with acpi patches.  I have also patched to run a
>>> custom dstc which I got from someone on the net.  (The interface at
>>> acpi.sourceforge.net fails to find the dstc that it says are there -
>>> however the author's email address is there and he sent it to me
>>> directly)
>>>
>>> The only problem is that the lid switch freezes the machine.  As far as
>>> I know the freeze only happens if something is reading from
>>> /proc/acpi/events (although I would have to do some more testing to
>>> verify this).
>>>
>>> Can anyone give any hints on how to go about fixing this?
>>>
>>>
>>>
>>> -------------------------------------------------------
>>> Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
>>> The only event dedicated to issues related to Linux enterprise solutions
>>> www.enterpriselinuxforum.com
>>>
>>> _______________________________________________
>>> Acpi-devel mailing list
>>> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>>>
>>>   




-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: lid switch on dell latitude d800 freezes system
       [not found]             ` <3EC470DC.7080609-nyufa/AnP+9Wk0Htik3J/w@public.gmane.org>
@ 2003-05-16  6:40               ` Michael Frank
       [not found]                 ` <200305161440.59376.mflt1-DTdK3Ks6N5kHTnRCetW4+N0b+6lKrnBL@public.gmane.org>
  2003-05-16 15:44               ` Michael Hardy
  1 sibling, 1 reply; 11+ messages in thread
From: Michael Frank @ 2003-05-16  6:40 UTC (permalink / raw)
  To: Markus Gutschke, Michael Hardy
  Cc: Malcolm Caldwell, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

ACPI button (as a module) is acting plain weird on some systems. See ACPI button/USB interaction on this.

Suggest for testing that you disable the ACPI button (or not load the button module), trigger the script by another means - even from a console (could also run it in a loop) and see if problem goes away. 

Regards
Michael




-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: lid switch on dell latitude d800 freezes system
       [not found]             ` <3EC470DC.7080609-nyufa/AnP+9Wk0Htik3J/w@public.gmane.org>
  2003-05-16  6:40               ` Michael Frank
@ 2003-05-16 15:44               ` Michael Hardy
  1 sibling, 0 replies; 11+ messages in thread
From: Michael Hardy @ 2003-05-16 15:44 UTC (permalink / raw)
  To: Markus Gutschke
  Cc: Malcolm Caldwell, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


I'm not sure what in your mix of software makes it work since I actually 
used your scripts and my machine locks. The differences appear to be 
either in the '-ac' part of your kernel or in the delta between XFree 
4.2.1.1 and XFree 4.3.0 (Redhat 9 ships 4.3).

I don't believe swapping out X is going to be that easy for me, but 
perhaps someone with a 4.2.x X version and this hardware could confirm 
that it works with (or without) ac patches on their kernel?

-Mike

Markus Gutschke wrote:

> As mentioned before, I do not see any of these problems. Screen 
> blanking works just fine when I close the lid. I get the ACPI event 
> and then call xset to (un)blank the screen from a script.
>
> I'd be happy to make my kernel (somewhat patched version of Linux 
> 2.4.21-rc1-ac3 with ACPI patches) and X binaries (Debian unstable, 
> XFree  4.2.1.1) available to anybody who wants to investigate this 
> problem further.
>
>
> Markus
>
> Michael Hardy wrote:
>
>>
>> Seems to me like there are two separate paths to follow, one of which 
>> may only
>> be here because I haven't tested everything correctly -
>>
>> 1) work with nvidia and/or Dell - if loading the nvidia driver causes 
>> an ACPI
>>   interaction that locks the machine, it seems that it must be a 
>> vendor thing.
>>   I'd go with nvidia first just because they at least *try*, and 
>> might know
>>   something, then maybe followup with Dell
>>
>> 2) work with the open source nv authors to see if they can work out 
>> DPMS for
>>   the D800. This is where I might be ignorant, but I'm under the 
>> impression
>>   screen blanking doesn't work with the nv driver and getting it to 
>> work would
>>   get a very effective power-save state on lid close combined with 
>> ACPI S1.
>>   Obviously doesn't get you 3D, but I'd be quite happy if this worked
>>
>> Mainly, I'm just glad I'm not crazy and someone else sees what I do 
>> :-). I've
>> posted this on my D800 site, and I'll be happy to test and chronicle 
>> anything
>> anyone finds out.
>>
>> Thanks for putting in the effort to try and isolate this-
>> -Mike
>>
>> Malcolm Caldwell wrote:
>>
>>> Ok,
>>>
>>> I have more or less confirmed that the problem is, as Michael 
>>> suggested,
>>> the nvidia driver.  If I never start X the lid button does nothing
>>> except log stuff into the log file.  With X started once, even if it is
>>> no longer running running the system freezes.
>>>
>>> So - what now?  Report this to nvidia?  Try to work this out in some
>>> other way?  Any hints where to look?
>>>
>>> On Fri, 2003-05-16 at 03:02, Malcolm Caldwell wrote:
>>>  
>>>
>>>> Hello,
>>>>
>>>> I am running 2.4.21-rc1 with acpi patches.  I have also patched to 
>>>> run a
>>>> custom dstc which I got from someone on the net.  (The interface at
>>>> acpi.sourceforge.net fails to find the dstc that it says are there -
>>>> however the author's email address is there and he sent it to me
>>>> directly)
>>>>
>>>> The only problem is that the lid switch freezes the machine.  As 
>>>> far as
>>>> I know the freeze only happens if something is reading from
>>>> /proc/acpi/events (although I would have to do some more testing to
>>>> verify this).
>>>>
>>>> Can anyone give any hints on how to go about fixing this?
>>>>
>>>>
>>>>
>>>> -------------------------------------------------------
>>>> Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
>>>> The only event dedicated to issues related to Linux enterprise 
>>>> solutions
>>>> www.enterpriselinuxforum.com
>>>>
>>>> _______________________________________________
>>>> Acpi-devel mailing list
>>>> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>>> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>>>>
>>>>   
>>>
>



-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: lid switch on dell latitude d800 freezes system
       [not found]                 ` <200305161440.59376.mflt1-DTdK3Ks6N5kHTnRCetW4+N0b+6lKrnBL@public.gmane.org>
@ 2003-05-16 15:45                   ` Michael Hardy
       [not found]                     ` <3EC5079B.5030009-YPUHpfzIkGtIf6P1QZMOBw@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Hardy @ 2003-05-16 15:45 UTC (permalink / raw)
  To: Michael Frank
  Cc: Markus Gutschke, Malcolm Caldwell,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


This is something that I (or Malcolm) can probably test really easily - 
it would be a great workaround if it was just the button module. Thanks 
for the pointer-

-Mike

Michael Frank wrote:

>ACPI button (as a module) is acting plain weird on some systems. See ACPI button/USB interaction on this.
>
>Suggest for testing that you disable the ACPI button (or not load the button module), trigger the script by another means - even from a console (could also run it in a loop) and see if problem goes away. 
>
>Regards
>Michael
>
>  
>



-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: lid switch on dell latitude d800 freezes system
       [not found]                     ` <3EC5079B.5030009-YPUHpfzIkGtIf6P1QZMOBw@public.gmane.org>
@ 2003-05-16 15:51                       ` Markus Gutschke
       [not found]                         ` <3EC508FA.1070500-nyufa/AnP+9Wk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Markus Gutschke @ 2003-05-16 15:51 UTC (permalink / raw)
  To: Michael Hardy
  Cc: Michael Frank, Malcolm Caldwell,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Michael Hardy wrote:
> This is something that I (or Malcolm) can probably test really easily - 
> it would be a great workaround if it was just the button module. Thanks 
> for the pointer-

If you want to quickly test whether my kernel would work better for you, 
you can now find it at 
http://gutschke.com/markus/kernel-2.4.21-rc1-ac3.tar.bz2


Markus



-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: lid switch on dell latitude d800 freezes system
       [not found]                         ` <3EC508FA.1070500-nyufa/AnP+9Wk0Htik3J/w@public.gmane.org>
@ 2003-05-16 17:57                           ` Malcolm Caldwell
       [not found]                             ` <1053107846.5147.3.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Malcolm Caldwell @ 2003-05-16 17:57 UTC (permalink / raw)
  To: Markus Gutschke
  Cc: Michael Hardy, Michael Frank,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Sat, 2003-05-17 at 01:21, Markus Gutschke wrote: 
> Michael Hardy wrote:
> > This is something that I (or Malcolm) can probably test really easily - 
> > it would be a great workaround if it was just the button module. Thanks 
> > for the pointer-
> 
> If you want to quickly test whether my kernel would work better for you, 
> you can now find it at 
> http://gutschke.com/markus/kernel-2.4.21-rc1-ac3.tar.bz2

YES - It works.

Still my old X (4.3) but with markus's nvidia driver.

Anyway *something* about the kernel is good!  I might try to compile a
newer kernel.  I had already tried 2.4.21-rc2 but could not apply the
dsdt patch to it.

> Markus
> 
> 
> 
> --
> Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
> The only event dedicated to issues related to Linux enterprise solutions
> www.enterpriselinuxforum.com
> 
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
> 



-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: lid switch on dell latitude d800 freezes system
       [not found]                             ` <1053107846.5147.3.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
@ 2003-05-16 18:15                               ` Michael Frank
  2003-05-16 19:01                               ` Malcolm Caldwell
  1 sibling, 0 replies; 11+ messages in thread
From: Michael Frank @ 2003-05-16 18:15 UTC (permalink / raw)
  To: Malcolm Caldwell, Markus Gutschke
  Cc: Michael Hardy, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Saturday 17 May 2003 01:57, Malcolm Caldwell \wrote:
> On Sat, 2003-05-17 at 01:21, Markus Gutschke wrote:
> > Michael Hardy wrote:
> > > This is something that I (or Malcolm) can probably test really
> > > easily - it would be a great workaround if it was just the
> > > button module. Thanks for the pointer-
> >
> > If you want to quickly test whether my kernel would work better
> > for you, you can now find it at
> > http://gutschke.com/markus/kernel-2.4.21-rc1-ac3.tar.bz2
>
> YES - It works.
>

Please clarify whether the button module makes a difference.

Regards
Michael


-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

* Re: lid switch on dell latitude d800 freezes system
       [not found]                             ` <1053107846.5147.3.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
  2003-05-16 18:15                               ` Michael Frank
@ 2003-05-16 19:01                               ` Malcolm Caldwell
  1 sibling, 0 replies; 11+ messages in thread
From: Malcolm Caldwell @ 2003-05-16 19:01 UTC (permalink / raw)
  To: Markus Gutschke
  Cc: Michael Hardy, Michael Frank,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Sat, 2003-05-17 at 03:27, Malcolm Caldwell wrote:
> On Sat, 2003-05-17 at 01:21, Markus Gutschke wrote: 
> > Michael Hardy wrote:
> > > This is something that I (or Malcolm) can probably test really easily - 
> > > it would be a great workaround if it was just the button module. Thanks 
> > > for the pointer-
> > 
> > If you want to quickly test whether my kernel would work better for you, 
> > you can now find it at 
> > http://gutschke.com/markus/kernel-2.4.21-rc1-ac3.tar.bz2
> 
> YES - It works.
> 
> Still my old X (4.3) but with markus's nvidia driver.
> 
> Anyway *something* about the kernel is good!  I might try to compile a
> newer kernel.  I had already tried 2.4.21-rc2 but could not apply the
> dsdt patch to it.

OK - I now have a working RH9 using 2.4.21-rc1-ac4.  X11 is 4.3 with
nvidia's latest driver.

Does anyone have any idea what there is in these ac kernels that fix
this? (At least for curiosity)

> 
> > Markus
> > 
> > 
> > 
> > --
> > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
> > The only event dedicated to issues related to Linux enterprise solutions
> > www.enterpriselinuxforum.com
> > 
> > _______________________________________________
> > Acpi-devel mailing list
> > Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > https://lists.sourceforge.net/lists/listinfo/acpi-devel
> > 
> 
> 
> 
> -------------------------------------------------------
> Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
> The only event dedicated to issues related to Linux enterprise solutions
> www.enterpriselinuxforum.com
> 
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
> 



-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com

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

end of thread, other threads:[~2003-05-16 19:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-15 17:32 lid switch on dell latitude d800 freezes system Malcolm Caldwell
     [not found] ` <1053019947.4310.20.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2003-05-16  1:40   ` Malcolm Caldwell
     [not found]     ` <1053049258.4929.4.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2003-05-16  4:26       ` Michael Hardy
     [not found]         ` <3EC46882.50102-YPUHpfzIkGtIf6P1QZMOBw@public.gmane.org>
2003-05-16  5:02           ` Markus Gutschke
     [not found]             ` <3EC470DC.7080609-nyufa/AnP+9Wk0Htik3J/w@public.gmane.org>
2003-05-16  6:40               ` Michael Frank
     [not found]                 ` <200305161440.59376.mflt1-DTdK3Ks6N5kHTnRCetW4+N0b+6lKrnBL@public.gmane.org>
2003-05-16 15:45                   ` Michael Hardy
     [not found]                     ` <3EC5079B.5030009-YPUHpfzIkGtIf6P1QZMOBw@public.gmane.org>
2003-05-16 15:51                       ` Markus Gutschke
     [not found]                         ` <3EC508FA.1070500-nyufa/AnP+9Wk0Htik3J/w@public.gmane.org>
2003-05-16 17:57                           ` Malcolm Caldwell
     [not found]                             ` <1053107846.5147.3.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2003-05-16 18:15                               ` Michael Frank
2003-05-16 19:01                               ` Malcolm Caldwell
2003-05-16 15:44               ` Michael Hardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox