Stereo: Difference between revisions

178 bytes added ,  20 January 2015
Line 9: Line 9:
# cheap Quadro cards with dual-link DVI-D or DisplayPort work well. Quadro 380, 400, 420 and 600 have been reported to work on CCP4BB. Make sure the card can do dual-link DVI if your monitor has only DVI input. Any card (including the "Windows only" ones!) listed at http://www.nvidia.com/object/3d-vision-pro-requirements.html#Quadro should work if a) it can do dual-link DVI if the monitor has only DVI input, and b) if the monitor has built-in emitter. DisplayPort is fine with the BenQ XL2420TX.
# cheap Quadro cards with dual-link DVI-D or DisplayPort work well. Quadro 380, 400, 420 and 600 have been reported to work on CCP4BB. Make sure the card can do dual-link DVI if your monitor has only DVI input. Any card (including the "Windows only" ones!) listed at http://www.nvidia.com/object/3d-vision-pro-requirements.html#Quadro should work if a) it can do dual-link DVI if the monitor has only DVI input, and b) if the monitor has built-in emitter. DisplayPort is fine with the BenQ XL2420TX.


== TFT monitors: update January 2015 ==
== Status January 2015 ==


Using NVidia's 346.35 driver on RHEL/CentOS/SL 7, I changed /etc/X11/xorg.conf to have  
Using NVidia's 346.35 driver on RHEL/CentOS/SL 7, I changed /etc/X11/xorg.conf (see http://us.download.nvidia.com/XFree86/Linux-x86_64/346.35/README/xconfigoptions.html) to have  
     Section "Device"
     Section "Device"
       Driver      "nvidia"
       Driver      "nvidia"
       Option      "Stereo" "10"
       Option      "Stereo" "10"
     EndSection
     EndSection
but there is no stereo (coot only shows a slightly rotated view), nor is there any hint in /var/log/Xorg.0.log that stereo is disabled. In fact, it is disabled, due to the Composite Extension (see http://us.download.nvidia.com/XFree86/Linux-x86_64/346.35/README/xcompositeextension.html). If this is disabled by
but there was no stereo (coot only shows a slightly rotated view), nor was there any hint in /var/log/Xorg.0.log that stereo is disabled. In fact, stereo ''is'' disabled, due to the Composite Extension (see http://us.download.nvidia.com/XFree86/Linux-x86_64/346.35/README/xcompositeextension.html). If this extension is itself disabled by
     Section "Extensions"
     Section "Extensions"
       Option    "Composite" "Disable"
       Option    "Composite" "Disable"
     EndSection
     EndSection
then the login screen (gdm) crashes. This is documented at https://devtalk.nvidia.com/default/topic/556113/3d-vision-and-composite-option/ . The only way out is to install a different display manager, like documented at e.g. http://jensd.be/?p=125 . This works well - I'm now using lightdm and the MATE desktop, an NVidia Quadro K420 and a BenQ XL2420TX.
then the login screen (gdm) crashes (discussed at https://devtalk.nvidia.com/default/topic/556113/3d-vision-and-composite-option). The only way out is to install a different display manager, like documented at e.g. http://jensd.be/?p=125 . This works well - I'm now using lightdm and the MATE desktop with a NVidia Quadro K420 and a BenQ XL2420TX. The graphics performance is very good for electron density inspection and fitting.


==Ono==
==Ono==
1,328

edits