SCIRun User Mailing List

Text archives Help


[SCIRUN-USERS] stereo again


Chronological Thread 
  • From: Jack Gundrum <jsg3@psu.edu>
  • To: scirun-users@sci.utah.edu
  • Subject: [SCIRUN-USERS] stereo again
  • Date: Fri, 05 Oct 2007 11:01:27 -0400

I installed a new graphics driver which did fix the volume rendering problem I was having, however, stereo is still grayed out.

After my last posting and following suggestions I created a modeline for my xorg.conf file with no luck. I really would like to
get stereo working for presentation to PSU faculty next wednesday when we open our new large stereo screen for faculty/students.

Is there something obvious I am missing in my xorg.conf below?
-----------------------------------------------------------------------------------
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder26) Mon Feb 26 23:37:58 PST 2007

# Xorg configuration created by system-config-display

Section "ServerLayout"
   Identifier     "Default Layout"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
   Load           "glx"
EndSection

Section "InputDevice"
   Identifier     "Mouse0"
   Driver         "mouse"
   Option         "Protocol" "auto"
   Option         "Device" "/dev/input/mice"
   Option         "Emulate3Buttons" "no"
   Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Identifier     "Keyboard0"
   Driver         "kbd"
   Option         "XkbModel" "pc105"
   Option         "XkbLayout" "us"
EndSection

Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
   Identifier     "Monitor0"
   VendorName     "Unknown"
   ModelName      "Unknown"
#    HorizSync       30.0 - 110.0
#    VertRefresh     50.0 - 150.0
   Option         "DPMS"
#    Option         "UseEDID" "FALSE"
# Modeline "1400x1050_60" 129.44 1400 1432 1920 1952 1050 1071 1081 1103 +HSync +VSync
EndSection

Section "Device"
   Identifier     "Videocard0"
   Driver         "nvidia"
   VendorName     "Videocard Vendor"
   BoardName      "nVidia Corporation G70GL [Quadro FX4500]"
EndSection

Section "Screen"
   Identifier     "Screen0"
   Device         "Videocard0"
   Monitor        "Monitor0"
   DefaultDepth    24
   Option         "TwinView" "true"
   Option         "TwinViewOrientation" "Clone"
   Option         "MetaModes" "1400x1050,1400x1050"
   Option         "ConnectedMonitor" "dfp,dfp"
   Option         "Stereo" "4"
   SubSection     "Display"
       Viewport    0 0
       Depth       24
       Modes      "1400x1050"
   EndSubSection
EndSection

Section "Extensions"
   Option         "Composite" "Disable"
EndSection



===========================================================================
== The SCIRun Users mailing list: send email to majordomo@sci.utah.edu   ==
== for more details.                                                     ==
== Please acknowledge use of SCIRun in your papers and reports:          ==
==   see http://software.sci.utah.edu/scirun-biopse_citation.bib         ==
===========================================================================




  • [SCIRUN-USERS] stereo again, Jack Gundrum, 10/05/2007

Archive powered by MHonArc 2.6.16.

Top of page