双显卡疑问

双显卡:nvidia和intel集成显卡

起机时默认nvidia显卡关闭,只使用intel集成显卡,有:

sudo lshw -C video *-display description: VGA compatible controller product: 3rd Gen Core processor Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 09 width: 64 bits clock: 33MHz capabilities: msi pm vga_controller bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:29 memory:f3000000-f33fffff memory:d0000000-dfffffff ioport:6000(size=64)

使用nvidia显卡看电影:

然后关闭smplayer,再观察显卡:

sudo lshw -C video *-display description: 3D controller product: GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] vendor: NVIDIA Corporation physical id: 0 bus info: pci@0000:01:00.0 version: a1 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list configuration: driver=nvidia latency=0 resources: irq:16 memory:f2000000-f2ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:5000(size=128) *-display description: VGA compatible controller product: 3rd Gen Core processor Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 09 width: 64 bits clock: 33MHz capabilities: msi pm vga_controller bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:29 memory:f3000000-f33fffff memory:d0000000-dfffffff ioport:6000(size=64)

发现nvidia和intel显卡都被识别。请问现在是不是nvidia也在工作,如果是,怎么关闭它呢?

这可能与 poloshiau 提到的双显卡 ‘muxed’ 设计有关。这种情况下,“…独立显卡是接在集成显卡上输出的…”。
这种情况下,独立显卡会被识别为 3D controller,而不是 VGA compatible controller
参考 forum.ubuntu.org.cn/viewtopic.php?f=42&t=476675

具体还是要请 @poloshiao 来讲解

至于 nvidia 是不是在工作,我想还是通过功率来判断
断开电源适配器,运行 powerstat -d 0 监测电池放电功率。一张独立显卡吃掉几瓦功率是正常的
不管怎么样,只要不耗电我们就可以放心了 :slight_smile:

vickycq 已有詳細介紹 相同部份不再重述 只補充說明

  1. muxed
    顯卡 分 muxed 及 muxless
    1-1. muxed : a multiplexer (or mux)
    1-1-1. en.wikipedia.org/wiki/Multiplexer
    1-1-2. zh.wikipedia.org/wiki/%E6%95%B0 … 9%E5%99%A8
    1-1-3. wiki.cchtml.com/index.php/Features#MUXed_Systems
    1-2. muxless : 顧名思意 不是 muxed
    1-2-1. wiki.cchtml.com/index.php/Featur … ss_Systems
    1-3. 最大不同
    muxed 顯卡 可以單獨用來 計算/處理 3D 並且 顯示出來 所以 可以切換
    muxless 顯卡 只用來 計算/處理 3D 再交給 Intel (或 AMD) 集成顯卡 顯示 (猜測 這是 3D controller 名稱的由來) 一般 不必切換

  2. 由於 muxless 顯卡 計算/處理 3D 再交給 Intel (或 AMD) 集成顯卡 顯示 的分工 可以使得 顯卡溫度降低 效能提高 具有 optimus 功能的 nVidia 顯卡 目前 大部分是 這種設計
    2-1. 在 Debian 目前需要安裝第三方軟體 Bumblebee
    2-1-1. wiki.debian.org/Bumblebee
    2-1-2. github.com/Bumblebee-Project/Bu … -and-usage
    2-2. 在 Ubuntu
    2-2-1. 早期版本 跟 Debian 一樣 需要安裝 Bumblebee
    2-2-1-1. wiki.ubuntu.com/Bumblebee
    2-2-1-2. help.ubuntu.com/community/Hybri … IA_Optimus
    2-2-2. 12.04.3 - 12.04.5 / 13.10 / 14.04 及 以後版本
    Ubuntu 自己重編譯的 Linux Kernel 可以支援 HybridGraphics 雙顯卡
    (This enablement work builds upon NVIDIA’s work on PRIME and AMD’s work on PowerXpress.)
    意思是 不需要再安裝 Bumblebee 只要安裝具有支援 PRIME 的閉源驅動 (nVidia) 或 具有支援 PowerXpress 的閉源驅動 (AMD)
    2-2-2-1. wiki.ubuntu.com/X/Config/HybridGraphics
    2-2-2-2. blueprints.launchpad.net/ubuntu … d-graphics
    2-2-2-3. askubuntu.com/questions/36930/is … -by-ubuntu

不过问题的核心是 使用 primusrun 后,lshw 为何能检测到 nvidia
这一点还没搞清楚。

另外,例子中“使用 nvidia 显卡看电影”
这里看电影并不需要 3D 渲染,只需要硬件解码
这方面工作 Intel 集显完全可以胜任

powerstat -d 0实测显示:用过primusrun 后,耗电增加了3-4 watt。看来是nvidia开始工作了。

  1. 按poloshiao的介绍,我有了这样的疑问:现在两块显卡都工作了,是不是实际上是nvidia首先做了计算,然后交给intel显卡显示呢?
  2. 现在手动操作的方式关闭nvidia呢?

[quote=“Pirate”]powerstat -d 0实测显示:用过primusrun 后,耗电增加了3-4 watt。看来是nvidia开始工作了。
…恕删
2. 现在手动操作的方式关闭nvidia呢?[/quote]

按理说,bumblebee 会自动关闭独显,这是通过卸载 nvidia-modeset(nvidia, nvidia_uvm) 模块实现的
但最近的 bumblebee 不知为何,常常无法正常卸载 nvidia-modeset(nvidia, nvidia_uvm) 模块,导致独显始终运行。

如果用 bumblebeed --debug 查看输出,可能会看到这样的信息:

242.700519] [INFO]Unloading nvidia driver 242.700603] [DEBUG]Process modprobe started, PID 3109. modprobe: FATAL: Module nvidia not found. 242.701203] [DEBUG]Process with PID 3109 returned code 1 245.706761] [ERROR]Unloading nvidia driver timed out. 245.706801] [DEBUG]Drivers are still loaded, unable to disable card

根据讨论,这是由于最近的 bumblebee 开始使用 modprobe -r 取代了 rmmod,而 nvidia 驱动没有正确设置模块别名,导致卸载失败

临时手动关闭:(这里我没搞清楚究竟是 nvidia 还是 nvidia-modeset, nvidia-uvm,尝试一下)

[code]# modprobe -r nvidia_modeset

tee /proc/acpi/bbswitch <<< OFF[/code]

根据讨论,这个问题已经被修复了
stretch 的 bumblebee 为 3.2.1-10,恰好为修复的版本

参考
unix.stackexchange.com/questions/248853/bumblebee-does-not-switch-off-discrete-graphics-card-after-all-programms-shut-do
github.com/Bumblebee-Project/Bumblebee/issues/691
bugs.debian.org/cgi-bin/bugreport.cgi?bug=802245

  1. 手动关闭操作没有变化,功耗仍然在15 watt左右,nividia启动前在10 watt左右。
  2. 现bumblebee版本恰为3.2.1-10。

