You are not logged in.

#1 2018-06-16 00:55:57

Serede
Member
Registered: 2014-01-24
Posts: 14

[SOLVED] Hybrid Graphics: Intel + nvidia-340xx = Intel Graphics break

Solution
$ sudo rm /etc/ld.so.conf.d/00-lib32-nvidia.conf /etc/ld.so.conf.d/00-nvidia.conf
$ sudo ldconfig
Original Post

Hello there, fellas.
I really hope someone can help me figure this out because it's driving me crazy.

I'm running Arch on a Lenovo Thinkpad T530 with an Intel i5-3210M (Ivy Bridge) and a NVIDIA NVS 5400M (40nm GF108 Fermi).
I'm trying to get hybrid graphics with Bumblebee working, but the problem is basically:

  • If I only use Intel Graphics, without NVIDIA drivers installed, everything works fine and I have 2D and 3D acceleration (from the Intel card).

  • As soon as I install nvidia-340xx (the version that supports my card), Bumblebee's optirun works but acceleration from Intel Graphics stops working completely:

    $ glxinfo
    name of display: :0
    X Error of failed request:  BadValue (integer parameter out of range for operation)
      Major opcode of failed request:  151 (GLX)
      Minor opcode of failed request:  24 (X_GLXCreateNewContext)
      Value in failed request:  0x0
      Serial number of failed request:  37
      Current serial number in output stream:  38

Thanks in advance!

