存档

文章标签 ‘nvidia’

Gentoo中nvidia显卡开framebuffer

2010年6月13日 Admin 1 条评论

在编译内核的时候
Device Drivers->Graphics Support->Support for frame buffer devices->项下面
*** Frame buffer hardware drivers ***
下面不要选择nvidiafb和vesafb,而把uvesafb编译进内核
有图有真相,呵呵,看图

呵呵,差点忘了,还要在menu.conf中添加配置vga=791按你需求更改,就能看到效果了。

分类: 3.Linux 标签: , ,

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 标签: , , ,