daemonicpenguin
10-02-2007, 04:55 AM
Was wondering if anyone could take a look at my config/logs and shed any insight on this issue I'm having.
Basically, the first time X starts up, it loads fine. However, if restart X (ctrl-alt-backspace) X hangs as a black screen.
xorg.conf
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
#SubSection "extmod"
#Option "omit XVideo"
#Option "omit XVideo-MotionCompensation"
#Option "omit XFree86-VidModeExtension"
#EndSubSection
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Name" "Razer Copperhead"
Option "Vendor" "Razer"
Option "CorePointer"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 6 7"
Option "Resolution" "800" #other valid values: 400, 800, 1800
Option "SampleRate" "1000Hz" #other valid values: 125, 500
Option "Emulate3Buttons" "false"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Well, apparently, the logs are about 45 KB, so I can't post them.
Basically, on restart, it hangs near the very end, right at the line:
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
At that point, I have to ssh into the box, enter runlevel 3, kill gdm, kill Xorg, and rmmod fglrx. At that point I can restart X (manually, or by returning to runlevel 5).
Not sure if this is a known issue, or if I have something configured wrong that makes the driver crash like this. Thanks for any ideas on this.
Basically, the first time X starts up, it loads fine. However, if restart X (ctrl-alt-backspace) X hangs as a black screen.
xorg.conf
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
#SubSection "extmod"
#Option "omit XVideo"
#Option "omit XVideo-MotionCompensation"
#Option "omit XFree86-VidModeExtension"
#EndSubSection
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Name" "Razer Copperhead"
Option "Vendor" "Razer"
Option "CorePointer"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 6 7"
Option "Resolution" "800" #other valid values: 400, 800, 1800
Option "SampleRate" "1000Hz" #other valid values: 125, 500
Option "Emulate3Buttons" "false"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Well, apparently, the logs are about 45 KB, so I can't post them.
Basically, on restart, it hangs near the very end, right at the line:
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
At that point, I have to ssh into the box, enter runlevel 3, kill gdm, kill Xorg, and rmmod fglrx. At that point I can restart X (manually, or by returning to runlevel 5).
Not sure if this is a known issue, or if I have something configured wrong that makes the driver crash like this. Thanks for any ideas on this.