[quote=“Pirate”]1. 手动关闭操作没有变化,功耗仍然在15 watt左右,nividia启动前在10 watt左右。
2. 现bumblebee版本恰为3.2.1-10。[/quote]

那麽执行 bumblebeed --debug 看是否有如楼上所述的错误信息?
为了获取干净的日志:

  1. 重新启动计算机
  2. 打开一个终端,停止 bumblebee 相关服务,再从该终端手动运行 bumblebeed --debug
  3. 再打开一个终端,使用一次 primusrun
  4. 查看第一个终端中的信息

方便的话可提供 /etc/nvidia/nvidia-modprobe.conf 的内容

重点参考 github.com/Bumblebee-Project/Bumblebee/issues/691

  1. manpages.debian.org/cgi-bin/man. … &locale=en
    primusrun - run an application on a discrete NVIDIA video card
    看看 這個 primusrun 的標的 是否可以說明

[quote]这里看电影并不需要 3D 渲染,只需要硬件解码
这方面工作 Intel 集显完全可以胜任[/quote]

  1. geforce.com/hardware/technol … technology
    Using NVIDIA’s Optimus technology, when the discrete GPU is handling all the rendering duties, the final image output to the display is still handled by the Intel integrated graphics processor (IGP). In effect, the IGP is only being used as a simple display controller, resulting in a seamless, flicker-free experience with no need to reboot.
    在上面的 optimus technology 解說裡
    2-1. 沒有特別說 只渲染 3D
    2-2. Intel 顯卡 只用來簡單的顯示

[quote]起机时默认nvidia显卡关闭,只使用intel集成显卡
使用nvidia显卡看电影:
然后关闭smplayer,再观察显卡:
发现nvidia和intel显卡都被识别。[/quote]

試試看 是通例 還是偶發事件
方法
在未執行 primusrun command 情況下
開機後 5 分鐘 / 10 分鐘 / … 每隔一段時間
把下面指令 複製 貼進終端機 執行

  1. sudo lspci -knn
  2. sudo lshw -numeric -class video
    看看 能否偵測到 nvidia 显卡及驅動

我在安装nvidia驱动这一步出了问题,现象是电脑休眠唤醒后外部显示器屏幕变形。机器是联想Thinkpad P50,i7-6700HQ CPU, NVidia Quadro M1000M显卡,尝试安装了nvidia-361和364.使用了4.6.0-rc5内核,GNOME 3.20桌面环境。不知有没有大侠可以祝我一臂之力,以便完成Bumblebee的安装?谢谢。

以下是系统信息:
Code:

qxd@qxd-QC5-Ubuntu:~$ dpkg -l nvidia-prime
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
ii  nvidia-prime   0.8.2        amd64        Tools to enable NVIDIA's Prime
qxd@qxd-QC5-Ubuntu:~$ dpkg -l nvidia-settings
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
ii  nvidia-setting 364.15-0ubun amd64        Tool for configuring the NVIDIA g

Code:

qxd@qxd-QC5-Ubuntu:~$ cat /var/log/Xorg.0.log
  6436.779] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
  6436.779] X Protocol Version 11, Revision 0
  6436.779] Build Operating System: Linux 3.13.0-85-generic x86_64 Ubuntu
  6436.779] Current Operating System: Linux qxd-QC5-Ubuntu 4.6.0-040600rc5-generic #201604242031 SMP Mon Apr 25 00:34:15 UTC 2016 x86_64
  6436.779] Kernel command line: BOOT_IMAGE=/vmlinuz-4.6.0-040600rc5-generic root=/dev/mapper/ubuntuvg-root ro rootflags=subvol=@ quiet splash vt.handoff=7
  6436.779] Build Date: 07 April 2016  09:18:50AM
  6436.779] xorg-server 2:1.18.3-1ubuntu2 (For technical support please see http://www.ubuntu.com/support) 
  6436.779] Current version of pixman: 0.33.6
  6436.779]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
  6436.779] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  6436.779] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May  2 20:01:59 2016
  6436.779] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  6436.779] (==) No Layout section.  Using the first Screen section.
  6436.779] (==) No screen section available. Using defaults.
  6436.779] (**) |-->Screen "Default Screen Section" (0)
  6436.779] (**) |   |-->Monitor "<default monitor>"
  6436.779] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
  6436.779] (==) Automatically adding devices
  6436.779] (==) Automatically enabling devices
  6436.779] (==) Automatically adding GPU devices
  6436.779] (==) Max clients allowed: 256, resource mask: 0x1fffff
  6436.779] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
  6436.779]     Entry deleted from font path.
  6436.779] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
  6436.779]     Entry deleted from font path.
  6436.779] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
  6436.779]     Entry deleted from font path.
  6436.779] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
  6436.779]     Entry deleted from font path.
  6436.779] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
  6436.779]     Entry deleted from font path.
  6436.779] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins
  6436.779] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
  6436.779] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
  6436.779] (II) Loader magic: 0x55db6b08cda0
  6436.779] (II) Module ABI versions:
  6436.779]     X.Org ANSI C Emulation: 0.4
  6436.779]     X.Org Video Driver: 20.0
  6436.779]     X.Org XInput driver : 22.1
  6436.779]     X.Org Server Extension : 9.0
  6436.780] (++) using VT number 7


  6436.780] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
  6436.780] (II) xfree86: Adding drm device (/dev/dri/card0)
  6436.781] (II) xfree86: Adding drm device (/dev/dri/card1)
  6436.782] (--) PCI:*(0:0:2:0) 8086:191b:17aa:222e rev 6, Mem @ 0xc2000000/16777216, 0x60000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
  6436.782] (--) PCI: (0:1:0:0) 10de:13b1:17aa:222e rev 162, Mem @ 0xc3000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
  6436.782] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
  6436.782] (II) "glx" will be loaded by default.
  6436.782] (II) LoadModule: "glx"
  6436.782] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
  6436.783] (II) Module glx: vendor="X.Org Foundation"
  6436.783]     compiled for 1.18.3, module version = 1.0.0
  6436.783]     ABI class: X.Org Server Extension, version 9.0
  6436.783] (==) AIGLX enabled
  6436.783] (==) Matched intel as autoconfigured driver 0
  6436.783] (==) Matched nvidia as autoconfigured driver 1
  6436.783] (==) Matched nouveau as autoconfigured driver 2
  6436.783] (==) Matched intel as autoconfigured driver 3
  6436.783] (==) Matched modesetting as autoconfigured driver 4
  6436.783] (==) Matched fbdev as autoconfigured driver 5
  6436.783] (==) Matched vesa as autoconfigured driver 6
  6436.783] (==) Assigned the driver to the xf86ConfigLayout
  6436.783] (II) LoadModule: "intel"
  6436.783] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
  6436.783] (II) Module intel: vendor="X.Org Foundation"
  6436.783]     compiled for 1.18.1, module version = 2.99.917
  6436.783]     Module class: X.Org Video Driver
  6436.783]     ABI class: X.Org Video Driver, version 20.0
  6436.783] (II) LoadModule: "nvidia"
  6436.783] (WW) Warning, couldn't open module nvidia
  6436.783] (II) UnloadModule: "nvidia"
  6436.783] (II) Unloading nvidia
  6436.783] (EE) Failed to load module "nvidia" (module does not exist, 0)
  6436.783] (II) LoadModule: "nouveau"
  6436.783] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
  6436.783] (II) Module nouveau: vendor="X.Org Foundation"
  6436.783]     compiled for 1.18.1, module version = 1.0.12
  6436.783]     Module class: X.Org Video Driver
  6436.783]     ABI class: X.Org Video Driver, version 20.0
  6436.783] (II) LoadModule: "modesetting"
  6436.784] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
  6436.784] (II) Module modesetting: vendor="X.Org Foundation"
  6436.784]     compiled for 1.18.3, module version = 1.18.3
  6436.784]     Module class: X.Org Video Driver
  6436.784]     ABI class: X.Org Video Driver, version 20.0
  6436.784] (II) LoadModule: "fbdev"
  6436.784] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
  6436.784] (II) Module fbdev: vendor="X.Org Foundation"
  6436.784]     compiled for 1.18.1, module version = 0.4.4
  6436.784]     Module class: X.Org Video Driver
  6436.784]     ABI class: X.Org Video Driver, version 20.0
  6436.784] (II) LoadModule: "vesa"
  6436.784] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
  6436.784] (II) Module vesa: vendor="X.Org Foundation"
  6436.784]     compiled for 1.18.1, module version = 2.3.4
  6436.784]     Module class: X.Org Video Driver
  6436.784]     ABI class: X.Org Video Driver, version 20.0
  6436.784] (==) Matched intel as autoconfigured driver 0
  6436.784] (==) Matched nvidia as autoconfigured driver 1
  6436.784] (==) Matched nouveau as autoconfigured driver 2
  6436.784] (==) Matched intel as autoconfigured driver 3
  6436.784] (==) Matched modesetting as autoconfigured driver 4
  6436.784] (==) Matched fbdev as autoconfigured driver 5
  6436.784] (==) Matched vesa as autoconfigured driver 6
  6436.784] (==) Assigned the driver to the xf86ConfigLayout
  6436.784] (II) LoadModule: "intel"
  6436.784] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
  6436.784] (II) Module intel: vendor="X.Org Foundation"
  6436.784]     compiled for 1.18.1, module version = 2.99.917
  6436.784]     Module class: X.Org Video Driver
  6436.784]     ABI class: X.Org Video Driver, version 20.0
  6436.784] (II) UnloadModule: "intel"
  6436.784] (II) Unloading intel
  6436.784] (II) Failed to load module "intel" (already loaded, 21979)
  6436.784] (II) LoadModule: "nvidia"
  6436.784] (WW) Warning, couldn't open module nvidia
  6436.784] (II) UnloadModule: "nvidia"
  6436.784] (II) Unloading nvidia
  6436.784] (EE) Failed to load module "nvidia" (module does not exist, 0)
  6436.784] (II) LoadModule: "nouveau"
  6436.784] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
  6436.784] (II) Module nouveau: vendor="X.Org Foundation"
  6436.784]     compiled for 1.18.1, module version = 1.0.12
  6436.784]     Module class: X.Org Video Driver
  6436.784]     ABI class: X.Org Video Driver, version 20.0
  6436.784] (II) UnloadModule: "nouveau"
  6436.784] (II) Unloading nouveau
  6436.784] (II) Failed to load module "nouveau" (already loaded, 0)
  6436.784] (II) LoadModule: "modesetting"
  6436.784] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
  6436.784] (II) Module modesetting: vendor="X.Org Foundation"
  6436.784]     compiled for 1.18.3, module version = 1.18.3
  6436.784]     Module class: X.Org Video Driver
  6436.784]     ABI class: X.Org Video Driver, version 20.0
  6436.784] (II) UnloadModule: "modesetting"
  6436.784] (II) Unloading modesetting
  6436.784] (II) Failed to load module "modesetting" (already loaded, 0)
  6436.784] (II) LoadModule: "fbdev"
  6436.784] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
  6436.784] (II) Module fbdev: vendor="X.Org Foundation"
  6436.784]     compiled for 1.18.1, module version = 0.4.4
  6436.784]     Module class: X.Org Video Driver
  6436.784]     ABI class: X.Org Video Driver, version 20.0
  6436.784] (II) UnloadModule: "fbdev"
  6436.784] (II) Unloading fbdev
  6436.784] (II) Failed to load module "fbdev" (already loaded, 0)
  6436.784] (II) LoadModule: "vesa"
  6436.784] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
  6436.784] (II) Module vesa: vendor="X.Org Foundation"
  6436.784]     compiled for 1.18.1, module version = 2.3.4
  6436.784]     Module class: X.Org Video Driver
  6436.784]     ABI class: X.Org Video Driver, version 20.0
  6436.784] (II) UnloadModule: "vesa"
  6436.784] (II) Unloading vesa
  6436.784] (II) Failed to load module "vesa" (already loaded, 0)
  6436.784] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
  6436.785] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
  6436.785] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
  6436.785] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
  6436.785] (II) NOUVEAU driver Date:   Tue Dec 8 15:52:25 2015 +1000
  6436.785] (II) NOUVEAU driver for NVIDIA chipset families :
  6436.785]     RIVA TNT        (NV04)
