Difference between revisions of "Zspace-config"
From Immersive Visualization Lab Wiki
(New page: * 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 * Run sudo nvi...) |
|||
Line 1: | Line 1: | ||
+ | ==Configure a zSpace Device for Linux== | ||
+ | |||
* Nvidia documentation of stereo modes: /usr/share/doc/NVIDIA_GLX-1.0/README.txt | * Nvidia documentation of stereo modes: /usr/share/doc/NVIDIA_GLX-1.0/README.txt | ||
* Enable stereo: | * Enable stereo: | ||
Line 4: | Line 6: | ||
** in Section "Screen": add Option "Stereo" 3 | ** in Section "Screen": add Option "Stereo" 3 | ||
* Run sudo nvidia-settings: verify that the refresh rate is 120 Hz | * 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" | * Test with "glxgears -stereo" |
Revision as of 18:27, 24 October 2012
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
- 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"