View previous topic :: View next topic |
Author |
Message |
tek45 n00b
Joined: 26 Mar 2003 Posts: 17 Location: Michigan
|
Posted: Wed Mar 26, 2003 6:33 am Post subject: system freezes with AGPMode > 1 |
|
|
I've got a Dell Inspiron 8200 w/
ATI Mobility 9000
Trying to raise my fps, I attempted to change AGPMode in XF86Config from 1 to 4. If I try to startx, the whole system freezes. None of the key combinations work, I can't ssh in to kill X from the outside, and I end up having to hold down the power button.
I have agpgart and dri compiled as modules in 2.4.20-gentoo-r1.
I'm running xfree 4.3.0, and after the kernel compiles I end up having to manually replace the kernel dri module with xfree's dri module to get dri to load.
Code: |
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "radeon"y
# Option "UseFBDev" "on"
Option "AGPMode" "1"
Option "AGPFastWrite" "on"
Option "VideoOverlay" "on"
Option "EnablePageFlip" "on"
|
Any help would be appreciated.
Thanks
-tek45 |
|
Back to top |
|
|
ctford0 l33t
Joined: 25 Oct 2002 Posts: 774 Location: Lexington, KY,USA
|
Posted: Wed Mar 26, 2003 7:08 am Post subject: |
|
|
Try this:
after rebooting with the new kernel, emerge xfree-drm (the version that corresponds to the version of xfree that you have)
then run opengl-update xfree.
hope this helps
chris |
|
Back to top |
|
|
tek45 n00b
Joined: 26 Mar 2003 Posts: 17 Location: Michigan
|
Posted: Wed Mar 26, 2003 1:10 pm Post subject: |
|
|
Gave that a try, but it didn't seem to help. It still locks up with either modes 2 or 4.
ctford0 wrote: | Try this:
after rebooting with the new kernel, emerge xfree-drm (the version that corresponds to the version of xfree that you have)
then run opengl-update xfree.
hope this helps
chris |
|
|
Back to top |
|
|
tek45 n00b
Joined: 26 Mar 2003 Posts: 17 Location: Michigan
|
Posted: Wed Mar 26, 2003 1:22 pm Post subject: |
|
|
Actually, glxgears seems to go about 400 fps slower now. |
|
Back to top |
|
|
ctford0 l33t
Joined: 25 Oct 2002 Posts: 774 Location: Lexington, KY,USA
|
Posted: Thu Mar 27, 2003 4:44 am Post subject: |
|
|
Do you have agpgart and the radeon driver in the kernel compiled as modules? If not give that a try and then after a reboot emerge xfree-drm and do the opengl-update xfree. If this still doesnt work maybe you could post your X log.
Chris |
|
Back to top |
|
|
tek45 n00b
Joined: 26 Mar 2003 Posts: 17 Location: Michigan
|
Posted: Fri Mar 28, 2003 7:06 am Post subject: |
|
|
I did have them as modules (that's the only way I could get them to work), but I re-compiled the kernel anyway and did the rest. It still freezes in 4x AGP mode, though on the bright side I seem to get more stable fps in 1x now.
I don't get a log when xfree freezes. I just have one from the current good startup, and a .old from the last good one. I even tried turning off noflushd, thinking it might not be flushing the log to disk before it freezes. Would posting the healthy log (or parts of it) help any?
Thanks for the help btw |
|
Back to top |
|
|
ctford0 l33t
Joined: 25 Oct 2002 Posts: 774 Location: Lexington, KY,USA
|
Posted: Fri Mar 28, 2003 9:15 am Post subject: |
|
|
Sad to say probably not unless it has any errors or warnings while it is loading... I do have one question though, in your original post after the "radeon" you have a "y" is that present in your XF86Config file? or just a typo...
Chris |
|
Back to top |
|
|
tek45 n00b
Joined: 26 Mar 2003 Posts: 17 Location: Michigan
|
Posted: Fri Mar 28, 2003 10:40 am Post subject: |
|
|
ctford0 wrote: | Sad to say probably not unless it has any errors or warnings while it is loading... I do have one question though, in your original post after the "radeon" you have a "y" is that present in your XF86Config file? or just a typo...
Chris |
You had me hoping for an easy fix, but unfortunately it was a typo
The only messages I get normally are a "bad font element" and "user defined signal handler found for SIG_PIPE". They've been there since I installed. |
|
Back to top |
|
|
ctford0 l33t
Joined: 25 Oct 2002 Posts: 774 Location: Lexington, KY,USA
|
Posted: Fri Mar 28, 2003 4:13 pm Post subject: |
|
|
Do you have support for the agp chipset on your motherboard compiled into the kernel? This is basically the last thing I can think of.
Chris |
|
Back to top |
|
|
tek45 n00b
Joined: 26 Mar 2003 Posts: 17 Location: Michigan
|
Posted: Sat Mar 29, 2003 4:57 am Post subject: |
|
|
ctford0 wrote: | Do you have support for the agp chipset on your motherboard compiled into the kernel? This is basically the last thing I can think of.
Chris |
Yeah. I looked it up in the specs to make sure I had the right one (intel 845). I don't know if the driver is 4x capable though. |
|
Back to top |
|
|
Black Sword n00b
Joined: 26 Mar 2003 Posts: 15 Location: Roaming
|
Posted: Sun Apr 27, 2003 3:49 am Post subject: |
|
|
I have the same problem--with the following update. I can have Either AGP 4X enabled or FastWrites on but not both at the same time. Any thoughts? |
|
Back to top |
|
|
|