...
  6436.785]     GeForce GTX 200 (NVA0)
  6436.785]     GeForce GTX 400 (NVC0)
  6436.785] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
  6436.785] (II) FBDEV: driver for framebuffer: fbdev
  6436.785] (II) VESA: driver for VESA chipsets: vesa
  6436.785] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160229
  6436.785] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1 (Timo Aaltonen <tjaalton@debian.org>)
  6436.785] (II) intel(0): SNA compiled for use with valgrind
  6436.785] (II) [drm] nouveau interface version: 1.3.1
  6436.785] (EE) Unknown chipset: NV117
  6436.785] (II) modeset(G0): using drv /dev/dri/card0
  6436.785] (WW) Falling back to old probe method for fbdev
  6436.785] (II) Loading sub module "fbdevhw"
  6436.785] (II) LoadModule: "fbdevhw"
  6436.785] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
  6436.785] (II) Module fbdevhw: vendor="X.Org Foundation"
  6436.785]     compiled for 1.18.3, module version = 0.0.2
  6436.785]     ABI class: X.Org Video Driver, version 20.0
  6436.785] (WW) Falling back to old probe method for vesa
  6436.786] (--) intel(0): gen9 engineering sample
  6436.786] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
  6436.786] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
  6436.786] (==) intel(0): Depth 24, (--) framebuffer bpp 32
  6436.786] (==) intel(0): RGB weight 888
  6436.786] (==) intel(0): Default visual is TrueColor
  6436.787] (II) intel(0): Output eDP1 has no monitor section
  6436.804] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
  6436.804] (II) intel(0): Enabled output eDP1
  6436.804] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
  6436.804] (II) intel(0): Output VIRTUAL1 has no monitor section
  6436.804] (II) intel(0): Enabled output VIRTUAL1
  6436.804] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
  6436.805] (==) intel(0): TearFree disabled
  6436.805] (==) intel(0): DPI set to (96, 96)
  6436.805] (II) Loading sub module "dri2"
  6436.805] (II) LoadModule: "dri2"
  6436.805] (II) Module "dri2" already built-in
  6436.805] (II) Loading sub module "present"
  6436.805] (II) LoadModule: "present"
  6436.805] (II) Module "present" already built-in
  6436.825] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
  6436.825] (==) modeset(G0): RGB weight 888
  6436.825] (==) modeset(G0): Default visual is TrueColor
  6436.825] (II) Loading sub module "glamoregl"
  6436.825] (II) LoadModule: "glamoregl"
  6436.825] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
  6436.829] (II) Module glamoregl: vendor="X.Org Foundation"
  6436.829]     compiled for 1.18.3, module version = 1.0.0
  6436.829]     ABI class: X.Org ANSI C Emulation, version 0.4
  6436.829] (II) glamor: OpenGL accelerated X.org driver based.
  6436.882] (II) glamor: EGL version 1.4 (DRI2):
  6436.883] (II) modeset(G0): glamor initialized
  6437.014] (II) modeset(G0): Output DP-1 has no monitor section
  6437.076] (II) modeset(G0): Output DP-2 has no monitor section
  6437.140] (II) modeset(G0): Output DP-3 has no monitor section
  6437.271] (II) modeset(G0): EDID for output DP-1
  6437.271] (II) modeset(G0): Manufacturer: DEL  Model: d010  Serial#: 826689612
  6437.271] (II) modeset(G0): Year: 2006  Week: 41
  6437.271] (II) modeset(G0): EDID Version: 1.3
  6437.271] (II) modeset(G0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
  6437.271] (II) modeset(G0): Sync:  Separate
  6437.271] (II) modeset(G0): Max Image Size [cm]: horiz.: 43  vert.: 27
  6437.271] (II) modeset(G0): Gamma: 2.20
  6437.271] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
  6437.271] (II) modeset(G0): Default color space is primary color space
  6437.271] (II) modeset(G0): First detailed timing is preferred mode
  6437.271] (II) modeset(G0): redX: 0.635 redY: 0.328   greenX: 0.292 greenY: 0.610
  6437.271] (II) modeset(G0): blueX: 0.146 blueY: 0.069   whiteX: 0.312 whiteY: 0.328
  6437.271] (II) modeset(G0): Supported established timings:
  6437.271] (II) modeset(G0): 720x400@70Hz
  6437.271] (II) modeset(G0): 640x480@60Hz
  6437.271] (II) modeset(G0): 640x480@75Hz
  6437.271] (II) modeset(G0): 800x600@60Hz
  6437.271] (II) modeset(G0): 800x600@75Hz
  6437.271] (II) modeset(G0): 1024x768@60Hz
  6437.271] (II) modeset(G0): 1024x768@75Hz
  6437.271] (II) modeset(G0): 1280x1024@75Hz
  6437.271] (II) modeset(G0): Manufacturer's mask: 0
  6437.271] (II) modeset(G0): Supported standard timings:
  6437.271] (II) modeset(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
  6437.271] (II) modeset(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
  6437.271] (II) modeset(G0): #2: hsize: 1680  vsize 1050  refresh: 60  vid: 179
  6437.271] (II) modeset(G0): Supported detailed timing:
  6437.271] (II) modeset(G0): clock: 146.2 MHz   Image Size:  430 x 270 mm
  6437.271] (II) modeset(G0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
  6437.271] (II) modeset(G0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
  6437.271] (II) modeset(G0): Serial No: 641806AA1FHL
  6437.271] (II) modeset(G0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
  6437.271] (II) modeset(G0): Monitor name: DELL E207WFP
  6437.271] (II) modeset(G0): EDID (in hex):
  6437.271] (II) modeset(G0):     00ffffffffffff0010ac10d04c484631
  6437.271] (II) modeset(G0):     29100103682b1b78ee8db0a2544a9c25
  6437.271] (II) modeset(G0):     115054a54b00714f8180b30001010101
  6437.271] (II) modeset(G0):     01010101010121399030621a274068b0
  6437.271] (II) modeset(G0):     3600ae0e1100001c000000ff00363431
  6437.271] (II) modeset(G0):     38303641413146484c0a000000fd0038
  6437.271] (II) modeset(G0):     4b1e530f000a202020202020000000fc
  6437.271] (II) modeset(G0):     0044454c4c20453230375746500a00ce
  6437.272] (II) modeset(G0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
  6437.272] (II) modeset(G0): Printing probed modes for output DP-1
  6437.272] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
  6437.272] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
  6437.272] (II) modeset(G0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
  6437.272] (II) modeset(G0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
  6437.272] (II) modeset(G0): Modeline "1400x1050"x70.0  145.06  1400 1496 1648 1896  1050 1051 1054 1093 -hsync +vsync (76.5 kHz d)
  6437.272] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
  6437.272] (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
  6437.272] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
  6437.272] (II) modeset(G0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
...
  6437.272] (II) modeset(G0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
  6437.336] (II) modeset(G0): EDID for output DP-2
  6437.400] (II) modeset(G0): EDID for output DP-3
  6437.400] (II) modeset(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
  6437.400] (==) modeset(G0): DPI set to (96, 96)
  6437.400] (II) Loading sub module "fb"
  6437.400] (II) LoadModule: "fb"
  6437.400] (II) Loading /usr/lib/xorg/modules/libfb.so
  6437.400] (II) Module fb: vendor="X.Org Foundation"
  6437.400]     compiled for 1.18.3, module version = 1.0.0
  6437.400]     ABI class: X.Org ANSI C Emulation, version 0.4
  6437.400] (II) UnloadModule: "fbdev"
  6437.400] (II) Unloading fbdev
  6437.400] (II) UnloadSubModule: "fbdevhw"
  6437.400] (II) Unloading fbdevhw
  6437.400] (II) UnloadModule: "vesa"
  6437.400] (II) Unloading vesa
  6437.400] (==) Depth 24 pixmap format is 32 bpp
  6437.435] (==) modeset(G0): Backing store enabled
  6437.435] (==) modeset(G0): Silken mouse enabled
  6437.435] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
  6437.463] (==) modeset(G0): DPMS enabled
  6437.463] (II) modeset(G0): [DRI2] Setup complete
  6437.463] (II) modeset(G0): [DRI2]   DRI driver: nouveau
  6437.463] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
  6437.530] (II) intel(0): SNA initialized with generic backend
  6437.531] (==) intel(0): Backing store enabled
  6437.531] (==) intel(0): Silken mouse enabled
  6437.531] (II) intel(0): HW Cursor enabled
  6437.531] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
  6437.531] (==) intel(0): DPMS enabled
  6437.531] (==) intel(0): Display hotplug detection enabled
  6437.531] (II) intel(0): Textured video not supported on this hardware or backend
  6437.531] (II) intel(0): [DRI2] Setup complete
  6437.531] (II) intel(0): [DRI2]   DRI driver: i965
  6437.531] (II) intel(0): [DRI2]   VDPAU driver: va_gl
  6437.531] (II) intel(0): direct rendering: DRI2 enabled
  6437.531] (II) intel(0): hardware support for Present enabled
  6437.531] (--) RandR disabled
  6437.533] (II) SELinux: Disabled on system
  6437.537] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
  6437.537] (II) AIGLX: enabled GLX_ARB_create_context
  6437.537] (II) AIGLX: enabled GLX_ARB_create_context_profile
  6437.537] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
  6437.537] (II) AIGLX: enabled GLX_INTEL_swap_event
  6437.537] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
  6437.537] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
  6437.537] (II) AIGLX: enabled GLX_ARB_fbconfig_float
  6437.537] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
  6437.537] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
  6437.537] (II) AIGLX: enabled GLX_ARB_create_context_robustness
  6437.537] (II) AIGLX: Loaded and initialized i965
  6437.537] (II) GLX: Initialized DRI2 GL provider for screen 0
  6437.538] (II) modeset(G0): Damage tracking initialized
  6437.540] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
  6437.540] (II) intel(0): Setting screen physical size to 508 x 285
  6437.558] (II) config/udev: Adding input device Power Button (/dev/input/event2)
  6437.558] (**) Power Button: Applying InputClass "evdev keyboard catchall"
  6437.558] (II) LoadModule: "evdev"
  6437.559] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  6437.559] (II) Module evdev: vendor="X.Org Foundation"
  6437.559]     compiled for 1.18.1, module version = 2.10.1
  6437.559]     Module class: X.Org XInput Driver
  6437.559]     ABI class: X.Org XInput driver, version 22.1
  6437.559] (II) Using input driver 'evdev' for 'Power Button'
  6437.559] (**) Power Button: always reports core events
  6437.559] (**) evdev: Power Button: Device: "/dev/input/event2"
  6437.559] (--) evdev: Power Button: Vendor 0 Product 0x1
  6437.559] (--) evdev: Power Button: Found keys
  6437.559] (II) evdev: Power Button: Configuring as keyboard
  6437.559] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
  6437.559] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
  6437.559] (**) Option "xkb_rules" "evdev"
  6437.559] (**) Option "xkb_model" "pc105"
  6437.559] (**) Option "xkb_layout" "us"
  6437.559] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
  6437.559] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
  6437.559] (II) Using input driver 'evdev' for 'Video Bus'
  6437.559] (**) Video Bus: always reports core events
  6437.559] (**) evdev: Video Bus: Device: "/dev/input/event5"
  6437.559] (--) evdev: Video Bus: Vendor 0 Product 0x6
  6437.559] (--) evdev: Video Bus: Found keys
  6437.559] (II) evdev: Video Bus: Configuring as keyboard
  6437.559] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7/event5"
  6437.559] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
  6437.559] (**) Option "xkb_rules" "evdev"
  6437.559] (**) Option "xkb_model" "pc105"
  6437.559] (**) Option "xkb_layout" "us"
  6437.559] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
  6437.559] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
  6437.560] (II) Using input driver 'evdev' for 'Video Bus'
  6437.560] (**) Video Bus: always reports core events
  6437.560] (**) evdev: Video Bus: Device: "/dev/input/event4"
  6437.560] (--) evdev: Video Bus: Vendor 0 Product 0x6
  6437.560] (--) evdev: Video Bus: Found keys
  6437.560] (II) evdev: Video Bus: Configuring as keyboard
  6437.560] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input6/event4"
  6437.560] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
  6437.560] (**) Option "xkb_rules" "evdev"
  6437.560] (**) Option "xkb_model" "pc105"
  6437.560] (**) Option "xkb_layout" "us"
  6437.560] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
  6437.560] (II) No input driver specified, ignoring this device.
  6437.560] (II) This device may have been added with another device file.
  6437.560] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
  6437.560] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
  6437.560] (II) Using input driver 'evdev' for 'Sleep Button'
  6437.560] (**) Sleep Button: always reports core events
  6437.560] (**) evdev: Sleep Button: Device: "/dev/input/event1"
  6437.560] (--) evdev: Sleep Button: Vendor 0 Product 0x3
  6437.560] (--) evdev: Sleep Button: Found keys
  6437.560] (II) evdev: Sleep Button: Configuring as keyboard
  6437.560] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
  6437.560] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
  6437.560] (**) Option "xkb_rules" "evdev"
  6437.560] (**) Option "xkb_model" "pc105"
  6437.560] (**) Option "xkb_layout" "us"
  6437.561] (II) config/udev: Adding input device Wacom Co.,Ltd. Pen and multitouch sensor Finger (/dev/input/event9)
  6437.561] (**) Wacom Co.,Ltd. Pen and multitouch sensor Finger: Applying InputClass "evdev touchscreen catchall"
  6437.561] (**) Wacom Co.,Ltd. Pen and multitouch sensor Finger: Applying InputClass "Wacom USB device class"
  6437.561] (**) Wacom Co.,Ltd. Pen and multitouch sensor Finger: Applying InputClass "Wacom class"
  6437.561] (II) LoadModule: "wacom"
  6437.561] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
  6437.561] (II) Module wacom: vendor="X.Org Foundation"
  6437.561]     compiled for 1.18.1, module version = 0.32.0
  6437.561]     Module class: X.Org XInput Driver
  6437.561]     ABI class: X.Org XInput driver, version 22.1
  6437.561] (II) wacom: Driver for Wacom graphics tablets: PenPartner, Graphire,
    Graphire2 4x5, Graphire2 5x7, Graphire3 4x5, Graphire3 6x8,
    Graphire4 4x5, Graphire4 6x8, BambooFun 4x5, BambooFun 6x8,
    Bamboo1 Medium, Graphire4 6x8 BlueTooth, CTL-460, CTH-461, CTL-660,
    CTL-461/S, Bamboo Touch, CTH-460/K, CTH-461/S, CTH-661/S1, CTH-461/L,
    CTH-661/L, Intuos 4x5, Intuos 6x8, Intuos 9x12, Intuos 12x12,
    Intuos 12x18, PTU600, PL400, PL500, PL600, PL600SX, PL550, PL800,
    PL700, PL510, PL710, DTI520, DTF720, DTF720a, DTF521, DTU1931,
    ...
    TabletPC 0xEC, TabletPC 0xED, TabletPC 0xEF, TabletPC 0x100,
    TabletPC 0x101, TabletPC 0x10D, TabletPC 0x116, TabletPC 0x12C,
    TabletPC 0x4001, TabletPC 0x4004, TabletPC 0x5000, TabletPC 0x5002,
    usb:172f:0024, usb:172f:0025, usb:172f:0026, usb:172f:0027,
    usb:172f:0028, usb:172f:0030, usb:172f:0031, usb:172f:0032,
    usb:172f:0033, usb:172f:0034, usb:172f:0035, usb:172f:0036,
    usb:172f:0037, usb:172f:0038, usb:172f:0039, usb:172f:0051,
    usb:172f:0052, usb:172f:0053, usb:172f:0054, usb:172f:0055,
    usb:172f:0056, usb:172f:0057, usb:172f:0058, usb:172f:0500,
    usb:172f:0501, usb:172f:0502, usb:172f:0503, usb:1b96:0001,
    usb:17ef:6004
  6437.561] (II) Using input driver 'wacom' for 'Wacom Co.,Ltd. Pen and multitouch sensor Finger'
  6437.561] (**) Wacom Co.,Ltd. Pen and multitouch sensor Finger: always reports core events
  6437.561] (**) Option "Device" "/dev/input/event9"
  6437.616] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger: Invalid type 'stylus' for this device.
  6437.616] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger: Invalid type 'eraser' for this device.
  6437.616] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger: Invalid type 'cursor' for this device.
  6437.616] (II) Wacom Co.,Ltd. Pen and multitouch sensor Finger: type not specified, assuming 'touch'.
  6437.616] (II) Wacom Co.,Ltd. Pen and multitouch sensor Finger: other types will be automatically added.
  6437.616] (--) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: maxX=13768 maxY=7744 maxZ=0 resX=40000 resY=40000 
  6437.616] (II) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: hotplugging dependent devices.
  6437.616] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: Invalid type 'stylus' for this device.
  6437.616] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: Invalid type 'eraser' for this device.
  6437.616] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: Invalid type 'cursor' for this device.
  6437.616] (EE) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: Invalid type 'pad' for this device.
  6437.616] (II) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: hotplugging completed.
  6437.644] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:5053.0005/input/input11/event9"
  6437.644] (II) XINPUT: Adding extended input device "Wacom Co.,Ltd. Pen and multitouch sensor Finger touch" (type: TOUCH, id 10)
  6437.645] (**) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: (accel) keeping acceleration scheme 1
  6437.645] (**) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: (accel) acceleration profile 0
  6437.645] (**) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: (accel) acceleration factor: 2.000
  6437.645] (**) Wacom Co.,Ltd. Pen and multitouch sensor Finger touch: (accel) acceleration threshold: 4
  6437.701] (II) config/udev: Adding input device Wacom Co.,Ltd. Pen and multitouch sensor Finger (/dev/input/mouse3)
  6437.701] (II) No input driver specified, ignoring this device.
  6437.701] (II) This device may have been added with another device file.
  6437.702] (II) config/udev: Adding input device Wacom Co.,Ltd. Pen and multitouch sensor Pen (/dev/input/event10)
