Chinaunix首页 | 论坛 | 博客
  • 博客访问: 101896825
  • 博文数量: 19283
  • 博客积分: 9968
  • 博客等级: 上将
  • 技术积分: 196062
  • 用 户 组: 普通用户
  • 注册时间: 2007-02-07 14:28
文章分类

全部博文(19283)

文章存档

2011年(1)

2009年(125)

2008年(19094)

2007年(63)

分类: LINUX

2008-03-20 17:53:42

作者:Linux  出处:

(1)安装
首先安装显卡驱动,确认已经安装官方驱动:
$ glxinfo | grep rendering
direct rendering: Yes
然后开始安装
yum install beryl-gnome 或 yum install beryl-KDE
或者直接
yum install beryl(包括KDE与gnome)

(2)可能遇到的问题:
首先测试自身带的compiz desktop-effects效果是否正常。
在终端中输入desktop-effects,在出来的窗体中点击启用桌面效果,然后选择立方体,如果正常,则使用beryl一般也不会有什么问题。
如果出现如下提示:
compiz: No sync extension
打开/etc/X11/xorg.conf作如下修改:
在 "Device" section:加入
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
在Module section:加入
Load "extmod"
如果是ATI则加入
Load "dri"
最后在Moudel section中加入:
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
我在安装的时候出现了下面的问题,用以上方法成功解决(若出现启动beryl后。窗体没有边框,请确认使用了emerald,若仍不行,可以按上面的方法修改解决此问题)。
这是另一个beryl设置方案,大致都是差不多的,我没试过:
改/etc/X11/xorg.conf配置文件。
先备份原来的配置文件cp xorg.conf xorg.conf.bak, 然后在xorg.conf中Module段加入
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
在Device段中加入
Option "DisableGLXRootClipping" "True"
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
在配置文件的最后加入
Section "Extensions"
Option "Composite" "Enable"
EndSection
 
阅读(324) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~