linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* AGP support locks X - was Re: sony vaio, crude workaround
       [not found] <20010817124100.12469.qmail@web20304.mail.yahoo.com>
@ 2001-08-18  1:20 ` Nick Papadonis
  2001-08-18  1:56   ` Paul G. Allen
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Papadonis @ 2001-08-18  1:20 UTC (permalink / raw)
  To: Dave Morgan; +Cc: acpi, linux-kernel

This solved the problem.  Apparently AGP has to be built as a module
in kernels v2.4.8 or X will lock up?  Anyone else experience this?

> I'm not sure that this is the problem you are having,
> but I had a problem with X when I was playing with the
> ACPI stuff and recompiling the kernel on my vaio. Try 
> setting CONFIG_AGP=m (i.e. make AGP support a module,
> as opposed to being compiled in-kernel.) if it isn't. 
> Once I did that, X started up just fine. Good luck.
> 
> Dave


Dave Morgan <daves_spam_account@yahoo.com> writes:
> >> I tried this and it doesn't disable the console. 
> The /proc/acpi
> >> represents the correct power status.  When I tried
> to
> >> start up X the following error occurs:
> >> 
> >> I810 Dma Initialization Failed
> >> XIO:  fatal IO error 104 (Connection reset by peer)
> >on X server 
> >":0.0"
> >>       after 0 requests (0 known processed) with 0
> >events remaining.
> >> 
> >> So the work around must break something else?
> 
> >Follup:  
> 
> >This isn't because of the ACPI code.  It's something
> >that happens in
> >my 2.4.8 kernel wo ACPI compiled in.  This behavior
> is >not shown with
> >the 2.2.16 kernel.
> 

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

* Re: AGP support locks X - was Re: sony vaio, crude workaround
  2001-08-18  1:20 ` AGP support locks X - was Re: sony vaio, crude workaround Nick Papadonis
@ 2001-08-18  1:56   ` Paul G. Allen
  0 siblings, 0 replies; 2+ messages in thread
From: Paul G. Allen @ 2001-08-18  1:56 UTC (permalink / raw)
  Cc: linux-kernel

Nick Papadonis wrote:
> 
> This solved the problem.  Apparently AGP has to be built as a module
> in kernels v2.4.8 or X will lock up?  Anyone else experience this?
> 
> > I'm not sure that this is the problem you are having,
> > but I had a problem with X when I was playing with the
> > ACPI stuff and recompiling the kernel on my vaio. Try
> > setting CONFIG_AGP=m (i.e. make AGP support a module,
> > as opposed to being compiled in-kernel.) if it isn't.
> > Once I did that, X started up just fine. Good luck.
> >
> > Dave
> 

I had the same problem before I fixed the NVidia driver and AMD760MP support was added to agpgart (I have a GeForce 3 card and a Tyan Thunder K7). The NVidia
driver did not work properly with the MP chipset, nor did agpgart unless the module was loaded with agp_try_unsupported=1. When compiled as a module, and not
using the afore mentioned option, agpgart simply fails to load. The NVidia driver, not detecting AGP, drops to PCI mode and everything works fine.

When agpgart was modified to support the AMD760MP chipset, I compiled it into the kernel. At that point the NVidia driver would not load because it couldn't
talk to the AGP controller (it didn't know about it), and X would fail just like you see it. I fixed it by modifying the NVidia driver to recognise the AMD760MP
chipset, and now I have 99% AGP support (Fast Write does not currently work, but I will be working with NVidia next week to get everything 100%).

PGA

-- 
Paul G. Allen
UNIX Admin II/Programmer
Akamai Technologies, Inc.
www.akamai.com
Work: (858)909-3630
Cell: (858)395-5043

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

end of thread, other threads:[~2001-08-18  1:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010817124100.12469.qmail@web20304.mail.yahoo.com>
2001-08-18  1:20 ` AGP support locks X - was Re: sony vaio, crude workaround Nick Papadonis
2001-08-18  1:56   ` Paul G. Allen

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).