intel和nvidia的图形问题

我刚刚为我的intel / nvidia组合安装了一个全新的Ubuntu 16.04,因为在滚动chrome时我无法摆脱波浪/轻微撕裂。

我确信我的nvidia芯片是这里的问题,但我不确定了。 我在这里为我的问题创建了一个主题:

https://ubuntuforums.org/showthread.php?t=2327162&p=13500945#post13500945

我能看到设法正常工作的用户和我的设置之间的一个区别是,我的英特尔卡配置错误了。

这是我的输出:

artur@pandaadb:~$ lspci -knn | grep -EA2 'VGA|3D' 00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake Integrated Graphics [8086:191b] (rev 06) DeviceName: Onboard IGD Subsystem: Dell Skylake Integrated Graphics [1028:06e5] -- 01:00.0 3D controller [0302]: NVIDIA Corporation GM107GLM [Quadro M1000M] [10de:13b1] (rev a2) Subsystem: Dell GM107GLM [Quadro M1000M] [1028:06e5] Kernel driver in use: nvidia 

我想知道我的问题是因为intel卡没有使用任何内核驱动程序,因为对于其他用户,输出通常会说:

 Kernel driver in use: i915 

安装完成后,我现在使用的是nvidia 361专有驱动程序。

所以我猜的问题是,我是否需要安装i915驱动程序? 它已经安装好了吗? 如何让我的系统使用此驱动程序?

在我的其他驱动程序设置中,intel卡也设置为“未知”。

从谷歌搜索我发现16.04已经有最新的英特尔驱动程序,这就是为什么没有安装程序。 但我不确定如何让我的系统实际使用这些驱动程序。

目前我也禁用了设备(在其他驱动程序中),看看是否能解决我的问题。

编辑:可能这是不可修复的,并与笔记本电脑的vsync问题有关?

我有一个戴尔精度m3800具有类似的设置,它适用于https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa的驱动程序

我发现nvidia-358和nvidia-367似乎与我的quadro K1000M效果最好,我没有在它的4k屏幕或我的外部屏幕上撕裂。

inheritance了我的xorg.conf,用于运行由nvidia-settings生成的完整nvidia加速

 Section "ServerLayout" Identifier "layout" Screen 0 "nvidia" Inactive "intel" EndSection Section "Device" Identifier "intel" Driver "modesetting" BusID "PCI:0@0:2:0" Option "AccelMethod" "None" EndSection Section "Screen" Identifier "intel" Device "intel" EndSection Section "Device" Identifier "nvidia" Driver "nvidia" BusID "PCI:2@0:0:0" Option "ConstrainCursor" "off" EndSection Section "Screen" Identifier "nvidia" Device "nvidia" Option "AllowEmptyInitialConfiguration" "on" Option "IgnoreDisplayDevices" "CRT" EndSection 

我的显示硬件看起来像这样:

 amias@rome:~$ sudo lshw -class display [sudo] password for amias: *-display description: 3D controller product: GK107GLM [Quadro K1100M] vendor: NVIDIA Corporation physical id: 0 bus info: pci@0000:02:00.0 version: a1 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list rom configuration: driver=nvidia latency=0 resources: irq:67 memory:eb000000-ebffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(size=128) memory:ec000000-ec07ffff *-display description: VGA compatible controller product: 4th Gen Core Processor Integrated Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 06 width: 64 bits clock: 33MHz capabilities: msi pm vga_controller bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:56 memory:ec400000-ec7fffff memory:80000000-8fffffff ioport:f000(size=64)