Some additional information:

  • lspci | grep VGA

    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [NVS 5400M] (rev a1)
  • pacman -Qi linux

    Name            : linux
    Version         : 4.16.13-2
    Description     : The Linux kernel and modules
    Architecture    : x86_64
    URL             : https://www.kernel.org/
    Licenses        : GPL2
    Groups          : base
    Provides        : None
    Depends On      : coreutils  linux-firmware  kmod  mkinitcpio>=0.7
    Optional Deps   : crda: to set the correct wireless channels of your country
    Required By     : nvidia-340xx
    Optional For    : None
    Conflicts With  : None
    Replaces        : None
    Installed Size  : 113.86 MiB
    Packager        : Bartlomiej Piotrowski <bpiotrowski@archlinux.org>
    Build Date      : Fri 01 Jun 2018 08:45:39 PM CEST
    Install Date    : Thu 14 Jun 2018 11:23:47 PM CEST
    Install Reason  : Explicitly installed
    Install Script  : Yes
    Validated By    : Signature
  • pacman -Qi nvidia-340xx

    Name            : nvidia-340xx
    Version         : 340.107-3
    Description     : NVIDIA drivers for linux, 340xx legacy branch
    Architecture    : x86_64
    URL             : http://www.nvidia.com/
    Licenses        : custom
    Groups          : None
    Provides        : None
    Depends On      : linux>=4.16.13  linux<4.17  nvidia-340xx-utils=340.107  libgl
    Optional Deps   : None
    Required By     : None
    Optional For    : bumblebee
    Conflicts With  : nvidia
    Replaces        : None
    Installed Size  : 4.73 MiB
    Packager        : Giancarlo Razzolini <grazzolini@archlinux.org>
    Build Date      : Thu 14 Jun 2018 08:58:03 PM CEST
    Install Date    : Sat 16 Jun 2018 02:29:51 AM CEST
    Install Reason  : Explicitly installed
    Install Script  : No
    Validated By    : Signature
  • pacman -Qi xorg-server

    Name            : xorg-server
    Version         : 1.20.0-7
    Description     : Xorg X server
    Architecture    : x86_64
    URL             : http://xorg.freedesktop.org
    Licenses        : custom
    Groups          : xorg
    Provides        : X-ABI-VIDEODRV_VERSION=24.0  X-ABI-XINPUT_VERSION=24.1  X-ABI-EXTENSION_VERSION=10.0  x-server
    Depends On      : libepoxy  libxfont2  pixman  xorg-server-common  libunwind  dbus  libgl  xf86-input-libinput  nettle  libpciaccess  libdrm  libxshmfence
    Optional Deps   : None
    Required By     : nvidia-340xx-utils
    Optional For    : None
    Conflicts With  : nvidia-utils<=331.20  glamor-egl  xf86-video-modesetting
    Replaces        : glamor-egl  xf86-video-modesetting
    Installed Size  : 3.55 MiB
    Packager        : Andreas Radke <andyrtr@archlinux.org>
    Build Date      : Sun 10 Jun 2018 11:45:02 AM CEST
    Install Date    : Thu 14 Jun 2018 11:26:09 PM CEST
    Install Reason  : Explicitly installed
    Install Script  : Yes
    Validated By    : Signature
  • /etc/bumblebee/bumblebee.conf

    # Configuration file for Bumblebee. Values should **not** be put between quotes
    
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    
    
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    #         bbswitch - new in BB 3, recommended if available
    #       switcheroo - vga_switcheroo method, use at your own risk
    #             none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia:/usr/lib:/usr/lib32
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
  • /etc/bumblebee/xorg.conf.nvidia

    Section "ServerLayout"
        Identifier  "Layout0"
        Option      "AutoAddDevices" "false"
        Option      "AutoAddGPU" "false"
    EndSection
    
    Section "Device"
        Identifier  "DiscreteNvidia"
        Driver      "nvidia"
        VendorName  "NVIDIA Corporation"
    
    #   If the X server does not automatically detect your VGA device,
    #   you can manually set it here.
    #   To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    #   as you see in the commented example.
    #   This Setting may be needed in some platforms with more than one
    #   nvidia card, which may confuse the proprietary driver (e.g.,
    #   trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    #   BusID "PCI:01:00:0"
    
    #   Setting ProbeAllGpus to false prevents the new proprietary driver
    #   instance spawned to try to control the integrated graphics card,
    #   which is already being managed outside bumblebee.
    #   This option doesn't hurt and it is required on platforms running
    #   more than one nvidia graphics card with the proprietary driver.
    #   (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    #   If this option is not set, the new Xorg may blacken the screen and
    #   render it unusable (unless you have some way to run killall Xorg).
        Option "ProbeAllGpus" "false"
    
        Option "NoLogo" "true"
        Option "UseEDID" "false"
        Option "UseDisplayDevice" "none"
    EndSection
  • /var/log/Xorg.0.log (Intel)

    [    15.010] 
    X.Org X Server 1.20.0
    X Protocol Version 11, Revision 0
    [    15.010] Build Operating System: Linux Arch Linux
    [    15.010] Current Operating System: Linux mikuru 4.16.13-2-ARCH #1 SMP PREEMPT Fri Jun 1 18:46:11 UTC 2018 x86_64
    [    15.010] Kernel command line: \\vmlinuz-linux cryptdevice=UUID=47ed0cd0-0b97-44d1-a402-396a9ce49e02:lvm root=UUID=f04e5e7b-f54b-4030-a482-411aa019ef3a resume=UUID=160eae04-8fbf-4fe6-95ad-3e6e9024f00d initrd=/intel-ucode.img initrd=/initramfs-linux.img rw vga=current quiet loglevel=3 rd.udev.log-priority=3 splash
    [    15.010] Build Date: 10 June 2018  09:45:02AM
    [    15.010]  
    [    15.010] Current version of pixman: 0.34.0
    [    15.010] 	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    [    15.010] Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    15.010] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 16 02:05:51 2018
    [    15.014] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [    15.014] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    15.016] (==) No Layout section.  Using the first Screen section.
    [    15.016] (==) No screen section available. Using defaults.
    [    15.016] (**) |-->Screen "Default Screen Section" (0)
    [    15.016] (**) |   |-->Monitor "<default monitor>"
    [    15.017] (==) No monitor specified for screen "Default Screen Section".
    	Using a default monitor configuration.
    [    15.017] (==) Automatically adding devices
    [    15.017] (==) Automatically enabling devices
    [    15.017] (==) Automatically adding GPU devices
    [    15.017] (==) Automatically binding GPU devices
    [    15.017] (==) Max clients allowed: 256, resource mask: 0x1fffff
    [    15.020] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
    [    15.020] 	Entry deleted from font path.
    [    15.020] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
    [    15.025] (==) FontPath set to:
    	/usr/share/fonts/TTF,
    	/usr/share/fonts/OTF,
    	/usr/share/fonts/Type1,
    	/usr/share/fonts/100dpi,
    	/usr/share/fonts/75dpi
    [    15.025] (==) ModulePath set to "/usr/lib/xorg/modules"
    [    15.025] (II) The server relies on udev to provide the list of input devices.
    	If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    15.025] (II) Module ABI versions:
    [    15.025] 	X.Org ANSI C Emulation: 0.4
    [    15.025] 	X.Org Video Driver: 24.0
    [    15.026] 	X.Org XInput driver : 24.1
    [    15.026] 	X.Org Server Extension : 10.0
    [    15.027] (++) using VT number 7
    
    [    15.027] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
    [    15.028] (II) xfree86: Adding drm device (/dev/dri/card0)
    [    15.047] (--) PCI:*(0@0:2:0) 8086:0166:17aa:21f5 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
    [    15.047] (--) PCI: (1@0:0:0) 10de:0def:17aa:21f5 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
    [    15.047] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [    15.047] (II) LoadModule: "glx"
    [    15.051] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [    15.238] (II) Module glx: vendor="X.Org Foundation"
    [    15.240] 	compiled for 1.20.0, module version = 1.0.0
    [    15.243] 	ABI class: X.Org Server Extension, version 10.0
    [    15.243] (II) Applying OutputClass "intel" to /dev/dri/card0
    [    15.243] 	loading driver: modesetting
    [    15.243] (==) Matched modesetting as autoconfigured driver 0
    [    15.243] (==) Matched intel as autoconfigured driver 1
    [    15.243] (==) Matched fbdev as autoconfigured driver 2
    [    15.243] (==) Matched vesa as autoconfigured driver 3
    [    15.243] (==) Assigned the driver to the xf86ConfigLayout
    [    15.243] (II) LoadModule: "modesetting"
    [    15.243] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [    15.251] (II) Module modesetting: vendor="X.Org Foundation"
    [    15.251] 	compiled for 1.20.0, module version = 1.20.0
    [    15.251] 	Module class: X.Org Video Driver
    [    15.251] 	ABI class: X.Org Video Driver, version 24.0
    [    15.251] (II) LoadModule: "intel"
    [    15.253] (WW) Warning, couldn't open module intel
    [    15.253] (EE) Failed to load module "intel" (module does not exist, 0)
    [    15.253] (II) LoadModule: "fbdev"
    [    15.254] (WW) Warning, couldn't open module fbdev
    [    15.254] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [    15.254] (II) LoadModule: "vesa"
    [    15.254] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [    15.257] (II) Module vesa: vendor="X.Org Foundation"
    [    15.257] 	compiled for 1.20.0, module version = 2.4.0
    [    15.257] 	Module class: X.Org Video Driver
    [    15.257] 	ABI class: X.Org Video Driver, version 24.0
    [    15.258] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [    15.258] (II) VESA: driver for VESA chipsets: vesa
    [    15.307] (II) modeset(0): using drv /dev/dri/card0
    [    15.308] (II) modeset(0): Creating default Display subsection in Screen section
    	"Default Screen Section" for depth/fbbpp 24/32
    [    15.308] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
    [    15.308] (==) modeset(0): RGB weight 888
    [    15.308] (==) modeset(0): Default visual is TrueColor
    [    15.308] (II) Loading sub module "glamoregl"
    [    15.308] (II) LoadModule: "glamoregl"
    [    15.308] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [    15.342] (II) Module glamoregl: vendor="X.Org Foundation"
    [    15.342] 	compiled for 1.20.0, module version = 1.0.1
    [    15.342] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [    15.469] (EE) modeset(0): eglGetDisplay() failed
    [    15.472] (EE) modeset(0): glamor initialization failed
    [    15.472] (II) modeset(0): ShadowFB: preferred YES, enabled YES
    [    15.472] (II) modeset(0): Double-buffered shadow updates: off
    [    15.472] (II) modeset(0): Output LVDS-1 has no monitor section
    [    15.473] (II) modeset(0): Output VGA-1 has no monitor section
    [    15.474] (II) modeset(0): EDID for output LVDS-1
    [    15.474] (II) modeset(0): Manufacturer: LEN  Model: 40b1  Serial#: 0
    [    15.474] (II) modeset(0): Year: 2008  Week: 1
    [    15.474] (II) modeset(0): EDID Version: 1.3
    [    15.474] (II) modeset(0): Digital Display Input
    [    15.474] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
    [    15.474] (II) modeset(0): Gamma: 2.20
    [    15.474] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
    [    15.474] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
    [    15.474] (II) modeset(0): First detailed timing is preferred mode
    [    15.474] (II) modeset(0): redX: 0.620 redY: 0.340   greenX: 0.330 greenY: 0.571
    [    15.474] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
    [    15.474] (II) modeset(0): Manufacturer's mask: 0
    [    15.474] (II) modeset(0): Supported detailed timing:
    [    15.474] (II) modeset(0): clock: 106.0 MHz   Image Size:  344 x 193 mm
    [    15.474] (II) modeset(0): h_active: 1600  h_sync: 1664  h_sync_end 1706 h_blank_end 1930 h_border: 0
    [    15.474] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 912 v_border: 0
    [    15.474] (II) modeset(0): Supported detailed timing:
    [    15.474] (II) modeset(0): clock: 106.0 MHz   Image Size:  344 x 193 mm
    [    15.474] (II) modeset(0): h_active: 1600  h_sync: 1664  h_sync_end 1706 h_blank_end 2324 h_border: 0
    [    15.474] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 912 v_border: 0
    [    15.474] (II) modeset(0): Unknown vendor-specific block f
    [    15.474] (II) modeset(0):  B156RW01 V1
    [    15.474] (II) modeset(0): EDID (in hex):
    [    15.474] (II) modeset(0): 	00ffffffffffff0030aeb14000000000
    [    15.474] (II) modeset(0): 	0112010380221378eac9959e57549226
    [    15.474] (II) modeset(0): 	0f505400000001010101010101010101
    [    15.474] (II) modeset(0): 	0101010101016829404a61840c30402a
    [    15.474] (II) modeset(0): 	330058c110000018682940d462840c30
    [    15.475] (II) modeset(0): 	402a330058c1100000180000000f00a9
    [    15.475] (II) modeset(0): 	0932a9092816090006af5631000000fe
    [    15.475] (II) modeset(0): 	004231353652573031205631200a0049
    [    15.475] (II) modeset(0): Printing probed modes for output LVDS-1
    [    15.475] (II) modeset(0): Modeline "1600x900"x60.2  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [    15.475] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
    [    15.475] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
    [    15.475] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
    [    15.475] (II) modeset(0): Modeline "1600x900"x50.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [    15.475] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
    [    15.475] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
    [    15.475] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
    [    15.475] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
    [    15.475] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
    [    15.475] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
    [    15.475] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
    [    15.475] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
    [    15.475] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
    [    15.475] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
    [    15.475] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
    [    15.475] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
    [    15.475] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
    [    15.476] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
    [    15.476] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
    [    15.476] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [    15.476] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
    [    15.476] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [    15.476] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [    15.476] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [    15.476] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
    [    15.476] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
    [    15.476] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
    [    15.476] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
    [    15.476] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
    [    15.476] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
    [    15.476] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
    [    15.476] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
    [    15.476] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
    [    15.476] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
    [    15.476] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [    15.476] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
    [    15.476] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
    [    15.476] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
    [    15.476] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
    [    15.476] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
    [    15.476] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
    [    15.476] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [    15.476] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
    [    15.476] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
    [    15.476] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [    15.476] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
    [    15.476] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
    [    15.476] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [    15.476] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
    [    15.476] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
    [    15.476] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
    [    15.476] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
    [    15.476] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
    [    15.476] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
    [    15.476] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
    [    15.477] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
    [    15.477] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
    [    15.477] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
    [    15.477] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
    [    15.477] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [    15.477] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
    [    15.477] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
    [    15.477] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
    [    15.477] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
    [    15.477] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [    15.477] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [    15.477] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
    [    15.477] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
    [    15.477] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [    15.477] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
    [    15.477] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
    [    15.477] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
    [    15.477] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
    [    15.479] (II) modeset(0): EDID for output VGA-1
    [    15.479] (II) modeset(0): Output LVDS-1 connected
    [    15.479] (II) modeset(0): Output VGA-1 disconnected
    [    15.479] (II) modeset(0): Using exact sizes for initial modes
    [    15.479] (II) modeset(0): Output LVDS-1 using initial mode 1600x900 +0+0
    [    15.479] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
    [    15.479] (==) modeset(0): DPI set to (96, 96)
    [    15.479] (II) Loading sub module "fb"
    [    15.479] (II) LoadModule: "fb"
    [    15.479] (II) Loading /usr/lib/xorg/modules/libfb.so
    [    15.484] (II) Module fb: vendor="X.Org Foundation"
    [    15.484] 	compiled for 1.20.0, module version = 1.0.0
    [    15.484] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [    15.484] (II) Loading sub module "shadow"
    [    15.484] (II) LoadModule: "shadow"
    [    15.484] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [    15.487] (II) Module shadow: vendor="X.Org Foundation"
    [    15.487] 	compiled for 1.20.0, module version = 1.1.0
    [    15.487] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [    15.487] (II) UnloadModule: "vesa"
    [    15.487] (II) Unloading vesa
    [    15.488] (==) modeset(0): Backing store enabled
    [    15.488] (==) modeset(0): Silken mouse disabled
    [    15.507] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
    [    15.507] (==) modeset(0): DPMS enabled
    [    15.507] (II) Initializing extension Generic Event Extension
    [    15.507] (II) Initializing extension SHAPE
    [    15.507] (II) Initializing extension MIT-SHM
    [    15.508] (II) Initializing extension XInputExtension
    [    15.508] (II) Initializing extension XTEST
    [    15.508] (II) Initializing extension BIG-REQUESTS
    [    15.508] (II) Initializing extension SYNC
    [    15.508] (II) Initializing extension XKEYBOARD
    [    15.508] (II) Initializing extension XC-MISC
    [    15.509] (II) Initializing extension SECURITY
    [    15.509] (II) Initializing extension XFIXES
    [    15.509] (II) Initializing extension RENDER
    [    15.509] (II) Initializing extension RANDR
    [    15.509] (II) Initializing extension COMPOSITE
    [    15.510] (II) Initializing extension DAMAGE
    [    15.510] (II) Initializing extension MIT-SCREEN-SAVER
    [    15.510] (II) Initializing extension DOUBLE-BUFFER
    [    15.510] (II) Initializing extension RECORD
    [    15.510] (II) Initializing extension DPMS
    [    15.511] (II) Initializing extension Present
    [    15.511] (II) Initializing extension DRI3
    [    15.511] (II) Initializing extension X-Resource
    [    15.511] (II) Initializing extension XVideo
    [    15.512] (II) Initializing extension XVideo-MotionCompensation
    [    15.512] (II) Initializing extension GLX
    [    15.512] (II) AIGLX: Screen 0 is not DRI2 capable
    [    15.800] (II) IGLX: Loaded and initialized swrast
    [    15.800] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [    15.800] (II) Initializing extension XFree86-VidModeExtension
    [    15.801] (II) Initializing extension XFree86-DGA
    [    15.801] (II) Initializing extension XFree86-DRI
    [    15.801] (II) Initializing extension DRI2
    [    15.802] (II) modeset(0): Damage tracking initialized
    [    15.802] (II) modeset(0): Setting screen physical size to 423 x 238
    [    15.951] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [    15.951] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [    15.951] (**) Power Button: Applying InputClass "system-keyboard"
    [    15.951] (II) LoadModule: "libinput"
    [    15.951] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
    [    15.958] (II) Module libinput: vendor="X.Org Foundation"
    [    15.958] 	compiled for 1.19.6, module version = 0.27.1
    [    15.958] 	Module class: X.Org XInput Driver
    [    15.958] 	ABI class: X.Org XInput driver, version 24.1
    [    15.958] (II) Using input driver 'libinput' for 'Power Button'
    [    15.958] (**) Power Button: always reports core events
    [    15.958] (**) Option "Device" "/dev/input/event2"
    [    15.958] (**) Option "_source" "server/udev"
    [    15.959] (II) event2  - Power Button: is tagged by udev as: Keyboard
    [    15.959] (II) event2  - Power Button: device is a keyboard
    [    15.959] (II) event2  - Power Button: device removed
    [    15.997] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [    15.997] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [    15.997] (**) Option "xkb_layout" "us"
    [    15.998] (II) event2  - Power Button: is tagged by udev as: Keyboard
    [    15.998] (II) event2  - Power Button: device is a keyboard
    [    15.999] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
    [    15.999] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
    [    15.999] (**) Video Bus: Applying InputClass "system-keyboard"
    [    15.999] (II) Using input driver 'libinput' for 'Video Bus'
    [    15.999] (**) Video Bus: always reports core events
    [    15.999] (**) Option "Device" "/dev/input/event3"
    [    15.999] (**) Option "_source" "server/udev"
    [    16.000] (II) event3  - Video Bus: is tagged by udev as: Keyboard
    [    16.000] (II) event3  - Video Bus: device is a keyboard
    [    16.000] (II) event3  - Video Bus: device removed
    [    16.066] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
    [    16.066] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [    16.066] (**) Option "xkb_layout" "us"
    [    16.068] (II) event3  - Video Bus: is tagged by udev as: Keyboard
    [    16.068] (II) event3  - Video Bus: device is a keyboard
    [    16.069] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [    16.069] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
    [    16.069] (**) Video Bus: Applying InputClass "system-keyboard"
    [    16.069] (II) Using input driver 'libinput' for 'Video Bus'
    [    16.069] (**) Video Bus: always reports core events
    [    16.069] (**) Option "Device" "/dev/input/event4"
    [    16.069] (**) Option "_source" "server/udev"
    [    16.069] (II) event4  - Video Bus: is tagged by udev as: Keyboard
    [    16.070] (II) event4  - Video Bus: device is a keyboard
    [    16.070] (II) event4  - Video Bus: device removed
    [    16.160] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input4/event4"
    [    16.160] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [    16.160] (**) Option "xkb_layout" "us"
    [    16.161] (II) event4  - Video Bus: is tagged by udev as: Keyboard
    [    16.161] (II) event4  - Video Bus: device is a keyboard
    [    16.162] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [    16.162] (II) No input driver specified, ignoring this device.
    [    16.162] (II) This device may have been added with another device file.
    [    16.163] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [    16.163] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
    [    16.163] (**) Sleep Button: Applying InputClass "system-keyboard"
    [    16.163] (II) Using input driver 'libinput' for 'Sleep Button'
    [    16.163] (**) Sleep Button: always reports core events
    [    16.163] (**) Option "Device" "/dev/input/event1"
    [    16.163] (**) Option "_source" "server/udev"
    [    16.164] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
    [    16.164] (II) event1  - Sleep Button: device is a keyboard
    [    16.164] (II) event1  - Sleep Button: device removed
    [    16.182] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
    [    16.182] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [    16.182] (**) Option "xkb_layout" "us"
    [    16.183] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
    [    16.183] (II) event1  - Sleep Button: device is a keyboard
    [    16.185] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event15)
    [    16.185] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
    [    16.185] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
    [    16.185] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
    [    16.185] (**) Integrated Camera: Integrated C: always reports core events
    [    16.185] (**) Option "Device" "/dev/input/event15"
    [    16.185] (**) Option "_source" "server/udev"
    [    16.186] (II) event15 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
    [    16.186] (II) event15 - Integrated Camera: Integrated C: device is a keyboard
    [    16.186] (II) event15 - Integrated Camera: Integrated C: device removed
    [    16.236] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input16/event15"
    [    16.236] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
    [    16.236] (**) Option "xkb_layout" "us"
    [    16.237] (II) event15 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
    [    16.237] (II) event15 - Integrated Camera: Integrated C: device is a keyboard
    [    16.238] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [    16.238] (II) No input driver specified, ignoring this device.
    [    16.238] (II) This device may have been added with another device file.
    [    16.239] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
    [    16.239] (II) No input driver specified, ignoring this device.
    [    16.239] (II) This device may have been added with another device file.
    [    16.239] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event10)
    [    16.240] (II) No input driver specified, ignoring this device.
    [    16.240] (II) This device may have been added with another device file.
    [    16.240] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
    [    16.240] (II) No input driver specified, ignoring this device.
    [    16.240] (II) This device may have been added with another device file.
    [    16.241] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event12)
    [    16.241] (II) No input driver specified, ignoring this device.
    [    16.241] (II) This device may have been added with another device file.
    [    16.242] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event6)
    [    16.242] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
    [    16.242] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [    16.242] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
    [    16.242] (**) AT Translated Set 2 keyboard: always reports core events
    [    16.242] (**) Option "Device" "/dev/input/event6"
    [    16.242] (**) Option "_source" "server/udev"
    [    16.242] (II) event6  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
    [    16.243] (II) event6  - AT Translated Set 2 keyboard: device is a keyboard
    [    16.243] (II) event6  - AT Translated Set 2 keyboard: device removed
    [    16.266] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input6/event6"
    [    16.266] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [    16.266] (**) Option "xkb_layout" "us"
    [    16.267] (II) event6  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
    [    16.268] (II) event6  - AT Translated Set 2 keyboard: device is a keyboard
    [    16.268] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
    [    16.268] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
    [    16.268] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [    16.268] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [    16.268] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [    16.268] (II) LoadModule: "synaptics"
    [    16.269] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [    16.271] (II) Module synaptics: vendor="X.Org Foundation"
    [    16.271] 	compiled for 1.20.0, module version = 1.9.1
    [    16.271] 	Module class: X.Org XInput Driver
    [    16.271] 	ABI class: X.Org XInput driver, version 24.1
    [    16.271] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [    16.271] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    16.271] (**) Option "Device" "/dev/input/event13"
    [    16.333] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [    16.333] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5470 (res 60)
    [    16.333] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4498 (res 85)
    [    16.333] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [    16.333] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [    16.333] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [    16.333] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [    16.333] (**) Option "CoastingSpeed" "0"
    [    16.333] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    16.333] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    16.386] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event13"
    [    16.386] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [    16.387] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [    16.387] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [    16.387] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
    [    16.387] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [    16.387] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [    16.387] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [    16.387] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [    16.387] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    16.388] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [    16.388] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [    16.389] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event14)
    [    16.389] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
    [    16.389] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
    [    16.389] (**) TPPS/2 IBM TrackPoint: always reports core events
    [    16.389] (**) Option "Device" "/dev/input/event14"
    [    16.389] (**) Option "_source" "server/udev"
    [    16.390] (II) event14 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
    [    16.390] (II) event14 - TPPS/2 IBM TrackPoint: trackpoint does not have a specified range, guessing... see https://wayland.freedesktop.org/libinput/doc/1.11.0/trackpoints.html
    [    16.390] (II) event14 - TPPS/2 IBM TrackPoint: trackpoint device set to range 31
    [    16.390] (II) event14 - TPPS/2 IBM TrackPoint: device is a pointer
    [    16.390] (II) event14 - TPPS/2 IBM TrackPoint: device removed
    [    16.480] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input15/event14"
    [    16.480] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
    [    16.480] (**) Option "AccelerationScheme" "none"
    [    16.480] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
    [    16.480] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [    16.480] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [    16.481] (II) event14 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
    [    16.481] (II) event14 - TPPS/2 IBM TrackPoint: trackpoint does not have a specified range, guessing... see https://wayland.freedesktop.org/libinput/doc/1.11.0/trackpoints.html
    [    16.481] (II) event14 - TPPS/2 IBM TrackPoint: trackpoint device set to range 31
    [    16.481] (II) event14 - TPPS/2 IBM TrackPoint: device is a pointer
    [    16.482] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [    16.482] (II) No input driver specified, ignoring this device.
    [    16.482] (II) This device may have been added with another device file.
    [    16.483] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [    16.483] (II) No input driver specified, ignoring this device.
    [    16.483] (II) This device may have been added with another device file.
    [    16.484] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
    [    16.484] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
    [    16.484] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
    [    16.484] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
    [    16.484] (**) ThinkPad Extra Buttons: always reports core events
    [    16.484] (**) Option "Device" "/dev/input/event5"
    [    16.484] (**) Option "_source" "server/udev"
    [    16.485] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
    [    16.485] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
    [    16.485] (II) event5  - ThinkPad Extra Buttons: device removed
    [    16.502] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event5"
    [    16.502] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
    [    16.502] (**) Option "xkb_layout" "us"
    [    16.512] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
    [    16.512] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
    [    16.555] (II) config/udev: removing device Integrated Camera: Integrated C
    [    16.555] (II) event15 - Integrated Camera: Integrated C: device removed
    [    16.626] (II) UnloadModule: "libinput"
    [    16.627] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event15)
    [    16.627] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
    [    16.627] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
    [    16.628] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
    [    16.628] (**) Integrated Camera: Integrated C: always reports core events
    [    16.628] (**) Option "Device" "/dev/input/event15"
    [    16.628] (**) Option "_source" "server/udev"
    [    16.628] (II) event15 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
    [    16.628] (II) event15 - Integrated Camera: Integrated C: device is a keyboard
    [    16.629] (II) event15 - Integrated Camera: Integrated C: device removed
    [    16.680] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input16/event15"
    [    16.680] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
    [    16.680] (**) Option "xkb_layout" "us"
    [    16.681] (II) event15 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
    [    16.681] (II) event15 - Integrated Camera: Integrated C: device is a keyboard
    [    16.681] (II) config/udev: removing device TPPS/2 IBM TrackPoint
    [    16.681] (II) event14 - TPPS/2 IBM TrackPoint: device removed
    [    16.736] (II) UnloadModule: "libinput"
    [    16.737] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event14)
    [    16.737] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
    [    16.737] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
    [    16.737] (**) TPPS/2 IBM TrackPoint: always reports core events
    [    16.737] (**) Option "Device" "/dev/input/event14"
    [    16.737] (**) Option "_source" "server/udev"
    [    16.738] (II) event14 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
    [    16.738] (II) event14 - TPPS/2 IBM TrackPoint: trackpoint does not have a specified range, guessing... see https://wayland.freedesktop.org/libinput/doc/1.11.0/trackpoints.html
    [    16.738] (II) event14 - TPPS/2 IBM TrackPoint: trackpoint device set to range 31
    [    16.738] (II) event14 - TPPS/2 IBM TrackPoint: device is a pointer
    [    16.738] (II) event14 - TPPS/2 IBM TrackPoint: device removed
    [    16.786] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input15/event14"
    [    16.786] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
    [    16.787] (**) Option "AccelerationScheme" "none"
    [    16.787] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
    [    16.787] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [    16.787] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [    16.787] (II) event14 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
    [    16.787] (II) event14 - TPPS/2 IBM TrackPoint: trackpoint does not have a specified range, guessing... see https://wayland.freedesktop.org/libinput/doc/1.11.0/trackpoints.html
    [    16.787] (II) event14 - TPPS/2 IBM TrackPoint: trackpoint device set to range 31
    [    16.787] (II) event14 - TPPS/2 IBM TrackPoint: device is a pointer
    [    25.098] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [    25.098] (II) modeset(0): Printing DDC gathered Modelines:
    [    25.098] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [    25.098] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [    25.101] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [    25.101] (II) modeset(0): Printing DDC gathered Modelines:
    [    25.101] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [    25.101] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [    25.105] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [    25.105] (II) modeset(0): Printing DDC gathered Modelines:
    [    25.105] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [    25.105] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [    28.272] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [    28.272] (II) modeset(0): Printing DDC gathered Modelines:
    [    28.272] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [    28.272] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [   808.699] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [   808.699] (II) modeset(0): Printing DDC gathered Modelines:
    [   808.700] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [   808.700] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [   808.702] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [   808.702] (II) modeset(0): Printing DDC gathered Modelines:
    [   808.702] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [   808.702] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [   814.662] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [   814.662] (II) modeset(0): Printing DDC gathered Modelines:
    [   814.662] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [   814.662] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [   814.665] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [   814.665] (II) modeset(0): Printing DDC gathered Modelines:
    [   814.665] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [   814.665] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [   823.635] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [   823.635] (II) modeset(0): Printing DDC gathered Modelines:
    [   823.635] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [   823.635] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [   823.637] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [   823.637] (II) modeset(0): Printing DDC gathered Modelines:
    [   823.637] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [   823.638] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [  1495.785] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [  1495.785] (II) modeset(0): Printing DDC gathered Modelines:
    [  1495.785] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [  1495.785] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [  1495.787] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1 /dev/dri/card1
    [  1495.787] (II) config/udev: Adding drm device (/dev/dri/card1)
    [  1495.787] (II) xfree86: Adding drm device (/dev/dri/card1)
    [  1495.787] (II) LoadModule: "modesetting"
    [  1495.787] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [  1495.788] (II) Module modesetting: vendor="X.Org Foundation"
    [  1495.788] 	compiled for 1.20.0, module version = 1.20.0
    [  1495.788] 	Module class: X.Org Video Driver
    [  1495.788] 	ABI class: X.Org Video Driver, version 24.0
    [  1495.788] (II) UnloadModule: "modesetting"
    [  1495.788] (II) Unloading modesetting
    [  1495.788] (II) Failed to load module "modesetting" (already loaded, 0)
    [  1495.788] xf86: found device 1
  • /var/log/Xorg.8.log (NVIDIA)

    [  1499.768] 
    X.Org X Server 1.20.0
    X Protocol Version 11, Revision 0
    [  1499.768] Build Operating System: Linux Arch Linux
    [  1499.768] Current Operating System: Linux mikuru 4.16.13-2-ARCH #1 SMP PREEMPT Fri Jun 1 18:46:11 UTC 2018 x86_64
    [  1499.768] Kernel command line: \\vmlinuz-linux cryptdevice=UUID=47ed0cd0-0b97-44d1-a402-396a9ce49e02:lvm root=UUID=f04e5e7b-f54b-4030-a482-411aa019ef3a resume=UUID=160eae04-8fbf-4fe6-95ad-3e6e9024f00d initrd=/intel-ucode.img initrd=/initramfs-linux.img rw vga=current quiet loglevel=3 rd.udev.log-priority=3 splash
    [  1499.768] Build Date: 10 June 2018  09:45:02AM
    [  1499.768]  
    [  1499.768] Current version of pixman: 0.34.0
    [  1499.768] 	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    [  1499.768] Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [  1499.768] (==) Log file: "/var/log/Xorg.8.log", Time: Sat Jun 16 02:30:39 2018
    [  1499.769] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [  1499.769] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [  1499.769] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [  1499.769] (==) ServerLayout "Layout0"
    [  1499.769] (==) No screen section available. Using defaults.
    [  1499.769] (**) |-->Screen "Default Screen Section" (0)
    [  1499.769] (**) |   |-->Monitor "<default monitor>"
    [  1499.769] (==) No device specified for screen "Default Screen Section".
    	Using the first device section listed.
    [  1499.769] (**) |   |-->Device "DiscreteNvidia"
    [  1499.769] (==) No monitor specified for screen "Default Screen Section".
    	Using a default monitor configuration.
    [  1499.769] (**) Option "AutoAddDevices" "false"
    [  1499.769] (**) Option "AutoAddGPU" "false"
    [  1499.769] (**) Not automatically adding devices
    [  1499.769] (==) Automatically enabling devices
    [  1499.769] (**) Not automatically adding GPU devices
    [  1499.769] (==) Automatically binding GPU devices
    [  1499.769] (==) Max clients allowed: 256, resource mask: 0x1fffff
    [  1499.769] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
    [  1499.769] 	Entry deleted from font path.
    [  1499.769] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
    [  1499.770] (==) FontPath set to:
    	/usr/share/fonts/TTF,
    	/usr/share/fonts/OTF,
    	/usr/share/fonts/Type1,
    	/usr/share/fonts/100dpi,
    	/usr/share/fonts/75dpi
    [  1499.770] (++) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
    [  1499.770] (==) |-->Input Device "<default pointer>"
    [  1499.770] (==) |-->Input Device "<default keyboard>"
    [  1499.770] (==) The core pointer device wasn't specified explicitly in the layout.
    	Using the default mouse configuration.
    [  1499.770] (==) The core keyboard device wasn't specified explicitly in the layout.
    	Using the default keyboard configuration.
    [  1499.770] (II) Module ABI versions:
    [  1499.770] 	X.Org ANSI C Emulation: 0.4
    [  1499.770] 	X.Org Video Driver: 24.0
    [  1499.770] 	X.Org XInput driver : 24.1
    [  1499.770] 	X.Org Server Extension : 10.0
    [  1499.771] (--) using VT number 7
    
    [  1499.771] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
    [  1499.772] (II) xfree86: Adding drm device (/dev/dri/card1)
    [  1499.772] (II) xfree86: Adding drm device (/dev/dri/card0)
    [  1499.772] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
    [  1499.774] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
    [  1499.776] (--) PCI:*(1@0:0:0) 10de:0def:17aa:21f5 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
    [  1499.776] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [  1499.776] (II) LoadModule: "glx"
    [  1499.777] (II) Loading /usr/lib/nvidia/xorg/libglx.so
    [  1499.791] (II) Module glx: vendor="NVIDIA Corporation"
    [  1499.791] 	compiled for 4.0.2, module version = 1.0.0
    [  1499.791] 	Module class: X.Org Server Extension
    [  1499.792] (II) NVIDIA GLX Module  340.107  Thu May 24 21:40:32 PDT 2018
    [  1499.792] (II) LoadModule: "nvidia"
    [  1499.792] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [  1499.792] (II) Module nvidia: vendor="NVIDIA Corporation"
    [  1499.792] 	compiled for 4.0.2, module version = 1.0.0
    [  1499.792] 	Module class: X.Org Video Driver
    [  1499.792] (II) LoadModule: "mouse"
    [  1499.793] (WW) Warning, couldn't open module mouse
    [  1499.793] (EE) Failed to load module "mouse" (module does not exist, 0)
    [  1499.793] (II) LoadModule: "kbd"
    [  1499.793] (WW) Warning, couldn't open module kbd
    [  1499.793] (EE) Failed to load module "kbd" (module does not exist, 0)
    [  1499.793] (II) NVIDIA dlloader X Driver  340.107  Thu May 24 21:18:05 PDT 2018
    [  1499.793] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [  1499.793] (II) Loading sub module "fb"
    [  1499.793] (II) LoadModule: "fb"
    [  1499.793] (II) Loading /usr/lib/xorg/modules/libfb.so
    [  1499.793] (II) Module fb: vendor="X.Org Foundation"
    [  1499.794] 	compiled for 1.20.0, module version = 1.0.0
    [  1499.794] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [  1499.794] (WW) Unresolved symbol: fbGetGCPrivateKey
    [  1499.794] (II) Loading sub module "wfb"
    [  1499.794] (II) LoadModule: "wfb"
    [  1499.794] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [  1499.794] (II) Module wfb: vendor="X.Org Foundation"
    [  1499.794] 	compiled for 1.20.0, module version = 1.0.0
    [  1499.794] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [  1499.794] (II) Loading sub module "ramdac"
    [  1499.794] (II) LoadModule: "ramdac"
    [  1499.794] (II) Module "ramdac" already built-in
    [  1499.795] (II) NVIDIA(0): Creating default Display subsection in Screen section
    	"Default Screen Section" for depth/fbbpp 24/32
    [  1499.795] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [  1499.795] (==) NVIDIA(0): RGB weight 888
    [  1499.795] (==) NVIDIA(0): Default visual is TrueColor
    [  1499.795] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [  1499.795] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
    [  1499.795] (**) NVIDIA(0): Option "NoLogo" "true"
    [  1499.795] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [  1499.795] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
    [  1499.795] (**) NVIDIA(0): Option "UseEDID" "false"
    [  1499.795] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [  1499.795] (**) NVIDIA(0): Enabling 2D acceleration
    [  1499.795] (**) NVIDIA(0): Ignoring EDIDs
    [  1499.795] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [  1499.795] (**) NVIDIA(0):     mode
    [  1500.017] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
    [  1500.019] (II) NVIDIA(0): NVIDIA GPU NVS 5400M (GF108) at PCI:1:0:0 (GPU-0)
    [  1500.019] (--) NVIDIA(0): Memory: 1048576 kBytes
    [  1500.019] (--) NVIDIA(0): VideoBIOS: 70.08.a8.03.02
    [  1500.019] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [  1500.019] (--) NVIDIA(0): Valid display device(s) on NVS 5400M at PCI:1:0:0
    [  1500.019] (--) NVIDIA(0):     none
    [  1500.019] (II) NVIDIA(0): Validated MetaModes:
    [  1500.019] (II) NVIDIA(0):     "NULL"
    [  1500.019] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [  1500.019] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [  1500.019] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [  1500.019] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [  1500.019] (II) NVIDIA:     access.
    [  1500.023] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [  1500.023] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
    [  1500.023] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
    [  1500.023] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
    [  1500.023] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
    [  1500.023] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
    [  1500.023] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
    [  1500.023] (II) NVIDIA(0):     Config Options in the README.
    [  1500.025] (II) NVIDIA(0): Setting mode "NULL"
    [  1500.047] (==) NVIDIA(0): Disabling shared memory pixmaps
    [  1500.047] (==) NVIDIA(0): Backing store enabled
    [  1500.047] (==) NVIDIA(0): Silken mouse disabled
    [  1500.048] (==) NVIDIA(0): DPMS enabled
    [  1500.048] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
    [  1500.048] (II) Loading sub module "dri2"
    [  1500.048] (II) LoadModule: "dri2"
    [  1500.048] (II) Module "dri2" already built-in
    [  1500.048] (II) NVIDIA(0): [DRI2] Setup complete
    [  1500.048] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
    [  1500.048] (II) Initializing extension Generic Event Extension
    [  1500.048] (II) Initializing extension SHAPE
    [  1500.048] (II) Initializing extension MIT-SHM
    [  1500.048] (II) Initializing extension XInputExtension
    [  1500.049] (II) Initializing extension XTEST
    [  1500.049] (II) Initializing extension BIG-REQUESTS
    [  1500.049] (II) Initializing extension SYNC
    [  1500.049] (II) Initializing extension XKEYBOARD
    [  1500.049] (II) Initializing extension XC-MISC
    [  1500.049] (II) Initializing extension SECURITY
    [  1500.050] (II) Initializing extension XFIXES
    [  1500.050] (II) Initializing extension RENDER
    [  1500.050] (II) Initializing extension RANDR
    [  1500.050] (II) Initializing extension COMPOSITE
    [  1500.050] (II) Initializing extension DAMAGE
    [  1500.051] (II) Initializing extension MIT-SCREEN-SAVER
    [  1500.051] (II) Initializing extension DOUBLE-BUFFER
    [  1500.051] (II) Initializing extension RECORD
    [  1500.051] (II) Initializing extension DPMS
    [  1500.051] (II) Initializing extension Present
    [  1500.051] (II) Initializing extension DRI3
    [  1500.051] (II) Initializing extension X-Resource
    [  1500.052] (II) Initializing extension XVideo
    [  1500.052] (II) Initializing extension XVideo-MotionCompensation
    [  1500.052] (II) Initializing extension XFree86-VidModeExtension
    [  1500.052] (II) Initializing extension XFree86-DGA
    [  1500.052] (II) Initializing extension XFree86-DRI
    [  1500.052] (II) Initializing extension DRI2
    [  1500.052] (II) Initializing extension GLX
    [  1500.052] (II) Initializing extension GLX
    [  1500.052] (II) Indirect GLX disabled.(II) Initializing extension NV-GLX
    [  1500.053] (II) Initializing extension NV-CONTROL
    [  1500.171] (II) LoadModule: "mouse"
    [  1500.171] (WW) Warning, couldn't open module mouse
    [  1500.171] (EE) Failed to load module "mouse" (module does not exist, 0)
    [  1500.172] (EE) No input driver matching `mouse'
    [  1500.172] (II) Falling back to input driver `libinput'
    [  1500.172] (II) LoadModule: "libinput"
    [  1500.172] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
    [  1500.175] (II) Module libinput: vendor="X.Org Foundation"
    [  1500.175] 	compiled for 1.19.6, module version = 0.27.1
    [  1500.175] 	Module class: X.Org XInput Driver
    [  1500.175] 	ABI class: X.Org XInput driver, version 24.1
    [  1500.175] (II) Using input driver 'libinput' for '<default pointer>'
    [  1500.175] (**) Option "CorePointer" "on"
    [  1500.175] (**) <default pointer>: always reports core events
    [  1500.175] (EE) PreInit returned 2 for "<default pointer>"
    [  1500.175] (II) UnloadModule: "libinput"
    [  1500.175] (II) LoadModule: "kbd"
    [  1500.175] (WW) Warning, couldn't open module kbd
    [  1500.175] (EE) Failed to load module "kbd" (module does not exist, 0)
    [  1500.175] (EE) No input driver matching `kbd'
    [  1500.175] (II) Falling back to input driver `libinput'
    [  1500.175] (II) Using input driver 'libinput' for '<default keyboard>'
    [  1500.175] (**) Option "CoreKeyboard" "on"
    [  1500.175] (**) <default keyboard>: always reports core events
    [  1500.175] (EE) PreInit returned 2 for "<default keyboard>"
    [  1500.175] (II) UnloadModule: "libinput"
    [  1500.190] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [  1500.190] (II) AutoAddDevices is off - not adding device.
    [  1500.190] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
    [  1500.190] (II) AutoAddDevices is off - not adding device.
    [  1500.191] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [  1500.191] (II) AutoAddDevices is off - not adding device.
    [  1500.191] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [  1500.192] (II) AutoAddDevices is off - not adding device.
    [  1500.192] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [  1500.192] (II) AutoAddDevices is off - not adding device.
    [  1500.192] (II) config/udev: Adding drm device (/dev/dri/card0)
    [  1500.192] (II) xfree86: Adding drm device (/dev/dri/card0)
    [  1500.192] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
    [  1500.193] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event15)
    [  1500.193] (II) AutoAddDevices is off - not adding device.
    [  1500.194] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [  1500.194] (II) AutoAddDevices is off - not adding device.
    [  1500.194] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
    [  1500.194] (II) AutoAddDevices is off - not adding device.
    [  1500.195] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event10)
    [  1500.195] (II) AutoAddDevices is off - not adding device.
    [  1500.195] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
    [  1500.195] (II) AutoAddDevices is off - not adding device.
    [  1500.196] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event12)
    [  1500.196] (II) AutoAddDevices is off - not adding device.
    [  1500.196] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event6)
    [  1500.196] (II) AutoAddDevices is off - not adding device.
    [  1500.197] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
    [  1500.197] (II) AutoAddDevices is off - not adding device.
    [  1500.197] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [  1500.197] (II) AutoAddDevices is off - not adding device.
    [  1500.198] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event14)
    [  1500.198] (II) AutoAddDevices is off - not adding device.
    [  1500.198] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [  1500.198] (II) AutoAddDevices is off - not adding device.
    [  1500.199] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [  1500.199] (II) AutoAddDevices is off - not adding device.
    [  1500.200] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
    [  1500.200] (II) AutoAddDevices is off - not adding device.
    [  1501.120] (II) NVIDIA(GPU-0): Deleting GPU-0
    [  1501.125] (II) Server terminated successfully (0). Closing log file.

If anything else could shed light on the problem, please do not hesitate in asking for it and I will post it ASAP.

Last edited by Serede (2018-06-16 17:25:39)

Offline

#2 2018-06-16 07:04:39

seth
Member
Registered: 2012-09-03
Posts: 51,215

Re: [SOLVED] Hybrid Graphics: Intel + nvidia-340xx = Intel Graphics break

[    15.469] (EE) modeset(0): eglGetDisplay() failed
[    15.472] (EE) modeset(0): glamor initialization failed

Still https://bbs.archlinux.org/viewtopic.php … 1#p1771941 ?

Offline

#3 2018-06-16 10:55:35

Askannz
Member
Registered: 2016-10-22
Posts: 36

Re: [SOLVED] Hybrid Graphics: Intel + nvidia-340xx = Intel Graphics break

When you run the X session on the Intel card, is one the nvidia modules running ?

lsmod | grep nvidia

Last edited by Askannz (2018-06-16 12:37:00)

Offline

#4 2018-06-16 11:18:42

Serede
Member
Registered: 2014-01-24
Posts: 14

Re: [SOLVED] Hybrid Graphics: Intel + nvidia-340xx = Intel Graphics break

seth wrote:
[    15.469] (EE) modeset(0): eglGetDisplay() failed
[    15.472] (EE) modeset(0): glamor initialization failed

