You are not logged in.
Pages: 1
Well whenever I run any 3d app for around 30seconds to a minute my PC completely hard locks. No alt-ctrl backspace to restart X or ssh'ing in to kill X. This happens with Wine and native 3d apps running. I am using catalyst 8.3.
Here is my Xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dbe"
Load "record"
Load "dri"
Load "extmod"
Load "GLcore"
Load "xtrap"
Load "glx"
Load "freetype"
Load "drm"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "HWP"
ModelName "hp f1523"
HorizSync 30.0 - 61.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "fglrx"
VendorName "ATI Technologies Inc"
BoardName "RV350 AS [Radeon 9550]"
BusID "PCI:1:0:0"
Option "RenderAccel" "on"
Option "AGPMode" "4"
Option "AGPFastWrite" "on"
Option "KernelModuleParm" "agplock=0"
Option "UseInternalAGPGART" "no"
Option "EnablePrivateBackZ" "no"
Option "DisableGLXRootClipping" "on"
Option "AddARGBGLXVisuals" "on"
Option "AllowGLXWithComposite" "on"
Option "mtrr" "on"
Option "DynamicClocks" "on"
Option "UseFastTLS" "2"
Option "BackingStore" "on"
Option "MaxGARTSize" "256"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection
Last edited by Greatmetal (2008-03-09 04:04:39)
Offline
I'm not sure if this will help, but try commenting out the line that says Load "GLcore", by putting a number sign (#) in front of it. I don't know why, but I've always seen the GLcore module removed or commented out.
Offline
No good, It just did it again. Bah... this sucks.
Offline
Pages: 1