Xorg.conf file – Stereoscope on LINUX

******************************************************************************
# XFree86 4.0 configuration generated by Xconfigurator

Section “ServerLayout”
        Identifier      “XFree86 Configured”
        Screen          0  “Screen0” 0 0
        InputDevice    “Mouse0” “CorePointer”
        InputDevice    “Keyboard0” “CoreKeyboard”
EndSection

# By default, Red Hat Linux 6.0 and later use xfs

Section “Files”
        FontPath “unix/:7100”
EndSection

# Module loading section

Section “Module”
        Load  “dbe”             # Double-buffering
        Load  “glx”             # OpenGL X protocol interface
        Load  “extmod”          # Misc. required extensions
        Load  “v4l”             # Video4Linux
        Load  “record”          # X event recorder
        Load  “rge”             # HP Remote Graphics Sender
EndSection

Section “InputDevice”
        Identifier  “Keyboard0”
        Driver      “keyboard”
        Option      “XkbLayout” “us”
EndSection

Section “InputDevice”
        Identifier  “Mouse0”
        Driver      “mouse”
        Option      “Device” “/dev/mouse”
        Option      “Protocol” “IMPS/2”
        Option      “Emulate3Buttons” “off”
        Option      “ZAxisMapping” “4 5”
EndSection

# Use EDID (Extended Display Identification Data) by default to get display timings from display
# Because of this, HorizSync and VertRefresh parameters are not needed Section “Device”
        Identifier      “NVIDIA”
        Driver          “nvidia”
        BoardName       “Quadro 4”
        Option          “Scaling” “native”
#        Option          “Overlay” “true”
# wsk
        Option          “Stereo” “5”
        Option          “NoFlip” “on”    # HP Remote Graphics Sender
EndSection

Section “Monitor”
        Identifier      “SeeReal Cn 20 inch 3-D Display”
        VendorName      “SeeReal Technologies”
        ModelName       “Cn”
        Option          “dpms”
# V-freq: 60.00 Hz  // h-freq: 74.69 KHz
Modeline “1600×1200” 170.89  1600 1688 1896 2288  1200 1200 1203 1244

EndSection

Section “Screen”
        Identifier      “Screen0”
        Device          “NVIDIA”
        Monitor         “SeeReal Cn 20 inch 3-D Display”
        Option          “TwinView”
#       Option          “MetaModes”
“1600x1200_60”
# wsk next 2 lines    
        Option          “MetaModes” “1600x1200_60;”
        DefaultDepth    24
        Subsection “Display”
                Depth   24
# wsk next w lines
                Modes   “1600x1200_60”
        EndSubSection
EndSection
***************************************************************************

서진우

슈퍼컴퓨팅 전문 기업 클루닉스/ 상무(기술이사)/ 정보시스템감리사/ 시스존 블로그 운영자

You may also like...

페이스북/트위트/구글 계정으로 댓글 가능합니다.