From BlenderWiki

Jump to: navigation, search

[edit] Client

[edit] Installation

Install Ubuntu 9.04

Partitions:
/			ext4		20480MB
			none		20480MB
			swap		4096MB
/media/data		ext4		rest

User:

Name: Guest
Username: guest
Password: guest
Hostname: guest-desktop

Reboot

[edit] Updates & Driver

System > Administration >
	Update Manager > Install Updates
	Hardware Drivers > NVidia 180 Activate

Reboot

[edit] Configuration

System > Preferences
	Appearance > Visual Effects > None
	Windows > Movement Key > Super

sudo nvidia-settings
		X Server Display Configuration > Use TwinView
                Save to X Configuration File

Terminal > Profile Preferences
	Colors > White on Black

[edit] Packages

sudo apt-get install build-essential cmake scons subversion openexr libopenexr-dev libjpeg-dev libpng12-dev libopenal-dev libsdl-dev libfreetype6-dev libtiff4-dev python-dev gettext libxi-dev libsamplerate-dev libalut-dev yasm vim nfs-common samba flashplugin-nonfree msttcorefonts resolvconf openssh-server
sudo apt-get install gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse ffmpeg2theora
sudo apt-get clean

install http://code.google.com/p/nautilussvn/

[edit] Network config

Add the eth0 interface and make sure it comes up automatically.

auto lo eth0
iface lo inet loopback

iface eth0 inet dhcp
        dns-search lan

This ensures 'ping biserver' will just work. The router unfortunately does not add a search/domain field to the dns section of the dhcp reply, so we add it ourselves (until perhaps a better dhcp server is used).

[edit] File Systems

sudo mkdir /shared
sudo chmod 777 /media/data

In /etc/fstab

  • Change /media/data options from relatime to relatime,user,exec.
  • Add biserver:/media/data/shared /shared nfs rsize=8192,wsize=8192,user,exec 0 0

In /etc/hosts

  • Add 192.168.1.14 biserver
sudo mount -a

[edit] Blender

cp /shared/bin/desktop_icons/*.desktop ~/Desktop

Run Blender SVN Update from the desktop.

[edit] SVN