You are not logged in.
Hello everybody!
After updating catalyst-total from 13.1 to 13.4 the screen becomes disabled when starting X server.
Here's my xorg.conf:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
Load "dri"
Load "dbe"
Load "glx"
Load "extmod"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "0-DFP10"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1680x1050"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "TexturedVideo" "on"
Option "VideoOverlay" "on"
Option "XAANoOffscreenPixmaps" "True"
Option "AllowGLXWithComposite" "False"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
Option "TripleBuffer" "True"
Option "UseFBDev" "False"
Option "EnablePageFlip" "True"
Option "Monitor-DFP10" "0-DFP10"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Render" "on"
Option "XVideo" "on"
EndSectionThanks for any help!
Last edited by dans (2013-08-05 19:51:56)
Offline