首页 > 3.Linux > Gentoo Nvidia,Failed to initialize the GLX module

Gentoo Nvidia,Failed to initialize the GLX module

2010年2月19日 Admin 发表评论 阅读评论

新安装的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
分类: 3.Linux 标签: , , , 已阅 296 次
  1. 本文目前尚无任何评论.
  1. 本文目前尚无任何 trackbacks 和 pingbacks.