Zspace-config
From Immersive Visualization Lab Wiki
Configure a zSpace Device for Linux
- Nvidia documentation of stereo modes: /usr/share/doc/NVIDIA_GLX-1.0/README.txt
- Enable stereo:
- sudo vi /etc/X11/xorg.conf
- in Section "Screen": add Option "Stereo" 3
- in Section "Extensions" add Option "Composite" "off"
- Run sudo nvidia-settings: verify that the refresh rate is 120 Hz
- "glxinfo -t" must show a few modes with the stereo flag set to 1
- Test with "glxgears -stereo"
- If it doesn't work, look for clues in /var/log/Xorg.0.log