Visualization: graphics cards and 3D: Difference between revisions

From CCP4 wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:


* [[NVidia]] (proprietary driver download at http://www.nvidia.com)
* [[NVidia]] (proprietary driver download at http://www.nvidia.com)
For stereo, the xorg.conf might need the following lines
        Section "Extensions"
          Option    "Composite" "Disable"
        EndSection
if the X log file (e.g. at /var/log/Xorg.0.log) says that stereo is not supported by composite
* [[ATI]] (now belonging to AMD) (proprietary driver download at http://ati.amd.com)
* [[ATI]] (now belonging to AMD) (proprietary driver download at http://ati.amd.com)


== 3D ==
== 3D ==
* [[3D visualization]]
* [[3D visualization]]

Revision as of 12:19, 14 February 2008

graphics cards and drivers

For stereo, the xorg.conf might need the following lines

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

if the X log file (e.g. at /var/log/Xorg.0.log) says that stereo is not supported by composite

3D