mrpeanut
December 10th, 2006, 11:29 PM
The HowTo on Ubuntu Guide was down so after a bit of searching via Google and expanding on bits of Ubuntu Guide's HowTo I bring you this!
Make sure everything is up to date
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Add Beryl and NVIDIA to your repositories
sudo gedit /etc/apt/sources.list
Add the following line:
##Beryl
deb http://ubuntu.beryl-project.org/ edgy main
deb http://albertomilone.com/drivers/edgy/nonlegacy/64bit binary/
Add the GPG keys
wget http://albertomilone.com/drivers/tseliot.asc
gpg --import tseliot.asc
gpg --export --armor albertomilone@alice.it | sudo apt-key add -
wget http://ubuntu.beryl-project.org/1609B551.gpg -O- | sudo apt-key add -
Install the NVIDIA Drivers
sudo apt-get install nvidia-glx
Update your linux-restricted-modules & linux-restricted-modules-common packages
sudo nvidia-xconfig
Add a Menu option for the NVIDIA Settings
sudo gedit /usr/share/applications/NVIDIA-Settings.desktop
Insert these lines in the new file and save:
[Desktop Entry]
Name=NVIDIA Settings
Comment=NVIDIA Settings
Exec=nvidia-settings
Icon=
Terminal=false
Type=Application
Categories=Application;System;
Restart your computer and the new drivers should be installed. You will see a NVIDIA splash screen.
Install Beryl
sudo apt-get install beryl-core beryl-plugins beryl-plugins-data emerald beryl-settings beryl-manager beryl beryl-dev emerald-themes
Backup xorg.conf
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
sudo gedit /etc/X11/xorg.conf
Add this to xorg.conf "Screen" section
# Enable 32-bit ARGB GLX Visuals
Option "AddARGBGLXVisuals" "True"
# If you are using an older version of compiz that
# does not support rendering into the Composite
# Overlay Window, you will need to disable clipping
# of GLX rendering to the X Root window with this
# option, or you will get a blank screen after
# starting compiz:
Option "DisableGLXRootClipping" "True"
Add this to xorg.conf "Device" section
Option "TripleBuffer" "true"
Restart X with ctrl+alt+backspace
Start Beryl
beryl-manager
Start Emerald (if it doesn't start on its own)
emerald --replace
Configure Beryl to be executed at start-up
1. Select 'System' > 'Preferences' > 'Sessions'
2. Click the StartUp Programs tab
3. Click Add, then input: beryl-manager
4. Click OK, then Close
Make sure everything is up to date
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Add Beryl and NVIDIA to your repositories
sudo gedit /etc/apt/sources.list
Add the following line:
##Beryl
deb http://ubuntu.beryl-project.org/ edgy main
deb http://albertomilone.com/drivers/edgy/nonlegacy/64bit binary/
Add the GPG keys
wget http://albertomilone.com/drivers/tseliot.asc
gpg --import tseliot.asc
gpg --export --armor albertomilone@alice.it | sudo apt-key add -
wget http://ubuntu.beryl-project.org/1609B551.gpg -O- | sudo apt-key add -
Install the NVIDIA Drivers
sudo apt-get install nvidia-glx
Update your linux-restricted-modules & linux-restricted-modules-common packages
sudo nvidia-xconfig
Add a Menu option for the NVIDIA Settings
sudo gedit /usr/share/applications/NVIDIA-Settings.desktop
Insert these lines in the new file and save:
[Desktop Entry]
Name=NVIDIA Settings
Comment=NVIDIA Settings
Exec=nvidia-settings
Icon=
Terminal=false
Type=Application
Categories=Application;System;
Restart your computer and the new drivers should be installed. You will see a NVIDIA splash screen.
Install Beryl
sudo apt-get install beryl-core beryl-plugins beryl-plugins-data emerald beryl-settings beryl-manager beryl beryl-dev emerald-themes
Backup xorg.conf
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
sudo gedit /etc/X11/xorg.conf
Add this to xorg.conf "Screen" section
# Enable 32-bit ARGB GLX Visuals
Option "AddARGBGLXVisuals" "True"
# If you are using an older version of compiz that
# does not support rendering into the Composite
# Overlay Window, you will need to disable clipping
# of GLX rendering to the X Root window with this
# option, or you will get a blank screen after
# starting compiz:
Option "DisableGLXRootClipping" "True"
Add this to xorg.conf "Device" section
Option "TripleBuffer" "true"
Restart X with ctrl+alt+backspace
Start Beryl
beryl-manager
Start Emerald (if it doesn't start on its own)
emerald --replace
Configure Beryl to be executed at start-up
1. Select 'System' > 'Preferences' > 'Sessions'
2. Click the StartUp Programs tab
3. Click Add, then input: beryl-manager
4. Click OK, then Close