Still https://bbs.archlinux.org/viewtopic.php … 1#p1771941 ?

I downgraded libepoxy to version 1.4.3 but I still have the same problem. I also use i3 on MATE and not KDE, but glamor failing could definitely be related anyway.

Askannz wrote:

When you run the X session on the Intel card, is one the

nvidia

module running ?

lsmod | grep nvidia

Freshly booted into the default X session, the nvidia module is not loaded. However, it loads as soon as I optirun something:

$ lsmod | grep nvidia

$ optirun glxspheres64
Polygons in scene: 62464 (61 spheres * 1024 polys/spheres)
Visual ID of window: 0x21
Context is Direct
OpenGL Renderer: NVS 5400M/PCIe/SSE2
172.273666 frames/sec - 109.338650 Mpixels/sec
174.385705 frames/sec - 110.679120 Mpixels/sec[

$ lsmod | grep nvidia
nvidia              10584064  0
drm                   466944  5 nvidia,i915,drm_kms_helper

EDIT: Also, I found that running:

$ LD_PRELOAD=/usr/lib/libGL.so glxgears

Works correctly and uses the Intel Graphics driver. But if I set LD_PRELOAD permanently in my environment, the X session hangs right after login from lightdm.
These are the X logs I get with LD_PRELOAD=/usr/lib/libGL.so set in /etc/environment:

  • /var/log/Xorg.0.log (Intel)

    [    16.342] 
    X.Org X Server 1.20.0
    X Protocol Version 11, Revision 0
    [    16.342] Build Operating System: Linux Arch Linux
    [    16.342] Current Operating System: Linux mikuru 4.16.13-2-ARCH #1 SMP PREEMPT Fri Jun 1 18:46:11 UTC 2018 x86_64
    [    16.342] Kernel command line: \\vmlinuz-linux cryptdevice=UUID=47ed0cd0-0b97-44d1-a402-396a9ce49e02:lvm root=UUID=f04e5e7b-f54b-4030-a482-411aa019ef3a resume=UUID=160eae04-8fbf-4fe6-95ad-3e6e9024f00d initrd=/intel-ucode.img initrd=/initramfs-linux.img rw vga=current quiet loglevel=3 rd.udev.log-priority=3 splash
    [    16.342] Build Date: 10 June 2018  09:45:02AM
    [    16.342]  
    [    16.342] Current version of pixman: 0.34.0
    [    16.342] 	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    [    16.342] Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    16.342] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 16 13:30:20 2018
    [    16.348] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [    16.348] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    16.350] (==) No Layout section.  Using the first Screen section.
    [    16.350] (==) No screen section available. Using defaults.
    [    16.350] (**) |-->Screen "Default Screen Section" (0)
    [    16.350] (**) |   |-->Monitor "<default monitor>"
    [    16.351] (==) No monitor specified for screen "Default Screen Section".
    	Using a default monitor configuration.
    [    16.351] (==) Automatically adding devices
    [    16.351] (==) Automatically enabling devices
    [    16.351] (==) Automatically adding GPU devices
    [    16.351] (==) Automatically binding GPU devices
    [    16.351] (==) Max clients allowed: 256, resource mask: 0x1fffff
    [    16.353] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
    [    16.353] 	Entry deleted from font path.
    [    16.353] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
    [    16.364] (==) FontPath set to:
    	/usr/share/fonts/TTF,
    	/usr/share/fonts/OTF,
    	/usr/share/fonts/Type1,
    	/usr/share/fonts/100dpi,
    	/usr/share/fonts/75dpi
    [    16.364] (==) ModulePath set to "/usr/lib/xorg/modules"
    [    16.364] (II) The server relies on udev to provide the list of input devices.
    	If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    16.364] (II) Module ABI versions:
    [    16.364] 	X.Org ANSI C Emulation: 0.4
    [    16.364] 	X.Org Video Driver: 24.0
    [    16.364] 	X.Org XInput driver : 24.1
    [    16.364] 	X.Org Server Extension : 10.0
    [    16.366] (++) using VT number 7
    
    [    16.366] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
    [    16.367] (II) xfree86: Adding drm device (/dev/dri/card0)
    [    16.382] (--) PCI:*(0@0:2:0) 8086:0166:17aa:21f5 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
    [    16.382] (--) PCI: (1@0:0:0) 10de:0def:17aa:21f5 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
    [    16.382] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [    16.382] (II) LoadModule: "glx"
    [    16.384] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [    16.604] (II) Module glx: vendor="X.Org Foundation"
    [    16.604] 	compiled for 1.20.0, module version = 1.0.0
    [    16.605] 	ABI class: X.Org Server Extension, version 10.0
    [    16.605] (II) Applying OutputClass "intel" to /dev/dri/card0
    [    16.605] 	loading driver: modesetting
    [    16.605] (==) Matched modesetting as autoconfigured driver 0
    [    16.605] (==) Matched intel as autoconfigured driver 1
    [    16.605] (==) Matched fbdev as autoconfigured driver 2
    [    16.605] (==) Matched vesa as autoconfigured driver 3
    [    16.605] (==) Assigned the driver to the xf86ConfigLayout
    [    16.605] (II) LoadModule: "modesetting"
    [    16.605] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [    16.615] (II) Module modesetting: vendor="X.Org Foundation"
    [    16.615] 	compiled for 1.20.0, module version = 1.20.0
    [    16.615] 	Module class: X.Org Video Driver
    [    16.615] 	ABI class: X.Org Video Driver, version 24.0
    [    16.615] (II) LoadModule: "intel"
    [    16.617] (WW) Warning, couldn't open module intel
    [    16.617] (EE) Failed to load module "intel" (module does not exist, 0)
    [    16.617] (II) LoadModule: "fbdev"
    [    16.617] (WW) Warning, couldn't open module fbdev
    [    16.617] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [    16.617] (II) LoadModule: "vesa"
    [    16.617] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [    16.620] (II) Module vesa: vendor="X.Org Foundation"
    [    16.620] 	compiled for 1.20.0, module version = 2.4.0
    [    16.620] 	Module class: X.Org Video Driver
    [    16.620] 	ABI class: X.Org Video Driver, version 24.0
    [    16.620] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [    16.620] (II) VESA: driver for VESA chipsets: vesa
    [    16.642] (II) modeset(0): using drv /dev/dri/card0
    [    16.642] (II) modeset(0): Creating default Display subsection in Screen section
    	"Default Screen Section" for depth/fbbpp 24/32
    [    16.642] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
    [    16.643] (==) modeset(0): RGB weight 888
    [    16.643] (==) modeset(0): Default visual is TrueColor
    [    16.643] (II) Loading sub module "glamoregl"
    [    16.643] (II) LoadModule: "glamoregl"
    [    16.643] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [    16.653] (II) Module glamoregl: vendor="X.Org Foundation"
    [    16.653] 	compiled for 1.20.0, module version = 1.0.1
    [    16.653] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [    16.738] (EE) modeset(0): eglGetDisplay() failed
    [    16.740] (EE) modeset(0): glamor initialization failed
    [    16.740] (II) modeset(0): ShadowFB: preferred YES, enabled YES
    [    16.740] (II) modeset(0): Double-buffered shadow updates: off
    [    16.740] (II) modeset(0): Output LVDS-1 has no monitor section
    [    16.741] (II) modeset(0): Output VGA-1 has no monitor section
    [    16.742] (II) modeset(0): EDID for output LVDS-1
    [    16.742] (II) modeset(0): Manufacturer: LEN  Model: 40b1  Serial#: 0
    [    16.742] (II) modeset(0): Year: 2008  Week: 1
    [    16.742] (II) modeset(0): EDID Version: 1.3
    [    16.742] (II) modeset(0): Digital Display Input
    [    16.742] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
    [    16.742] (II) modeset(0): Gamma: 2.20
    [    16.742] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
    [    16.742] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
    [    16.742] (II) modeset(0): First detailed timing is preferred mode
    [    16.742] (II) modeset(0): redX: 0.620 redY: 0.340   greenX: 0.330 greenY: 0.571
    [    16.742] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
    [    16.742] (II) modeset(0): Manufacturer's mask: 0
    [    16.742] (II) modeset(0): Supported detailed timing:
    [    16.742] (II) modeset(0): clock: 106.0 MHz   Image Size:  344 x 193 mm
    [    16.742] (II) modeset(0): h_active: 1600  h_sync: 1664  h_sync_end 1706 h_blank_end 1930 h_border: 0
    [    16.742] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 912 v_border: 0
    [    16.742] (II) modeset(0): Supported detailed timing:
    [    16.742] (II) modeset(0): clock: 106.0 MHz   Image Size:  344 x 193 mm
    [    16.742] (II) modeset(0): h_active: 1600  h_sync: 1664  h_sync_end 1706 h_blank_end 2324 h_border: 0
    [    16.742] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 912 v_border: 0
    [    16.743] (II) modeset(0): Unknown vendor-specific block f
    [    16.743] (II) modeset(0):  B156RW01 V1
    [    16.743] (II) modeset(0): EDID (in hex):
    [    16.743] (II) modeset(0): 	00ffffffffffff0030aeb14000000000
    [    16.743] (II) modeset(0): 	0112010380221378eac9959e57549226
    [    16.743] (II) modeset(0): 	0f505400000001010101010101010101
    [    16.743] (II) modeset(0): 	0101010101016829404a61840c30402a
    [    16.743] (II) modeset(0): 	330058c110000018682940d462840c30
    [    16.743] (II) modeset(0): 	402a330058c1100000180000000f00a9
    [    16.743] (II) modeset(0): 	0932a9092816090006af5631000000fe
    [    16.743] (II) modeset(0): 	004231353652573031205631200a0049
    [    16.743] (II) modeset(0): Printing probed modes for output LVDS-1
    [    16.743] (II) modeset(0): Modeline "1600x900"x60.2  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [    16.743] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
    [    16.743] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
    [    16.743] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
    [    16.743] (II) modeset(0): Modeline "1600x900"x50.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [    16.743] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
    [    16.743] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
    [    16.743] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
    [    16.743] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
    [    16.743] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
    [    16.743] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
    [    16.743] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
    [    16.743] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
    [    16.743] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
    [    16.743] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
    [    16.743] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
    [    16.743] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
    [    16.743] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
    [    16.743] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
    [    16.743] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
    [    16.743] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [    16.743] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
    [    16.743] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [    16.743] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [    16.743] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [    16.743] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
    [    16.743] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
    [    16.744] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
    [    16.744] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
    [    16.744] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
    [    16.744] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
    [    16.744] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
    [    16.744] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
    [    16.744] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
    [    16.744] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
    [    16.744] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [    16.744] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
    [    16.744] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
    [    16.744] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
    [    16.744] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
    [    16.744] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
    [    16.744] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
    [    16.744] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [    16.744] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
    [    16.744] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
    [    16.744] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [    16.744] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
    [    16.744] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
    [    16.744] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [    16.744] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
    [    16.744] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
    [    16.744] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
    [    16.744] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
    [    16.744] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
    [    16.744] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
    [    16.744] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
    [    16.744] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
    [    16.744] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
    [    16.744] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
    [    16.744] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
    [    16.744] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [    16.744] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
    [    16.744] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
    [    16.744] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
    [    16.744] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
    [    16.744] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [    16.744] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [    16.744] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
    [    16.744] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
    [    16.744] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [    16.744] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
    [    16.744] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
    [    16.744] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
    [    16.744] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
    [    16.745] (II) modeset(0): EDID for output VGA-1
    [    16.745] (II) modeset(0): Output LVDS-1 connected
    [    16.745] (II) modeset(0): Output VGA-1 disconnected
    [    16.745] (II) modeset(0): Using exact sizes for initial modes
    [    16.745] (II) modeset(0): Output LVDS-1 using initial mode 1600x900 +0+0
    [    16.746] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
    [    16.746] (==) modeset(0): DPI set to (96, 96)
    [    16.746] (II) Loading sub module "fb"
    [    16.746] (II) LoadModule: "fb"
    [    16.746] (II) Loading /usr/lib/xorg/modules/libfb.so
    [    16.747] (II) Module fb: vendor="X.Org Foundation"
    [    16.747] 	compiled for 1.20.0, module version = 1.0.0
    [    16.747] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [    16.747] (II) Loading sub module "shadow"
    [    16.747] (II) LoadModule: "shadow"
    [    16.747] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [    16.748] (II) Module shadow: vendor="X.Org Foundation"
    [    16.748] 	compiled for 1.20.0, module version = 1.1.0
    [    16.748] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [    16.748] (II) UnloadModule: "vesa"
    [    16.748] (II) Unloading vesa
    [    16.749] (==) modeset(0): Backing store enabled
    [    16.749] (==) modeset(0): Silken mouse disabled
    [    16.776] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
    [    16.776] (==) modeset(0): DPMS enabled
    [    16.776] (II) Initializing extension Generic Event Extension
    [    16.776] (II) Initializing extension SHAPE
    [    16.776] (II) Initializing extension MIT-SHM
    [    16.777] (II) Initializing extension XInputExtension
    [    16.777] (II) Initializing extension XTEST
    [    16.777] (II) Initializing extension BIG-REQUESTS
    [    16.777] (II) Initializing extension SYNC
    [    16.778] (II) Initializing extension XKEYBOARD
    [    16.778] (II) Initializing extension XC-MISC
    [    16.778] (II) Initializing extension SECURITY
    [    16.778] (II) Initializing extension XFIXES
    [    16.779] (II) Initializing extension RENDER
    [    16.779] (II) Initializing extension RANDR
    [    16.779] (II) Initializing extension COMPOSITE
    [    16.780] (II) Initializing extension DAMAGE
    [    16.780] (II) Initializing extension MIT-SCREEN-SAVER
    [    16.780] (II) Initializing extension DOUBLE-BUFFER
    [    16.780] (II) Initializing extension RECORD
    [    16.781] (II) Initializing extension DPMS
    [    16.781] (II) Initializing extension Present
    [    16.781] (II) Initializing extension DRI3
    [    16.781] (II) Initializing extension X-Resource
    [    16.781] (II) Initializing extension XVideo
    [    16.782] (II) Initializing extension XVideo-MotionCompensation
    [    16.782] (II) Initializing extension GLX
    [    16.782] (II) AIGLX: Screen 0 is not DRI2 capable
    [    17.076] (II) IGLX: Loaded and initialized swrast
    [    17.076] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [    17.076] (II) Initializing extension XFree86-VidModeExtension
    [    17.076] (II) Initializing extension XFree86-DGA
    [    17.076] (II) Initializing extension XFree86-DRI
    [    17.076] (II) Initializing extension DRI2
    [    17.077] (II) modeset(0): Damage tracking initialized
    [    17.077] (II) modeset(0): Setting screen physical size to 423 x 238
    [    17.259] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [    17.259] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [    17.259] (**) Power Button: Applying InputClass "system-keyboard"
    [    17.259] (II) LoadModule: "libinput"
    [    17.259] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
    [    17.268] (II) Module libinput: vendor="X.Org Foundation"
    [    17.268] 	compiled for 1.19.6, module version = 0.27.1
    [    17.268] 	Module class: X.Org XInput Driver
    [    17.268] 	ABI class: X.Org XInput driver, version 24.1
    [    17.268] (II) Using input driver 'libinput' for 'Power Button'
    [    17.268] (**) Power Button: always reports core events
    [    17.268] (**) Option "Device" "/dev/input/event2"
    [    17.268] (**) Option "_source" "server/udev"
    [    17.269] (II) event2  - Power Button: is tagged by udev as: Keyboard
    [    17.269] (II) event2  - Power Button: device is a keyboard
    [    17.269] (II) event2  - Power Button: device removed
    [    17.283] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [    17.283] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [    17.283] (**) Option "xkb_layout" "us"
    [    17.284] (II) event2  - Power Button: is tagged by udev as: Keyboard
    [    17.284] (II) event2  - Power Button: device is a keyboard
    [    17.285] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
    [    17.285] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
    [    17.285] (**) Video Bus: Applying InputClass "system-keyboard"
    [    17.285] (II) Using input driver 'libinput' for 'Video Bus'
    [    17.285] (**) Video Bus: always reports core events
    [    17.285] (**) Option "Device" "/dev/input/event3"
    [    17.285] (**) Option "_source" "server/udev"
    [    17.285] (II) event3  - Video Bus: is tagged by udev as: Keyboard
    [    17.286] (II) event3  - Video Bus: device is a keyboard
    [    17.286] (II) event3  - Video Bus: device removed
    [    17.370] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
    [    17.370] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [    17.370] (**) Option "xkb_layout" "us"
    [    17.371] (II) event3  - Video Bus: is tagged by udev as: Keyboard
    [    17.371] (II) event3  - Video Bus: device is a keyboard
    [    17.372] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [    17.372] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
    [    17.372] (**) Video Bus: Applying InputClass "system-keyboard"
    [    17.372] (II) Using input driver 'libinput' for 'Video Bus'
    [    17.372] (**) Video Bus: always reports core events
    [    17.372] (**) Option "Device" "/dev/input/event4"
    [    17.372] (**) Option "_source" "server/udev"
    [    17.373] (II) event4  - Video Bus: is tagged by udev as: Keyboard
    [    17.373] (II) event4  - Video Bus: device is a keyboard
    [    17.373] (II) event4  - Video Bus: device removed
    [    17.440] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input4/event4"
    [    17.440] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [    17.440] (**) Option "xkb_layout" "us"
    [    17.441] (II) event4  - Video Bus: is tagged by udev as: Keyboard
    [    17.441] (II) event4  - Video Bus: device is a keyboard
    [    17.442] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [    17.442] (II) No input driver specified, ignoring this device.
    [    17.442] (II) This device may have been added with another device file.
    [    17.443] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [    17.443] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
    [    17.443] (**) Sleep Button: Applying InputClass "system-keyboard"
    [    17.443] (II) Using input driver 'libinput' for 'Sleep Button'
    [    17.443] (**) Sleep Button: always reports core events
    [    17.443] (**) Option "Device" "/dev/input/event1"
    [    17.443] (**) Option "_source" "server/udev"
    [    17.444] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
    [    17.444] (II) event1  - Sleep Button: device is a keyboard
    [    17.444] (II) event1  - Sleep Button: device removed
    [    17.482] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
    [    17.482] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [    17.482] (**) Option "xkb_layout" "us"
    [    17.483] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
    [    17.483] (II) event1  - Sleep Button: device is a keyboard
    [    17.485] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event15)
    [    17.485] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
    [    17.485] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
    [    17.485] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
    [    17.485] (**) Integrated Camera: Integrated C: always reports core events
    [    17.485] (**) Option "Device" "/dev/input/event15"
    [    17.485] (**) Option "_source" "server/udev"
    [    17.486] (II) event15 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
    [    17.486] (II) event15 - Integrated Camera: Integrated C: device is a keyboard
    [    17.486] (II) event15 - Integrated Camera: Integrated C: device removed
    [    17.533] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input16/event15"
    [    17.533] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
    [    17.533] (**) Option "xkb_layout" "us"
    [    17.535] (II) event15 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
    [    17.535] (II) event15 - Integrated Camera: Integrated C: device is a keyboard
    [    17.536] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [    17.536] (II) No input driver specified, ignoring this device.
    [    17.536] (II) This device may have been added with another device file.
    [    17.536] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
    [    17.536] (II) No input driver specified, ignoring this device.
    [    17.536] (II) This device may have been added with another device file.
    [    17.537] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event10)
    [    17.537] (II) No input driver specified, ignoring this device.
    [    17.537] (II) This device may have been added with another device file.
    [    17.538] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
    [    17.538] (II) No input driver specified, ignoring this device.
    [    17.538] (II) This device may have been added with another device file.
    [    17.538] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event12)
    [    17.538] (II) No input driver specified, ignoring this device.
    [    17.538] (II) This device may have been added with another device file.
    [    17.539] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event6)
    [    17.539] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
    [    17.539] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [    17.539] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
    [    17.539] (**) AT Translated Set 2 keyboard: always reports core events
    [    17.539] (**) Option "Device" "/dev/input/event6"
    [    17.539] (**) Option "_source" "server/udev"
    [    17.540] (II) event6  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
    [    17.540] (II) event6  - AT Translated Set 2 keyboard: device is a keyboard
    [    17.540] (II) event6  - AT Translated Set 2 keyboard: device removed
    [    17.560] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input6/event6"
    [    17.560] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [    17.560] (**) Option "xkb_layout" "us"
    [    17.561] (II) event6  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
    [    17.561] (II) event6  - AT Translated Set 2 keyboard: device is a keyboard
    [    17.562] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
    [    17.562] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
    [    17.562] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [    17.562] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [    17.562] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [    17.562] (II) LoadModule: "synaptics"
    [    17.562] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [    17.565] (II) Module synaptics: vendor="X.Org Foundation"
    [    17.565] 	compiled for 1.20.0, module version = 1.9.1
    [    17.565] 	Module class: X.Org XInput Driver
    [    17.565] 	ABI class: X.Org XInput driver, version 24.1
    [    17.565] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [    17.565] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    17.565] (**) Option "Device" "/dev/input/event13"
    [    17.633] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [    17.633] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5470 (res 60)
    [    17.633] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4498 (res 85)
    [    17.633] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [    17.633] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [    17.633] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [    17.633] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [    17.633] (**) Option "CoastingSpeed" "0"
    [    17.633] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    17.633] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    17.677] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event13"
    [    17.677] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [    17.677] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [    17.677] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [    17.677] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
    [    17.677] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [    17.677] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [    17.677] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [    17.677] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [    17.677] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    17.678] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [    17.678] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [    17.678] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event14)
    [    17.678] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
    [    17.678] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
    [    17.679] (**) TPPS/2 IBM TrackPoint: always reports core events
    [    17.679] (**) Option "Device" "/dev/input/event14"
    [    17.679] (**) Option "_source" "server/udev"
    [    17.679] (II) event14 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
    [    17.679] (II) event14 - TPPS/2 IBM TrackPoint: trackpoint does not have a specified range, guessing... see https://wayland.freedesktop.org/libinput/doc/1.11.0/trackpoints.html
    [    17.679] (II) event14 - TPPS/2 IBM TrackPoint: trackpoint device set to range 31
    [    17.679] (II) event14 - TPPS/2 IBM TrackPoint: device is a pointer
    [    17.679] (II) event14 - TPPS/2 IBM TrackPoint: device removed
    [    17.722] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input15/event14"
    [    17.722] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
    [    17.722] (**) Option "AccelerationScheme" "none"
    [    17.722] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
    [    17.722] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [    17.722] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [    17.723] (II) event14 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
    [    17.723] (II) event14 - TPPS/2 IBM TrackPoint: trackpoint does not have a specified range, guessing... see https://wayland.freedesktop.org/libinput/doc/1.11.0/trackpoints.html
    [    17.723] (II) event14 - TPPS/2 IBM TrackPoint: trackpoint device set to range 31
    [    17.723] (II) event14 - TPPS/2 IBM TrackPoint: device is a pointer
    [    17.724] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [    17.724] (II) No input driver specified, ignoring this device.
    [    17.724] (II) This device may have been added with another device file.
    [    17.724] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [    17.725] (II) No input driver specified, ignoring this device.
    [    17.725] (II) This device may have been added with another device file.
    [    17.726] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
    [    17.726] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
    [    17.726] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
    [    17.726] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
    [    17.726] (**) ThinkPad Extra Buttons: always reports core events
    [    17.726] (**) Option "Device" "/dev/input/event5"
    [    17.726] (**) Option "_source" "server/udev"
    [    17.726] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
    [    17.726] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
    [    17.726] (II) event5  - ThinkPad Extra Buttons: device removed
    [    17.754] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event5"
    [    17.754] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
    [    17.754] (**) Option "xkb_layout" "us"
    [    17.756] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
    [    17.756] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
    [    27.641] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [    27.641] (II) modeset(0): Printing DDC gathered Modelines:
    [    27.641] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [    27.641] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [    27.645] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [    27.645] (II) modeset(0): Printing DDC gathered Modelines:
    [    27.645] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [    27.645] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [    27.648] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [    27.648] (II) modeset(0): Printing DDC gathered Modelines:
    [    27.648] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [    27.648] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [    30.496] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [    30.496] (II) modeset(0): Printing DDC gathered Modelines:
    [    30.496] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [    30.496] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [    31.048] (II) modeset(0): EDID vendor "LEN", prod id 16561
    [    31.048] (II) modeset(0): Printing DDC gathered Modelines:
    [    31.048] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 1930  900 903 906 912 -hsync -vsync (54.9 kHz eP)
    [    31.048] (II) modeset(0): Modeline "1600x900"x0.0  106.00  1600 1664 1706 2324  900 903 906 912 -hsync -vsync (45.6 kHz e)
    [    40.329] (II) event2  - Power Button: device removed
    [    40.364] (II) event3  - Video Bus: device removed
    [    40.414] (II) event4  - Video Bus: device removed
    [    40.464] (II) event1  - Sleep Button: device removed
    [    40.480] (II) event15 - Integrated Camera: Integrated C: device removed
    [    40.518] (II) event6  - AT Translated Set 2 keyboard: device removed
    [    40.575] (II) event14 - TPPS/2 IBM TrackPoint: device removed
    [    40.613] (II) event5  - ThinkPad Extra Buttons: device removed
  • /var/log/Xorg.8.log (NVIDIA)

    [   470.547] 
    X.Org X Server 1.20.0
    X Protocol Version 11, Revision 0
    [   470.547] Build Operating System: Linux Arch Linux
    [   470.548] Current Operating System: Linux mikuru 4.16.13-2-ARCH #1 SMP PREEMPT Fri Jun 1 18:46:11 UTC 2018 x86_64
    [   470.548] Kernel command line: \\vmlinuz-linux cryptdevice=UUID=47ed0cd0-0b97-44d1-a402-396a9ce49e02:lvm root=UUID=f04e5e7b-f54b-4030-a482-411aa019ef3a resume=UUID=160eae04-8fbf-4fe6-95ad-3e6e9024f00d initrd=/intel-ucode.img initrd=/initramfs-linux.img rw vga=current quiet loglevel=3 rd.udev.log-priority=3 splash
    [   470.548] Build Date: 10 June 2018  09:45:02AM
    [   470.548]  
    [   470.548] Current version of pixman: 0.34.0
    [   470.548] 	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    [   470.548] Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [   470.548] (==) Log file: "/var/log/Xorg.8.log", Time: Sat Jun 16 13:14:45 2018
    [   470.548] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [   470.548] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [   470.548] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [   470.548] (==) ServerLayout "Layout0"
    [   470.548] (==) No screen section available. Using defaults.
    [   470.548] (**) |-->Screen "Default Screen Section" (0)
    [   470.548] (**) |   |-->Monitor "<default monitor>"
    [   470.549] (==) No device specified for screen "Default Screen Section".
    	Using the first device section listed.
    [   470.549] (**) |   |-->Device "DiscreteNvidia"
    [   470.549] (==) No monitor specified for screen "Default Screen Section".
    	Using a default monitor configuration.
    [   470.549] (**) Option "AutoAddDevices" "false"
    [   470.549] (**) Option "AutoAddGPU" "false"
    [   470.549] (**) Not automatically adding devices
    [   470.549] (==) Automatically enabling devices
    [   470.549] (**) Not automatically adding GPU devices
    [   470.549] (==) Automatically binding GPU devices
    [   470.549] (==) Max clients allowed: 256, resource mask: 0x1fffff
    [   470.549] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
    [   470.549] 	Entry deleted from font path.
    [   470.549] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
    [   470.549] (==) FontPath set to:
    	/usr/share/fonts/TTF,
    	/usr/share/fonts/OTF,
    	/usr/share/fonts/Type1,
    	/usr/share/fonts/100dpi,
    	/usr/share/fonts/75dpi
    [   470.549] (++) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
    [   470.549] (==) |-->Input Device "<default pointer>"
    [   470.549] (==) |-->Input Device "<default keyboard>"
    [   470.549] (==) The core pointer device wasn't specified explicitly in the layout.
    	Using the default mouse configuration.
    [   470.549] (==) The core keyboard device wasn't specified explicitly in the layout.
    	Using the default keyboard configuration.
    [   470.549] (II) Module ABI versions:
    [   470.549] 	X.Org ANSI C Emulation: 0.4
    [   470.549] 	X.Org Video Driver: 24.0
    [   470.549] 	X.Org XInput driver : 24.1
    [   470.549] 	X.Org Server Extension : 10.0
    [   470.550] (--) using VT number 7
    
    [   470.550] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
    [   470.551] (II) xfree86: Adding drm device (/dev/dri/card1)
    [   470.552] (II) xfree86: Adding drm device (/dev/dri/card0)
    [   470.552] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
    [   470.554] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
    [   470.556] (--) PCI:*(1@0:0:0) 10de:0def:17aa:21f5 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
    [   470.556] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [   470.556] (II) LoadModule: "glx"
    [   470.556] (II) Loading /usr/lib/nvidia/xorg/libglx.so
    [   470.570] (II) Module glx: vendor="NVIDIA Corporation"
    [   470.571] 	compiled for 4.0.2, module version = 1.0.0
    [   470.571] 	Module class: X.Org Server Extension
    [   470.571] (II) NVIDIA GLX Module  340.107  Thu May 24 21:40:32 PDT 2018
    [   470.571] (II) LoadModule: "nvidia"
    [   470.571] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [   470.571] (II) Module nvidia: vendor="NVIDIA Corporation"
    [   470.571] 	compiled for 4.0.2, module version = 1.0.0
    [   470.571] 	Module class: X.Org Video Driver
    [   470.571] (II) LoadModule: "mouse"
    [   470.572] (WW) Warning, couldn't open module mouse
    [   470.572] (EE) Failed to load module "mouse" (module does not exist, 0)
    [   470.572] (II) LoadModule: "kbd"
    [   470.572] (WW) Warning, couldn't open module kbd
    [   470.572] (EE) Failed to load module "kbd" (module does not exist, 0)
    [   470.572] (II) NVIDIA dlloader X Driver  340.107  Thu May 24 21:18:05 PDT 2018
    [   470.572] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [   470.572] (II) Loading sub module "fb"
    [   470.572] (II) LoadModule: "fb"
    [   470.572] (II) Loading /usr/lib/xorg/modules/libfb.so
    [   470.572] (II) Module fb: vendor="X.Org Foundation"
    [   470.572] 	compiled for 1.20.0, module version = 1.0.0
    [   470.572] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [   470.572] (WW) Unresolved symbol: fbGetGCPrivateKey
    [   470.572] (II) Loading sub module "wfb"
    [   470.572] (II) LoadModule: "wfb"
    [   470.573] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [   470.573] (II) Module wfb: vendor="X.Org Foundation"
    [   470.573] 	compiled for 1.20.0, module version = 1.0.0
    [   470.573] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [   470.573] (II) Loading sub module "ramdac"
    [   470.573] (II) LoadModule: "ramdac"
    [   470.573] (II) Module "ramdac" already built-in
    [   470.574] (II) NVIDIA(0): Creating default Display subsection in Screen section
    	"Default Screen Section" for depth/fbbpp 24/32
    [   470.574] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [   470.574] (==) NVIDIA(0): RGB weight 888
    [   470.574] (==) NVIDIA(0): Default visual is TrueColor
    [   470.574] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [   470.574] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
    [   470.574] (**) NVIDIA(0): Option "NoLogo" "true"
    [   470.574] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [   470.574] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
    [   470.574] (**) NVIDIA(0): Option "UseEDID" "false"
    [   470.574] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [   470.574] (**) NVIDIA(0): Enabling 2D acceleration
    [   470.574] (**) NVIDIA(0): Ignoring EDIDs
    [   470.574] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [   470.574] (**) NVIDIA(0):     mode
    [   470.794] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
    [   470.795] (II) NVIDIA(0): NVIDIA GPU NVS 5400M (GF108) at PCI:1:0:0 (GPU-0)
    [   470.795] (--) NVIDIA(0): Memory: 1048576 kBytes
    [   470.796] (--) NVIDIA(0): VideoBIOS: 70.08.a8.03.02
    [   470.796] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [   470.796] (--) NVIDIA(0): Valid display device(s) on NVS 5400M at PCI:1:0:0
    [   470.796] (--) NVIDIA(0):     none
    [   470.796] (II) NVIDIA(0): Validated MetaModes:
    [   470.796] (II) NVIDIA(0):     "NULL"
    [   470.796] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [   470.796] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [   470.796] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [   470.796] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [   470.796] (II) NVIDIA:     access.
    [   470.800] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [   470.800] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
    [   470.800] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
    [   470.800] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
    [   470.800] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
    [   470.800] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
    [   470.800] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
    [   470.800] (II) NVIDIA(0):     Config Options in the README.
    [   470.802] (II) NVIDIA(0): Setting mode "NULL"
    [   470.824] (==) NVIDIA(0): Disabling shared memory pixmaps
    [   470.824] (==) NVIDIA(0): Backing store enabled
    [   470.824] (==) NVIDIA(0): Silken mouse disabled
    [   470.824] (==) NVIDIA(0): DPMS enabled
    [   470.825] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
    [   470.825] (II) Loading sub module "dri2"
    [   470.825] (II) LoadModule: "dri2"
    [   470.825] (II) Module "dri2" already built-in
    [   470.825] (II) NVIDIA(0): [DRI2] Setup complete
    [   470.825] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
    [   470.825] (II) Initializing extension Generic Event Extension
    [   470.825] (II) Initializing extension SHAPE
    [   470.825] (II) Initializing extension MIT-SHM
    [   470.825] (II) Initializing extension XInputExtension
    [   470.826] (II) Initializing extension XTEST
    [   470.826] (II) Initializing extension BIG-REQUESTS
    [   470.826] (II) Initializing extension SYNC
    [   470.826] (II) Initializing extension XKEYBOARD
    [   470.826] (II) Initializing extension XC-MISC
    [   470.826] (II) Initializing extension SECURITY
    [   470.827] (II) Initializing extension XFIXES
    [   470.827] (II) Initializing extension RENDER
    [   470.827] (II) Initializing extension RANDR
    [   470.827] (II) Initializing extension COMPOSITE
    [   470.827] (II) Initializing extension DAMAGE
    [   470.828] (II) Initializing extension MIT-SCREEN-SAVER
    [   470.828] (II) Initializing extension DOUBLE-BUFFER
    [   470.828] (II) Initializing extension RECORD
    [   470.828] (II) Initializing extension DPMS
    [   470.828] (II) Initializing extension Present
    [   470.828] (II) Initializing extension DRI3
    [   470.828] (II) Initializing extension X-Resource
    [   470.829] (II) Initializing extension XVideo
    [   470.829] (II) Initializing extension XVideo-MotionCompensation
    [   470.829] (II) Initializing extension XFree86-VidModeExtension
    [   470.829] (II) Initializing extension XFree86-DGA
    [   470.829] (II) Initializing extension XFree86-DRI
    [   470.829] (II) Initializing extension DRI2
    [   470.829] (II) Initializing extension GLX
    [   470.829] (II) Initializing extension GLX
    [   470.829] (II) Indirect GLX disabled.(II) Initializing extension NV-GLX
    [   470.830] (II) Initializing extension NV-CONTROL
    [   470.946] (II) LoadModule: "mouse"
    [   470.947] (WW) Warning, couldn't open module mouse
    [   470.947] (EE) Failed to load module "mouse" (module does not exist, 0)
    [   470.947] (EE) No input driver matching `mouse'
    [   470.947] (II) Falling back to input driver `libinput'
    [   470.947] (II) LoadModule: "libinput"
    [   470.947] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
    [   470.949] (II) Module libinput: vendor="X.Org Foundation"
    [   470.949] 	compiled for 1.19.6, module version = 0.27.1
    [   470.949] 	Module class: X.Org XInput Driver
    [   470.949] 	ABI class: X.Org XInput driver, version 24.1
    [   470.949] (II) Using input driver 'libinput' for '<default pointer>'
    [   470.949] (**) Option "CorePointer" "on"
    [   470.949] (**) <default pointer>: always reports core events
    [   470.949] (EE) PreInit returned 2 for "<default pointer>"
    [   470.949] (II) UnloadModule: "libinput"
    [   470.949] (II) LoadModule: "kbd"
    [   470.950] (WW) Warning, couldn't open module kbd
    [   470.950] (EE) Failed to load module "kbd" (module does not exist, 0)
    [   470.950] (EE) No input driver matching `kbd'
    [   470.950] (II) Falling back to input driver `libinput'
    [   470.950] (II) Using input driver 'libinput' for '<default keyboard>'
    [   470.950] (**) Option "CoreKeyboard" "on"
    [   470.950] (**) <default keyboard>: always reports core events
    [   470.950] (EE) PreInit returned 2 for "<default keyboard>"
    [   470.950] (II) UnloadModule: "libinput"
    [   470.963] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [   470.963] (II) AutoAddDevices is off - not adding device.
    [   470.963] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
    [   470.963] (II) AutoAddDevices is off - not adding device.
    [   470.964] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [   470.964] (II) AutoAddDevices is off - not adding device.
    [   470.965] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [   470.965] (II) AutoAddDevices is off - not adding device.
    [   470.965] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [   470.965] (II) AutoAddDevices is off - not adding device.
    [   470.965] (II) config/udev: Adding drm device (/dev/dri/card0)
    [   470.965] (II) xfree86: Adding drm device (/dev/dri/card0)
    [   470.965] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
    [   470.966] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event15)
    [   470.966] (II) AutoAddDevices is off - not adding device.
    [   470.967] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [   470.967] (II) AutoAddDevices is off - not adding device.
    [   470.967] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
    [   470.967] (II) AutoAddDevices is off - not adding device.
    [   470.968] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event10)
    [   470.968] (II) AutoAddDevices is off - not adding device.
    [   470.968] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
    [   470.968] (II) AutoAddDevices is off - not adding device.
    [   470.969] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event12)
    [   470.969] (II) AutoAddDevices is off - not adding device.
    [   470.969] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event6)
    [   470.969] (II) AutoAddDevices is off - not adding device.
    [   470.970] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
    [   470.970] (II) AutoAddDevices is off - not adding device.
    [   470.970] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [   470.970] (II) AutoAddDevices is off - not adding device.
    [   470.971] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event14)
    [   470.971] (II) AutoAddDevices is off - not adding device.
    [   470.971] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [   470.971] (II) AutoAddDevices is off - not adding device.
    [   470.972] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [   470.972] (II) AutoAddDevices is off - not adding device.
    [   470.973] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
    [   470.973] (II) AutoAddDevices is off - not adding device.
    [   476.483] (II) NVIDIA(GPU-0): Deleting GPU-0
    [   476.486] (II) Server terminated successfully (0). Closing log file.

