Stereo: Difference between revisions

Jump to navigation Jump to search
869 bytes added ,  20 January 2015
Stereo in 2015
(Stereo in 2015)
Line 99: Line 99:
     defaults write com.apple.x11 enable_stereo -bool true
     defaults write com.apple.x11 enable_stereo -bool true


== TFT monitors: update January 2015 ==
Using NVidia's 346.35 driver on RHEL/CentOS/SL 7, I changed /etc/X11/xorg.conf to have
    Section "Device"
      Driver      "nvidia"
      Option      "Stereo" "10"
    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
    Section "Extensions"
      Option    "Composite" "Disable"
    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 .


==See also==
==See also==
1,328

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu