|
发表于 2006-5-14 16:39:40
|
显示全部楼层
Post by Mandriva
楼上的兄弟将/etc/gdm/custom.conf中
0=Standard改为1=Standard试试
可以运行但是仍然有那个错误,而且其他的tty会out of range,无法显示了。
我是这么解决的:
/usr/share/gdm/defaults.conf里,改
VTAllocation=false
/etc/gdm/custom.conf里:
[servers]
0=Standard
[server-Standard]
name=Standard server
command=/usr/bin/Xgl :0 -ac -accel glx:pbuffer -accel xv:pbuffer -audit 0 -fullscreen tty7
其实就是xgl里的参数tty7相当于xorg的vt7。
不过仍有个问题,就是glxinfo:
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0 screen: 0
direct rendering: No
不过xmame用opengl驱动时不卡,而且glxgears:
25110 frames in 5.0 seconds = 5018.028 FPS
24991 frames in 5.0 seconds = 4983.669 FPS
25097 frames in 5.0 seconds = 5012.049 FPS
24983 frames in 5.0 seconds = 4994.881 FPS
但是ppracer不行:
*** ppracer error: Couldn't initialize video: Couldn't find matching GLX visual (Success)
torcs可以运行,但贴图一塌糊涂:
[delimy@COIN ~]$ torcs
freeglut (/usr/lib/torcs/torcs-bin): WARNING - Display string token not recognized: depth>=24
Visual Properties Report
------------------------
z-buffer depth: 24 (good)
multisampling : available
alpha bits : available
freeglut (/usr/lib/torcs/torcs-bin): Unable to create direct context rendering for window '/usr/lib/torcs/torcs-bin'
This may hurt performance.
Xlib: extension "XFree86-DRI" missing on display ":0.0".
WARNING: ssgLoadTexture: Cannot determine file type for './(null)'
Bad Car category for driver cylos1
Bad Car category for driver Tanhoj
OpenAL backend info:
Vendor: OpenAL Community
Renderer: Software
Version: 1.1
Available sources: 1024 or more
Available buffers: 1024 or more
Dynamic Sources: requested: 1003, created: 1003
#static sources: 21
#dyn sources : 1003
xorg.conf里加
Option "KernelModuleParm" "agplock=0"
也试过了,没有用。
按照gentoo-wiki的说法:
* Mobility Radeon 9600 M10
o Chipset: RV350
o Driver: ati-drivers-8.22.5, 8.23.7
o Notes: No DRI; heavy CPU usage; can't watch videos at fullscreen smoothly on 1.7 Pentium M - I can't watch videos at fullscreen with regular xorg on 1.5 Pentium M
但是我确定,用aaccdd老大5.10的包时有过DRI。现在用5.14的了,没折腾出来
我的是8.24.8的fglrx,livna上的。 |
|