LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1999|回复: 18

如何搞定nvidia显卡驱动阿?

[复制链接]
发表于 2008-4-2 09:49:08 | 显示全部楼层 |阅读模式
已经安装了
ii  nvidia-kernel- 20051028+1-0.1 NVIDIA binary kernel module common files
ii  nvidia-setting 1.0+20070502-1 Tool of configuring the NVIDIA graphics driv
ii  nvidia-xconfig 1.0+20070502-1 The NVIDIA X Configuration Tool

运行nvidia-xconfig出来的结果是
Using X configuration file: "/etc/X11/xorg.conf".
段错误

lspci出来的是 00:0d.0 VGA compatible controller: nVidia Corporation GeForce 6100 nForce 405 (rev a2)

/etc/X11/xorg.conf结果

test@debian:/$ cat /etc/X11/xorg.conf
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
EndSection

Section "Device"
        Identifier        "Generic Video Card"
        Driver                "vesa"
        BusID                "CI:0:13:0"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        HorizSync        28-51
        VertRefresh        43-60
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Generic Video Card"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Modes                "1024x768" "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection



我试着把 vesa改成nvidia,就不能启动x了
 楼主| 发表于 2008-4-2 13:13:18 | 显示全部楼层
up

..........
回复 支持 反对

使用道具 举报

发表于 2008-4-2 14:23:03 | 显示全部楼层
光up有啥用
软、硬件系统?版本?如何安装的?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-2 15:52:54 | 显示全部楼层
debian  lenny,
集成显卡 nVidia GeForce 6100
回复 支持 反对

使用道具 举报

发表于 2008-4-2 16:07:04 | 显示全部楼层
去官网下驱动手动安装
回复 支持 反对

使用道具 举报

发表于 2008-4-2 19:56:37 | 显示全部楼层
需要安装nvidia-glx
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-2 22:59:04 | 显示全部楼层
Post by quhan;1834097
需要安装nvidia-glx


apt-get install nvidia-glx
正在读取软件包列表... 完成
正在分析软件包的依赖关系树      
正在读取状态信息... 完成      
现在没有可用的软件包 nvidia-glx,但是它被其它的软件包引用了。
这可能意味着这个缺失的软件包可能已被废弃,
或者只能在其他发布源中找到
E: 软件包 nvidia-glx 还没有可供安装的候选者
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-2 23:02:03 | 显示全部楼层
我把 apt-cache searrch nvidia 搜索出来的软件全部装上了还是不行阿
回复 支持 反对

使用道具 举报

发表于 2008-4-2 23:14:18 | 显示全部楼层
为什么不用nvidia官方的 ?
回复 支持 反对

使用道具 举报

发表于 2008-4-2 23:25:02 | 显示全部楼层
Post by L.Lawliet;1834186
为什么不用nvidia官方的 ?

debian系统么,当然用debian的方式解决比较舒服了

Post by xfce;1834182
我把 apt-cache searrch nvidia 搜索出来的软件全部装上了还是不行阿

贴贴你的source.list
非常肯定的是你的nv for xorg driver没有
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表