首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >戴尔精密K2000M上的Nvidia Quadro M4700 -驱动程序不工作

戴尔精密K2000M上的Nvidia Quadro M4700 -驱动程序不工作
EN

Ask Ubuntu用户
提问于 2012-10-19 09:45:05
回答 1查看 3.2K关注 0票数 2

我刚刚完成了Ubuntu12.04LTS的新安装,并从他们的网站上安装了nvidia驱动程序(304.60最新的长寿分支)。

他们只是不起作用。分辨率下降到640x540或什么的。我运行sudo nvidia-xconfig获取结果:

代码语言:javascript
运行
复制
Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as
'/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'

但是当我尝试用nvdia打开设置时,我得到:

代码语言:javascript
运行
复制
You do not appear to be using the NVIDIA X driver.  Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server.

因此,我重新启动了X服务器(sudo重新启动lightdm),但是再次获得了相同的结果。

这是我的xorg.conf文件:

代码语言:javascript
运行
复制
memecs@memecs-drz:~$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 304.60  (buildmeister@swio-display-x86-rhel47-04.nvidia.com)  Sun Oct 14 21:34:47 PDT 2012


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

Section "Files"
EndSection

Section "InputDevice"

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

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
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

任何帮助都是非常感谢的。谢谢!

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2012-10-19 10:57:56

问题解决了。需要从BIOS中禁用optimus。那一切都很好。

票数 3
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/202925

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档