Beryl @ Edgy with nVIDIA Driver
Monday, 25. December 2006, 09:23:37
有这样几篇文章可以参考:
http://wiki.beryl-project.org/index.php/Install/Ubuntu/Edgy/nVIDIA
http://www.ubuntuforums.org/showthread.php?t=263851
http://doc.gwos.org/index.php/BerylOnEdgy
略简单概括:
添加sources
加入如下两个
运行命令获取key
完成以后还是老规矩
下载安装nVIDIA驱动
过程中会提示同时更新linux-restricted-modules和linux-restricted-modules-common的包,反正也不大。
由于restricted modules的变更,在完成后需要再次升级一下
然后可以配置X
需要开启Composite
在Screen模块下添加一行
在Device模块下添加一行
完成之后重启,驱动就算装好了。
随后安装Beryl
在System-Preferences-Sessions的Startup项中加入beryl-manager就可以在每次启动时运行Beryl了。
http://wiki.beryl-project.org/index.php/Install/Ubuntu/Edgy/nVIDIA
http://www.ubuntuforums.org/showthread.php?t=263851
http://doc.gwos.org/index.php/BerylOnEdgy
略简单概括:
添加sources
sudo gedit /etc/apt/sources.list
加入如下两个
deb http://ubuntu.beryl-project.org edgy main
deb http://nvidia.limitless.lupine.me.uk/ubuntu edgy stable
运行命令获取key
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
完成以后还是老规矩
sudo apt-get update
下载安装nVIDIA驱动
sudo apt-get install nvidia-glx
过程中会提示同时更新linux-restricted-modules和linux-restricted-modules-common的包,反正也不大。
由于restricted modules的变更,在完成后需要再次升级一下
sudo apt-get upgrade
然后可以配置X
sudo nvidia-xconfig
需要开启Composite
sudo gedit /etc/X11/xorg.conf
在Screen模块下添加一行
Option "AddARGBGLXVisuals" "True"
在Device模块下添加一行
Option "TripleBuffer" "True"
完成之后重启,驱动就算装好了。
随后安装Beryl
sudo apt-get install beryl-core beryl-plugins beryl-plugins-data emerald beryl-settings beryl-manager beryl beryl-dev emerald-themes
在System-Preferences-Sessions的Startup项中加入beryl-manager就可以在每次启动时运行Beryl了。







