当前位置: 技术问答>linux和unix
在NVidia上的opengl问题
来源: 互联网 发布时间:2015-02-03
本文导语: Debian sid, Nvidia Geforce2 MX400, 装了1.0-4191的GLX和kernel的驱动,照着readme改了XF86Config-4,启动X的时候能看到NV的logo, 但是一遇到用OpenGL的程序(如gltron),就报错: X Error of failed request: GLXBadRenderRequest Major opcode of failed...
Debian sid, Nvidia Geforce2 MX400, 装了1.0-4191的GLX和kernel的驱动,照着readme改了XF86Config-4,启动X的时候能看到NV的logo,
但是一遇到用OpenGL的程序(如gltron),就报错:
X Error of failed request: GLXBadRenderRequest
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 1 (X_GLXRender)
Serial number of failed request: 21
Current serial number in output stream: 22
ldd了一下,似乎没在用mesa.
哪位也在用NV的卡,能告诉我为什么吗?
但是一遇到用OpenGL的程序(如gltron),就报错:
X Error of failed request: GLXBadRenderRequest
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 1 (X_GLXRender)
Serial number of failed request: 21
Current serial number in output stream: 22
ldd了一下,似乎没在用mesa.
哪位也在用NV的卡,能告诉我为什么吗?
|
这是我的配置文件,参考一下,看看能否解决。
Section "Module"
#Load "dbe"
#Load "type1"
Load "extmod"
Load "fbdevhw"
#Load "dri"
Load "glx"
Load "record"
Load "xtt"
#Load "freetype"
EndSection
Section "Device"
# no known options
#BusID
Identifier "NVIDIA GeForce 2 GTS (generic)"
Driver "nvidia"
VendorName "NVIDIA GeForce 2 GTS (generic)"
BoardName "NVIDIA GeForce 2 GTS (generic)"
EndSection
Section "Module"
#Load "dbe"
#Load "type1"
Load "extmod"
Load "fbdevhw"
#Load "dri"
Load "glx"
Load "record"
Load "xtt"
#Load "freetype"
EndSection
Section "Device"
# no known options
#BusID
Identifier "NVIDIA GeForce 2 GTS (generic)"
Driver "nvidia"
VendorName "NVIDIA GeForce 2 GTS (generic)"
BoardName "NVIDIA GeForce 2 GTS (generic)"
EndSection