|
|

楼主 |
发表于 2005-5-1 11:31:43
|
显示全部楼层
不能吧,我现在是root
顺便贴一些参数,希望大家能帮助我
[PHP]parrot ~ # ls /dev/nv*
/dev/nvidia0 /dev/nvidiactl
parrot ~ # lspci|grep VGA
0000:01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6200](rev a2)
parrot ~ # glxinfo
name of display: :0.0
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x22 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
[/PHP]
/etc/X11/xorg
- Section "Device"
- Identifier "nVidia Inc. GeForce6200"
- Driver "nvidia"
- VideoRam 262144
- # Insert Clocks lines here if appropriate
- EndSection
复制代码
下面这一段xorg.conf要不要去掉注释
- # Section "DRI"
- # Mode 0666
- # EndSection
复制代码 |
|