Last edited by Serede (2018-06-16 11:38:05)

Offline

#5 2018-06-16 14:08:17

seth
Member
Registered: 2012-09-03
Posts: 51,215

Re: [SOLVED] Hybrid Graphics: Intel + nvidia-340xx = Intel Graphics break

ldd glxinfo
ldconfig -p | grep libGL
strace glxinfo 2>&1 | grep -i libgl

Also check /etc/ld.so.conf* for culprits.

Offline

#6 2018-06-16 14:21:24

Serede
Member
Registered: 2014-01-24
Posts: 14

Re: [SOLVED] Hybrid Graphics: Intel + nvidia-340xx = Intel Graphics break

seth wrote:
ldd glxinfo
ldconfig -p | grep libGL
strace glxinfo 2>&1 | grep -i libgl

Also check /etc/ld.so.conf* for culprits.

$ ldd $(which glxinfo)
	linux-vdso.so.1 (0x00007ffc4d3b8000)
	libGL.so.1 => /usr/lib/nvidia/libGL.so.1 (0x00007f2e8576c000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f2e8542d000)
	libc.so.6 => /usr/lib/libc.so.6 (0x00007f2e85071000)
	libnvidia-tls.so.340.107 => /usr/lib/nvidia/libnvidia-tls.so.340.107 (0x00007f2e84e6e000)
	libnvidia-glcore.so.340.107 => /usr/lib/nvidia/libnvidia-glcore.so.340.107 (0x00007f2e8225a000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f2e82048000)
	libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f2e81e44000)
	libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f2e81c1b000)
	/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f2e85cc7000)
	libm.so.6 => /usr/lib/libm.so.6 (0x00007f2e81886000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f2e81682000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f2e8147c000)
