登陆论坛
|
论坛注册
|
加入收藏
|
设为首页
|
RSS
首页
Linux频道
软件下载
开发语言
技术论坛
嵌入式频道
|
安装与配置
|
上网与多媒体
|
使用与技巧
|
输入您的搜索字词
提交搜索表单
您当前的位置:
首页
>
Linux频道
>
Linux入门与提高
>
安装与配置
openSUSE 10.2 安装xgl-aiglx 及 compiz-beryl
时间:2007-05-10 15:05:47 来源:
Linux联盟收集整理
作者:
kde
桌面
(
使用gnome的勿看
)
CALLinux联盟
X.org 7.2 final/ATI mobility readeon 9600 8.34驱动
CALLinux联盟
xorg 7.2 final源
CALLinux联盟
type: http (if this doesn't work change it to ftp)
CALLinux联盟
server: ftp.skynet.be
CALLinux联盟
directory: /pub/software.opensuse.org/xorg72/openSUSE_10.2/
CALLinux联盟
[color]确定升级 libdrm 到 2.3[/color]
CALLinux联盟
xorg.conf其它重要设置
CALLinux联盟
CALLinux联盟
fglrx驱动最好和最稳定的设置如下
CALLinux联盟
Section "Device"
CALLinux联盟
Option "BlockSignalsOnLock" "on"
CALLinux联盟
Option "KernelModuleParm" "locked-userpages=0"
CALLinux联盟
Option "OpenGLOverlay" "off"
CALLinux联盟
Option "UseFastTLS" "2"
CALLinux联盟
Option "UseInternalAGPGART" "no"
CALLinux联盟
Option "VideoOverlay" "on"
CALLinux联盟
Option "mtrr" "off"
CALLinux联盟
Option "no_accel" "no"
CALLinux联盟
Option "no_dri" "no"
CALLinux联盟
Option "EnablePrivateBackZ" "no"
CALLinux联盟
Option "backingstore" "true"
CALLinux联盟
CALLinux联盟
一.xgl-compiz
CALLinux联盟
见置顶略过
CALLinux联盟
二.xgl-beryl
CALLinux联盟
1.安装ATI显卡打开3D,见置顶略过。
CALLinux联盟
CALLinux联盟
2.加源安装:
http://ftp.skynet.be/pub/software.op...openSUSE_10.2/
CALLinux联盟
# xgl 使用OpenGL的Xserver
CALLinux联盟
# beryl-core Beryl窗口管理器核心
CALLinux联盟
# beryl-plugins Beryl插件
CALLinux联盟
# emerald : window decorator 与Beryl配合工作的Theme主题管理器
CALLinux联盟
# emerald-themes Emerald主题
CALLinux联盟
# aquamarine KDE主题
CALLinux联盟
# beryl-settings Beryl配置
CALLinux联盟
# beryl-manager Beryl管理器
CALLinux联盟
# compiz 窗口管理器
CALLinux联盟
使用xgl-compiz,可以不装beryl,使用xgl-beryl可以不装compiz,
http://en.opensuse.org/Beryl
上说,安装beryl要卸载compiz,两者有冲突,其实可以不用卸载的,不过不能使用0.4的compiz,只能用0.2的。compiz带有gnome-xgl-switch命令方便开关xgl。
CALLinux联盟
CALLinux联盟
3.开启xgl
CALLinux联盟
su
CALLinux联盟
gnome-xgl-switch --enable-xgl
CALLinux联盟
4.重启 x server
CALLinux联盟
rcxdm restart
CALLinux联盟
5.运行beryl
CALLinux联盟
beryl-manager
CALLinux联盟
CALLinux联盟
三.beryl-aiglx
CALLinux联盟
1.如果开启xgl,关闭它
CALLinux联盟
nome-xgl-switch --disable-xgl
CALLinux联盟
2.安装步骤同前,略
CALLinux联盟
3.备份xorg.conf
CALLinux联盟
su
CALLinux联盟
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.$(date +%y%m%d-%H%M%S)
CALLinux联盟
4.编辑/etc/X11/xorg.conf
CALLinux联盟
分别加入下列段,下列内容:
CALLinux联盟
Section "ServerLayout", 加:
CALLinux联盟
Option "AIGLX" "true"
CALLinux联盟
CALLinux联盟
Section "DRI", 加:
CALLinux联盟
Group 0
CALLinux联盟
Mode 0666
CALLinux联盟
CALLinux联盟
Section "Device", 加:
CALLinux联盟
Option "XAANoOffscreenPixmaps" "true"
CALLinux联盟
Option "DRI" "true"
CALLinux联盟
CALLinux联盟
如果没有下列段,自行加在xorg.conf的末尾
CALLinux联盟
Section "Extensions"
CALLinux联盟
Option "Composite" "Enable"
CALLinux联盟
EndSection
CALLinux联盟
CALLinux联盟
5.重启x:rcxdm restart
CALLinux联盟
6.运行beryl:beryl-manager
CALLinux联盟
CALLinux联盟
配置beryl自动运行:
CALLinux联盟
(以非root用户运行)建立软链接
CALLinux联盟
ln -s /usr/bin/beryl-manager ~/.kde/Autostart/beryl-manager
CALLinux联盟
ln -s /usr/bin/beryl ~/.kde/Autostart/beryl
CALLinux联盟
CALLinux联盟
使用其他的装饰器(decorations)
CALLinux联盟
1. Compiz (GTK-W-D) and Metacity
CALLinux联盟
gtk-window-decorator --replace &
CALLinux联盟
CALLinux联盟
2.使用KDE装饰器代替emerald
CALLinux联盟
(as user, not root):
CALLinux联盟
aquamarine --replace &
CALLinux联盟
CALLinux联盟
恢复emerald:
CALLinux联盟
emerald --replace &
CALLinux联盟
CALLinux联盟
CALLinux联盟
本显卡不支持ailglx,启动aiglx会花屏,文字、图标会花得看不清。
CALLinux联盟
来顶一下
返回首页
发表评论
共有
条评论
用户名:
密码:
验证码:
匿名发表
相关文章
openSUSE 内核编译教程 (kernel
栏目更新
栏目热门
站内搜索:
Linux频道
下载频道
图库
商品
嵌入式频道
高级搜索
网站首页
|
关于我们
|
服务条款
|
广告服务
|
联系我们
|
网站大全
|
免责声明
|
返回顶部
Copyright © 2007-2008 xxlinux.com, All rights reserved.
Powered by linux联盟
京ICP备05012402号