Difference between revisions of "Slicer:Slicer2.6Ubuntu"

From NAMIC Wiki
Jump to: navigation, search
m (Update from Wiki)
 
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
== '''Slicer''' 2.6 on Ubuntu ==
+
<big>'''Note:''' We are migrating this content to the slicer.org domain - <font color="orange">The newer page is [https://www.slicer.org/wiki/Slicer:Slicer2.6Ubuntu here]</font></big>
 
 
=== 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
 

Latest revision as of 17:15, 10 July 2017

Home < Slicer:Slicer2.6Ubuntu

Note: We are migrating this content to the slicer.org domain - The newer page is here