help on SGI 1600SW

From: dagny (chongman_at_cox.net)
Date: 02/29/04


Date: Sun, 29 Feb 2004 06:14:06 -0500

Hi,

I am trying to use my old SGI 1600SW lcd monitor with my Linux machine
running Redhat 9. My PC running kernel 2.4.20 SMP. The problem is that even
though I configured X to run in 1600x1024 mode, it displays in 1280x1024.
After some tweaking around, I got it working in 1600x1024, but screen shifts
a bit. I guess modeline statement is a problem, but can not get proper
data. Anyone has experience with this monitor?

You help is highly appreciated. Below is my X config.

Section "Monitor"
      Identifier "Monitor0"
      VendorName "Monitor Vendor"
      ModelName "SyncMaster"
      DisplaySize 510 320
      HorizSync 30.0 - 85.0
      VertRefresh 55.0 - 85.0
      modeline "1600x1024" 108.0 1600 1616 1656 1704 1024 1027 1030 1056
      Option "dpms"
EndSection

Section "Device"
      Identifier "Videocard0"
      Driver "mga"
      VendorName "Videocard vendor"
      BoardName "Matrox Millennium G400"
      VideoRam 32768
EndSection

Section "Screen"
      Identifier "Screen0"
      Device "Videocard0"
      Monitor "Monitor0"
      DefaultDepth 24
      SubSection "Display"
            Depth 24
            Modes "1600x1024" "1400x1050" "1280x1024" "1280x960"
"1152x864" "1024x768" "800x600" "640x480"
      EndSubSection
EndSection

Section "DRI"
      Group 0
      Mode 0666
EndSection