$ ldconfig -p | grep libGL
	libGLdispatch.so.0 (libc6,x86-64) => /usr/lib/libGLdispatch.so.0
	libGLdispatch.so.0 (libc6) => /usr/lib32/libGLdispatch.so.0
	libGLdispatch.so (libc6,x86-64) => /usr/lib/libGLdispatch.so
	libGLdispatch.so (libc6) => /usr/lib32/libGLdispatch.so
	libGLX_mesa.so.0 (libc6,x86-64) => /usr/lib/libGLX_mesa.so.0
	libGLX_mesa.so.0 (libc6) => /usr/lib32/libGLX_mesa.so.0
	libGLX_mesa.so (libc6,x86-64) => /usr/lib/libGLX_mesa.so
	libGLX_mesa.so (libc6) => /usr/lib32/libGLX_mesa.so
	libGLX.so.0 (libc6,x86-64) => /usr/lib/libGLX.so.0
	libGLX.so.0 (libc6) => /usr/lib32/libGLX.so.0
	libGLX.so (libc6,x86-64) => /usr/lib/libGLX.so
	libGLX.so (libc6) => /usr/lib32/libGLX.so
	libGLU.so.1 (libc6,x86-64) => /usr/lib/libGLU.so.1
	libGLU.so.1 (libc6) => /usr/lib32/libGLU.so.1
	libGLU.so (libc6,x86-64) => /usr/lib/libGLU.so
	libGLU.so (libc6) => /usr/lib32/libGLU.so
	libGLEW.so.2.1 (libc6,x86-64) => /usr/lib/libGLEW.so.2.1
	libGLEW.so.1.10 (libc6,x86-64) => /usr/lib/libGLEW.so.1.10
	libGLEW.so.1.10 (libc6) => /usr/lib32/libGLEW.so.1.10
	libGLEW.so (libc6,x86-64) => /usr/lib/libGLEW.so
	libGLESv2.so.2 (libc6,x86-64) => /usr/lib/nvidia/libGLESv2.so.2
	libGLESv2.so.2 (libc6,x86-64) => /usr/lib/libGLESv2.so.2
	libGLESv2.so.2 (libc6) => /usr/lib32/nvidia/libGLESv2.so.2
	libGLESv2.so.2 (libc6) => /usr/lib32/libGLESv2.so.2
	libGLESv2.so (libc6,x86-64) => /usr/lib/nvidia/libGLESv2.so
	libGLESv2.so (libc6,x86-64) => /usr/lib/libGLESv2.so
	libGLESv2.so (libc6) => /usr/lib32/nvidia/libGLESv2.so
	libGLESv2.so (libc6) => /usr/lib32/libGLESv2.so
	libGLESv1_CM.so.1 (libc6,x86-64) => /usr/lib/nvidia/libGLESv1_CM.so.1
	libGLESv1_CM.so.1 (libc6,x86-64) => /usr/lib/libGLESv1_CM.so.1
	libGLESv1_CM.so.1 (libc6) => /usr/lib32/nvidia/libGLESv1_CM.so.1
	libGLESv1_CM.so.1 (libc6) => /usr/lib32/libGLESv1_CM.so.1
	libGLESv1_CM.so (libc6,x86-64) => /usr/lib/nvidia/libGLESv1_CM.so
	libGLESv1_CM.so (libc6,x86-64) => /usr/lib/libGLESv1_CM.so
	libGLESv1_CM.so (libc6) => /usr/lib32/nvidia/libGLESv1_CM.so
	libGLESv1_CM.so (libc6) => /usr/lib32/libGLESv1_CM.so
	libGL.so.1 (libc6,x86-64) => /usr/lib/nvidia/libGL.so.1
	libGL.so.1 (libc6,x86-64) => /usr/lib/libGL.so.1
	libGL.so.1 (libc6) => /usr/lib32/nvidia/libGL.so.1
	libGL.so.1 (libc6) => /usr/lib32/libGL.so.1
	libGL.so (libc6,x86-64) => /usr/lib/nvidia/libGL.so
	libGL.so (libc6,x86-64) => /usr/lib/libGL.so
	libGL.so (libc6) => /usr/lib32/nvidia/libGL.so
	libGL.so (libc6) => /usr/lib32/libGL.so
