红联Linux门户
Linux帮助

求助:fedora8 下显卡驱动装不上,老是提示 x服务在运行

发布时间:2008-01-31 12:54:32来源:红联作者:linux1
ERROR: You appear to be running an X server; please exit X before
installing. For further details, please see the section INSTALLING
THE NVIDIA DRIVER in the README available on the Linux driver
download page at www.nvidia.com.

OK
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find
suggestions on fixing installation problems in the README available
on the Linux driver download page at www.nvidia.com.

我装的是NVIDIA-Linux-x86_64-169.09-pkg2.run,
机器配置是 T7100+ 8400MG 的显卡,网上找到一些帖子说关闭 X服务 gmd stop,试着好像没有用,还是提示,
fedora8 的内核是 2。6的!
下面是:nvidia-installer.log

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Wed Jan 30 23:10:46 2008

option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
precompiled interfaces : true
no ncurses color : false
query latest version : false
OpenGL header files : true
no questions : false
silent : false
no recursion : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
no kernel module : false
force SELinux : default
no X server check : false
force tls : (not specified)
force compat32 tls : (not specified)
X install prefix : (not specified)
X library install path : (not specified)
X module install path : (not specified)
OpenGL install prefix : (not specified)
OpenGL install libdir : (not specified)
compat32 install chroot : (not specified)
compat32 install prefix : (not specified)
compat32 install libdir : (not specified)
utility install prefix : (not specified)
utility install libdir : (not specified)
doc install prefix : (not specified)
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)

Using: nvidia-installer ncurses user interface
-> The file '/tmp/.X0-lock' exists and appears to contain the process ID '2904'
of a runnning X server.
ERROR: You appear to be running an X server; please exit X before installing.
For further details, please see the section INSTALLING THE NVIDIA DRIVER
in the README available on the Linux driver download page at
www.nvidia.com.


那位大侠帮小弟解决下,感激涕零呀!!!

[ 本帖最后由 linux1 于 2008-1-31 12:57 编辑 ]
文章评论

共有 5 条评论

  1. kamui0523 于 2008-01-31 19:09:44发表:

    [code]yum install compiz*
    yum install fusion-icon*[/code]第一条命令是下载COMPIZ组件和相关插件,第二条是COMPIZ-FUSION控制程序,装好后会出现在system tools里,打开后桌面右上角会出现一个蓝色的小图标,右击进行设置

  2. linux1 于 2008-01-31 18:04:05发表:

    谢谢2楼的兄弟提示,按你说的做了,ok了,但是3D效果开了后怎么设置,还是没有解决,看到的话帮忙说一声

  3. linux1 于 2008-01-31 17:48:29发表:

    Section "Module"
    Load "glx"

  4. craig 于 2008-01-31 14:32:05发表:

    你 需要退出 x - windows ,我 nv 显卡 安装 方法: nv 的显卡驱动安装非常 简单。1:下载驱动文件:NVIDIA-Linux-x86-169.07-pkg1.run(我的是 i386 系统) ,放到 root 文件夹里。2:在终端里输入 init 3 ,进入非桌面环境。3:执行命令: sh NVIDIA-Linux-x86-169.07-pkg1.run 4:一路安装只要会一点英语大都能成功,在最后 选择 yes 。
    5:shutdown -r now 重启,驱动安装完成。6:3D特效 ,gedit /etc/X11/xorg.conf ,在 有 Section "Module" 的下面加入
    Load "extmod" ,保存,重启。 系统 --compiz ,3D 开启了,这是 系统自带的 简单特效 ,如果想要更好的特效 请看 http://www.linuxdiyf.com/viewarticle.php?id=74592 ( compiz-fusion 0.699 最新版(非官方 )发布 及其安装方法)

  5. linux1 于 2008-01-31 14:00:14发表:

    有那位大侠来看看