...
  6437.780] (II) XINPUT: Adding extended input device "Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus" (type: STYLUS, id 11)
  6437.781] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: (accel) keeping acceleration scheme 1
  6437.781] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: (accel) acceleration profile 0
  6437.781] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: (accel) acceleration factor: 2.000
  6437.781] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus: (accel) acceleration threshold: 4
  6437.837] (II) config/udev: Adding input device Wacom Co.,Ltd. Pen and multitouch sensor Pen (/dev/input/mouse4)
  6437.837] (II) No input driver specified, ignoring this device.
  6437.837] (II) This device may have been added with another device file.
  6437.838] (II) config/udev: Adding input device Logitech K750 (/dev/input/event11)
  6437.838] (**) Logitech K750: Applying InputClass "evdev keyboard catchall"
  6437.838] (II) Using input driver 'evdev' for 'Logitech K750'
  6437.838] (**) Logitech K750: always reports core events
  6437.838] (**) evdev: Logitech K750: Device: "/dev/input/event11"
  6437.839] (--) evdev: Logitech K750: Vendor 0x46d Product 0x4002
  6437.839] (--) evdev: Logitech K750: Found 1 mouse buttons
  6437.839] (--) evdev: Logitech K750: Found scroll wheel(s)
  6437.839] (--) evdev: Logitech K750: Found relative axes
  6437.839] (II) evdev: Logitech K750: Forcing relative x/y axes to exist.
  6437.839] (--) evdev: Logitech K750: Found absolute axes
  6437.839] (II) evdev: Logitech K750: Forcing absolute x/y axes to exist.
  6437.839] (--) evdev: Logitech K750: Found keys
  6437.839] (II) evdev: Logitech K750: Configuring as mouse
  6437.839] (II) evdev: Logitech K750: Configuring as keyboard
  6437.839] (II) evdev: Logitech K750: Adding scrollwheel support
  6437.839] (**) evdev: Logitech K750: YAxisMapping: buttons 4 and 5
  6437.839] (**) evdev: Logitech K750: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  6437.839] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4002.0008/input/input16/event11"
  6437.839] (II) XINPUT: Adding extended input device "Logitech K750" (type: KEYBOARD, id 12)
  6437.839] (**) Option "xkb_rules" "evdev"
  6437.839] (**) Option "xkb_model" "pc105"
  6437.839] (**) Option "xkb_layout" "us"
  6437.839] (II) evdev: Logitech K750: initialized for relative axes.
  6437.839] (WW) evdev: Logitech K750: ignoring absolute axes.
  6437.840] (**) Logitech K750: (accel) keeping acceleration scheme 1
  6437.840] (**) Logitech K750: (accel) acceleration profile 0
  6437.840] (**) Logitech K750: (accel) acceleration factor: 2.000
  6437.840] (**) Logitech K750: (accel) acceleration threshold: 4
  6437.841] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event8)
  6437.841] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
  6437.841] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
  6437.841] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
  6437.841] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event8"
  6437.896] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc03d
  6437.896] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons
  6437.896] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
  6437.896] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
  6437.896] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
  6437.896] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
  6437.896] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
  6437.896] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
  6437.896] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  6437.896] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:046D:C03D.0004/input/input9/event8"
  6437.896] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 13)
  6437.896] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
  6437.897] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
  6437.897] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
  6437.897] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
  6437.897] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
  6437.898] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse2)
  6437.898] (II) No input driver specified, ignoring this device.
  6437.898] (II) This device may have been added with another device file.
  6437.899] (II) config/udev: Adding input device Integrated Camera (/dev/input/event13)
  6437.899] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
  6437.899] (II) Using input driver 'evdev' for 'Integrated Camera'
  6437.899] (**) Integrated Camera: always reports core events
  6437.899] (**) evdev: Integrated Camera: Device: "/dev/input/event13"
  6437.899] (--) evdev: Integrated Camera: Vendor 0x5986 Product 0x706
  6437.899] (--) evdev: Integrated Camera: Found keys
  6437.899] (II) evdev: Integrated Camera: Configuring as keyboard
  6437.899] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input18/event13"
  6437.899] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 14)
  6437.899] (**) Option "xkb_rules" "evdev"
  6437.899] (**) Option "xkb_model" "pc105"
  6437.899] (**) Option "xkb_layout" "us"
  6437.900] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
  6437.900] (II) No input driver specified, ignoring this device.
  6437.900] (II) This device may have been added with another device file.
  6437.901] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
  6437.901] (II) No input driver specified, ignoring this device.
  6437.901] (II) This device may have been added with another device file.
  6437.901] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
  6437.901] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
  6437.902] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
  6437.902] (**) AT Translated Set 2 keyboard: always reports core events
  6437.902] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
  6437.902] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
  6437.902] (--) evdev: AT Translated Set 2 keyboard: Found keys
  6437.902] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
  6437.902] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
  6437.902] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
  6437.902] (**) Option "xkb_rules" "evdev"
  6437.902] (**) Option "xkb_model" "pc105"
  6437.902] (**) Option "xkb_layout" "us"
  6437.903] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
  6437.903] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
  6437.903] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchscreen catchall"
  6437.903] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
  6437.903] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
  6437.903] (II) LoadModule: "synaptics"
  6437.903] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
  6437.904] (II) Module synaptics: vendor="X.Org Foundation"
  6437.904]     compiled for 1.18.1, module version = 1.8.2
  6437.904]     Module class: X.Org XInput Driver
  6437.904]     ABI class: X.Org XInput driver, version 22.1
  6437.904] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
  6437.904] (**) SynPS/2 Synaptics TouchPad: always reports core events
  6437.904] (**) Option "Device" "/dev/input/event6"
  6437.964] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1266 - 5676 (res 45)
  6437.964] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1100 - 4754 (res 68)
  6437.964] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
  6437.964] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
  6437.964] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
  6437.964] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
  6437.964] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  6437.964] (**) SynPS/2 Synaptics TouchPad: always reports core events
  6437.988] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event6"
  6437.988] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 16)
  6437.988] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
  6437.988] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
  6437.988] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
  6437.989] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
  6437.989] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
  6437.989] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
  6437.989] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
  6437.989] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  6437.990] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
  6437.990] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
  6437.990] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event7)
  6437.990] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
  6437.990] (**) TPPS/2 IBM TrackPoint: Applying InputClass "trackpoint catchall"
  6437.990] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
  6437.990] (**) TPPS/2 IBM TrackPoint: always reports core events
  6437.990] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event7"
  6437.991] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
  6437.991] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
  6437.991] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
  6437.991] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
  6437.991] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
  6437.991] (**) Option "Emulate3Buttons" "true"
  6437.991] (**) Option "EmulateWheel" "true"
  6437.991] (**) Option "EmulateWheelButton" "2"
  6437.991] (**) Option "YAxisMapping" "4 5"
  6437.991] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
  6437.991] (**) Option "XAxisMapping" "6 7"
  6437.991] (**) evdev: TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
  6437.991] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  6437.991] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input8/event7"
  6437.991] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 17)
  6437.991] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
  6437.991] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
  6437.991] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
  6437.991] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
  6437.991] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
  6437.992] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
  6437.992] (II) No input driver specified, ignoring this device.
  6437.992] (II) This device may have been added with another device file.
  6437.995] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event12)
  6437.996] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
  6437.996] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
  6437.996] (**) ThinkPad Extra Buttons: always reports core events
  6437.996] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event12"
  6437.996] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
  6437.996] (--) evdev: ThinkPad Extra Buttons: Found keys
  6437.996] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
  6437.996] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input17/event12"
  6437.996] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 18)
  6437.996] (**) Option "xkb_rules" "evdev"
  6437.996] (**) Option "xkb_model" "pc105"
  6437.996] (**) Option "xkb_layout" "us"
  6438.007] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser: Applying InputClass "evdev tablet catchall"
  6438.007] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser: Applying InputClass "Wacom USB device class"
  6438.007] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser: Applying InputClass "Wacom class"
  6438.007] (II) Using input driver 'wacom' for 'Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser'
  6438.007] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser: always reports core events
  6438.007] (**) Option "Device" "/dev/input/event10"
  6438.007] (**) Option "Type" "eraser"
  6438.007] (--) Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser: maxX=34416 maxY=19359 maxZ=2047 resX=100000 resY=100000  tilt=enabled
  6438.024] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:056A:5053.0006/input/input13/event10"
  6438.024] (II) XINPUT: Adding extended input device "Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser" (type: ERASER, id 19)
  6438.025] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser: (accel) keeping acceleration scheme 1
  6438.025] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser: (accel) acceleration profile 0
  6438.025] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser: (accel) acceleration factor: 2.000
  6438.025] (**) Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser: (accel) acceleration threshold: 4
  6438.390] (II) intel(0): EDID vendor "BOE", prod id 1584
  6438.390] (II) intel(0): Printing DDC gathered Modelines:
  6438.390] (II) intel(0): Modeline "1920x1080"x0.0  141.40  1920 1968 2000 2142  1080 1083 1089 1100 +hsync -vsync (66.0 kHz eP)
  6438.524] (II) modeset(G0): EDID vendor "DEL", prod id 53264
  6438.524] (II) modeset(G0): Using hsync ranges from config file
  6438.524] (II) modeset(G0): Using vrefresh ranges from config file
  6438.524] (II) modeset(G0): Printing DDC gathered Modelines:
  6438.524] (II) modeset(G0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
  6438.524] (II) modeset(G0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
  6438.524] (II) modeset(G0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
  6438.524] (II) modeset(G0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
  6438.524] (II) modeset(G0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
  6438.524] (II) modeset(G0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
  6438.524] (II) modeset(G0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
  6438.524] (II) modeset(G0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
  6438.524] (II) modeset(G0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
  6438.524] (II) modeset(G0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
  6438.524] (II) modeset(G0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
  6438.696] (II) intel(0): resizing framebuffer to 3600x1080
  6438.712] (II) modeset(G0): Allocate new frame buffer 1680x1050 stride
  6438.820] (II) modeset(G0): Disabling kernel dirty updates, not required.
  6439.009] (II) modeset(G0): EDID vendor "DEL", prod id 53264
  6439.009] (II) modeset(G0): Using hsync ranges from config file
  6439.009] (II) modeset(G0): Using vrefresh ranges from config file
  6439.009] (II) modeset(G0): Printing DDC gathered Modelines:
  6439.009] (II) modeset(G0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
  6439.009] (II) modeset(G0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
  6439.009] (II) modeset(G0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
  6439.009] (II) modeset(G0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
  6439.009] (II) modeset(G0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
  6439.009] (II) modeset(G0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
  6439.009] (II) modeset(G0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
  6439.009] (II) modeset(G0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
  6439.009] (II) modeset(G0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
  6439.009] (II) modeset(G0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
  6439.009] (II) modeset(G0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
  6445.879] (II) modeset(G0): EDID vendor "DEL", prod id 53264
  6445.879] (II) modeset(G0): Using hsync ranges from config file
  6445.879] (II) modeset(G0): Using vrefresh ranges from config file
  6445.879] (II) modeset(G0): Printing DDC gathered Modelines:
  6445.879] (II) modeset(G0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
  6445.879] (II) modeset(G0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
  6445.879] (II) modeset(G0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
  6445.879] (II) modeset(G0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
  6445.879] (II) modeset(G0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
  6445.879] (II) modeset(G0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
  6445.879] (II) modeset(G0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
  6445.879] (II) modeset(G0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
  6445.879] (II) modeset(G0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
  6445.879] (II) modeset(G0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
  6445.879] (II) modeset(G0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
  6446.047] (II) intel(0): resizing framebuffer to 3600x1110
  6447.047] (II) modeset(G0): EDID vendor "DEL", prod id 53264
  6447.047] (II) modeset(G0): Using hsync ranges from config file
  6447.047] (II) modeset(G0): Using vrefresh ranges from config file
  6447.047] (II) modeset(G0): Printing DDC gathered Modelines:
  6447.047] (II) modeset(G0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
  6447.047] (II) modeset(G0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
  6447.047] (II) modeset(G0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
  6447.047] (II) modeset(G0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
  6447.047] (II) modeset(G0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
  6447.047] (II) modeset(G0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
  6447.047] (II) modeset(G0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
  6447.047] (II) modeset(G0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
  6447.047] (II) modeset(G0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
  6447.047] (II) modeset(G0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
  6447.047] (II) modeset(G0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)

