Re: [XFree86] i810 driver agpgart error

2003-02-12 Thread David Dawes
On Tue, Feb 11, 2003 at 08:35:14PM +0100, Egbert Eich wrote: Content-Description: message body text Michael Cardenas writes: Unfortunately, I edited i810_memory.c and changed if (xf86AgpGARTSupported() !pI810-directRenderingEnabled pI810-GttBound) { to if

Re: [XFree86] i810 driver agpgart error

2003-02-11 Thread Egbert Eich
Michael Cardenas writes: Unfortunately, I edited i810_memory.c and changed if (xf86AgpGARTSupported() !pI810-directRenderingEnabled pI810-GttBound) { to if (xf86AgpGARTSupported() pI810-GttBound) { and it still produces the same error when I launch a second X

Re: [XFree86] i810 driver agpgart error

2003-02-10 Thread Michael Cardenas
Unfortunately, I edited i810_memory.c and changed if (xf86AgpGARTSupported() !pI810-directRenderingEnabled pI810-GttBound) { to if (xf86AgpGARTSupported() pI810-GttBound) { and it still produces the same error when I launch a second X server. (WW) xf86AcquireGART: AGPIOC_ACQUIRE

Re: [XFree86] i810 driver agpgart error

2003-02-08 Thread Michael Cardenas
Thanks alot for the feedback guys. I'll go ahead and try David's patch and see if it works. The hardware in question is an intel i810e, pci id 7125. -- michael cardenas | lead software engineer, lindows.com hyperpoem.net | GNU/Linux software developer people.debian.org/~mbc |

DRI memory management (was Re: [XFree86] i810 driver agpgart error)

2003-02-08 Thread Ian Romanick
David Dawes wrote: I think that's a little different from what is being discussed here. I think it'd be good to make the reinit work you did more general (work for all drivers), as well as make it possible for the DRI to adapt to changes in video memory usage on the fly. Is your reinit patch in

[XFree86] i810 driver agpgart error

2003-02-07 Thread Michael Cardenas
Hello all. I'm implementing a resolution test in our display control panel, which basically starts a second X server on another terminal with the desired resolution. This seems to work with some cards, but on the intel i810, I get the following error: -- (--) I810(0):

Re: [XFree86] i810 driver agpgart error

2003-02-07 Thread David Dawes
On Fri, Feb 07, 2003 at 05:33:09PM -0800, Michael Cardenas wrote: Hello all. I'm implementing a resolution test in our display control panel, which basically starts a second X server on another terminal with the desired resolution. This seems to work with some cards, but on the intel i810, I

Re: [XFree86] i810 driver agpgart error

2003-02-07 Thread Michel Dänzer
On Sam, 2003-02-08 at 03:40, David Dawes wrote: On Fri, Feb 07, 2003 at 09:24:21PM -0500, David Dawes wrote: On Fri, Feb 07, 2003 at 05:33:09PM -0800, Michael Cardenas wrote: I'm implementing a resolution test in our display control panel, which basically starts a second X server on another