On 02/23/12 14:16, Hena Dutta wrote:
Hello,
Is anyone using nvidia quadro 4000 graphics card for linux environment to see stereo in pymol, coot, O or similar programs? If yes, I like to buy that.
Thanks...
Hena
Yes, we have a Quadro 4000. It seems to work on both Fedora 15 and Scientific Linux 6.1.


I do recall a bit of grief in that the default nouveau driver did not properly recognize the Q4000, possibly because it is a new model; so you will have to know what to do in text console mode to get the proprietary driver working.

This should do it for SL6.1:

# first, enable the elrepo repository:
rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org
rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm

# then you can install the driver. This automatically takes care of blacklisting the nouveau driver.
yum -y --enablerepo=elrepo install kmod-nvidia

You will need to tweak the xorg.conf file to add the stereo line and disable composite.
A  /etc/X11/xorg.conf file for SL6.1 attached.

Detailed instructions will vary with your Linux distribution, of course.

Cheers,

--
=======================================================================
All Things Serve the Beam
=======================================================================
                               David J. Schuller
                               modern man in a post-modern world
                               MacCHESS, Cornell University
                               schul...@cornell.edu

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 290.10  
(buildmeis...@swio-display-x86-rhel47-07.nvidia.com)  Wed Nov 16 18:47:40 PST 
2011

Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "/usr/share/fonts/default/Type1"
EndSection

Section "InputDevice"

    # generated from default
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "Emulate3Buttons" "no"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from data in "/etc/sysconfig/keyboard"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbLayout" "us"
        Option      "XkbModel" "pc105"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Planar"
        ModelName    "SA2311W"
        HorizSync    30.0 - 140.0
        VertRefresh  56.0 - 120.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "Device0"
        Driver      "nvidia"
        VendorName  "NVIDIA Corporation"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Device0"
        Monitor    "Monitor0"
        Option      "Stereo" "10"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
        Modes      "1920x1080" "1920x1080_120"
        EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Disable"
EndSection

Reply via email to