Hi,
I'm trying to use the hardware of the gforce 3D vision pack (ie glasses and Samsung 2233 Rz) on linux, with my quadro FX 4600.
Does anyone know any specific limitations ? Is it possible to make glxgears -stereo work ?
First of all the IR device is red and not green...
And after i have an error on glxgears -stereo ;
[code]glxgears -stereo
Error: couldn't get an RGB, Double-buffered, Stereo visual[/code]
If it can help here is my xorg.conf
[code]/etc/X11/xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder63) Thu Feb 5 00:19:09 PST 2009
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Feb 5 00:18:17 PST 2009
# Xorg configuration created by livna-config-display
I'm trying to use the hardware of the gforce 3D vision pack (ie glasses and Samsung 2233 Rz) on linux, with my quadro FX 4600.
Does anyone know any specific limitations ? Is it possible to make glxgears -stereo work ?
First of all the IR device is red and not green...
And after i have an error on glxgears -stereo ;
[code]glxgears -stereo
Error: couldn't get an RGB, Double-buffered, Stereo visual[/code]
If it can help here is my xorg.conf
[code]/etc/X11/xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder63) Thu Feb 5 00:19:09 PST 2009
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Feb 5 00:18:17 PST 2009
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "CorePointer"
Option "Buttons" "7"
EndSection
Section "Monitor"
Identifier "GDM"
ModelName "Samsung 2233RZ"
HorizSync 30.0 - 135.0
VertRefresh 56.0 - 75.0
ModeLine "1680x1050_120" 238.46 1680 1728 1760 1840 1050 1053 1059 1080 +hsync +vsync
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 190.0
VertRefresh 56.0 - 125.0
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 190.0
VertRefresh 56.0 - 125.0
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 285"
BusID "PCI:3:0:0"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 285"
BusID "PCI:4:0:0"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro FX 4600"
BusID "PCI:4:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro FX 4600"
BusID "PCI:4:0:0"
EndSection
Section "Screen"
# Option "UseEDID" "false"
# Option "NoBandWidthTest" "true"
# Option "ExactModeTimingsDVI" "true"
# Option "ModeValidation" "DFP-0: NoEdidModes, AllowNon60HzDFPModes, NoMaxSizeCheck, NoMaxPClkCheck, NoMaxSizeCheck, NoXServerModes, NoPredefinedModes"
Identifier "Default Screen"
Device "Videocard0"
Monitor "GDM"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
# Option "SLI" "on"
Option "MetaModes" "1680x1050_120"
Option "Stereo" "3"
Option "AllowDFPStereo" "yes"
# to force monitor to ModeLine settings for testing purposes
SubSection "Display"
Depth 24
Modes "1680x1050_120"
EndSubSection
EndSection
Section "Screen"
# Removed Option "metamodes" "nvidia-auto-select +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1680x1050_120 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "GDM"
#Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1680x1050_120 +0+0"
Option "Stereo" "1"
Option "AddARGBGLXVisuals" "True"
Option "AllowNon60HzDFPModes" "True"
Option "AllowDFPStereo" "yes"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "disable"
EndSection[/code]
I'm trying to use the hardware of the gforce 3D vision pack (ie glasses and Samsung 2233 Rz) on linux, with my quadro FX 4600.
Does anyone know any specific limitations ? Is it possible to make glxgears -stereo work ?
First of all the IR device is red and not green...
And after i have an error on glxgears -stereo ;
If it can help here is my xorg.conf