Gentoo Nvidia,Failed to initialize the GLX module
新安装的Gentoo,Nvidia显卡,在startx的时候发现提示如下信息:
Failed to initialize the GLX module; please check in your X log file that the GLX module has been loaded in your X Server, and that the module is the NVIDIA GLX module. If you continue to encounter problems, Please try reinstalling the NVIDIA driver.
最后查找问题,修改xorg.conf,添加如下代码解决。www.qfly.cn原创,备存档。
Section "Files" ModulePath "/usr/lib/xorg/modules" ModulePath "/usr/lib/xorg/modules/extensions" EndSection Section "Module" Load "glx" EndSection
最新评论