public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* r128 + agpgart + APM suspend = death
@ 2001-10-29  4:20 Erik Andersen
  2001-10-29  6:09 ` Luis Fernando Pias de Castro
  2001-10-30  1:21 ` Erik Andersen
  0 siblings, 2 replies; 4+ messages in thread
From: Erik Andersen @ 2001-10-29  4:20 UTC (permalink / raw)
  To: linux-kernel

I have a Dell Latitude C800 laptop.  It works just great and
I can use agpgart + r128 + XFree86 4.0.1 to get nice full 
screen 3D.  tuxracer looks nice.

But if I suspend my laptop when the agpgart module is loaded
is seems to suspend just fine, but will not resume....  Just
a black screen (of death).   If I ensure that the agpgart and
r128 modules are not loaded (by commenting out the 'Load "dri"'
line in /etc/X11/XF86Config-4, then killing X and unloading 
the modules) then I can suspend.

Anyone else seeing similar problems with APM + agpgart?
The problem has has been the same with all the 2.4.x kernels
I've tried it on, though I am running 2.4.12-ac6 at the moment.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--

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

* Re: r128 + agpgart + APM suspend = death
  2001-10-29  4:20 r128 + agpgart + APM suspend = death Erik Andersen
@ 2001-10-29  6:09 ` Luis Fernando Pias de Castro
  2001-10-30  1:21 ` Erik Andersen
  1 sibling, 0 replies; 4+ messages in thread
From: Luis Fernando Pias de Castro @ 2001-10-29  6:09 UTC (permalink / raw)
  To: andersen; +Cc: linux-kernel

Same for me with an Inspiron 8000. I haven't had much time to look
carefully at it, though. 

-Luis


Erik Andersen <andersen@codepoet.org> writes:

> I have a Dell Latitude C800 laptop.  It works just great and
> I can use agpgart + r128 + XFree86 4.0.1 to get nice full 
> screen 3D.  tuxracer looks nice.
> 
> But if I suspend my laptop when the agpgart module is loaded
> is seems to suspend just fine, but will not resume....  Just
> a black screen (of death).   If I ensure that the agpgart and
> r128 modules are not loaded (by commenting out the 'Load "dri"'
> line in /etc/X11/XF86Config-4, then killing X and unloading 
> the modules) then I can suspend.
> 
> Anyone else seeing similar problems with APM + agpgart?
> The problem has has been the same with all the 2.4.x kernels
> I've tried it on, though I am running 2.4.12-ac6 at the moment.
> 
>  -Erik
> 
> --
> Erik B. Andersen             http://codepoet-consulting.com/
> --This message was written using 73% post-consumer electrons--
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

* Re: r128 + agpgart + APM suspend = death
  2001-10-29  4:20 r128 + agpgart + APM suspend = death Erik Andersen
  2001-10-29  6:09 ` Luis Fernando Pias de Castro
@ 2001-10-30  1:21 ` Erik Andersen
  2001-10-30 23:05   ` Luis Fernando Pias de Castro
  1 sibling, 1 reply; 4+ messages in thread
From: Erik Andersen @ 2001-10-30  1:21 UTC (permalink / raw)
  To: linux-kernel

On Sun Oct 28, 2001 at 09:20:06PM -0700, Erik Andersen wrote:
> I have a Dell Latitude C800 laptop.  It works just great and
> I can use agpgart + r128 + XFree86 4.0.1 to get nice full 
> screen 3D.  tuxracer looks nice.
> 
> But if I suspend my laptop when the agpgart module is loaded
> is seems to suspend just fine, but will not resume....  Just
[----------snip---------------]
> 
> Anyone else seeing similar problems with APM + agpgart?
> The problem has has been the same with all the 2.4.x kernels
> I've tried it on, though I am running 2.4.12-ac6 at the moment.

One more bit of data.  XFree86 reports that my system has a:
    (--) PCI:*(1:0:0) ATI Rage 128 Mobility MF rev 0, Mem @ 0xe8000000/26, 0xfcffc000/14, I/O @ 0xcc00/8

A few friends of mine have similar Dell laptops with the same set of kernel
modules loaded -- and theirs do not choke on APM suspend.  But their systems 
report a slightly different r128 model: 
    (--) PCI:*(1:0:0) ATI Rage 128 Mobility LF rev 2, Mem @ 0xf8000000/26, 0xf4100000/14, I/O @ 0x2000/8

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--

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

* Re: r128 + agpgart + APM suspend = death
  2001-10-30  1:21 ` Erik Andersen
@ 2001-10-30 23:05   ` Luis Fernando Pias de Castro
  0 siblings, 0 replies; 4+ messages in thread
From: Luis Fernando Pias de Castro @ 2001-10-30 23:05 UTC (permalink / raw)
  To: andersen; +Cc: linux-kernel

Hi Erik,

my machine prints the same message, but your mail prompted me to
update my bios (from A10 to A17), and now I can suspend and resume w/
agpgart loaded. Using 2.4.12-ac5 and XFree 4.1.0

HTH,
-Luis

Erik Andersen <andersen@codepoet.org> writes:

> On Sun Oct 28, 2001 at 09:20:06PM -0700, Erik Andersen wrote:
> > I have a Dell Latitude C800 laptop.  It works just great and
> > I can use agpgart + r128 + XFree86 4.0.1 to get nice full 
> > screen 3D.  tuxracer looks nice.
> > 
> > But if I suspend my laptop when the agpgart module is loaded
> > is seems to suspend just fine, but will not resume....  Just
> [----------snip---------------]
> > 
> > Anyone else seeing similar problems with APM + agpgart?
> > The problem has has been the same with all the 2.4.x kernels
> > I've tried it on, though I am running 2.4.12-ac6 at the moment.
> 
> One more bit of data.  XFree86 reports that my system has a:
>     (--) PCI:*(1:0:0) ATI Rage 128 Mobility MF rev 0, Mem @ 0xe8000000/26, 0xfcffc000/14, I/O @ 0xcc00/8
> 
> A few friends of mine have similar Dell laptops with the same set of kernel
> modules loaded -- and theirs do not choke on APM suspend.  But their systems 
> report a slightly different r128 model: 
>     (--) PCI:*(1:0:0) ATI Rage 128 Mobility LF rev 2, Mem @ 0xf8000000/26, 0xf4100000/14, I/O @ 0x2000/8
> 
>  -Erik
> 
> --
> Erik B. Andersen             http://codepoet-consulting.com/
> --This message was written using 73% post-consumer electrons--
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-10-30 23:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-29  4:20 r128 + agpgart + APM suspend = death Erik Andersen
2001-10-29  6:09 ` Luis Fernando Pias de Castro
2001-10-30  1:21 ` Erik Andersen
2001-10-30 23:05   ` Luis Fernando Pias de Castro

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