Fedora 8 笔记本中的Beryl

  回想Fedora7在笔记本中的安装使用好多了,不必修改grub的引导,beryl也是安装好了就可以用。Fedora 8倒好,进入桌面了,beryl也安装好了,就是不能用:3D盒子出来了,可是桌面一片苍白,只看到盒子的顶面和底面只能ctrl+alt+backspace注销重来。compiz同样不能使用,desktop-effects提示不能用。在终端运行kde-desktop-effects.sh,提示错误:

……compiz: No GLXFBConfig for default depth, this isn't going to work.compiz: Failed to manage screen: 0compiz: No manageable screens found on display :0.0……

  又拉网找到了解决的办法:创建/etc/drirc,内容如下:

<driconf>    <device screen="0" driver="name of your driverhere">       <application>           <optionvalue="2" />       </application>    </device> </driconf>

  重新试试终于ok。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/36d3932d976f0ce9c99db5ec1342082b.html