12
返回列表 发新帖
楼主: cenyebin
收起左侧

[系统] centos 6.4 一直不能使用NVIDIA 显卡

[复制链接]
cenyebin
 楼主| 发表于 2013-10-4 13:26:50 | 显示全部楼层
woodelf 发表于 2013-10-4 12:41
Linux对双显卡普遍支持不佳,3.12内核才有希望改观。目前Intel+nvidia只能用bumblebee实现。

好的。真心是不想折腾显卡的问题了,浪费了好多的时间了。但是我想安装有线网卡驱动才是实在的,目前还是用无线的网卡。之前也是尝试安装那个有线的网卡,但是没有成功。
您能不能教教我怎么把 Atheros 这个公司的 AR8162这个驱动安装上去呢?
fyf—12
发表于 2017-9-5 14:47:53 | 显示全部楼层
woodelf 发表于 2013-10-4 12:01
问题很明确了,对于Intel+nvidia的双显卡笔记本,先卸载你的nvidia闭源驱动,仅使用xf86-video-intel这个集 ...

前面我用nvidia-xconfig配置出来的xorg.conf会有问题,我现在已经卸载nvidia的驱动,但利用X -configure 还是提示这样的错误 Number of created screens does not match number of detected devi ...,并且重启后还是不能启动图形界面,我的服务器是利用lspci |grep -i vga 的查询结果为
08:00.0 VGA compatible controller:ASPEED Technology, Inc.ASSPEED Graphics Family (rev 30)
利用lspci | grep -i nvidia的查询结果为
02:00.0 3D controller:NVIDIA Corporation GK110BGL [Tesla k40c] (rev a1)
03:00.0 3D controller:NVIDIA Corporation GK110BGL [Tesla k40c] (rev a1)
我的台式机有一个ASSPEED Graphics Family 显卡,两个Tesla k40c显卡,单显示器,不知您是否可以帮我编写一下配置文件xorg.conf,麻烦您了。

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 375.26  (buildmeister@swio-display-x86-rhel47-10)  Thu Dec  8 19:07:46 PST 2016

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/default/Type1"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


fyf—12
发表于 2017-9-5 14:53:43 | 显示全部楼层
woodelf 发表于 2013-10-4 12:01
问题很明确了,对于Intel+nvidia的双显卡笔记本,先卸载你的nvidia闭源驱动,仅使用xf86-video-intel这个集 ...

前面我用nvidia-xconfig配置出来的xorg.conf会有问题,我现在已经卸载nvidia的驱动,但利用X -configure 还是提示这样的错误 Number of created screens does not match number of detected devi ...,并且重启后还是不能启动图形界面,
我的服务器是利用lspci |grep -i vga 的查询结果为
08:00.0 VGA compatible controller:ASPEED Technology, Inc.ASSPEED Graphics Family (rev 30)
利用lspci | grep -i nvidia的查询结果为
02:00.0 3D controller:NVIDIA Corporation GK110BGL [Tesla k40c] (rev a1)
03:00.0 3D controller:NVIDIA Corporation GK110BGL [Tesla k40c] (rev a1)
我的台式机有一个ASSPEED Graphics Family 显卡,两个Tesla k40c显卡,单显示器,不知您是否可以帮我编写一下配置文件xorg.conf,麻烦您了。

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 375.26  (buildmeister@swio-display-x86-rhel47-10)  Thu Dec  8 19:07:46 PST 2016

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/default/Type1"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2024-11-26 06:00 , Processed in 0.082789 second(s), 13 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

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