Skip to content

Instantly share code, notes, and snippets.

@claudioap
Created January 30, 2016 21:10
Show Gist options
  • Save claudioap/635502c401d5ed271818 to your computer and use it in GitHub Desktop.
Save claudioap/635502c401d5ed271818 to your computer and use it in GitHub Desktop.
Bumblebee and system logs
Jan 30 19:27:22 RandomHostname bumblebeed[1220]: [ 972.196809] [ERROR]Unloading nvidia driver timed out.
Jan 30 19:27:19 RandomHostname bumblebeed[1220]: rmmod: ERROR: Module nvidia is in use by: nvidia_modeset
Jan 30 19:27:18 RandomHostname bumblebeed[1220]: [ 968.453097] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
Jan 30 19:27:18 RandomHostname bumblebeed[1220]: [ 968.453087] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.
Jan 30 19:27:18 RandomHostname bumblebeed[1220]: [ 968.453078] [WARN][XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Jan 30 19:27:18 RandomHostname bumblebeed[1220]: [ 968.453066] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
Jan 30 19:13:27 RandomHostname bumblebeed[1220]: [ 137.697738] [ERROR]Unloading nvidia driver timed out.
[...] Loop
Jan 30 19:12:35 RandomHostname bumblebeed[1220]: rmmod: ERROR: Module nvidia is in use by: nvidia_modeset
Jan 30 19:12:21 RandomHostname bumblebeed[1220]: [ 71.335370] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
Jan 30 19:12:21 RandomHostname bumblebeed[1220]: [ 71.335361] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.
Jan 30 19:12:21 RandomHostname bumblebeed[1220]: [ 71.335351] [WARN][XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Jan 30 19:12:21 RandomHostname bumblebeed[1220]: [ 71.335341] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
Jan 30 19:12:09 RandomHostname bumblebeed[1220]: [ 59.183835] [INFO]/usr/bin/bumblebeed 3.2.1 started
Jan 30 19:12:09 RandomHostname systemd[1]: Started Bumblebee C Daemon.
# 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
# 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
[ 3280.240784] [DEBUG]Found card: 01:00.0 (discrete)
[ 3280.240858] [DEBUG]Found card: 00:02.0 (integrated)
[ 3280.240877] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 3280.241899] [DEBUG]Process /sbin/modprobe started, PID 4552.
[ 3280.242015] [DEBUG]Hiding stderr for execution of /sbin/modprobe
[ 3280.244013] [DEBUG]SIGCHILD received, but wait failed with No child processes
[ 3280.244061] [DEBUG]Detected nvidia driver (module nvidia)
[ 3280.244144] [DEBUG]bbswitch has been detected.
[ 3280.244159] [INFO]Switching method 'bbswitch' is available and will be used.
[ 3280.244171] [DEBUG]Active configuration:
[ 3280.244182] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 3280.244193] [DEBUG] X display: :8
[ 3280.244204] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
[ 3280.244216] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 3280.244227] [DEBUG] xorg.conf file: /etc/bumblebee/xorg.conf.nvidia
[ 3280.244239] [DEBUG] xorg.conf.d dir: /etc/bumblebee/xorg.conf.d
[ 3280.244250] [DEBUG] ModulePath: /usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
[ 3280.244261] [DEBUG] GID name: bumblebee
[ 3280.244272] [DEBUG] Power method: auto
[ 3280.244283] [DEBUG] Stop X on exit: 1
[ 3280.244294] [DEBUG] Driver: nvidia
[ 3280.244305] [DEBUG] Driver module: nvidia
[ 3280.244316] [DEBUG] Card shutdown state: 1
[ 3280.244475] [DEBUG]Process /sbin/modprobe started, PID 4553.
[ 3280.244686] [DEBUG]Hiding stderr for execution of /sbin/modprobe
[ 3280.246588] [DEBUG]SIGCHILD received, but wait failed with No child processes
[ 3280.246620] [DEBUG]Configuration test passed.
[ 3280.246983] [INFO]bumblebeed 3.2.1 started
[ 3280.247496] [INFO]Switching dedicated card OFF [bbswitch]
[ 3280.349491] [INFO]Initialization completed - now handling client requests
[ 3333.784136] [DEBUG]Accepted new connection
[ 3333.832694] [INFO]Switching dedicated card ON [bbswitch]
[ 3334.031438] [INFO]Loading driver nvidia (module nvidia)
[ 3334.031711] [DEBUG]Process modprobe started, PID 4577.
[ 3334.128247] [DEBUG]Process with PID 4577 returned code 0
[ 3334.128299] [INFO]Starting X server on display :8.
[ 3334.128364] [DEBUG]Process Xorg started, PID 4584.
[ 3334.904023] [DEBUG][XORG] X.Org X Server 1.18.0
[ 3334.904040] [DEBUG][XORG] Release Date: 2015-11-09
[ 3334.904044] [DEBUG][XORG] X Protocol Version 11, Revision 0
[ 3334.904047] [DEBUG][XORG] Build Operating System: Linux 4.2.5-1-ARCH x86_64
[ 3334.904050] [DEBUG][XORG] Current Operating System: Linux RandomHostname 4.3.3-3-ARCH #1 SMP PREEMPT Wed Jan 20 08:12:23 CET 2016 x86_64
[ 3334.904054] [DEBUG][XORG] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=bac7175e-3270-48ca-88f8-0f1d40bda23c rw intel_idle.max_cstate=7 nouveau.blacklist=1
[ 3334.904058] [DEBUG][XORG] Build Date: 08 January 2016 05:56:16PM
[ 3334.904061] [DEBUG][XORG] Current version of pixman: 0.32.8
[ 3334.904065] [DEBUG][XORG] Before reporting problems, check http://wiki.x.org
[ 3334.904069] [DEBUG][XORG] to make sure that you have the latest version.
[ 3334.904072] [DEBUG][XORG] Markers: (--) probed, (**) from config file, (==) default setting,
[ 3334.904075] [DEBUG][XORG] (++) from command line, (!!) notice, (II) informational,
[ 3334.904079] [DEBUG][XORG] (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3334.904082] [DEBUG][XORG] (==) Log file: "/var/log/Xorg.8.log", Time: Sat Jan 30 20:06:44 2016
[ 3334.904085] [DEBUG][XORG] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
[ 3334.904088] [DEBUG][XORG] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
[ 3334.904091] [DEBUG][XORG] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 3334.904095] [DEBUG][XORG] (==) ServerLayout "Layout0"
[ 3334.904098] [DEBUG][XORG] (**) |-->Screen "Default Screen" (0)
[ 3334.904101] [DEBUG][XORG] (**) | |-->Monitor "<default monitor>"
[ 3334.904104] [DEBUG][XORG] (**) | |-->Device "DiscreteNvidia"
[ 3334.904107] [DEBUG][XORG] (==) No monitor specified for screen "Default Screen".
[ 3334.904111] [DEBUG][XORG] Using a default monitor configuration.
[ 3334.904114] [DEBUG][XORG] (**) Option "AutoAddDevices" "false"
[ 3334.904117] [DEBUG][XORG] (**) Option "AutoAddGPU" "false"
[ 3334.904120] [DEBUG][XORG] (**) Not automatically adding devices
[ 3334.904123] [DEBUG][XORG] (==) Automatically enabling devices
[ 3334.904126] [DEBUG][XORG] (**) Not automatically adding GPU devices
[ 3334.904129] [DEBUG][XORG] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 3334.904133] [DEBUG][XORG] (==) FontPath set to:
[ 3334.904136] [DEBUG][XORG] /usr/share/fonts/misc/,
[ 3334.904139] [DEBUG][XORG] /usr/share/fonts/TTF/,
[ 3334.904142] [DEBUG][XORG] /usr/share/fonts/OTF/,
[ 3334.904146] [DEBUG][XORG] /usr/share/fonts/Type1/,
[ 3334.904149] [DEBUG][XORG] /usr/share/fonts/100dpi/,
[ 3334.904152] [DEBUG][XORG] /usr/share/fonts/75dpi/
[ 3334.904155] [DEBUG][XORG] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
[ 3334.904159] [DEBUG][XORG] (==) |-->Input Device "<default pointer>"
[ 3334.904162] [DEBUG][XORG] (==) |-->Input Device "<default keyboard>"
[ 3334.904165] [DEBUG][XORG] (==) The core pointer device wasn't specified explicitly in the layout.
[ 3334.904168] [DEBUG][XORG] Using the default mouse configuration.
[ 3334.904172] [DEBUG][XORG] (==) The core keyboard device wasn't specified explicitly in the layout.
[ 3334.904176] [DEBUG][XORG] Using the default keyboard configuration.
[ 3334.904179] [DEBUG][XORG] (II) Loader magic: 0x819d40
[ 3334.904182] [DEBUG][XORG] (II) Module ABI versions:
[ 3334.904184] [DEBUG][XORG] X.Org ANSI C Emulation: 0.4
[ 3334.904188] [DEBUG][XORG] X.Org Video Driver: 20.0
[ 3334.904191] [DEBUG][XORG] X.Org XInput driver : 22.1
[ 3334.904194] [DEBUG][XORG] X.Org Server Extension : 9.0
[ 3334.904197] [DEBUG][XORG] (--) using VT number 2
[ 3334.904200] [DEBUG][XORG] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 3334.904204] [DEBUG][XORG] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 3334.904208] [DEBUG][XORG] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 3334.904213] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 3334.904217] [DEBUG][XORG] (--) PCI:*(0:1:0:0) 10de:139b:1043:1c5d rev 162, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 3334.904222] [WARN][XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3334.904225] [DEBUG][XORG] (II) LoadModule: "glx"
[ 3334.904228] [DEBUG][XORG] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
[ 3334.904231] [DEBUG][XORG] (II) Module glx: vendor="NVIDIA Corporation"
[ 3334.904235] [DEBUG][XORG] compiled for 4.0.2, module version = 1.0.0
[ 3334.904238] [DEBUG][XORG] Module class: X.Org Server Extension
[ 3334.904241] [DEBUG][XORG] (II) NVIDIA GLX Module 358.16 Mon Nov 16 18:54:01 PST 2015
[ 3334.904243] [DEBUG][XORG] (II) LoadModule: "nvidia"
[ 3334.904246] [DEBUG][XORG] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 3334.904249] [DEBUG][XORG] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 3334.904252] [DEBUG][XORG] compiled for 4.0.2, module version = 1.0.0
[ 3334.904255] [DEBUG][XORG] Module class: X.Org Video Driver
[ 3334.904258] [DEBUG][XORG] (II) LoadModule: "mouse"
[ 3334.904260] [DEBUG][XORG] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[ 3334.904263] [DEBUG][XORG] (II) Module mouse: vendor="X.Org Foundation"
[ 3334.904266] [DEBUG][XORG] compiled for 1.18.0, module version = 1.9.1
[ 3334.904269] [DEBUG][XORG] Module class: X.Org XInput Driver
[ 3334.904272] [DEBUG][XORG] ABI class: X.Org XInput driver, version 22.1
[ 3334.904275] [DEBUG][XORG] (II) LoadModule: "kbd"
[ 3334.904279] [DEBUG][XORG] (WW) Warning, couldn't open module kbd
[ 3334.904281] [DEBUG][XORG] (II) UnloadModule: "kbd"
[ 3334.904284] [DEBUG][XORG] (II) Unloading kbd
[ 3334.904287] [DEBUG][XORG] (EE) Failed to load module "kbd" (module does not exist, 0)
[ 3334.904290] [DEBUG][XORG] (II) NVIDIA dlloader X Driver 358.16 Mon Nov 16 18:32:40 PST 2015
[ 3334.904293] [DEBUG][XORG] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 3334.904295] [DEBUG][XORG] (II) Loading sub module "fb"
[ 3334.904298] [DEBUG][XORG] (II) LoadModule: "fb"
[ 3334.904302] [DEBUG][XORG] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 3334.904305] [DEBUG][XORG] (II) Module fb: vendor="X.Org Foundation"
[ 3334.904308] [DEBUG][XORG] compiled for 1.18.0, module version = 1.0.0
[ 3334.904311] [DEBUG][XORG] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3334.904314] [DEBUG][XORG] (II) Loading sub module "wfb"
[ 3334.904316] [DEBUG][XORG] (II) LoadModule: "wfb"
[ 3334.904319] [DEBUG][XORG] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 3334.904321] [DEBUG][XORG] (II) Module wfb: vendor="X.Org Foundation"
[ 3334.904324] [DEBUG][XORG] compiled for 1.18.0, module version = 1.0.0
[ 3334.904327] [DEBUG][XORG] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3334.904330] [DEBUG][XORG] (II) Loading sub module "ramdac"
[ 3334.904333] [DEBUG][XORG] (II) LoadModule: "ramdac"
[ 3334.904335] [DEBUG][XORG] (II) Module "ramdac" already built-in
[ 3334.904338] [DEBUG][XORG] (II) NVIDIA(0): Creating default Display subsection in Screen section
[ 3334.904341] [DEBUG][XORG] "Default Screen" for depth/fbbpp 24/32
[ 3334.904344] [DEBUG][XORG] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 3334.904347] [DEBUG][XORG] (==) NVIDIA(0): RGB weight 888
[ 3334.904350] [DEBUG][XORG] (==) NVIDIA(0): Default visual is TrueColor
[ 3334.904353] [DEBUG][XORG] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 3334.904355] [DEBUG][XORG] (**) NVIDIA(0): Option "NoLogo" "true"
[ 3334.904358] [DEBUG][XORG] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
[ 3334.904361] [DEBUG][XORG] (**) NVIDIA(0): Option "UseEDID" "false"
[ 3334.904364] [DEBUG][XORG] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[ 3334.904366] [DEBUG][XORG] (**) NVIDIA(0): Enabling 2D acceleration
[ 3334.904369] [DEBUG][XORG] (**) NVIDIA(0): Ignoring EDIDs
[ 3334.904372] [DEBUG][XORG] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[ 3334.904375] [DEBUG][XORG] (**) NVIDIA(0): mode
[ 3334.904378] [DEBUG][XORG] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 3334.904381] [DEBUG][XORG] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960M (GM107-A) at PCI:1:0:0 (GPU-0)
[ 3334.904384] [DEBUG][XORG] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 3334.904387] [DEBUG][XORG] (--) NVIDIA(0): VideoBIOS: 82.07.97.00.0c
[ 3334.904390] [DEBUG][XORG] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 3334.904393] [DEBUG][XORG] (II) NVIDIA(0): Validated MetaModes:
[ 3334.904395] [DEBUG][XORG] (II) NVIDIA(0): "NULL"
[ 3334.904398] [DEBUG][XORG] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 3334.904402] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 3334.904405] [DEBUG][XORG] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 3334.904407] [DEBUG][XORG] (--) Depth 24 pixmap format is 32 bpp
[ 3334.904410] [DEBUG][XORG] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 3334.904413] [DEBUG][XORG] (II) NVIDIA: access.
[ 3334.904415] [DEBUG][XORG] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 3334.904418] [DEBUG][XORG] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 3334.904422] [DEBUG][XORG] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 3334.904425] [DEBUG][XORG] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 3334.904428] [DEBUG][XORG] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 3334.904431] [DEBUG][XORG] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 3334.904434] [DEBUG][XORG] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 3334.904438] [DEBUG][XORG] (II) NVIDIA(0): Config Options in the README.
[ 3334.904441] [DEBUG][XORG] (II) NVIDIA(0): Setting mode "NULL"
[ 3334.904444] [DEBUG][XORG] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 3334.904448] [DEBUG][XORG] (==) NVIDIA(0): Backing store enabled
[ 3334.904450] [DEBUG][XORG] (==) NVIDIA(0): Silken mouse enabled
[ 3334.904453] [DEBUG][XORG] (==) NVIDIA(0): DPMS enabled
[ 3334.904455] [DEBUG][XORG] (II) Loading sub module "dri2"
[ 3334.904457] [DEBUG][XORG] (II) LoadModule: "dri2"
[ 3334.904459] [DEBUG][XORG] (II) Module "dri2" already built-in
[ 3334.904461] [DEBUG][XORG] (II) NVIDIA(0): [DRI2] Setup complete
[ 3334.904463] [DEBUG][XORG] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 3334.904465] [DEBUG][XORG] (--) RandR disabled
[ 3334.904467] [DEBUG][XORG] (II) Initializing extension GLX
[ 3334.904469] [DEBUG][XORG] (II) Indirect GLX disabled.(II) Using input driver 'mouse' for '<default pointer>'
[ 3334.904471] [DEBUG][XORG] (**) Option "CorePointer" "on"
[ 3334.904473] [DEBUG][XORG] (**) <default pointer>: always reports core events
[ 3334.904476] [DEBUG][XORG] (WW) <default pointer>: No Device specified, looking for one...
[ 3334.904478] [DEBUG][XORG] (II) <default pointer>: Setting Device option to "/dev/input/mice"
[ 3334.904480] [DEBUG][XORG] (--) <default pointer>: Device: "/dev/input/mice"
[ 3334.904482] [DEBUG][XORG] (==) <default pointer>: Protocol: "Auto"
[ 3334.904484] [DEBUG][XORG] (**) <default pointer>: always reports core events
[ 3334.904487] [DEBUG][XORG] (**) Option "Device" "/dev/input/mice"
[ 3334.904488] [DEBUG][XORG] (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
[ 3334.904491] [DEBUG][XORG] (**) <default pointer>: ZAxisMapping: buttons 4 and 5
[ 3334.904493] [DEBUG][XORG] (**) <default pointer>: Buttons: 9
[ 3334.904495] [DEBUG][XORG] (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE, id 6)
[ 3334.904497] [DEBUG][XORG] (**) <default pointer>: (accel) keeping acceleration scheme 1
[ 3334.904499] [DEBUG][XORG] (**) <default pointer>: (accel) acceleration profile 0
[ 3334.904501] [DEBUG][XORG] (**) <default pointer>: (accel) acceleration factor: 2.000
[ 3334.904503] [DEBUG][XORG] (**) <default pointer>: (accel) acceleration threshold: 4
[ 3334.904505] [DEBUG][XORG] (II) <default pointer>: Setting mouse protocol to "ExplorerPS/2"
[ 3334.904508] [DEBUG][XORG] (II) <default pointer>: ps2EnableDataReporting: succeeded
[ 3334.904510] [DEBUG][XORG] (II) LoadModule: "kbd"
[ 3334.904512] [DEBUG][XORG] (WW) Warning, couldn't open module kbd
[ 3334.904517] [DEBUG][XORG] (II) UnloadModule: "kbd"
[ 3334.904519] [DEBUG][XORG] (II) Unloading kbd
[ 3334.904521] [DEBUG][XORG] (EE) Failed to load module "kbd" (module does not exist, 0)
[ 3334.904523] [DEBUG][XORG] (EE) No input driver matching `kbd'
[ 3334.904525] [DEBUG][XORG] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 3334.904527] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904529] [DEBUG][XORG] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 3334.904531] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904533] [DEBUG][XORG] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 3334.904535] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904538] [DEBUG][XORG] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 3334.904540] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904542] [DEBUG][XORG] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 3334.904544] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904546] [DEBUG][XORG] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 3334.904548] [DEBUG][XORG] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 3334.904551] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 3334.904553] [DEBUG][XORG] (II) config/udev: Adding input device USB2.0 HD UVC WebCam (/dev/input/event5)
[ 3334.904556] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904558] [DEBUG][XORG] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure Optical (/dev/input/event15)
[ 3334.904560] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904728] [DEBUG][XORG] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure Optical (/dev/input/mouse1)
[ 3334.904733] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904735] [DEBUG][XORG] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure Optical (/dev/input/event17)
[ 3334.904738] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904741] [DEBUG][XORG] (II) config/udev: Adding input device HID Keyboard Device (/dev/input/event14)
[ 3334.904743] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904745] [DEBUG][XORG] (II) config/udev: Adding input device HID Keyboard Device (/dev/input/event16)
[ 3334.904748] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904750] [DEBUG][XORG] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event9)
[ 3334.904752] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904754] [DEBUG][XORG] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse0)
[ 3334.904756] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904758] [DEBUG][XORG] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[ 3334.904760] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904763] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[ 3334.904765] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904767] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[ 3334.904769] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904771] [DEBUG][XORG] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[ 3334.904774] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904776] [DEBUG][XORG] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[ 3334.904779] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904781] [DEBUG][XORG] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 3334.904783] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.904785] [DEBUG][XORG] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 3334.904787] [DEBUG][XORG] (II) AutoAddDevices is off - not adding device.
[ 3334.905002] [INFO]X successfully started in 0 seconds
[ 3395.162565] [DEBUG]Socket closed.
[ 3395.162581] [INFO]Stopping X server
[ 3395.254434] [DEBUG]Process with PID 4584 returned code 0
[ 3395.254958] [INFO]Unloading nvidia driver
[ 3395.255046] [DEBUG]Process rmmod started, PID 4618.
rmmod: ERROR: Module nvidia is in use by: nvidia_modeset
[ 3395.255667] [DEBUG]Process with PID 4618 returned code 1
[ 3398.262795] [ERROR]Unloading nvidia driver timed out.
[ 3398.262849] [DEBUG]Drivers are still loaded, unable to disable card
[ 3398.262872] [DEBUG][XORG] (II) UnloadModule: "mouse"
[ 3398.262877] [DEBUG][XORG] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 3398.262882] [DEBUG][XORG] (II) Server terminated successfully (0). Closing log file.
[ 967.618134] vgaarb: this pci device is not a vga device
[ 967.829181] vgaarb: this pci device is not a vga device
[ 1153.190430] vgaarb: this pci device is not a vga device
[ 1153.410795] vgaarb: this pci device is not a vga device
[ 2090.438536] [drm:fw_domains_get [i915]] *ERROR* media: timed out waiting for forcewake ack request.
[ 2090.724467] vgaarb: this pci device is not a vga device
[ 2090.945545] vgaarb: this pci device is not a vga device
[ 2123.430912] vgaarb: this pci device is not a vga device
[ 2123.624984] vgaarb: this pci device is not a vga device
[ 2128.214171] vgaarb: this pci device is not a vga device
[ 2128.409327] vgaarb: this pci device is not a vga device
[ 2139.678742] vgaarb: this pci device is not a vga device
[ 2139.874202] vgaarb: this pci device is not a vga device
[ 3333.641358] vgaarb: this pci device is not a vga device
[ 3333.857939] vgaarb: this pci device is not a vga device
[ 4604.963336] [drm:check_wm_state [i915]] *ERROR* mismatch in DDB state pipe A plane 1 (expected (0,0), found (0,438))
[ 4604.963365] [drm:check_wm_state [i915]] *ERROR* mismatch in DDB state pipe A cursor (expected (0,0), found (438,446))
[ 6528.528705] vgaarb: this pci device is not a vga device
[ 6528.739976] vgaarb: this pci device is not a vga device
[ 2076.042196] nvidia-modeset: Unloading
[ 2076.061475] nvidia-nvlink: Unregistered the Nvlink Core, major device number 244
[ 2076.061782] [drm] Module unloaded
[ 2077.689224] bbswitch: disabling discrete graphics
[ 2077.700804] pci 0000:01:00.0: Refused to change power state, currently in D0
[ 2090.486697] bbswitch: enabling discrete graphics
[ 2090.711480] nvidia-nvlink: Nvlink Core is being initialized, major device number 244
[ 2090.711575] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 1
[ 2091.011415] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 358.16 Mon Nov 16 18:58:09 PST 2015
[ 2280.474673] steamwebhelper[3718]: segfault at 2c ip 00000000f22cd11e sp 00000000ffcdfa00 error 6 in libcef.so[f1ed5000+5461000]
[ 3268.623969] nvidia-modeset: Unloading
[ 3268.644058] nvidia-nvlink: Unregistered the Nvlink Core, major device number 244
[ 3268.644275] [drm] Module unloaded
[ 3279.749673] bbswitch: disabling discrete graphics
[ 3279.762205] pci 0000:01:00.0: Refused to change power state, currently in D0
[ 3333.374788] bbswitch: enabling discrete graphics
[ 3333.621173] nvidia-nvlink: Nvlink Core is being initialized, major device number 244
[ 3333.621335] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 1
[ 3333.922198] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 358.16 Mon Nov 16 18:58:09 PST 2015
[ 6505.030030] nvidia-modeset: Unloading
[ 6505.042224] nvidia-nvlink: Unregistered the Nvlink Core, major device number 244
[ 6505.042505] [drm] Module unloaded
[ 6510.260968] bbswitch: disabling discrete graphics
[ 6510.274403] pci 0000:01:00.0: Refused to change power state, currently in D0
[ 6528.299562] bbswitch: enabling discrete graphics
[ 6528.515285] nvidia-nvlink: Nvlink Core is being initialized, major device number 244
[ 6528.515498] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 1
[ 6528.806378] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 358.16 Mon Nov 16 18:58:09 PST 2015
[ 6493.158197] Call Trace:
[ 6493.158209] [<ffffffff812c0dc9>] dump_stack+0x4b/0x72
[ 6493.158216] [<ffffffff81074f42>] warn_slowpath_common+0x82/0xc0
[ 6493.158222] [<ffffffff81074fdc>] warn_slowpath_fmt+0x5c/0x80
[ 6493.158238] [<ffffffffa0686b37>] skl_update_other_pipe_wm+0x1e7/0x1f0 [i915]
[ 6493.158255] [<ffffffffa0686d03>] skl_update_wm+0x1c3/0x6d0 [i915]
[ 6493.158263] [<ffffffff8104eeea>] ? lapic_next_deadline+0x2a/0x30
[ 6493.158268] [<ffffffff810eb962>] ? clockevents_program_event+0x82/0x120
[ 6493.158273] [<ffffffff810ed7e4>] ? tick_program_event+0x44/0x70
[ 6493.158290] [<ffffffffa068b11e>] intel_update_watermarks+0x1e/0x30 [i915]
[ 6493.158314] [<ffffffffa06d9b9a>] intel_begin_crtc_commit+0xaa/0xc0 [i915]
[ 6493.158323] [<ffffffffa060207b>] drm_atomic_helper_commit_planes_on_crtc+0x5b/0x260 [drm_kms_helper]
[ 6493.158346] [<ffffffffa06e7d1f>] intel_atomic_commit+0x22f/0x13d0 [i915]
[ 6493.158353] [<ffffffff811bd822>] ? __kmalloc_track_caller+0x32/0x250
[ 6493.158365] [<ffffffffa05347a5>] ? drm_atomic_check_only+0x215/0x540 [drm]
[ 6493.158375] [<ffffffffa0533b4d>] ? drm_atomic_get_crtc_state+0x6d/0xd0 [drm]
[ 6493.158383] [<ffffffffa0534b07>] drm_atomic_commit+0x37/0x60 [drm]
[ 6493.158391] [<ffffffffa06024d9>] drm_atomic_helper_update_plane+0xe9/0x130 [drm_kms_helper]
[ 6493.158406] [<ffffffffa0524763>] __setplane_internal+0x2c3/0x2f0 [drm]
[ 6493.158417] [<ffffffffa05248bb>] drm_mode_cursor_universal+0x12b/0x210 [drm]
[ 6493.158429] [<ffffffffa0524a21>] drm_mode_cursor_common+0x81/0x180 [drm]
[ 6493.158442] [<ffffffffa0528470>] drm_mode_cursor_ioctl+0x50/0x70 [drm]
[ 6493.158452] [<ffffffffa05195c8>] drm_ioctl+0x138/0x500 [drm]
[ 6493.158464] [<ffffffffa0528420>] ? drm_mode_setcrtc+0x4f0/0x4f0 [drm]
[ 6493.158471] [<ffffffff811d9037>] ? __vfs_read+0x37/0x100
[ 6493.158476] [<ffffffff811eb5f5>] do_vfs_ioctl+0x295/0x480
[ 6493.158482] [<ffffffff81081091>] ? __set_task_blocked+0x41/0xa0
[ 6493.158489] [<ffffffff811f5597>] ? __fget+0x77/0xb0
[ 6493.158493] [<ffffffff811eb859>] SyS_ioctl+0x79/0x90
[ 6493.158499] [<ffffffff81083bde>] ? SyS_rt_sigprocmask+0x8e/0xc0
[ 6493.158508] [<ffffffff81583d2e>] entry_SYSCALL_64_fastpath+0x12/0x71
[ 6493.158511] ---[ end trace 9861455d03f45896 ]---
[ 6499.437249] ------------[ cut here ]------------
[ 6499.437285] WARNING: CPU: 2 PID: 682 at drivers/gpu/drm/i915/intel_pm.c:3668 skl_update_other_pipe_wm+0x1e7/0x1f0 [i915]()
[ 6499.437289] WARN_ON(!wm_changed)
[ 6499.437292] Modules linked in:
[ 6499.437297] nvidia_modeset(PO) nvidia(PO) bbswitch(O) sha256_ssse3 sha256_generic hmac drbg ansi_cprng ctr ccm fuse hid_roccat_konepure hid_roccat hid_generic hid_roccat_common uas usb_storage usbhid snd_hda_codec_hdmi snd_hda_codec_conexant snd_hda_codec_generic joydev mousedev arc4 i2c_designware_platform i2c_designware_core iwlmvm asus_nb_wmi asus_wmi mac80211 sparse_keymap mxm_wmi iwlwifi rtsx_pci_ms cfg80211 intel_rapl r8169 memstick x86_pkg_temp_thermal intel_powerclamp mii coretemp kvm_intel kvm nls_iso8859_1 crct10dif_pclmul nls_cp437 crc32_pclmul i915 vfat crc32c_intel fat snd_hda_intel aesni_intel snd_hda_codec aes_x86_64 lrw gf128mul drm_kms_helper glue_helper snd_hda_core idma64 ablk_helper uvcvideo snd_hwdep virt_dma cryptd drm snd_pcm evdev videobuf2_vmalloc input_leds videobuf2_memops
[ 6499.437412] led_class snd_timer intel_gtt videobuf2_core mac_hid pcspkr snd serio_raw v4l2_common syscopyarea hci_uart soundcore sysfillrect sysimgblt videodev btbcm fb_sys_fops processor_thermal_device i2c_i801 mei_me btqca intel_soc_dts_iosf media i2c_algo_bit btintel mei iosf_mbi shpchp intel_lpss_pci i2c_hid elan_i2c thermal hid int3403_thermal bluetooth wmi pinctrl_sunrisepoint battery rfkill pinctrl_intel tpm_crb intel_lpss_acpi video int3400_thermal int3402_thermal intel_lpss tpm acpi_thermal_rel int340x_thermal_zone ac fjes acpi_pad processor button sch_fq_codel ip_tables x_tables ext4 crc16 mbcache jbd2 sr_mod sd_mod cdrom rtsx_pci_sdmmc mmc_core atkbd libps2 ahci libahci xhci_pci libata xhci_hcd rtsx_pci scsi_mod usbcore usb_common i8042 serio [last unloaded: nvidia]
[ 6499.437517] CPU: 2 PID: 682 Comm: Xorg Tainted: P W O 4.3.3-3-ARCH #1
[ 6499.437520] Hardware name: ASUSTeK COMPUTER INC. GL552VW/GL552VW, BIOS GL552VW.216 11/20/2015
[ 6499.437524] 0000000000000000 00000000d16247aa ffff88045660b600 ffffffff812c0dc9
[ 6499.437531] ffff88045660b648 ffff88045660b638 ffffffff81074f42 ffff88046dad8000
[ 6499.437537] ffff88045660b78c ffff88046dad9000 0000000000000000 ffff88045660b6d8
[ 6499.437542] Call Trace:
[ 6499.437556] [<ffffffff812c0dc9>] dump_stack+0x4b/0x72
[ 6499.437564] [<ffffffff81074f42>] warn_slowpath_common+0x82/0xc0
[ 6499.437570] [<ffffffff81074fdc>] warn_slowpath_fmt+0x5c/0x80
[ 6499.437588] [<ffffffffa0686b37>] skl_update_other_pipe_wm+0x1e7/0x1f0 [i915]
[ 6499.437606] [<ffffffffa0686d03>] skl_update_wm+0x1c3/0x6d0 [i915]
[ 6499.437620] [<ffffffffa067c6dc>] ? i915_get_vblank_timestamp+0x5c/0x90 [i915]
[ 6499.437640] [<ffffffffa068b11e>] intel_update_watermarks+0x1e/0x30 [i915]
[ 6499.437665] [<ffffffffa06e7efd>] intel_atomic_commit+0x40d/0x13d0 [i915]
[ 6499.437678] [<ffffffffa05347a5>] ? drm_atomic_check_only+0x215/0x540 [drm]
[ 6499.437689] [<ffffffffa0533b12>] ? drm_atomic_get_crtc_state+0x32/0xd0 [drm]
[ 6499.437699] [<ffffffffa0534b07>] drm_atomic_commit+0x37/0x60 [drm]
[ 6499.437709] [<ffffffffa060260f>] drm_atomic_helper_disable_plane+0xef/0x130 [drm_kms_helper]
[ 6499.437725] [<ffffffffa05246da>] __setplane_internal+0x23a/0x2f0 [drm]
[ 6499.437737] [<ffffffffa05248bb>] drm_mode_cursor_universal+0x12b/0x210 [drm]
[ 6499.437750] [<ffffffffa0524a21>] drm_mode_cursor_common+0x81/0x180 [drm]
[ 6499.437765] [<ffffffffa0528470>] drm_mode_cursor_ioctl+0x50/0x70 [drm]
[ 6499.437777] [<ffffffffa05195c8>] drm_ioctl+0x138/0x500 [drm]
[ 6499.437790] [<ffffffffa0528420>] ? drm_mode_setcrtc+0x4f0/0x4f0 [drm]
[ 6499.437799] [<ffffffff811f5597>] ? __fget+0x77/0xb0
[ 6499.437804] [<ffffffff811eb5f5>] do_vfs_ioctl+0x295/0x480
[ 6499.437811] [<ffffffff81081091>] ? __set_task_blocked+0x41/0xa0
[ 6499.437817] [<ffffffff811f5597>] ? __fget+0x77/0xb0
[ 6499.437822] [<ffffffff811eb859>] SyS_ioctl+0x79/0x90
[ 6499.437829] [<ffffffff81083bde>] ? SyS_rt_sigprocmask+0x8e/0xc0
[ 6499.437837] [<ffffffff81583d2e>] entry_SYSCALL_64_fastpath+0x12/0x71
[ 6499.437842] ---[ end trace 9861455d03f45897 ]---
[ 6505.030030] nvidia-modeset: Unloading
[ 6505.042224] nvidia-nvlink: Unregistered the Nvlink Core, major device number 244
[ 6505.042505] [drm] Module unloaded
[ 6510.260968] bbswitch: disabling discrete graphics
[ 6510.260993] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[ 6510.274403] pci 0000:01:00.0: Refused to change power state, currently in D0
[ 6516.937282] ------------[ cut here ]------------
[ 6516.937312] WARNING: CPU: 2 PID: 682 at drivers/gpu/drm/i915/intel_pm.c:3668 skl_update_other_pipe_wm+0x1e7/0x1f0 [i915]()
[ 6516.937315] WARN_ON(!wm_changed)
[ 6516.937318] Modules linked in:
[ 6516.937321] bbswitch(O) sha256_ssse3 sha256_generic hmac drbg ansi_cprng ctr ccm fuse hid_roccat_konepure hid_roccat hid_generic hid_roccat_common uas usb_storage usbhid snd_hda_codec_hdmi snd_hda_codec_conexant snd_hda_codec_generic joydev mousedev arc4 i2c_designware_platform i2c_designware_core iwlmvm asus_nb_wmi asus_wmi mac80211 sparse_keymap mxm_wmi iwlwifi rtsx_pci_ms cfg80211 intel_rapl r8169 memstick x86_pkg_temp_thermal intel_powerclamp mii coretemp kvm_intel kvm nls_iso8859_1 crct10dif_pclmul nls_cp437 crc32_pclmul i915 vfat crc32c_intel fat snd_hda_intel aesni_intel snd_hda_codec aes_x86_64 lrw gf128mul drm_kms_helper glue_helper snd_hda_core idma64 ablk_helper uvcvideo snd_hwdep virt_dma cryptd drm snd_pcm evdev videobuf2_vmalloc input_leds videobuf2_memops led_class snd_timer intel_gtt
[ 6516.937398] videobuf2_core mac_hid pcspkr snd serio_raw v4l2_common syscopyarea hci_uart soundcore sysfillrect sysimgblt videodev btbcm fb_sys_fops processor_thermal_device i2c_i801 mei_me btqca intel_soc_dts_iosf media i2c_algo_bit btintel mei iosf_mbi shpchp intel_lpss_pci i2c_hid elan_i2c thermal hid int3403_thermal bluetooth wmi pinctrl_sunrisepoint battery rfkill pinctrl_intel tpm_crb intel_lpss_acpi video int3400_thermal int3402_thermal intel_lpss tpm acpi_thermal_rel int340x_thermal_zone ac fjes acpi_pad processor button sch_fq_codel ip_tables x_tables ext4 crc16 mbcache jbd2 sr_mod sd_mod cdrom rtsx_pci_sdmmc mmc_core atkbd libps2 ahci libahci xhci_pci libata xhci_hcd rtsx_pci scsi_mod usbcore usb_common i8042 serio [last unloaded: nvidia]
[ 6516.937478] CPU: 2 PID: 682 Comm: Xorg Tainted: P W O 4.3.3-3-ARCH #1
[ 6516.937481] Hardware name: ASUSTeK COMPUTER INC. GL552VW/GL552VW, BIOS GL552VW.216 11/20/2015
[ 6516.937484] 0000000000000000 00000000d16247aa ffff88045660b570 ffffffff812c0dc9
[ 6516.937491] ffff88045660b5b8 ffff88045660b5a8 ffffffff81074f42 ffff88046dad9000
[ 6516.937496] ffff88045660b6fc ffff88046dad8000 0000000000000000 ffff88045660b648
[ 6516.937501] Call Trace:
[ 6516.937512] [<ffffffff812c0dc9>] dump_stack+0x4b/0x72
[ 6516.937519] [<ffffffff81074f42>] warn_slowpath_common+0x82/0xc0
[ 6516.937525] [<ffffffff81074fdc>] warn_slowpath_fmt+0x5c/0x80
[ 6516.937541] [<ffffffffa0686b37>] skl_update_other_pipe_wm+0x1e7/0x1f0 [i915]
[ 6516.937558] [<ffffffffa0686d03>] skl_update_wm+0x1c3/0x6d0 [i915]
[ 6516.937576] [<ffffffffa068b11e>] intel_update_watermarks+0x1e/0x30 [i915]
[ 6516.937598] [<ffffffffa06d9b9a>] intel_begin_crtc_commit+0xaa/0xc0 [i915]
[ 6516.937608] [<ffffffffa060207b>] drm_atomic_helper_commit_planes_on_crtc+0x5b/0x260 [drm_kms_helper]
[ 6516.937630] [<ffffffffa06e7d1f>] intel_atomic_commit+0x22f/0x13d0 [i915]
[ 6516.937638] [<ffffffff811bd822>] ? __kmalloc_track_caller+0x32/0x250
[ 6516.937650] [<ffffffffa05347a5>] ? drm_atomic_check_only+0x215/0x540 [drm]
[ 6516.937659] [<ffffffffa0533b4d>] ? drm_atomic_get_crtc_state+0x6d/0xd0 [drm]
[ 6516.937668] [<ffffffffa0534b07>] drm_atomic_commit+0x37/0x60 [drm]
[ 6516.937676] [<ffffffffa06024d9>] drm_atomic_helper_update_plane+0xe9/0x130 [drm_kms_helper]
[ 6516.937690] [<ffffffffa0524763>] __setplane_internal+0x2c3/0x2f0 [drm]
[ 6516.937702] [<ffffffffa05248bb>] drm_mode_cursor_universal+0x12b/0x210 [drm]
[ 6516.937714] [<ffffffffa0524a21>] drm_mode_cursor_common+0x81/0x180 [drm]
[ 6516.937728] [<ffffffffa0528470>] drm_mode_cursor_ioctl+0x50/0x70 [drm]
[ 6516.937738] [<ffffffffa05195c8>] drm_ioctl+0x138/0x500 [drm]
[ 6516.937750] [<ffffffffa0528420>] ? drm_mode_setcrtc+0x4f0/0x4f0 [drm]
[ 6516.937757] [<ffffffff811d9037>] ? __vfs_read+0x37/0x100
[ 6516.937762] [<ffffffff811eb5f5>] do_vfs_ioctl+0x295/0x480
[ 6516.937769] [<ffffffff81081091>] ? __set_task_blocked+0x41/0xa0
[ 6516.937775] [<ffffffff811f5597>] ? __fget+0x77/0xb0
[ 6516.937779] [<ffffffff811eb859>] SyS_ioctl+0x79/0x90
[ 6516.937787] [<ffffffff81583d2e>] entry_SYSCALL_64_fastpath+0x12/0x71
[ 6516.937791] ---[ end trace 9861455d03f45898 ]---
[ 6517.761901] ------------[ cut here ]------------
[ 6517.761940] WARNING: CPU: 2 PID: 682 at drivers/gpu/drm/i915/intel_pm.c:3668 skl_update_other_pipe_wm+0x1e7/0x1f0 [i915]()
[ 6517.761944] WARN_ON(!wm_changed)
[ 6517.761947] Modules linked in:
[ 6517.761952] bbswitch(O) sha256_ssse3 sha256_generic hmac drbg ansi_cprng ctr ccm fuse hid_roccat_konepure hid_roccat hid_generic hid_roccat_common uas usb_storage usbhid snd_hda_codec_hdmi snd_hda_codec_conexant snd_hda_codec_generic joydev mousedev arc4 i2c_designware_platform i2c_designware_core iwlmvm asus_nb_wmi asus_wmi mac80211 sparse_keymap mxm_wmi iwlwifi rtsx_pci_ms cfg80211 intel_rapl r8169 memstick x86_pkg_temp_thermal intel_powerclamp mii coretemp kvm_intel kvm nls_iso8859_1 crct10dif_pclmul nls_cp437 crc32_pclmul i915 vfat crc32c_intel fat snd_hda_intel aesni_intel snd_hda_codec aes_x86_64 lrw gf128mul drm_kms_helper glue_helper snd_hda_core idma64 ablk_helper uvcvideo snd_hwdep virt_dma cryptd drm snd_pcm evdev videobuf2_vmalloc input_leds videobuf2_memops led_class snd_timer intel_gtt
[ 6517.762063] videobuf2_core mac_hid pcspkr snd serio_raw v4l2_common syscopyarea hci_uart soundcore sysfillrect sysimgblt videodev btbcm fb_sys_fops processor_thermal_device i2c_i801 mei_me btqca intel_soc_dts_iosf media i2c_algo_bit btintel mei iosf_mbi shpchp intel_lpss_pci i2c_hid elan_i2c thermal hid int3403_thermal bluetooth wmi pinctrl_sunrisepoint battery rfkill pinctrl_intel tpm_crb intel_lpss_acpi video int3400_thermal int3402_thermal intel_lpss tpm acpi_thermal_rel int340x_thermal_zone ac fjes acpi_pad processor button sch_fq_codel ip_tables x_tables ext4 crc16 mbcache jbd2 sr_mod sd_mod cdrom rtsx_pci_sdmmc mmc_core atkbd libps2 ahci libahci xhci_pci libata xhci_hcd rtsx_pci scsi_mod usbcore usb_common i8042 serio [last unloaded: nvidia]
[ 6517.762165] CPU: 2 PID: 682 Comm: Xorg Tainted: P W O 4.3.3-3-ARCH #1
[ 6517.762169] Hardware name: ASUSTeK COMPUTER INC. GL552VW/GL552VW, BIOS GL552VW.216 11/20/2015
[ 6517.762172] 0000000000000000 00000000d16247aa ffff88045660b600 ffffffff812c0dc9
[ 6517.762179] ffff88045660b648 ffff88045660b638 ffffffff81074f42 ffff88046dad9000
[ 6517.762185] ffff88045660b78c ffff88046dad8000 0000000000000000 ffff88045660b6d8
[ 6517.762191] Call Trace:
[ 6517.762204] [<ffffffff812c0dc9>] dump_stack+0x4b/0x72
[ 6517.762212] [<ffffffff81074f42>] warn_slowpath_common+0x82/0xc0
[ 6517.762218] [<ffffffff81074fdc>] warn_slowpath_fmt+0x5c/0x80
[ 6517.762237] [<ffffffffa0686b37>] skl_update_other_pipe_wm+0x1e7/0x1f0 [i915]
[ 6517.762255] [<ffffffffa0686d03>] skl_update_wm+0x1c3/0x6d0 [i915]
[ 6517.762270] [<ffffffffa067c6dc>] ? i915_get_vblank_timestamp+0x5c/0x90 [i915]
[ 6517.762289] [<ffffffffa068b11e>] intel_update_watermarks+0x1e/0x30 [i915]
[ 6517.762313] [<ffffffffa06e7efd>] intel_atomic_commit+0x40d/0x13d0 [i915]
[ 6517.762326] [<ffffffffa05347a5>] ? drm_atomic_check_only+0x215/0x540 [drm]
[ 6517.762337] [<ffffffffa0533b12>] ? drm_atomic_get_crtc_state+0x32/0xd0 [drm]
[ 6517.762347] [<ffffffffa0534b07>] drm_atomic_commit+0x37/0x60 [drm]
[ 6517.762359] [<ffffffffa060260f>] drm_atomic_helper_disable_plane+0xef/0x130 [drm_kms_helper]
[ 6517.762375] [<ffffffffa05246da>] __setplane_internal+0x23a/0x2f0 [drm]
[ 6517.762389] [<ffffffffa05248bb>] drm_mode_cursor_universal+0x12b/0x210 [drm]
[ 6517.762402] [<ffffffffa0524a21>] drm_mode_cursor_common+0x81/0x180 [drm]
[ 6517.762417] [<ffffffffa0528470>] drm_mode_cursor_ioctl+0x50/0x70 [drm]
[ 6517.762428] [<ffffffffa05195c8>] drm_ioctl+0x138/0x500 [drm]
[ 6517.762442] [<ffffffffa0528420>] ? drm_mode_setcrtc+0x4f0/0x4f0 [drm]
[ 6517.762457] [<ffffffff811f5597>] ? __fget+0x77/0xb0
[ 6517.762463] [<ffffffff811eb5f5>] do_vfs_ioctl+0x295/0x480
[ 6517.762470] [<ffffffff81081091>] ? __set_task_blocked+0x41/0xa0
[ 6517.762476] [<ffffffff811f5597>] ? __fget+0x77/0xb0
[ 6517.762481] [<ffffffff811eb859>] SyS_ioctl+0x79/0x90
[ 6517.762487] [<ffffffff81083bde>] ? SyS_rt_sigprocmask+0x8e/0xc0
[ 6517.762496] [<ffffffff81583d2e>] entry_SYSCALL_64_fastpath+0x12/0x71
[ 6517.762500] ---[ end trace 9861455d03f45899 ]---
[ 6528.299562] bbswitch: enabling discrete graphics
[ 6528.515285] nvidia-nvlink: Nvlink Core is being initialized, major device number 244
[ 6528.515498] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 1
[ 6528.515501] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 358.16 Mon Nov 16 19:25:55 PST 2015
[ 6528.528705] vgaarb: this pci device is not a vga device
[ 6528.530644] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[ 6528.530690] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[ 6528.530714] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[ 6528.530737] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[ 6528.530758] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[ 6528.530791] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[ 6528.530812] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[ 6528.556998] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[ 6528.739976] vgaarb: this pci device is not a vga device
[ 6528.806378] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 358.16 Mon Nov 16 18:58:09 PST 2015
[ 6535.583230] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150818/nsarguments-95)
[ 6536.971082] ------------[ cut here ]------------
[ 6536.971116] WARNING: CPU: 2 PID: 682 at drivers/gpu/drm/i915/intel_pm.c:3668 skl_update_other_pipe_wm+0x1e7/0x1f0 [i915]()
[ 6536.971119] WARN_ON(!wm_changed)
[ 6536.971122] Modules linked in:
[ 6536.971126] nvidia_modeset(PO) nvidia(PO) bbswitch(O) sha256_ssse3 sha256_generic hmac drbg ansi_cprng ctr ccm fuse hid_roccat_konepure hid_roccat hid_generic hid_roccat_common uas usb_storage usbhid snd_hda_codec_hdmi snd_hda_codec_conexant snd_hda_codec_generic joydev mousedev arc4 i2c_designware_platform i2c_designware_core iwlmvm asus_nb_wmi asus_wmi mac80211 sparse_keymap mxm_wmi iwlwifi rtsx_pci_ms cfg80211 intel_rapl r8169 memstick x86_pkg_temp_thermal intel_powerclamp mii coretemp kvm_intel kvm nls_iso8859_1 crct10dif_pclmul nls_cp437 crc32_pclmul i915 vfat crc32c_intel fat snd_hda_intel aesni_intel snd_hda_codec aes_x86_64 lrw gf128mul drm_kms_helper glue_helper snd_hda_core idma64 ablk_helper uvcvideo snd_hwdep virt_dma cryptd drm snd_pcm evdev videobuf2_vmalloc input_leds videobuf2_memops
[ 6536.971202] led_class snd_timer intel_gtt videobuf2_core mac_hid pcspkr snd serio_raw v4l2_common syscopyarea hci_uart soundcore sysfillrect sysimgblt videodev btbcm fb_sys_fops processor_thermal_device i2c_i801 mei_me btqca intel_soc_dts_iosf media i2c_algo_bit btintel mei iosf_mbi shpchp intel_lpss_pci i2c_hid elan_i2c thermal hid int3403_thermal bluetooth wmi pinctrl_sunrisepoint battery rfkill pinctrl_intel tpm_crb intel_lpss_acpi video int3400_thermal int3402_thermal intel_lpss tpm acpi_thermal_rel int340x_thermal_zone ac fjes acpi_pad processor button sch_fq_codel ip_tables x_tables ext4 crc16 mbcache jbd2 sr_mod sd_mod cdrom rtsx_pci_sdmmc mmc_core atkbd libps2 ahci libahci xhci_pci libata xhci_hcd rtsx_pci scsi_mod usbcore usb_common i8042 serio [last unloaded: nvidia]
[ 6536.971284] CPU: 2 PID: 682 Comm: Xorg Tainted: P W O 4.3.3-3-ARCH #1
[ 6536.971287] Hardware name: ASUSTeK COMPUTER INC. GL552VW/GL552VW, BIOS GL552VW.216 11/20/2015
[ 6536.971290] 0000000000000000 00000000d16247aa ffff88045660b570 ffffffff812c0dc9
[ 6536.971296] ffff88045660b5b8 ffff88045660b5a8 ffffffff81074f42 ffff88046dad8000
[ 6536.971301] ffff88045660b6fc ffff88046dad9000 0000000000000000 ffff88045660b648
[ 6536.971306] Call Trace:
[ 6536.971318] [<ffffffff812c0dc9>] dump_stack+0x4b/0x72
[ 6536.971325] [<ffffffff81074f42>] warn_slowpath_common+0x82/0xc0
[ 6536.971331] [<ffffffff81074fdc>] warn_slowpath_fmt+0x5c/0x80
[ 6536.971346] [<ffffffffa0686b37>] skl_update_other_pipe_wm+0x1e7/0x1f0 [i915]
[ 6536.971363] [<ffffffffa0686d03>] skl_update_wm+0x1c3/0x6d0 [i915]
[ 6536.971375] [<ffffffff8104eeea>] ? lapic_next_deadline+0x2a/0x30
[ 6536.971380] [<ffffffff810eb962>] ? clockevents_program_event+0x82/0x120
[ 6536.971386] [<ffffffff810ed7e4>] ? tick_program_event+0x44/0x70
[ 6536.971403] [<ffffffffa068b11e>] intel_update_watermarks+0x1e/0x30 [i915]
[ 6536.971426] [<ffffffffa06d9b9a>] intel_begin_crtc_commit+0xaa/0xc0 [i915]
[ 6536.971436] [<ffffffffa060207b>] drm_atomic_helper_commit_planes_on_crtc+0x5b/0x260 [drm_kms_helper]
[ 6536.971458] [<ffffffffa06e7d1f>] intel_atomic_commit+0x22f/0x13d0 [i915]
[ 6536.971466] [<ffffffff811bd822>] ? __kmalloc_track_caller+0x32/0x250
[ 6536.971477] [<ffffffffa05347a5>] ? drm_atomic_check_only+0x215/0x540 [drm]
[ 6536.971487] [<ffffffffa0533b4d>] ? drm_atomic_get_crtc_state+0x6d/0xd0 [drm]
[ 6536.971496] [<ffffffffa0534b07>] drm_atomic_commit+0x37/0x60 [drm]
[ 6536.971504] [<ffffffffa06024d9>] drm_atomic_helper_update_plane+0xe9/0x130 [drm_kms_helper]
[ 6536.971518] [<ffffffffa0524763>] __setplane_internal+0x2c3/0x2f0 [drm]
[ 6536.971530] [<ffffffffa05248bb>] drm_mode_cursor_universal+0x12b/0x210 [drm]
[ 6536.971542] [<ffffffffa0524a21>] drm_mode_cursor_common+0x81/0x180 [drm]
[ 6536.971556] [<ffffffffa0528470>] drm_mode_cursor_ioctl+0x50/0x70 [drm]
[ 6536.971566] [<ffffffffa05195c8>] drm_ioctl+0x138/0x500 [drm]
[ 6536.971578] [<ffffffffa0528420>] ? drm_mode_setcrtc+0x4f0/0x4f0 [drm]
[ 6536.971585] [<ffffffff811d9037>] ? __vfs_read+0x37/0x100
[ 6536.971590] [<ffffffff811eb5f5>] do_vfs_ioctl+0x295/0x480
[ 6536.971596] [<ffffffff81081091>] ? __set_task_blocked+0x41/0xa0
[ 6536.971603] [<ffffffff811f5597>] ? __fget+0x77/0xb0
[ 6536.971607] [<ffffffff811eb859>] SyS_ioctl+0x79/0x90
[ 6536.971613] [<ffffffff81083bde>] ? SyS_rt_sigprocmask+0x8e/0xc0
[ 6536.971621] [<ffffffff81583d2e>] entry_SYSCALL_64_fastpath+0x12/0x71
[ 6536.971625] ---[ end trace 9861455d03f4589a ]---
[ 6573.094418] ------------[ cut here ]------------
[ 6573.094431] WARNING: CPU: 2 PID: 682 at drivers/gpu/drm/i915/intel_pm.c:3668 skl_update_other_pipe_wm+0x1e7/0x1f0 [i915]()
[ 6573.094433] WARN_ON(!wm_changed)
[ 6573.094434] Modules linked in:
[ 6573.094436] nvidia_modeset(PO) nvidia(PO) bbswitch(O) sha256_ssse3 sha256_generic hmac drbg ansi_cprng ctr ccm fuse hid_roccat_konepure hid_roccat hid_generic hid_roccat_common uas usb_storage usbhid snd_hda_codec_hdmi snd_hda_codec_conexant snd_hda_codec_generic joydev mousedev arc4 i2c_designware_platform i2c_designware_core iwlmvm asus_nb_wmi asus_wmi mac80211 sparse_keymap mxm_wmi iwlwifi rtsx_pci_ms cfg80211 intel_rapl r8169 memstick x86_pkg_temp_thermal intel_powerclamp mii coretemp kvm_intel kvm nls_iso8859_1 crct10dif_pclmul nls_cp437 crc32_pclmul i915 vfat crc32c_intel fat snd_hda_intel aesni_intel snd_hda_codec aes_x86_64 lrw gf128mul drm_kms_helper glue_helper snd_hda_core idma64 ablk_helper uvcvideo snd_hwdep virt_dma cryptd drm snd_pcm evdev videobuf2_vmalloc input_leds videobuf2_memops
[ 6573.094479] led_class snd_timer intel_gtt videobuf2_core mac_hid pcspkr snd serio_raw v4l2_common syscopyarea hci_uart soundcore sysfillrect sysimgblt videodev btbcm fb_sys_fops processor_thermal_device i2c_i801 mei_me btqca intel_soc_dts_iosf media i2c_algo_bit btintel mei iosf_mbi shpchp intel_lpss_pci i2c_hid elan_i2c thermal hid int3403_thermal bluetooth wmi pinctrl_sunrisepoint battery rfkill pinctrl_intel tpm_crb intel_lpss_acpi video int3400_thermal int3402_thermal intel_lpss tpm acpi_thermal_rel int340x_thermal_zone ac fjes acpi_pad processor button sch_fq_codel ip_tables x_tables ext4 crc16 mbcache jbd2 sr_mod sd_mod cdrom rtsx_pci_sdmmc mmc_core atkbd libps2 ahci libahci xhci_pci libata xhci_hcd rtsx_pci scsi_mod usbcore usb_common i8042 serio [last unloaded: nvidia]
[ 6573.094517] CPU: 2 PID: 682 Comm: Xorg Tainted: P W O 4.3.3-3-ARCH #1
[ 6573.094518] Hardware name: ASUSTeK COMPUTER INC. GL552VW/GL552VW, BIOS GL552VW.216 11/20/2015
[ 6573.094520] 0000000000000000 00000000d16247aa ffff88045660b600 ffffffff812c0dc9
[ 6573.094523] ffff88045660b648 ffff88045660b638 ffffffff81074f42 ffff88046dad8000
[ 6573.094525] ffff88045660b78c ffff88046dad9000 0000000000000000 ffff88045660b6d8
[ 6573.094528] Call Trace:
[ 6573.094537] [<ffffffff812c0dc9>] dump_stack+0x4b/0x72
[ 6573.094540] [<ffffffff81074f42>] warn_slowpath_common+0x82/0xc0
[ 6573.094543] [<ffffffff81074fdc>] warn_slowpath_fmt+0x5c/0x80
[ 6573.094550] [<ffffffffa0686b37>] skl_update_other_pipe_wm+0x1e7/0x1f0 [i915]
[ 6573.094557] [<ffffffffa0686d03>] skl_update_wm+0x1c3/0x6d0 [i915]
[ 6573.094562] [<ffffffffa067c6dc>] ? i915_get_vblank_timestamp+0x5c/0x90 [i915]
[ 6573.094570] [<ffffffffa068b11e>] intel_update_watermarks+0x1e/0x30 [i915]
[ 6573.094581] [<ffffffffa06e7efd>] intel_atomic_commit+0x40d/0x13d0 [i915]
[ 6573.094586] [<ffffffffa05347a5>] ? drm_atomic_check_only+0x215/0x540 [drm]
[ 6573.094591] [<ffffffffa0533b12>] ? drm_atomic_get_crtc_state+0x32/0xd0 [drm]
[ 6573.094594] [<ffffffffa0534b07>] drm_atomic_commit+0x37/0x60 [drm]
[ 6573.094598] [<ffffffffa060260f>] drm_atomic_helper_disable_plane+0xef/0x130 [drm_kms_helper]
[ 6573.094604] [<ffffffffa05246da>] __setplane_internal+0x23a/0x2f0 [drm]
[ 6573.094609] [<ffffffffa05248bb>] drm_mode_cursor_universal+0x12b/0x210 [drm]
[ 6573.094614] [<ffffffffa0524a21>] drm_mode_cursor_common+0x81/0x180 [drm]
[ 6573.094620] [<ffffffffa0528470>] drm_mode_cursor_ioctl+0x50/0x70 [drm]
[ 6573.094624] [<ffffffffa05195c8>] drm_ioctl+0x138/0x500 [drm]
[ 6573.094630] [<ffffffffa0528420>] ? drm_mode_setcrtc+0x4f0/0x4f0 [drm]
[ 6573.094634] [<ffffffff811d9037>] ? __vfs_read+0x37/0x100
[ 6573.094636] [<ffffffff811eb5f5>] do_vfs_ioctl+0x295/0x480
[ 6573.094639] [<ffffffff81081091>] ? __set_task_blocked+0x41/0xa0
[ 6573.094642] [<ffffffff811f5597>] ? __fget+0x77/0xb0
[ 6573.094644] [<ffffffff811eb859>] SyS_ioctl+0x79/0x90
[ 6573.094646] [<ffffffff81083bde>] ? SyS_rt_sigprocmask+0x8e/0xc0
[ 6573.094650] [<ffffffff81583d2e>] entry_SYSCALL_64_fastpath+0x12/0x71
[ 6573.094651] ---[ end trace 9861455d03f4589b ]---
crw-rw----+ 1 root video 226, 0 Jan 30 19:11 /dev/dri/card0
Module Size Used by
nvidia_modeset 708608 0
nvidia 8704000 1 nvidia_modeset
bbswitch 16384 0
sha256_ssse3 28672 1
sha256_generic 24576 1 sha256_ssse3
hmac 16384 1
drbg 32768 1
ansi_cprng 16384 0
ctr 16384 3
ccm 20480 3
fuse 90112 5
hid_roccat_konepure 16384 0
hid_roccat 16384 1 hid_roccat_konepure
hid_generic 16384 0
hid_roccat_common 16384 1 hid_roccat_konepure
uas 24576 0
usb_storage 61440 4 uas
usbhid 45056 0
snd_hda_codec_hdmi 49152 1
snd_hda_codec_conexant 24576 1
snd_hda_codec_generic 69632 1 snd_hda_codec_conexant
joydev 20480 0
mousedev 20480 0
arc4 16384 2
i2c_designware_platform 16384 0
i2c_designware_core 16384 1 i2c_designware_platform
iwlmvm 237568 0
asus_nb_wmi 24576 0
asus_wmi 24576 1 asus_nb_wmi
mac80211 647168 1 iwlmvm
sparse_keymap 16384 1 asus_wmi
mxm_wmi 16384 0
iwlwifi 176128 1 iwlmvm
rtsx_pci_ms 20480 0
cfg80211 466944 3 iwlwifi,mac80211,iwlmvm
intel_rapl 20480 0
r8169 77824 0
memstick 16384 1 rtsx_pci_ms
x86_pkg_temp_thermal 16384 0
intel_powerclamp 16384 0
mii 16384 1 r8169
coretemp 16384 0
kvm_intel 163840 0
kvm 450560 1 kvm_intel
nls_iso8859_1 16384 1
crct10dif_pclmul 16384 0
nls_cp437 20480 1
crc32_pclmul 16384 0
i915 1081344 8
vfat 20480 1
crc32c_intel 24576 0
fat 65536 1 vfat
snd_hda_intel 32768 8
aesni_intel 167936 6
snd_hda_codec 106496 4 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_intel
aes_x86_64 20480 1 aesni_intel
lrw 16384 1 aesni_intel
gf128mul 16384 1 lrw
drm_kms_helper 102400 1 i915
glue_helper 16384 1 aesni_intel
snd_hda_core 49152 5 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
idma64 20480 0
ablk_helper 16384 1 aesni_intel
uvcvideo 86016 0
snd_hwdep 16384 1 snd_hda_codec
virt_dma 16384 1 idma64
cryptd 20480 2 aesni_intel,ablk_helper
drm 286720 10 i915,drm_kms_helper,nvidia
snd_pcm 86016 5 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
evdev 24576 19
videobuf2_vmalloc 16384 1 uvcvideo
input_leds 16384 0
videobuf2_memops 16384 1 videobuf2_vmalloc
led_class 16384 3 iwlmvm,input_leds,asus_wmi
snd_timer 28672 1 snd_pcm
intel_gtt 20480 1 i915
videobuf2_core 40960 1 uvcvideo
mac_hid 16384 0
pcspkr 16384 0
snd 65536 23 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
serio_raw 16384 0
v4l2_common 16384 1 videobuf2_core
syscopyarea 16384 1 drm_kms_helper
hci_uart 65536 0
soundcore 16384 1 snd
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
videodev 143360 3 uvcvideo,v4l2_common,videobuf2_core
btbcm 16384 1 hci_uart
fb_sys_fops 16384 1 drm_kms_helper
processor_thermal_device 16384 0
i2c_i801 20480 0
mei_me 32768 0
btqca 16384 1 hci_uart
intel_soc_dts_iosf 16384 1 processor_thermal_device
media 20480 2 uvcvideo,videodev
i2c_algo_bit 16384 1 i915
btintel 16384 1 hci_uart
mei 81920 1 mei_me
iosf_mbi 16384 2 intel_soc_dts_iosf,intel_rapl
shpchp 32768 0
intel_lpss_pci 16384 0
i2c_hid 20480 0
elan_i2c 32768 0
thermal 20480 0
hid 114688 4 i2c_hid,hid_generic,hid_roccat_konepure,usbhid
int3403_thermal 16384 0
bluetooth 450560 4 btbcm,btqca,hci_uart,btintel
wmi 20480 2 mxm_wmi,asus_wmi
pinctrl_sunrisepoint 28672 0
battery 20480 0
rfkill 20480 6 cfg80211,bluetooth,asus_wmi
pinctrl_intel 20480 1 pinctrl_sunrisepoint
tpm_crb 16384 0
intel_lpss_acpi 16384 0
video 32768 2 i915,asus_wmi
int3400_thermal 16384 0
int3402_thermal 16384 0
intel_lpss 16384 2 intel_lpss_pci,intel_lpss_acpi
tpm 32768 1 tpm_crb
acpi_thermal_rel 16384 1 int3400_thermal
int340x_thermal_zone 16384 3 int3402_thermal,processor_thermal_device,int3403_thermal
ac 16384 0
fjes 28672 0
acpi_pad 20480 0
processor 32768 0
button 16384 1 i915
sch_fq_codel 20480 6
ip_tables 28672 0
x_tables 28672 1 ip_tables
ext4 507904 6
crc16 16384 2 ext4,bluetooth
mbcache 20480 1 ext4
jbd2 90112 1 ext4
sr_mod 24576 0
sd_mod 36864 11
cdrom 49152 1 sr_mod
rtsx_pci_sdmmc 24576 0
mmc_core 110592 1 rtsx_pci_sdmmc
atkbd 24576 0
libps2 16384 1 atkbd
ahci 36864 5
libahci 28672 1 ahci
xhci_pci 16384 0
libata 196608 2 ahci,libahci
xhci_hcd 155648 1 xhci_pci
rtsx_pci 45056 2 rtsx_pci_ms,rtsx_pci_sdmmc
scsi_mod 151552 5 uas,usb_storage,libata,sd_mod,sr_mod
usbcore 196608 7 uas,uvcvideo,usb_storage,hid_roccat_common,usbhid,xhci_hcd,xhci_pci
usb_common 16384 1 usbcore
i8042 24576 1 libps2
serio 20480 4 serio_raw,atkbd,i8042
00:02.0 VGA compatible controller: Intel Corporation Skylake Integrated Graphics (rev 06)
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
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
Section "Screen"
Identifier "Default Screen"
Device "DiscreteNvidia"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment