Beryl安装手扎
时间:2006-12-24 来源:taurus321
先安装好nvidia驱动,然后再/etc/pacman.conf中打开unstable库。
# pacman -Sy beryl-svn # pacman -Sy beryl-svn-extras
编辑/etc/X11/xorg.conf 文件:
Section "Module" [...] Load "glx" [...] EndSection [...] Section "Device" Driver "nvidia" [...] Option "TripleBuffer" "True" Option "AddARGBGLXVisuals" EndSection [...] Section "Extensions" Option "Composite" "Enable" EndSection |
将beryl-manager添加到gnome会话中,使其开机自动运行
# mkdir -p ~/.config/autostart # nano -w ~/.config/autostart/beryl-manager.desktop
将下面这段添加到beryl-manager.desktop中
[Desktop Entry]
Name=No name
Encoding=UTF-8
Version=1.0
Exec=beryl-manager
X-GNOME-Autostart-enabled=true
现在已经可以享受beryl带来的乐趣了!
补充:在我的机子上不知道为什么当运行beryl以后,标题栏变没了.关于这个问题网上有很多说法.
我自己的解决方法是这样的 .这个办法也是我在bbs.archlinx.org上,求得的.
修改/etc/X11/xorg.conf
在Section "Sereen"中修改 DefaultColorDepth 的值为24 (原先的值是16).
相关阅读 更多 +