Re: Radeon DRI locks up XOrg 6.8.2

2005-02-17 Thread Michel Dänzer
On Tue, 2005-02-15 at 22:36 +, Chris Rankin wrote: By the power of my serial console, here is what gdb says about my crazy celestia-1.3.2 process: Just one of many possible symptoms of a GPU lockup I'm afraid. Does commenting out Option AGPMode make a difference? -- Earthling Michel

Re: Radeon DRI locks up XOrg 6.8.2

2005-02-17 Thread Chris Rankin
--- Michel Dänzer [EMAIL PROTECTED] wrote: Does commenting out Option AGPMode make a difference? Alas, no. But it got my hopes up for a minute longer... Here is the log file from the session. Safely back at 6.8.1 for now, Cheers, Chris

Re: Radeon DRI locks up XOrg 6.8.2

2005-02-15 Thread Chris Rankin
--- Michel Dänzer [EMAIL PROTECTED] wrote: Try removing the RADEONSetFBLocation() call in RADEONAdjustFrame(). That's a messup which I unfortunately discovered only too late for 6.8.2. Ouch. Nope, celestia still locks up in a WriteDRM system call. I am sticking with 6.8.1 for now. Cheers,

Re: Radeon DRI locks up XOrg 6.8.2

2005-02-15 Thread Pat Suwalski
Chris Rankin wrote: --- Michel Dänzer [EMAIL PROTECTED] wrote: Try removing the RADEONSetFBLocation() call in RADEONAdjustFrame(). That's a messup which I unfortunately discovered only too late for 6.8.2. Ouch. Nope, celestia still locks up in a WriteDRM system call. I am sticking with 6.8.1

Re: Radeon DRI locks up XOrg 6.8.2

2005-02-15 Thread Chris Rankin
--- Michel Dänzer [EMAIL PROTECTED] wrote: Try removing the RADEONSetFBLocation() call in RADEONAdjustFrame(). By the power of my serial console, here is what gdb says about my crazy celestia-1.3.2 process: 0xe410 in __kernel_vsyscall () (gdb) where #0 0xe410 in __kernel_vsyscall ()

Radeon DRI locks up XOrg 6.8.2

2005-02-14 Thread Chris Rankin
Hi, I have a Radeon 9200 AGP card, and have manually compiled XOrg 6.8.2 for my dual P4 Xeon (with hyperthreading enabled) Linux 2.6.10 system. However, I am finding that the Xserver locks up when I run celestia 1.3.2 with hardware acceleration at full screen, 1280x1024. I have tried both the

Re: Radeon DRI locks up XOrg 6.8.2

2005-02-14 Thread Michel Dänzer
On Mon, 2005-02-14 at 22:27 +, Chris Rankin wrote: I have a Radeon 9200 AGP card, and have manually compiled XOrg 6.8.2 for my dual P4 Xeon (with hyperthreading enabled) Linux 2.6.10 system. However, I am finding that the Xserver locks up when I run celestia 1.3.2 with hardware

Re: Radeon DRI locks up XOrg 6.8.2

2005-02-14 Thread Chris Rankin
--- Michel Dänzer [EMAIL PROTECTED] wrote: Try removing the RADEONSetFBLocation() call in RADEONAdjustFrame(). That's a messup which I unfortunately discovered only too late for 6.8.2. Thanks; I've compiled my new radeon_drv.o module and will let you know how it checks out. Cheers, Chris