我使用了以下命令,成功安装
yum install kmod-nvidia glx-utils
然后我重启,输入命令glxinfo | grep direct提示以下信息:
[edison@localhost ~]$ glxinfo | grep direct
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect
哪位高人知道这是怎么了?
谢谢!
微宝贝 于 2008-05-24 07:02:27发表:
到nv官方下载驱动吧,这样不会出现其他的问题,尤其你要是安装win和linux双系统的话
yourfriend 于 2008-05-24 00:16:29发表:
检查/etc/X11/xorg.conf有没有以下2个参数
Section "ServerLayout"
Option "aiglx" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
igs000 于 2008-05-24 00:08:55发表:
去NVIDIA官网下最新驱动安装