Re: Radeon X1600?

2006-02-08 Thread René Rebe
Hi, On Tuesday 07 February 2006 21:11, Felix Kühling wrote: Am Dienstag, den 07.02.2006, 10:31 -0500 schrieb [EMAIL PROTECTED]: Actually, I've been having trouble with my Xpress 200M locking up in 2D mode. I'm still trying to determine what the cause of the lockup is. OT: The radeon

Re: Xpress 200M + Thunderbird = GPF

2006-02-08 Thread René Rebe
Hi, On Wednesday 08 February 2006 00:10, [EMAIL PROTECTED] wrote: Hey all, After a message from this list telling me that turning color tiling off was the key to avoiding lockups on the r300 driver, I tried it and was delighted to find that it worked. Well, mostly. Using Thunderbird

Problems compiling.

2006-02-08 Thread Adam K Kirchhoff
For the past day or two I've been getting the following error when trying to compile DRI from Mesa CVS: gcc -c -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa/main -I../../../src/mesa/glapi -I../../../src/mesa/drivers/dri/common `pkg-config --cflags libdrm`

Re: Xpress 200M + Thunderbird = GPF

2006-02-08 Thread ivniyi502
No. I know DRI is non-functional on it. Also, I figured out that it's not just Thunderbird, though it is the application that routinely and regularly causes the lockup. There was an instance where launching Firefox did cause problems. René Rebe rene-at-exactcode.de |rivatv-devel| wrote:

Re: Problems compiling.

2006-02-08 Thread Brian Paul
Adam K Kirchhoff wrote: For the past day or two I've been getting the following error when trying to compile DRI from Mesa CVS: gcc -c -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa/main -I../../../src/mesa/glapi -I../../../src/mesa/drivers/dri/common `pkg-config

Re: Problems compiling.

2006-02-08 Thread Donnie Berkholz
Adam K Kirchhoff wrote: For the past day or two I've been getting the following error when trying to compile DRI from Mesa CVS: gcc -c -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa/main -I../../../src/mesa/glapi -I../../../src/mesa/drivers/dri/common

Re: Xpress 200M + Thunderbird = GPF

2006-02-08 Thread Alex Deucher
On 2/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: No. I know DRI is non-functional on it. Also, I figured out that it's not just Thunderbird, though it is the application that routinely and regularly causes the lockup. There was an instance where launching Firefox did cause problems.

Re: Xpress 200M + Thunderbird = GPF

2006-02-08 Thread ivniyi502
I went back and disabled the glx, drm, and dri Xorg extensions. Same result. Alex Deucher alexdeucher-at-gmail.com |rivatv-devel| wrote: On 2/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: No. I know DRI is non-functional on it. Also, I figured out that it's not just Thunderbird, though

Fwd: Re: sizeof(I830DRIRec) does not match passed size from device driver

2006-02-08 Thread Koby Leung
Hey everyone, Just wanted to drop a note to see if anyone was working with this yet, and to see if I could offer assistance. I'm open to anything, and will supply any log files or other assistancethat you'd like. Thanks in advance! Koby Am Dienstag, den 07.02.2006, 11:40 -0800 schrieb

Re: Fwd: Re: sizeof(I830DRIRec) does not match passed size from device driver

2006-02-08 Thread Dave Airlie
This is due to snapshots building X.org drivers from the monolith tree, the monolith tree is dead so no new devel is done in it.. TG commited changes to the i810 driver for rotate which changed the size of rec... re-doing snapshot to use the modular tree is a bit of work though.. Dave. On Wed,

Re: Fwd: Re: sizeof(I830DRIRec) does not match passed size from device driver

2006-02-08 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave Airlie wrote: This is due to snapshots building X.org drivers from the monolith tree, the monolith tree is dead so no new devel is done in it.. TG commited changes to the i810 driver for rotate which changed the size of rec... re-doing

Re: Fwd: Re: sizeof(I830DRIRec) does not match passed size from device driver

2006-02-08 Thread Dave Airlie
Nope the ixxx bleeding edge is now 7.0 only.. the snapshots are broken for i9xx. Dave. On Wed, 8 Feb 2006, Koby Leung wrote: Hi Dave, Thanks for the reply. So what would be the best solution then? I'm running 6.8.99.901 right now. Should I just upgrade to 6.9? Thanks! Koby Quoting

Re: Fwd: Re: sizeof(I830DRIRec) does not match passed size from device driver

2006-02-08 Thread Dave Airlie
This is due to snapshots building X.org drivers from the monolith tree, the monolith tree is dead so no new devel is done in it.. TG commited changes to the i810 driver for rotate which changed the size of rec... re-doing snapshot to use the modular tree is a bit of work though.. If

Re: Fwd: Re: sizeof(I830DRIRec) does not match passed size from device driver

2006-02-08 Thread Alan Hourihane
On Wed, 2006-02-08 at 13:38 -0800, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave Airlie wrote: This is due to snapshots building X.org drivers from the monolith tree, the monolith tree is dead so no new devel is done in it.. TG commited changes to the i810

Re: Fwd: Re: sizeof(I830DRIRec) does not match passed size from device driver

2006-02-08 Thread Felix Kühling
Am Mittwoch, den 08.02.2006, 21:22 + schrieb Dave Airlie: This is due to snapshots building X.org drivers from the monolith tree, the monolith tree is dead so no new devel is done in it.. TG commited changes to the i810 driver for rotate which changed the size of rec... That sucks, but

Re: Fwd: Re: sizeof(I830DRIRec) does not match passed size from device driver

2006-02-08 Thread Donnie Berkholz
Felix Kühling wrote: Getting snapshots from the modular tree to work will probably require that a modular Xorg is installed somewhere on the build machine. I may get away with installing a modular Xorg on the build machine in some dummy location that doesn't interfere with the Xorg 6.8

[Bug 5792] glxinfo Xorg log direct rendering disagree. No errors

2006-02-08 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=5792 [EMAIL PROTECTED] changed: What|Removed |Added

Re: Fwd: Re: sizeof(I830DRIRec) does not match passed size from device driver

2006-02-08 Thread Koby Leung
Hi Dave, Thanks for the reply. So what would be the best solution then? I'm running 6.8.99.901 right now. Should I just upgrade to 6.9? Thanks! Koby Quoting Dave Airlie [EMAIL PROTECTED]: This is due to snapshots building X.org drivers from the monolith tree, the monolith tree is dead