XFree86 Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 46: | Line 46: | ||
EndSection | EndSection | ||
</code> | </code> | ||
[[Category:Stereo 3D Display|Editing the XFree68Config]] |
Revision as of 20:19, 6 May 2005
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