$ strace glxinfo 2>&1 | grep -i libgl
openat(AT_FDCWD, "/usr/lib/nvidia/libGL.so.1", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/lib/nvidia/libGL.so.340.107", O_RDONLY) = 3
openat(AT_FDCWD, "/usr/lib/nvidia/libGL.so.340.107", O_RDONLY) = 3
openat(AT_FDCWD, "/usr/lib/nvidia/libGL.so.340.107", O_RDONLY) = 4
openat(AT_FDCWD, "/usr/lib/nvidia/libGL.so.340.107", O_RDONLY) = 4
$ cat /etc/ld.so.conf
# Dynamic linker/loader configuration.
# See ld.so(8) and ldconfig(8) for details.

include /etc/ld.so.conf.d/*.conf
$ for f in $(find /etc/ld.so.conf.d -type f); do echo $f; cat $f; echo; done
/etc/ld.so.conf.d/00-lib32-nvidia.conf
/usr/lib32/nvidia/

/etc/ld.so.conf.d/fakeroot.conf
/usr/lib/libfakeroot

/etc/ld.so.conf.d/lib32-glibc.conf
/usr/lib32

/etc/ld.so.conf.d/openmpi.conf
/usr/lib/openmpi

/etc/ld.so.conf.d/00-nvidia.conf
/usr/lib/nvidia/

/etc/ld.so.conf.d/octave.conf
/usr/lib/octave/4.4.0

Offline

#7 2018-06-16 14:50:57

seth
Member
Registered: 2012-09-03
Posts: 51,215

Re: [SOLVED] Hybrid Graphics: Intel + nvidia-340xx = Intel Graphics break

pacman -Qo /etc/ld.so.conf.d/00-nvidia.conf
pacman -Qo /etc/ld.so.conf.d/00-lib32-nvidia.conf

Offline

#8 2018-06-16 15:20:29

Serede
Member
Registered: 2014-01-24
Posts: 14

Re: [SOLVED] Hybrid Graphics: Intel + nvidia-340xx = Intel Graphics break

$ pacman -Qo /etc/ld.so.conf.d/*nvidia.conf
/etc/ld.so.conf.d/00-lib32-nvidia.conf is owned by lib32-nvidia-340xx-utils 340.107-2
/etc/ld.so.conf.d/00-nvidia.conf is owned by nvidia-340xx-utils 340.107-2

Offline

#9 2018-06-16 15:44:33

seth
Member
Registered: 2012-09-03
Posts: 51,215

Re: [SOLVED] Hybrid Graphics: Intel + nvidia-340xx = Intel Graphics break

Yup, it's there.
Move them away (they're preferring the nvidia library path - optirun should do that for you)

Offline

#10 2018-06-16 16:14:38

Serede
Member
Registered: 2014-01-24
Posts: 14

Re: [SOLVED] Hybrid Graphics: Intel + nvidia-340xx = Intel Graphics break

seth wrote:

Yup, it's there.
Move them away (they're preferring the nvidia library path - optirun should do that for you)

I rm'd both files (which neither nvidia-utils nor nvidia-390xx-utils include btw), rebooted and the situation is exactly the same: same problem, same dynamic libraries linked. How can I track who's telling the linker to prefer NVIDIA's libGL?

EDIT: maybe the file list for nvidia-340xx-utils or the package itself can clarify what's going on.

EDIT 2: Oh nevermind, I had to run ldconfig in order to refresh the LD cache. After a reboot now everything works as intended.
We can consider this solved! I will update OP with the solution and contact Giancarlo suggesting to drop those files from nvidia-340xx-utils releases.
Thank you very much for your help @seth, I owe you a beer if we ever meet. Have a good one!

Last edited by Serede (2018-06-16 17:22:36)

Offline

Board footer

Powered by FluxBB