LinuxSir.cn,穿越时空的Linuxsir!

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

(问题已解决)求助,有谁在Lenny下装过nvidia 的 6200tc显卡

[复制链接]
发表于 2009-3-6 14:33:20 | 显示全部楼层 |阅读模式
在etch下安装过,在NV的网站下载9746的安装包即可,但是现在,在该死的lenny下,我没办法配置显卡,dpkg-reconfig也和etch不一样了。那个安装包也提示cc版本不对,选择忽略也不行,有谁知道该怎么办?etch下还有versa可以用,lenny下还有什么可以用,怎么用????
×××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××8
问题已解决:
主要原因是我的源里面没有non-free,造成无法安装一些软件包。
其实www.linuxquestions.org中已经 ... 造成麻烦了。
其实执行完了下面的命令
apt-get install nvidia-kernel-$(uname -r) nvidia-glx nvidia-settings
就OK了。不需要对xorg.conf进行修改了。
多谢了!!!!!
发表于 2009-3-6 20:45:16 | 显示全部楼层
实验室大部分是6200tc卡的hp机,你用debian官方包里的与内核对应的nvidia module就可以了,xorg.conf文件你按照原来的修改是一样有用的,感觉现在的配置文件精练,很好配置。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-7 11:13:52 | 显示全部楼层
Post by favoyun;1957166
实验室大部分是6200tc卡的hp机,你用debian官方包里的与内核对应的nvidia module就可以了,xorg.conf文件你按照原来的修改是一样有用的,感觉现在的配置文件精练,很好配置。


谢谢,能告诉我具体怎么配吗?我不太会用Linux,或者说用的很少。
回复 支持 反对

使用道具 举报

发表于 2009-3-7 13:55:35 | 显示全部楼层
1、安装相应的软件包(注意你的源里要有non-free):
# apt-get install nvidia-kernel-$(uname -r) nvidia-glx nvidia-settings
2、下面是我的xorg.conf,按照你的实际硬件修改即可,或者以现有的配置文件修改相应的设备项即可。
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load        "bitmap"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "v4l"
        Load        "vbe"
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        "nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)]"
        Driver                "nvidia"
        BusID                "CI:1:0:0"
        VideoRam        262144
        Option                "UseFBDev"                "true"
        Option                "NoLogo"                "true"
EndSection

Section "Monitor"
        Identifier        "HP vs17"
        Option                "DPMS"
        HorizSync        30-83
        VertRefresh        50-76
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)]"
        Monitor                "HP vs17"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

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

Section "DRI"
        Mode        0666
EndSection
回复 支持 反对

使用道具 举报

发表于 2009-3-7 14:28:54 | 显示全部楼层
NVIDIA不是有个包可以帮你自动配置xorg.conf的吗?干吗不用?
[php]sudo nvidia-xconfig[/php]
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-7 16:05:06 | 显示全部楼层

还能说什么呢?我非常感谢你的帮助!

还能说什么呢?我非常感谢你的帮助,机器是单位的,我只能周一的时候试一下。家里的是WIN XP的,我不敢动,因为孩子和老婆还要用,否则的话 ,我会死的很惨的。我的笔记本是VISTA的,我一直在VMWARE上用DEBIAN,当然还有的最根本的原因就是,LINUX我不太会用,有些工作我还需要在Windows下完成,像股票软件、OFFICE(Linux的OpenOffice不太好用,不是我不想用)等等。不知道你们是不是有我这样的尴尬呢?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-7 16:07:51 | 显示全部楼层
Post by netphi;1957401
NVIDIA不是有个包可以帮你自动配置xorg.conf的吗?干吗不用?
[php]sudo nvidia-xconfig[/php]


在单位的时候我试过了,在没有装好驱动的时候这个好像没有什么用?当然,也可能是我做错了?不管怎么说,谢谢了!
回复 支持 反对

使用道具 举报

发表于 2009-3-7 16:15:38 | 显示全部楼层
在NV官方网站上下载最新的驱动,然后手动编译
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-7 22:13:47 | 显示全部楼层
Post by bingyuan;1957451
在NV官方网站上下载最新的驱动,然后手动编译


我试过了,出现CC版本错误,忽略也不行。
回复 支持 反对

使用道具 举报

发表于 2009-3-7 23:03:33 | 显示全部楼层
Post by bobotaobobo;1957560
我试过了,出现CC版本错误,忽略也不行。
su
export CC=gcc-4.1(需要的GCC版本,如4.0.....)
sh ./NVIDIA-Linux-*****.run
回复 支持 反对

使用道具 举报

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

本版积分规则

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