ubuntu+beryl
时间:2007-01-05 来源:noflower01
一直被linux的xgl炫目的特效吸引,花了两天在学校的机器上试验了一下,安装运行成功!
记点笔记:
1.安装显卡驱动:NVIDIA显卡安装配置指南
2.添加源;
sudo gedit /etc/apt/sources.list
deb http://www.beerorkid.com/compiz edgy main-edgy
deb http://media.blutkind.org/xgl/ edgy main-edgy
deb http://compiz-mirror.lupine.me.uk/ edgy main-edgy
deb http://ubuntu.compiz.net/ edgy main-edgy
3. 加入钥匙:
wget http://www.beerorkid.com/compiz/quinn.key.asc -O - | sudo apt-key add -
wget http://media.blutkind.org/xgl/quinn.key.asc -O - | sudo apt-key add -
wget http://compiz-mirror.lupine.me.uk/quinn.key.asc -O - | sudo apt-key add -
wget http://ubuntu.compiz.net/quinn.key.asc -O - | sudo apt-key add -
4. 刷新
sudo apt-get update
5. 安装xgl和beryl:
sudo apt-get install xserver-xgl
sudo apt-get install beryl emerald emerald-themes
6.配置xgl
sudo gedit /usr/local/bin/startxgl.sh
内容如下:
#!/bin/sh
Xgl -fullscreen :1 -ac -br -accel glx:pbuffer -accel xv:pbuffer &
sleep 4
export DISPLAY=:1
exec gnome-session
7. 在选择会话选框里面添加xgl选项
sudo chmod a+x /usr/local/bin/startxgl.sh
sudo gedit /usr/share/xsessions/xgl.desktop
内容:
[Desktop Entry]
Encoding=UTF-8
Name=Xgl
Exec=/usr/local/bin/startxgl.sh
Icon=
Type=Application
8. 启动beryl
a.主菜单-系统-首选项-会话-启动程序 添加 beryl-manager。(这种方法在不启动xgl的时候beryl也会启动。)
b.在终端输入beryl-manager
参考:http://forum.ubuntu.org.cn/viewtopic.php?t=36425&highlight=%E6% 88%91%E5%9C%A8%E5%AE%89%E8%A3%85beryl%E9%81%87%E5%88%B0%E7%9A%84%E9%97%AE%E9%A2%98
http://forum.ubuntu.org.cn/viewtopic.php?t=30638
http://sam.meizu.net/blog/user1/3064/archives/2006/50839.shtml
http://wiki.ubuntu.org.cn/NVIDIA%E6%98%BE%E5%8D%A1%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE%E6%8C%87%E5%8D%97?highlight=%28%E6%98%BE%E5%8D%A1%29
记点笔记:
1.安装显卡驱动:NVIDIA显卡安装配置指南
2.添加源;
sudo gedit /etc/apt/sources.list
deb http://www.beerorkid.com/compiz edgy main-edgy
deb http://media.blutkind.org/xgl/ edgy main-edgy
deb http://compiz-mirror.lupine.me.uk/ edgy main-edgy
deb http://ubuntu.compiz.net/ edgy main-edgy
3. 加入钥匙:
wget http://www.beerorkid.com/compiz/quinn.key.asc -O - | sudo apt-key add -
wget http://media.blutkind.org/xgl/quinn.key.asc -O - | sudo apt-key add -
wget http://compiz-mirror.lupine.me.uk/quinn.key.asc -O - | sudo apt-key add -
wget http://ubuntu.compiz.net/quinn.key.asc -O - | sudo apt-key add -
4. 刷新
sudo apt-get update
5. 安装xgl和beryl:
sudo apt-get install xserver-xgl
sudo apt-get install beryl emerald emerald-themes
6.配置xgl
sudo gedit /usr/local/bin/startxgl.sh
内容如下:
#!/bin/sh
Xgl -fullscreen :1 -ac -br -accel glx:pbuffer -accel xv:pbuffer &
sleep 4
export DISPLAY=:1
exec gnome-session
7. 在选择会话选框里面添加xgl选项
sudo chmod a+x /usr/local/bin/startxgl.sh
sudo gedit /usr/share/xsessions/xgl.desktop
内容:
[Desktop Entry]
Encoding=UTF-8
Name=Xgl
Exec=/usr/local/bin/startxgl.sh
Icon=
Type=Application
8. 启动beryl
a.主菜单-系统-首选项-会话-启动程序 添加 beryl-manager。(这种方法在不启动xgl的时候beryl也会启动。)
b.在终端输入beryl-manager
参考:http://forum.ubuntu.org.cn/viewtopic.php?t=36425&highlight=%E6% 88%91%E5%9C%A8%E5%AE%89%E8%A3%85beryl%E9%81%87%E5%88%B0%E7%9A%84%E9%97%AE%E9%A2%98
http://forum.ubuntu.org.cn/viewtopic.php?t=30638
http://sam.meizu.net/blog/user1/3064/archives/2006/50839.shtml
http://wiki.ubuntu.org.cn/NVIDIA%E6%98%BE%E5%8D%A1%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE%E6%8C%87%E5%8D%97?highlight=%28%E6%98%BE%E5%8D%A1%29
相关阅读 更多 +