Difference between revisions of "Zspace-config"
From Immersive Visualization Lab Wiki
(→Configure a zSpace Device for Linux) |
|||
Line 5: | Line 5: | ||
** sudo vi /etc/X11/xorg.conf | ** sudo vi /etc/X11/xorg.conf | ||
** in Section "Screen": add Option "Stereo" 3 | ** 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 | * 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 | * "glxinfo -t" must show a few modes with the stereo flag set to 1 | ||
* Test with "glxgears -stereo" | * Test with "glxgears -stereo" | ||
+ | * If it doesn't work, look for clues in /var/log/Xorg.0.log |
Revision as of 18:30, 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
- 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