On Thu, 17 Nov 2005, Simon Morgan wrote:
http://16hz.net/~simon/SunBlade100/xorg.conf

Thanks a lot! The following line under Section "Device" also
solved my problems with the Sun GDM-20D10 monitor and Blade 100:
  Option  "reference_clock" "28.636MHz"

I had tested every modeline I could find for the GDM-20D10, and with all kinds of sync settings, but I never got the monitor sync with the ati driver. Using the wsfb driver instead worked fine, but then I was limited to 8-bit graphics in 1152x900 (or something like that).
Now I can choose between lots of resolutions, and all in 24-bit.
(See the xorg.conf extract below.)

/Johan Zandin



Extract from my xorg.conf:

# Sun GDM-20D10 Monitor
Section "Monitor"
        Identifier   "Monitor"
        VendorName   "Sun"
        ModelName    "GDM-20D10"
        Option       "DPMS"
        HorizSync    40-82
        VertRefresh  50-180
        Modeline  "640x480"    50      640  648  696  832   480  481  484  509 
+hsync +vsync
        Modeline  "720x540"    55      720  728  776  912   540  541  544  569 
+hsync +vsync
        Modeline  "720x600"    55      720  728  776  912   600  600  603  631 
+hsync +vsync
        Modeline  "800x600"    65      800  816  880 1048   600  600  603  631 
+hsync +vsync
        Modeline  "1024x768"  110     1024 1056 1184 1360   768  770  774  805
        Modeline  "1152x864"  105     1152 1192 1352 1440   864  865  875  895
        Modeline  "1152x900"  110.87  1152 1224 1352 1552   900  901  904  940  
Composite
        Modeline  "1280x1024" 141.82  1280 1376 1512 1744  1024 1025 1028 1070  
Composite
        Modeline  "1600x1200" 162     1600 1664 1856 2160  1200 1201 1204 1250
EndSection

# ATI FrameBuffer
Section "Device"
        Identifier      "FrameBuffer"
        Driver          "ati"
        BusID           "PCI:0:19:0"
        Option          "reference_clock" "28.636MHz"
EndSection

# FrameBuffer + Monitor
Section "Screen"
        Identifier "Screen0"
        Device     "FrameBuffer"
        Monitor    "Monitor"
        DefaultDepth 24
        SubSection "Display"
                Depth   8
                Modes   "1600x1200" "1280x1024" "1152x900" "1152x864" "1024x768" "800x600" 
"720x600" "720x540" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes   "1600x1200" "1280x1024" "1152x900" "1152x864" "1024x768" "800x600" 
"720x600" "720x540" "640x480"
        EndSubSection
EndSection

Reply via email to