[Bug 16055] Blank screen with Radeon 9600 / RV350

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 21 22:11:22 PDT 2008


http://bugs.freedesktop.org/show_bug.cgi?id=16055





--- Comment #2 from Alex Deucher <agd5f at yahoo.com>  2008-05-21 22:11:21 PST ---
for some reason the xserver is picking a random mode rather than one of the
modes in the edid.

(II) RADEON(0): Output DVI-1 connected
(II) RADEON(0): Output DVI-0 disconnected
(II) RADEON(0): Output S-video disconnected
(II) RADEON(0): Using sloppy heuristic for initial modes
(II) RADEON(0): Output DVI-1 using initial mode 1152x864

You'll want to override that in the monitor section.  If you have problems with
2560x1600, try 1280x800 next.


Section "Monitor"
        Identifier      "DVI-1"
        Option          "DPMS"
        Modeline "2560x1600R"  268.50  2560 2608 2640 2720  1600 1603 1609 1646
+hsync -vsync
        Modeline "1280x800R"   71.00  1280 1328 1360 1440  800 803 809 823
+hsync -vsync
        Option "PreferredMode" "2560x1600R"
        #Option "PreferredMode" "1280x800R"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        #Option     "OpenGLOverlay" "off"
        #Option     "VideoOverlay" "on"
        Option      "Monitor-DVI-1" "DVI-1"
EndSection


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the xorg-driver-ati mailing list