Direct Rendering: No
Posted on May 24, 2008
Filed Under Fedora |
If you successfully install nvidia driver on fedora using the following command:
yum install kmod-nvidia glx-utils
But when enter order:
glxinfo | grep direct
prompt the following information:
[garro@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
Maybe you can repair it as follows:
Check and ensure /etc/X11/xorg.conf have the following two parameters:
Section “ServerLayout”
Option “aiglx” “true”
EndSectionSection “Extensions”
Option “Composite” “Enable”
EndSection
Tags: Fedora
If you enjoyed this post, make sure you subscribe to my RSS feed!
Comments
Leave a Reply