+ -
当前位置:首页 → 问答吧 → 怎么能检测一下自己装的是aiglx还是xgl.

怎么能检测一下自己装的是aiglx还是xgl.

时间:2007-07-27

来源:互联网

应为安装的时候也没有在意,想知道一下怎么能检测一下自己装的是aiglx还是xgl.

作者: yunlinux   发布时间: 2007-07-27

ps -e看看有没有Xgl进程

dpkg -l xserver-xgl 看看是否安装了xgl??

作者: omegao   发布时间: 2007-07-27

如果装的是aiglx的话。
代码:
root) ~> cat /var/log/Xorg.0.log | grep -i aiglx
(**) Option "AIGLX" "true"
(**) AIGLX enabled

作者: dukeduan   发布时间: 2007-07-27

debian:/home/yunlinux# cat /var/log/Xorg.0.log | grep -i aiglx
(==) AIGLX enabled
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/dri/radeon_dri.so
显示怎么不太一样,是不是我有些地方没有配置正确阿?

作者: yunlinux   发布时间: 2007-07-27

一样的,我没把那些警告贴出来而已。
你的aiglx是有效的。

作者: dukeduan   发布时间: 2007-07-27

呵呵,谢谢楼上的两位兄弟了

作者: yunlinux   发布时间: 2007-07-28