Code:

qxd@qxd-QC5-Ubuntu:~$ sudo lshw -C display
  *-display               
       description: VGA compatible controller
       product: GM107GLM [Quadro M1000M]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a2
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
       configuration: driver=nouveau latency=0
       resources: irq:131 memory:c3000000-c3ffffff memory:b0000000-bfffffff memory:c0000000-c1ffffff ioport:4000(size=128) memory:c4000000-c407ffff
  *-display
       description: VGA compatible controller
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 06
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:132 memory:c2000000-c2ffffff memory:60000000-6fffffff ioport:5000(size=64) memory:c0000-dffff

[quote=“i2000s”]现象是电脑休眠唤醒后外部显示器屏幕变形。尝试安装了nvidia-361和364.使用了4.6.0-rc5内核,GNOME 3.20桌面环境。不知有没有大侠可以祝我一臂之力,以便完成Bumblebee的安装?谢谢。qxd@qxd-QC5-Ubuntu
[/quote]

操作系统是 Ubuntu 还是 Debian?
如果是 Ubuntu,可能无需安装 Bumblebee。

外接显示器变形 与安装 Bumblebee 的关系是?

操作系统是Ubuntu 16.04,或许你说的是对的,可以不安装Bumblebee。我已经卸载Bumblebee,而且删除了相关的ppa源。但是问题依旧。这个问题应该跟Bumblebee无关。不确定nouveau是否影响了显示器的效果。我不安装nvidia显卡驱动,使用默认的nouveau也是这个问题,而且上面的命令行结果显示nvidia显卡驱动没有用在外部显示器上,不知道这个是不是根本原因。不知如何修复。。。

