LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1977|回复: 16

beryl安装后的问题

[复制链接]
发表于 2006-11-5 17:48:49 | 显示全部楼层 |阅读模式
我装了beryl 但启动的时候提示
XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
beryl: No composite extension
XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
beryl: No composite extension


有关的xorg config是
Section "Module"
        SubSection "extmod"
           Option "omit xfree86-dga"
        EndSubSection
        Load  "opengl"
        Load  "glx"
        Load  "aiglx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
        Load  "type1"
        Load  "synaptics"
EndSection

Section "Device"
        Identifier              "Intel Corporation 82852/855GM Integrated Graphics Device"
        Driver                  "i810"
        VideoRam                65536
        Option                  "VBERestore"             "true"
        Option                  "DRI"                    "true"
        Option                  "AGPFastWrite"           "true"
        Option                  "XAANoOffscreenPixmaps"  "true"
        BusID                   "CI:0:2:0"
EndSection

Section "ServerLayout"
        Identifier              "Default Layout"
        Screen                  "Default Screen"
        InputDevice             "Generic Keyboard"
        InputDevice             "Configured Mouse"
#       InputDevice             "stylus" "SendCoreEvents"
#       InputDevice             "cursor" "SendCoreEvents"
#       InputDevice             "eraser" "SendCoreEvents"
        InputDevice             "Synaptics Touchpad"
        Option                  "BlankTime"  "5"
        Option                  "StandbyTime"  "10"
        Option                  "SuspendTime"  "20"
        Option                  "OffTime"  "30"
        Option                  "AIGLX" "true"
EndSection

Section "Extensions"
        Option                  "composite"     "Enable"
EndSection

Section "DRI"
        Group   0
        Mode    0666
EndSection


我用的显卡是intel的 855gm怎么会与Nvidia有关呢?
我原来就是xorg7。1了 是否要use aiglx再编译一次呢?
发表于 2006-11-17 12:10:58 | 显示全部楼层
我也出类似的提示....不过我用的N卡
回复 支持 反对

使用道具 举报

发表于 2006-11-17 12:17:47 | 显示全部楼层
要么使用XGL
要么使用nvidia的官方驱动
要么编译xorg-server时开启AIGLX

必须选择一项
回复 支持 反对

使用道具 举报

发表于 2006-11-17 12:21:55 | 显示全部楼层
xvinfo | grep -i Xgl

xdpyinfo | grep -i NV-GLX

cat /var/log/Xorg.0.log | grep -i AIGLX
(==) AIGLX enabled
.....
(II) AIGLX: Loaded and initialized /usr/lib/dri/r300_dri.so

这三个必须有一个有显示,我的是开启了AIGLX使用radeon的r300 direct render interface
回复 支持 反对

使用道具 举报

发表于 2006-11-17 14:12:43 | 显示全部楼层
Post by wall_john
要么使用XGL
要么使用nvidia的官方驱动
要么编译xorg-server时开启AIGLX

必须选择一项


官方驱动是哪个版本的?我看gentoo 的和官方的版本好像一样啊现在
另外 多选了没问题吧
回复 支持 反对

使用道具 举报

发表于 2006-11-17 14:14:25 | 显示全部楼层
Post by wall_john
xvinfo | grep -i Xgl

xdpyinfo | grep -i NV-GLX

cat /var/log/Xorg.0.log | grep -i AIGLX
(==) AIGLX enabled
.....
(II) AIGLX: Loaded and initialized /usr/lib/dri/r300_dri.so

这三个必须有一个有显示,我的是开启了AIGLX使用radeon的r300 direct render interface

第三个有,但是还有问题..
(==) AIGLX enabled
(EE) AIGLX:Screen 0 is not DRI capable

还应该怎么弄啊?
回复 支持 反对

使用道具 举报

发表于 2006-11-17 14:20:52 | 显示全部楼层
我在编译xorg-x11时有加aiglx,可是按上面的cat /var/log/Xorg.0.log | grep -i GLX却是(II) Loading extension NV-GLX
N卡,9629驱动!
回复 支持 反对

使用道具 举报

发表于 2006-11-18 01:44:40 | 显示全部楼层
我和txl263  兄弟的情况一样呀
回复 支持 反对

使用道具 举报

发表于 2006-11-18 15:02:06 | 显示全部楼层
我没N卡的机器,不知道详细的配置,不过据说N卡要在xorg.conf中设置
Option AIGLX "false"
即N卡的官方驱动不是使用AIGLX来实现tfp的而是自带的,所以不要开启
AIGLX,否则反而会有问题,详细到网上搜一下。
回复 支持 反对

使用道具 举报

发表于 2006-11-18 15:17:49 | 显示全部楼层
N卡驱动直接实现了accelerated indirect openGL rendering,那个Option AIGLX "false"根本不用写(当然也不用加上"true"之类),换言之,就当普通的xorg配置就可以了。

lz的问题。。。我没用过intel的卡,不过看起来dri就没开呀。其实三楼就说的很明白了

要么使用XGL
要么使用nvidia的官方驱动
要么编译xorg-server时开启AIGLX

我再补充一点,三者选一即可,另外再就是保证DRI正确配置和打开,否则一切免谈。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表