Friday, May 4, 2007

Commands

$ lspci with this command I can check for example which graphics card do I have


http://tuxdom.org/getting_started_ubuntu_7_04_feisty_fawn

http://www.ubuntugeek.com/how-to-install-beryl-with-latest-nvidia-drivers-in-ubuntu-feisty-fawn.html

http://www.arsgeek.com/?p=1313

http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu


Adding Source list
you need to edit /etc/apt/sources.list file
sudo vi /etc/apt/sources.list
Add the following line for the latest beryl (Both i386&64 bit)
deb http://ubuntu.beryl-project.org feisty main
Save file and exit
Copy the key file using the following command
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- sudo apt-key add -
Now you need to update the source list using the following command
sudo apt-get update

No comments: