IIRC it's the same installer that comes with the "Alternate" version. It runs in VGA mode so I can't imagine any card from the last decade or so not working.sculptor said:Do you install the Server version through a Terminal like window?
You'll do as it says in the sticky with a few changes. When it comes time to execute the finstall script you'll use the smp argument.SiriusB said:How do you install the SMP client on linux? I shouldn't have to ask this but it has been about a year or more since I last saw a linux command line, let alone install anything.
sudo apt-get update
sudo apt-get install ia32-libs
BillytheImpaler said:EDIT: Too slow![]()
sudo gedit /etc/apt/sources.list
sudo gedit /etc/X11/xorg.conf
Section "Extensions"
Option "Composite" "Disable"
EndSection
sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed
sudo apt-get install xorg-driver-fglrx
sudo depmod -a
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv