首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >NVidia驱动程序不工作Ubuntu18.04

NVidia驱动程序不工作Ubuntu18.04
EN

Ask Ubuntu用户
提问于 2019-05-20 18:07:53
回答 1查看 824关注 0票数 0

笔记本-联想thinkpad P52 uname -a

代码语言:javascript
运行
复制
Linux ivan-ThinkPad-P52 5.1.3-050103-generic #201905161442 SMP Thu May 16 18:44:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

sudo lshw -c视频

代码语言:javascript
运行
复制
 *-display                 
   description: VGA compatible controller
   product: GP107GLM [Quadro P1000 Mobile]
   vendor: NVIDIA Corporation
   physical id: 0
   bus info: pci@0000:01:00.0
   version: a1
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
   configuration: driver=nvidia latency=0
   resources: irq:160 memory:a3000000-a3ffffff memory:60000000-6fffffff memory:70000000-71ffffff ioport:2000(size=128) memory:a4080000-a40fffff


*-display
       description: VGA compatible controller
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       logical name: /dev/fb0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
       configuration: depth=32 driver=i915 latency=0 mode=1920x1080 visual=truecolor xres=1920 yres=1080
       resources: iomemory:600-5ff iomemory:400-3ff irq:158 memory:604a000000-604affffff memory:4000000000-400fffffff ioport:3000(size=64) memory:c0000-dffff

/etc/默认/grub

代码语言:javascript
运行
复制
# If you change this file, run 'update-grub' afterwards to update
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=! acpi_osi='Windows2009'"
GRUB_CMDLINE_LINUX=""

sudo ubuntu驱动设备

代码语言:javascript
运行
复制
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001CBBsv000017AAsd0000225Fbc03sc00i00
vendor   : NVIDIA Corporation
driver   : nvidia-driver-410 - third-party free
driver   : nvidia-driver-418 - third-party free
driver   : nvidia-driver-396 - third-party free
driver   : nvidia-driver-390 - distro non-free
driver   : nvidia-driver-430 - third-party free recommended
driver   : nvidia-driver-415 - third-party free
driver   : xserver-xorg-video-nouveau - distro free builtin

我尝试使用本教程https://www.mvps.net/docs/install-nvidia-drivers-ubuntu-18-04-lts-bionic-beaver-linux/安装驱动程序(多个版本)

我还尝试使用ubuntu-drivers autoinstall并在使用sudo apt purge nvidia*之前删除任何驱动程序(输入dpkg -l | grep nvidia时确保没有驱动程序)

如果我在BIOS中启用了混合图形,我可以看到有效的nvidia输出,但是翻领器使用集成显卡Intel UHD graphics 630 (Coffeelake 3x8 GT2)

如果设置离散显卡,则nvidia-smi返回。

代码语言:javascript
运行
复制
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

nvidia-settings中,我也只看到了空白页。我该怎么安排nvidia司机?

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2019-07-15 16:40:29

https://askubuntu.com/users/757577/moosee333在评论中回答了这个问题。

手动安装nvidia驱动程序为我工作。我希望它能帮到你!参见:为Ubuntu18.04安装NVIDIA驱动程序-5月22日1:45安装moosee333

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

https://askubuntu.com/questions/1144827

复制
相关文章

相似问题

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