|
|
为了支持bootsplash我编译了内核,加入了下面的选项,当时我使用的是xorg6.9,编译完内核后能够顺利的安装nvidia驱动 //为什么在这里又不会和rivafb冲突呢??
- Graphics support --->
- [*] Support for frame buffer devices
- [*] VESA VGA graphics support
- Console display driver support --->
- [*] Video mode selection support
- <*> Framebuffer Console support
- Bootsplash configuration --->
- [*] Bootup splash screen
复制代码
前天升级到xorg7.0后,我开始只是手动把nvidia相关的模块cp到/usr/lib/xorg/modules/drivers和extensions后,就能startx了,接下来怪事来了:有时候能顺利startx进入X,有时候又会出错,提示要重装nvidia驱动。于是我重装nvidia驱动,可是提示这样: //这里怎么又冲突了呢??
- ERROR: Your kernel was configured to include rivafb support!
- The rivafb driver conflicts with the NVIDIA driver, please
- reconfigure your kernel and *disable* rivafb support, then
- try installing the NVIDIA kernel module again.
复制代码
这是什么原因呢?支持bootsplash应该不会就不能 安装nvidia了吧?? |
|