I sorted it out, I think…

我原来安装的nvidia驱动跟4.6内核不兼容(已上报给nvidia开发者,见devtalk.nvidia.com/default/topic/926824/linux/364-1-2-5-won-t-compile-against-latest-kernel-git-tree-patches-for-4-6-0-rc3-included-/),回到4.4内核后使用基本正常。应该ubuntu下不用装Bumblebee就可以开Optimus。正使用nvidia-prime来控制显卡的使用。谢谢!

[quote=“i2000s”]I sorted it out, I think…
我原来安装的nvidia驱动跟4.6内核不兼容(以上报给nvidia开发者),回到4.4内核后使用基本正常。应该ubuntu下不用装Bumblebee就可以开Optimus。谢谢![/quote]

感谢楼主分享,多显示器的使用经验是很有价值的。 :smiley:

网上抄的,已试过,可行

第一步:安装我们的主角Bumblebee(大黄蜂)
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee bumblebee-nvidia
sudo reboot

ps: Bumblebee3 已经非常完善,把所有的东西都配置好了

第二步:查看显卡工作状态
lspci |grep VGA

结果如下:
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 540M] (rev ff)

独显的状态为rev ff 即为关闭状态,OK 大功告成

Bumblebee稳定版已经很久没有更新,可能对最新的电脑不支持。建议有以下两点:

  1. 等待Bumblebee 4.0和bbswitch 1.0版发布。开发组内的信息是他们对kernel 4.7和最新的硬件已经提供稳定支持。若不想等待,可以切换到他们的nightlybuilt channel使用开发版(可能仍有bug)。
  2. 安装稳定版Waylands或者Unity 8、Mir显示环境。这两者替换掉了原来X-windows的显示管理功能,原则上不再需要Bumblebee等显卡管理插件即可对双显卡优化管理。目前的Ubuntu下Gnome 3.20已经对Waylands基本支持。Unity 8和Mir可以使用Ubuntu 16.10及其他Linux的发行版体验。据说目前已经比较稳定。