My display used to work like a charm out of the box. Now fedora doesn't detect the monitor type or it's native resolution and won't let me choose it anymore, even after a fresh install of fedora.
My gfx card is ATI Radeon HD 5670, my monitor is Samsung SyncMaster SA300 and running fedora 15 and I don't use the propitiatory driver.
My /var/log/xorg.0.log:
http://fpaste.org/Ir85/
/etc/X11/xorg.conf :
Code:
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
What can I do to fix this?