Symptoms: Screen 0 deleted. Same failure with fallback user, root, and X -configure. Fluxbox also fails to start.
interesting part from Xorg.0.log:
Code: Select all
[ 644.991] (--) using VT number 7
[ 645.011] (II) [KMS] drm report modesetting isn't supported.
[ 645.011] (EE) Screen 0 deleted because of no matching config section.
[ 645.011] (II) UnloadModule:"radeon"
[ 645.011] (EE) Device(s) detected, but none match those in the config file.
[ 645.011] (EE)
Fatal server error:
[ 645.011] (EE) no screens found(EE)
xorg.conf: it was working for 2 years
Code: Select all
Section"ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0""CoreKeyboard"
InputDevice "Mouse0""CorePointer"
EndSection
Section"Files"
EndSection
Section"InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol""auto"
Option "Device""/dev/psaux"
Option "Emulate3Buttons""no"
Option "ZAxisMapping""4 5"
EndSection
Section"InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section"Monitor"
Identifier "Monitor0"
VendorName "LG :)"
ModelName "LG 32LD465"
HorizSync 29.6 - 66.6
VertRefresh 59.0 - 70.1
Option "DPMS"
Modeline "1360x768_60.00" 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
Modeline "1280x768_60.00" 79.50 1280 1344 1472 1664 768 771 781 798 -hsync +vsync
Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
Modeline "800x600_60.00" 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync
Modeline "640x480_60.00" 23.75 640 664 720 800 480 483 487 500 -hsync +vsync
Option "PreferredMode""1360x768_60.00"
EndSection
Section"Device"
Identifier "Device0"
Driver "ati"
VendorName "AMD/ATI Corporation"
BusID"PCI:1:0:0"
Option "VGA-0" "Monitor0"
EndSection
Section"Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 16
SubSection"Display"
Viewport 0 0
Depth 16
Modes"1360x768_60.00""1280x1024_60.00""1280x768_60.00""1024x768_60.00""800x600_60.00""640x480_60.00"
EndSubSection
SubSection"Display"
Viewport 0 0
Depth 24
Modes"1360x768_60.00""1280x1024_60.00""1280x768_60.00""1024x768_60.00""800x600_60.00""640x480_60.00"
EndSubSection
EndSection
Section"Module"
Load "radeon"
Load "glx"
EndSection
Section"Extensions"
# Option "Composite" "disable"
# Option "RENDER" "disable"
EndSection