This is a read-only mirror of pymolwiki.org

Difference between revisions of "XFree86 Configuration"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (4 revisions)
 
(3 intermediate revisions by the same user not shown)
Line 46: Line 46:
 
  EndSection
 
  EndSection
 
</code>
 
</code>
 +
 +
[[Category:Stereo 3D Display|XFree68Config]]
 +
[[Category:Technical Issues|XFree86 Config]]

Latest revision as of 04:07, 28 March 2014

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