Difference between revisions of "Slicer:Slicer2.6Ubuntu"
From Slicer Wiki
m (Update from Wiki) |
m (1 revision) |
(No difference)
|
Latest revision as of 18:52, 15 May 2008
Home < Slicer:Slicer2.6UbuntuSlicer 2.6 on Ubuntu
Notes for installing Slicer 2.6 on Ubuntu:
- Slicer requires csh, which isn't installed by default on some Ubuntu distributions. It can be found in Synaptic (Berkeley version).
If you are having problems with OpenGL:
To verify your OpenGL installation is working, run the command
glxgears
To install an NVIDIA graphics driver that supports OpenGL:
sudo apt-get install nvidia-glx nvidia-kernel-common sudo nvidia-glx-config enable
Edit the /etc/X11/xorg.conf file to change 'nv' to 'nvidia' in this section:
Section "Device" Identifier "NVIDIA Corporation NV41 [Quadro FX 3450/4000 SDI]" Driver "nvidia" BusID "PCI:5:0:0" EndSection
To install an ATI graphics driver that supports OpenGL:
sudo apt-get update sudo apt-get install linux-restricted-modules-$(uname -r) sudo apt-get install xorg-driver-fglrx sudo depmod -a sudo aticonfig --initial sudo aticonfig --overlay-type=Xv