求助 n卡940mx显卡驱动问题

CPU/显卡/打印机/USB设备等硬件问题
回复
wu6shen
帖子: 1
注册时间: 2017-03-02 22:25
系统: ubuntu

求助 n卡940mx显卡驱动问题

#1

帖子 wu6shen » 2017-03-02 22:39

代码: 全选

lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:5904] (rev 02)
	Subsystem: Dell Device [1028:0782]
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5916] (rev 02)
	DeviceName:  Onboard IGD
	Subsystem: Dell Device [1028:0782]
00:04.0 Signal processing controller [1180]: Intel Corporation Skylake Processor Thermal Subsystem [8086:1903] (rev 02)
	Subsystem: Dell Device [1028:0782]
	Kernel driver in use: proc_thermal
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21)
	Subsystem: Dell Device [1028:0782]
	Kernel driver in use: xhci_hcd
00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Thermal subsystem [8086:9d31] (rev 21)
	Subsystem: Dell Device [1028:0782]
00:15.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 [8086:9d60] (rev 21)
	Subsystem: Dell Device [1028:0782]
	Kernel driver in use: intel-lpss
00:15.1 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 [8086:9d61] (rev 21)
	Subsystem: Dell Device [1028:0782]
	Kernel driver in use: intel-lpss
00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP CSME HECI #1 [8086:9d3a] (rev 21)
	Subsystem: Dell Device [1028:0782]
	Kernel driver in use: mei_me
00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] [8086:9d03] (rev 21)
	Subsystem: Dell Device [1028:0782]
	Kernel driver in use: ahci
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:9d10] (rev f1)
	Kernel driver in use: pcieport
00:1c.4 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 [8086:9d14] (rev f1)
	Kernel driver in use: pcieport
00:1c.5 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 [8086:9d15] (rev f1)
	Kernel driver in use: pcieport
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:9d58] (rev 21)
	Subsystem: Dell Device [1028:0782]
00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
	Subsystem: Dell Device [1028:0782]
00:1f.3 Audio device [0403]: Intel Corporation Device [8086:9d71] (rev 21)
	Subsystem: Dell Device [1028:0782]
	Kernel driver in use: snd_hda_intel
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
	Subsystem: Dell Device [1028:0782]
01:00.0 3D controller [0302]: NVIDIA Corporation GM108M [GeForce 940MX] [10de:134d] (rev a2)
	Subsystem: Dell Device [1028:0782]
02:00.0 Network controller [0280]: Intel Corporation Wireless 3165 [8086:3165] (rev 79)
	Subsystem: Intel Corporation Device [8086:4410]
	Kernel driver in use: iwlwifi
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
	Subsystem: Dell Device [1028:0782]
	Kernel driver in use: r8169
这样是装好了么?而且为什么识别的是3DController而不是VGA 
:Cry 系统运行起来稍微动动画面移动一下窗口 cpu占用率就飞升
onlylove
论坛版主
帖子: 5231
注册时间: 2007-01-14 16:23

Re: 求助 n卡940mx显卡驱动问题

#2

帖子 onlylove » 2017-03-02 23:43

因为optimus的设计,N卡没有连接显示器,而是连接到intel的核心显卡上了,提问之前请认真搜索
onlylove
论坛版主
帖子: 5231
注册时间: 2007-01-14 16:23

Re: 求助 n卡940mx显卡驱动问题

#3

帖子 onlylove » 2017-03-02 23:50

还有,新人发帖需要经过审核,在通过前请耐心等待,不要大量重复发内容相似的帖子(反正你发了也是在审核队列里面,别人看不到,只有自己干着急)
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: 求助 n卡940mx显卡驱动问题

#4

帖子 vickycq » 2017-03-03 13:29

wu6shen 写了:01:00.0 3D controller [0302]: NVIDIA Corporation GM108M [GeForce 940MX] [10de:134d] (rev a2)
Subsystem: Dell Device [1028:0782][/code]
这样是装好了么?
未看到 kernel driver in use: nvidia 字样,显卡未驱动。
GM108M [GeForce 940MX],361.18 添加支持,请确保安装的私有驱动版本号大于等于 361.18。

版本367的专有NVIDIA驱动程序支持GeForce 940MX,它是在标准的Ubuntu 14.04/16.04/16.10软件存储库中提供的软件包nvidia-367。建议您使用标准Ubuntu 14.04/16.04/16.10软件存储库中的nvidia-367软件包替换当前安装的任何nvidia驱动程序。

参考 http://www.nvidia.com/download/driverRe ... 7473/en-us
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
回复