分页: 1 / 1

[问题]nv的驱动装上x就启动不了(已解决)

发表于 : 2006-11-23 18:23
supernova
日志里的错误信息如下:
(EE) NVIDIA(0): Version mismatch detected between the NVIDIA X driver and the
(EE) NVIDIA(0): NVIDIA GLX module. X driver version: 1.0-8774; GLX module
(EE) NVIDIA(0): version: 1.0-8776. Please try reinstalling the NVIDIA
(EE) NVIDIA(0): driver.
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0): that the NVIDIA device files have been created properly.
(EE) NVIDIA(0): Please consult the NVIDIA README for details.
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

ubuntu6.06 nv6600的显卡

发表于 : 2006-11-26 14:35
kgdjianhua
我的也差不多是这样。。。怎么解决呢?

发表于 : 2006-11-28 18:14
bobby
我也遇到这个问题,似乎是装了一个较早版本的NV驱动所至,试试如下命令后

代码: 全选

sudo apt-get remove nvidia-kenel-common
然后再重新装驱动就应该可以了

发表于 : 2006-12-01 12:49
supernova
bobby 写了:我也遇到这个问题,似乎是装了一个较早版本的NV驱动所至,试试如下命令后

代码: 全选

sudo apt-get remove nvidia-kenel-common
然后再重新装驱动就应该可以了
谢谢,把原来的驱动卸载干净再装就解决了。