XFree86 Configuration

From PyMOLWiki
Revision as of 00:37, 6 November 2007 by Inchoate (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Iiyama HM204DT + Nvidia Quadro FX 1100 on Fedora Core 2 (updated as of 2005-02-17)

Section "Module"
       Load  "dbe"
       Load  "extmod"
       Load  "fbdevhw"
       Load  "glx"
       Load  "record"
       Load  "freetype"
       Load  "type1"
       #Load  "dri"    # THIS MUST BE COMMENTED OUT
EndSection
Section "Monitor"
  Identifier   "hm204dt"
  VendorName   "Iiyama"
  ModelName    "HM204DT"
  HorizSync    30 - 142
  VertRefresh  50 - 200
  Option      "dpms"

  # 1400x1100 @ 120.00 Hz (GTF) hsync: 141.48 kHz; pclk: 275.04 MHz
  Modeline "1400x1100_120"  275.04  1400 1520 1672 1944  1100 1101 1104 1179  -HSync +Vsync
EndSection
Section "Device"
       Identifier  "quadrofx"
       Driver      "nvidia"
       VendorName  "PNY"
       BoardName   "NVIDIA Quadro FX 1100"
       Option "AllowDFPStereo" "true"
       Option "Stereo" "3"
EndSection
Section "Screen"
       Identifier "Screen0"
       Device     "quadrofx"
       Monitor    "hm204dt"
       DefaultDepth     24
       SubSection "Display"
               Viewport   0 0
               Depth     24
               Modes   "1400x1100_120" "1280x1024"
       EndSubSection
EndSection