You are not logged in.

#1 2017-01-30 13:25:58

oneindelijk
Member
Registered: 2017-01-29
Posts: 15

NVidia integrated GPU, Xorg black screen

Hi,

I've been struggling for about a week to get a running X on Arch (I'm a newbie/crossover from Ubuntu)
My goal would be to run X on the intel graphics card and use CUDA on the NVIDIA GPU.
The chip is an NVIDIA GT 550M

This question has been asked several times over, but the wealth of information has me confused even more.

I figured I could do without bumblebee/prime/optimus since with CUDA, the NVidia GPU is not addressing any of the outputs (is this correct ?)

Here are the steps I've taken so far:
- fresh install of arch
- pacman install of
      - nvidia
      - CUDA
      - lightdm
      - slim (and removed again)
      - xfce4-session
      - xfwm4
      - xmonad

(Slim is working on my ubuntu system with xmonad, while lightdm refuses to start using the proprietary NVIDIA drivers, hence the attempt to try this too on arch)

When I try to start X with either 'startx' or 'startxfce4' it seems to work (apart from giving me a black screen), because I have to use Ctrl-alt-Fn to get away from that tty
Lightdm writes something in the logfile about the greeter-session, but oddly enough, only sometimes.
I emptied the logfile once and monitored it with 'tail -f' and when running 'systemctl start lightdm' nothing showed up in the log while the command resulted in a typical '
Failed -> check systemctl status and journalctl -xe' message.
These didn't yield anything usefull, only the service entered the failed state.
journalctl -xe repeats this message a couple of times (so lightdm is attempting multiple times to start ?)

Sorry, I realize my story is a little bit all over the place, I hope someone can help me seeing some of my logs.
I will post the logs I know where to find while not actually in arch (I don't know how to post logs in elinks)

Thanks for the help

$home/.xinitrc

xrandr --setprovideroutputsource NVIDIA-0
xrandr --auto

/var/log/lightdm/lightdm.log

[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.20.0, UID=0 PID=15646
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Registered seat module local
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Registered seat module unity
[+0.01s] DEBUG: Monitoring logind for seats
[+0.01s] DEBUG: New seat added from logind: seat0
[+0.01s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.01s] DEBUG: Seat seat0: Starting
[+0.01s] DEBUG: Seat seat0: Creating greeter session
[+0.01s] DEBUG: Seat seat0: Failed to find session configuration lightdm-gtk-greeter
[+0.01s] DEBUG: Seat seat0: Failed to create greeter session
[+0.01s] DEBUG: Failed to start seat: seat0

/var/log/Xorg.0.log

[  2624.638] 
X.Org X Server 1.19.1
Release Date: 2017-01-11
[  2624.648] X Protocol Version 11, Revision 0
[  2624.651] Build Operating System: Linux 4.8.14-1-ARCH x86_64 
[  2624.655] Current Operating System: Linux archsus 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64
[  2624.655] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sdb5
[  2624.661] Build Date: 12 January 2017  07:11:40AM
[  2624.664]  
[  2624.667] Current version of pixman: 0.34.0
[  2624.673] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2624.673] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2624.680] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 30 00:07:35 2017
[  2624.681] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2624.683] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2624.683] (==) ServerLayout "Layout0"
[  2624.683] (**) |-->Screen "Screen0" (0)
[  2624.683] (**) |   |-->Monitor "Monitor0"
[  2624.683] (**) |   |-->Device "Nvidia"
[  2624.683] (**) |-->Screen "Screen1" (1)
[  2624.683] (**) |   |-->Monitor "Monitor1"
[  2624.683] (**) |   |-->Device "Nvidia"
[  2624.683] (**) |-->Input Device "Keyboard0"
[  2624.683] (**) |-->Input Device "Mouse0"
[  2624.683] (==) Automatically adding devices
[  2624.683] (==) Automatically enabling devices
[  2624.683] (==) Automatically adding GPU devices
[  2624.683] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2624.683] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  2624.683] 	Entry deleted from font path.
[  2624.683] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  2624.683] 	Entry deleted from font path.
[  2624.683] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  2624.683] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  2624.683] 	Entry deleted from font path.
[  2624.683] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  2624.683] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[  2624.683] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2624.683] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  2624.683] (WW) Disabling Keyboard0
[  2624.683] (WW) Disabling Mouse0
[  2624.683] (II) Loader magic: 0x821d60
[  2624.683] (II) Module ABI versions:
[  2624.683] 	X.Org ANSI C Emulation: 0.4
[  2624.683] 	X.Org Video Driver: 23.0
[  2624.683] 	X.Org XInput driver : 24.1
[  2624.683] 	X.Org Server Extension : 10.0
[  2624.684] (++) using VT number 4

[  2624.684] (--) controlling tty is VT number 4, auto-enabling KeepTty
[  2624.686] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c4
[  2624.686] (II) xfree86: Adding drm device (/dev/dri/card1)
[  2624.687] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[  2624.687] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2624.687] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[  2624.689] (--) PCI:*(0:0:2:0) 8086:0116:1043:1712 rev 9, Mem @ 0xdc400000/4194304, 0xb0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[  2624.689] (--) PCI: (0:1:0:0) 10de:0df6:1043:1712 rev 161, Mem @ 0xdb000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  2624.689] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2624.689] (II) "glx" will be loaded by default.
[  2624.689] (II) LoadModule: "modesetting"
[  2624.689] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  2624.689] (II) Module modesetting: vendor="X.Org Foundation"
[  2624.689] 	compiled for 1.19.1, module version = 1.19.1
[  2624.689] 	Module class: X.Org Video Driver
[  2624.689] 	ABI class: X.Org Video Driver, version 23.0
[  2624.689] (II) LoadModule: "glx"
[  2624.689] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2624.692] (II) Module glx: vendor="NVIDIA Corporation"
[  2624.692] 	compiled for 4.0.2, module version = 1.0.0
[  2624.692] 	Module class: X.Org Server Extension
[  2624.692] (II) NVIDIA GLX Module  375.26  Thu Dec  8 17:59:51 PST 2016
[  2624.692] (II) LoadModule: "glx"
[  2624.692] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2624.692] (II) Module glx: vendor="NVIDIA Corporation"
[  2624.692] 	compiled for 4.0.2, module version = 1.0.0
[  2624.692] 	Module class: X.Org Server Extension
[  2624.693] (II) NVIDIA GLX Module  375.26  Thu Dec  8 17:59:51 PST 2016
[  2624.693] (II) LoadModule: "nvidia"
[  2624.693] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2624.693] (II) Module nvidia: vendor="NVIDIA Corporation"
[  2624.693] 	compiled for 4.0.2, module version = 1.0.0
[  2624.693] 	Module class: X.Org Video Driver
[  2624.693] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  2624.693] (II) NVIDIA dlloader X Driver  375.26  Thu Dec  8 17:37:15 PST 2016
[  2624.693] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  2624.693] (II) modeset(G0): using drv /dev/dri/card0
[  2624.693] (II) systemd-logind: releasing fd for 226:1
[  2624.693] (II) Loading sub module "fb"
[  2624.694] (II) LoadModule: "fb"
[  2624.694] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2624.694] (II) Module fb: vendor="X.Org Foundation"
[  2624.694] 	compiled for 1.19.1, module version = 1.0.0
[  2624.694] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2624.694] (II) Loading sub module "wfb"
[  2624.694] (II) LoadModule: "wfb"
[  2624.694] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  2624.694] (II) Module wfb: vendor="X.Org Foundation"
[  2624.694] 	compiled for 1.19.1, module version = 1.0.0
[  2624.694] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2624.694] (II) Loading sub module "ramdac"
[  2624.694] (II) LoadModule: "ramdac"
[  2624.694] (II) Module "ramdac" already built-in
[  2624.694] (EE) Screen 0 deleted because of no matching config section.
[  2624.694] (II) UnloadModule: "nvidia"
[  2624.694] (II) UnloadSubModule: "wfb"
[  2624.694] (II) UnloadSubModule: "fb"
[  2624.694] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  2624.694] (==) NVIDIA(0): RGB weight 888
[  2624.694] (==) NVIDIA(0): Default visual is TrueColor
[  2624.695] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  2624.695] (**) NVIDIA(0): Option "NoLogo" "true"
[  2624.695] (**) NVIDIA(0): Option "UseEdidFreqs" "false"
[  2624.695] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  2624.695] (**) NVIDIA(0): Option "ConnectedMonitor" "CRT,CRT"
[  2624.695] (**) NVIDIA(0): Enabling 2D acceleration
[  2624.695] (**) NVIDIA(0): ConnectedMonitor string: "CRT,CRT"
[  2624.857] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  2624.857] (--) NVIDIA(0):     CRT-0 (boot)
[  2624.857] (**) NVIDIA(0): Using ConnectedMonitor string "CRT-0".
[  2624.858] (II) NVIDIA(0): NVIDIA GPU GeForce GT 550M (GF108) at PCI:1:0:0 (GPU-0)
[  2624.858] (--) NVIDIA(0): Memory: 2097152 kBytes
[  2624.858] (--) NVIDIA(0): VideoBIOS: 70.08.45.00.a6
[  2624.858] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  2624.860] (--) NVIDIA(GPU-0): CRT-0: connected
[  2624.860] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2624.860] (--) NVIDIA(GPU-0): 
[  2624.861] (WW) NVIDIA(0): No valid modes for "CRT-0:1920x1080,1680x1050"; removing.
[  2624.861] (WW) NVIDIA(0): 
[  2624.861] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[  2624.861] (WW) NVIDIA(0):     "nvidia-auto-select".
[  2624.861] (WW) NVIDIA(0): 
[  2624.861] (II) NVIDIA(0): Validated MetaModes:
[  2624.861] (II) NVIDIA(0):     "CRT-0:nvidia-auto-select"
[  2624.861] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[  2624.863] (WW) NVIDIA(0): CRT-0 does not have an EDID, or its EDID does not contain a
[  2624.863] (WW) NVIDIA(0):     maximum image size; cannot compute DPI from CRT-0's EDID.
[  2624.863] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  2624.863] (**) modeset(G0): Depth 24, (--) framebuffer bpp 32
[  2624.863] (==) modeset(G0): RGB weight 888
[  2624.863] (==) modeset(G0): Default visual is TrueColor
[  2624.863] (II) Loading sub module "glamoregl"
[  2624.863] (II) LoadModule: "glamoregl"
[  2624.863] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  2624.867] (II) Module glamoregl: vendor="X.Org Foundation"
[  2624.867] 	compiled for 1.19.1, module version = 1.0.0
[  2624.867] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2624.867] (II) glamor: OpenGL accelerated X.org driver based.
[  2624.884] (EE) modeset(G0): eglGetDisplay() failed
[  2624.885] (EE) modeset(G0): glamor initialization failed
[  2624.885] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[  2624.885] (II) modeset(G0): Double-buffered shadow updates: off
[  2624.885] (II) modeset(G0): Output LVDS-1-1 using monitor section Monitor0
[  2624.898] (II) modeset(G0): Output VGA-1-1 has no monitor section
[  2624.912] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[  2624.990] (II) modeset(G0): Output DP-1-1 has no monitor section
[  2624.991] (II) modeset(G0): EDID for output LVDS-1-1
[  2624.991] (II) modeset(G0): Manufacturer: SEC  Model: 314c  Serial#: 0
[  2624.991] (II) modeset(G0): Year: 2011  Week: 0
[  2624.991] (II) modeset(G0): EDID Version: 1.3
[  2624.991] (II) modeset(G0): Digital Display Input
[  2624.991] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  2624.991] (II) modeset(G0): Gamma: 2.20
[  2624.991] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[  2624.991] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  2624.991] (II) modeset(G0): First detailed timing is preferred mode
[  2624.991] (II) modeset(G0): redX: 0.613 redY: 0.361   greenX: 0.308 greenY: 0.603
[  2624.991] (II) modeset(G0): blueX: 0.155 blueY: 0.104   whiteX: 0.313 whiteY: 0.329
[  2624.991] (II) modeset(G0): Manufacturer's mask: 0
[  2624.991] (II) modeset(G0): Supported detailed timing:
[  2624.991] (II) modeset(G0): clock: 138.7 MHz   Image Size:  344 x 194 mm
[  2624.991] (II) modeset(G0): h_active: 1920  h_sync: 1944  h_sync_end 1960 h_blank_end 2080 h_border: 0
[  2624.991] (II) modeset(G0): v_active: 1080  v_sync: 1082  v_sync_end 1087 v_blanking: 1111 v_border: 0
[  2624.991] (II) modeset(G0): Unknown vendor-specific block f
[  2624.991] (II) modeset(G0):  SAMSUNG
[  2624.991] (II) modeset(G0):  156HT01-201
[  2624.991] (II) modeset(G0): EDID (in hex):
[  2624.991] (II) modeset(G0): 	00ffffffffffff004ca34c3100000000
[  2624.991] (II) modeset(G0): 	0015010380221378ea2de59d5c4e9a27
[  2624.991] (II) modeset(G0): 	1a505400000001010101010101010101
[  2624.991] (II) modeset(G0): 	010101010101293680a070381f401810
[  2624.991] (II) modeset(G0): 	250058c2100000190000000f00000000
[  2624.991] (II) modeset(G0): 	0000000000285a0a3c00000000fe0053
[  2624.991] (II) modeset(G0): 	414d53554e470a2020202020000000fe
[  2624.991] (II) modeset(G0): 	00313536485430312d3230310a20004e
[  2624.991] (II) modeset(G0): Not using mode "1920x1080" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "800x600" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "400x300" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "800x600" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "400x300" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "1024x768" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "512x384" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "1280x960" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "640x480" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "1280x1024" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "640x512" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "800x600" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "896x672" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "928x696" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "960x720" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "1400x1050" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "700x525" (hsync out of range)
[  2624.991] (II) modeset(G0): Not using default mode "1024x768" (hsync out of range)
[  2624.991] (II) modeset(G0): Printing probed modes for output LVDS-1-1
[  2624.991] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  2624.991] (II) modeset(G0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  2625.004] (II) modeset(G0): EDID for output VGA-1-1
[  2625.004] (II) modeset(G0): Manufacturer: MAX  Model: 899  Serial#: 1203
[  2625.004] (II) modeset(G0): Year: 2007  Week: 6
[  2625.004] (II) modeset(G0): EDID Version: 1.3
[  2625.004] (II) modeset(G0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[  2625.004] (II) modeset(G0): Sync:  Separate
[  2625.004] (II) modeset(G0): Max Image Size [cm]: horiz.: 47  vert.: 30
[  2625.004] (II) modeset(G0): Gamma: 2.20
[  2625.004] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[  2625.004] (II) modeset(G0): First detailed timing is preferred mode
[  2625.004] (II) modeset(G0): redX: 0.646 redY: 0.339   greenX: 0.290 greenY: 0.603
[  2625.004] (II) modeset(G0): blueX: 0.145 blueY: 0.064   whiteX: 0.312 whiteY: 0.328
[  2625.004] (II) modeset(G0): Supported established timings:
[  2625.004] (II) modeset(G0): 720x400@70Hz
[  2625.004] (II) modeset(G0): 640x480@60Hz
[  2625.004] (II) modeset(G0): 640x480@75Hz
[  2625.004] (II) modeset(G0): 800x600@60Hz
[  2625.004] (II) modeset(G0): 800x600@75Hz
[  2625.004] (II) modeset(G0): 832x624@75Hz
[  2625.004] (II) modeset(G0): 1024x768@60Hz
[  2625.004] (II) modeset(G0): 1024x768@75Hz
[  2625.004] (II) modeset(G0): 1280x1024@75Hz
[  2625.004] (II) modeset(G0): 1152x864@75Hz
[  2625.004] (II) modeset(G0): Manufacturer's mask: 0
[  2625.005] (II) modeset(G0): Supported standard timings:
[  2625.005] (II) modeset(G0): #0: hsize: 1600  vsize 1000  refresh: 60  vid: 169
[  2625.005] (II) modeset(G0): #1: hsize: 1152  vsize 720  refresh: 60  vid: 113
[  2625.005] (II) modeset(G0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  2625.005] (II) modeset(G0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  2625.005] (II) modeset(G0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  2625.005] (II) modeset(G0): Supported detailed timing:
[  2625.005] (II) modeset(G0): clock: 146.2 MHz   Image Size:  473 x 296 mm
[  2625.005] (II) modeset(G0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[  2625.005] (II) modeset(G0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[  2625.005] (II) modeset(G0): Ranges: V min: 55 V max: 77 Hz, H min: 30 H max: 84 kHz, PixClock max 175 MHz
[  2625.005] (II) modeset(G0): Monitor name: Bel2225S1W
[  2625.005] (II) modeset(G0): Serial No: 063500412345
[  2625.005] (II) modeset(G0): EDID (in hex):
[  2625.005] (II) modeset(G0): 	00ffffffffffff0034389908b3040000
[  2625.005] (II) modeset(G0): 	06110103682f1e78ea7520a5564a9a25
[  2625.005] (II) modeset(G0): 	105054a56b80a9007100814081809500
[  2625.005] (II) modeset(G0): 	01010101010121399030621a274068b0
[  2625.005] (II) modeset(G0): 	3600d9281100001c000000fd00374d1e
[  2625.005] (II) modeset(G0): 	5411000a202020202020000000fc0042
[  2625.005] (II) modeset(G0): 	656c323232355331570a2020000000ff
[  2625.005] (II) modeset(G0): 	003036333530303431323334350a000c
[  2625.005] (II) modeset(G0): Printing probed modes for output VGA-1-1
[  2625.005] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[  2625.005] (II) modeset(G0): Modeline "1600x1000"x60.0  133.16  1600 1704 1872 2144  1000 1001 1004 1035 -hsync +vsync (62.1 kHz)
[  2625.005] (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  2625.005] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  2625.005] (II) modeset(G0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[  2625.005] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  2625.005] (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  2625.005] (II) modeset(G0): Modeline "1152x720"x60.0   67.28  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.7 kHz)
[  2625.005] (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  2625.005] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2625.005] (II) modeset(G0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  2625.005] (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  2625.005] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2625.005] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  2625.005] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2625.005] (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  2625.018] (II) modeset(G0): EDID for output HDMI-1-1
[  2625.018] (II) modeset(G0): Manufacturer: BNQ  Model: 78a5  Serial#: 21573
[  2625.018] (II) modeset(G0): Year: 2016  Week: 21
[  2625.018] (II) modeset(G0): EDID Version: 1.3
[  2625.018] (II) modeset(G0): Digital Display Input
[  2625.018] (II) modeset(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
[  2625.018] (II) modeset(G0): Gamma: 2.20
[  2625.018] (II) modeset(G0): DPMS capabilities: Off
[  2625.019] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  2625.019] (II) modeset(G0): Default color space is primary color space
[  2625.019] (II) modeset(G0): First detailed timing is preferred mode
[  2625.019] (II) modeset(G0): redX: 0.643 redY: 0.339   greenX: 0.329 greenY: 0.624
[  2625.019] (II) modeset(G0): blueX: 0.155 blueY: 0.048   whiteX: 0.313 whiteY: 0.329
[  2625.019] (II) modeset(G0): Supported established timings:
[  2625.019] (II) modeset(G0): 720x400@70Hz
[  2625.019] (II) modeset(G0): 640x480@60Hz
[  2625.019] (II) modeset(G0): 640x480@75Hz
[  2625.019] (II) modeset(G0): 800x600@60Hz
[  2625.019] (II) modeset(G0): 800x600@75Hz
[  2625.019] (II) modeset(G0): 832x624@75Hz
[  2625.019] (II) modeset(G0): 1024x768@60Hz
[  2625.019] (II) modeset(G0): 1024x768@75Hz
[  2625.019] (II) modeset(G0): 1280x1024@75Hz
[  2625.019] (II) modeset(G0): 1152x864@75Hz
[  2625.019] (II) modeset(G0): Manufacturer's mask: 0
[  2625.019] (II) modeset(G0): Supported standard timings:
[  2625.019] (II) modeset(G0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[  2625.019] (II) modeset(G0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  2625.019] (II) modeset(G0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  2625.019] (II) modeset(G0): #3: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[  2625.019] (II) modeset(G0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  2625.019] (II) modeset(G0): #5: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  2625.019] (II) modeset(G0): Supported detailed timing:
[  2625.019] (II) modeset(G0): clock: 148.5 MHz   Image Size:  531 x 298 mm
[  2625.019] (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  2625.019] (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  2625.019] (II) modeset(G0): Serial No: W5G02768019
[  2625.019] (II) modeset(G0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[  2625.019] (II) modeset(G0): Monitor name: BenQ GL2450
[  2625.019] (II) modeset(G0): EDID (in hex):
[  2625.019] (II) modeset(G0): 	00ffffffffffff0009d1a57845540000
[  2625.019] (II) modeset(G0): 	151a010380351e782eb7d5a456549f27
[  2625.019] (II) modeset(G0): 	0c5054a56b80810081c08180a9c0b300
[  2625.019] (II) modeset(G0): 	d1c001010101023a801871382d40582c
[  2625.019] (II) modeset(G0): 	4500132a2100001e000000ff00573547
[  2625.019] (II) modeset(G0): 	30323736383031390a20000000fd0032
[  2625.019] (II) modeset(G0): 	4c1e5311000a202020202020000000fc
[  2625.019] (II) modeset(G0): 	0042656e5120474c323435300a2000d9
[  2625.019] (II) modeset(G0): Printing probed modes for output HDMI-1-1
[  2625.019] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  2625.019] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  2625.019] (II) modeset(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[  2625.019] (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  2625.019] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  2625.019] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  2625.019] (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  2625.019] (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  2625.019] (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  2625.019] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2625.019] (II) modeset(G0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  2625.019] (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  2625.019] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2625.019] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  2625.019] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2625.019] (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  2625.098] (II) modeset(G0): EDID for output DP-1-1
[  2625.098] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[  2625.098] (==) modeset(G0): DPI set to (96, 96)
[  2625.098] (II) Loading sub module "fb"
[  2625.098] (II) LoadModule: "fb"
[  2625.098] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2625.098] (II) Module fb: vendor="X.Org Foundation"
[  2625.098] 	compiled for 1.19.1, module version = 1.0.0
[  2625.098] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2625.098] (II) Loading sub module "shadow"
[  2625.098] (II) LoadModule: "shadow"
[  2625.098] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  2625.098] (II) Module shadow: vendor="X.Org Foundation"
[  2625.098] 	compiled for 1.19.1, module version = 1.1.0
[  2625.098] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2625.098] (--) Depth 24 pixmap format is 32 bpp
[  2625.099] (==) modeset(G0): Backing store enabled
[  2625.099] (==) modeset(G0): Silken mouse enabled
[  2625.099] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  2625.160] (**) modeset(G0): DPMS enabled
[  2625.161] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[  2625.161] (II) NVIDIA:     access.
[  2625.168] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2625.169] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  2625.169] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  2625.169] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  2625.169] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  2625.169] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  2625.169] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2625.169] (II) NVIDIA(0):     Config Options in the README.
[  2625.202] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
[  2625.227] (==) NVIDIA(0): Disabling shared memory pixmaps
[  2625.227] (==) NVIDIA(0): Backing store enabled
[  2625.227] (==) NVIDIA(0): Silken mouse enabled
[  2625.227] (**) NVIDIA(0): DPMS enabled
[  2625.227] (II) Loading sub module "dri2"
[  2625.227] (II) LoadModule: "dri2"
[  2625.227] (II) Module "dri2" already built-in
[  2625.227] (II) NVIDIA(0): [DRI2] Setup complete
[  2625.227] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  2625.227] (--) RandR disabled
[  2625.232] (II) Initializing extension GLX
[  2625.232] (II) Indirect GLX disabled.
[  2625.233] (II) Initializing extension GLX
[  2625.233] (II) Indirect GLX disabled.
[  2625.233] (EE) Not enabling extension GLX: maximum number of events or errors exceeded.
[  2625.233] (EE) Failed to initialize GLX extension
[  2625.279] (II) modeset(G0): Damage tracking initialized
[  2625.372] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  2625.372] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2625.372] (II) LoadModule: "libinput"
[  2625.372] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  2625.375] (II) Module libinput: vendor="X.Org Foundation"
[  2625.375] 	compiled for 1.19.0, module version = 0.23.0
[  2625.375] 	Module class: X.Org XInput Driver
[  2625.375] 	ABI class: X.Org XInput driver, version 24.1
[  2625.375] (II) Using input driver 'libinput' for 'Power Button'
[  2625.376] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 38 paused 0
[  2625.376] (**) Power Button: always reports core events
[  2625.376] (**) Option "Device" "/dev/input/event3"
[  2625.377] (**) Option "_source" "server/udev"
[  2625.377] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[  2625.377] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[  2625.377] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
[  2625.377] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2625.378] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[  2625.378] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[  2625.379] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[  2625.379] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2625.379] (II) Using input driver 'libinput' for 'Video Bus'
[  2625.380] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 41 paused 0
[  2625.380] (**) Video Bus: always reports core events
[  2625.380] (**) Option "Device" "/dev/input/event8"
[  2625.380] (**) Option "_source" "server/udev"
[  2625.381] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[  2625.381] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[  2625.381] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input18/event8"
[  2625.381] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  2625.382] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[  2625.382] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[  2625.383] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  2625.383] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2625.383] (II) Using input driver 'libinput' for 'Video Bus'
[  2625.384] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 42 paused 0
[  2625.384] (**) Video Bus: always reports core events
[  2625.384] (**) Option "Device" "/dev/input/event7"
[  2625.384] (**) Option "_source" "server/udev"
[  2625.385] (II) input device 'Video Bus', /dev/input/event7 is tagged by udev as: Keyboard
[  2625.385] (II) input device 'Video Bus', /dev/input/event7 is a keyboard
[  2625.385] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input17/event7"
[  2625.385] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  2625.386] (II) input device 'Video Bus', /dev/input/event7 is tagged by udev as: Keyboard
[  2625.386] (II) input device 'Video Bus', /dev/input/event7 is a keyboard
[  2625.386] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[  2625.386] (II) No input driver specified, ignoring this device.
[  2625.386] (II) This device may have been added with another device file.
[  2625.387] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  2625.387] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  2625.387] (II) Using input driver 'libinput' for 'Sleep Button'
[  2625.388] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 43 paused 0
[  2625.388] (**) Sleep Button: always reports core events
[  2625.388] (**) Option "Device" "/dev/input/event2"
[  2625.388] (**) Option "_source" "server/udev"
[  2625.389] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[  2625.389] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[  2625.389] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event2"
[  2625.389] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  2625.390] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[  2625.390] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[  2625.391] (II) config/udev: Adding input device USB2.0 UVC 2M WebCam (/dev/input/event5)
[  2625.391] (**) USB2.0 UVC 2M WebCam: Applying InputClass "libinput keyboard catchall"
[  2625.391] (II) Using input driver 'libinput' for 'USB2.0 UVC 2M WebCam'
[  2625.392] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 44 paused 0
[  2625.392] (**) USB2.0 UVC 2M WebCam: always reports core events
[  2625.392] (**) Option "Device" "/dev/input/event5"
[  2625.392] (**) Option "_source" "server/udev"
[  2625.393] (II) input device 'USB2.0 UVC 2M WebCam', /dev/input/event5 is tagged by udev as: Keyboard
[  2625.393] (II) input device 'USB2.0 UVC 2M WebCam', /dev/input/event5 is a keyboard
[  2625.393] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input12/event5"
[  2625.393] (II) XINPUT: Adding extended input device "USB2.0 UVC 2M WebCam" (type: KEYBOARD, id 10)
[  2625.394] (II) input device 'USB2.0 UVC 2M WebCam', /dev/input/event5 is tagged by udev as: Keyboard
[  2625.394] (II) input device 'USB2.0 UVC 2M WebCam', /dev/input/event5 is a keyboard
[  2625.395] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[  2625.395] (II) No input driver specified, ignoring this device.
[  2625.395] (II) This device may have been added with another device file.
[  2625.395] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[  2625.395] (II) No input driver specified, ignoring this device.
[  2625.395] (II) This device may have been added with another device file.
[  2625.395] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[  2625.395] (II) No input driver specified, ignoring this device.
[  2625.396] (II) This device may have been added with another device file.
[  2625.397] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v7.0 (/dev/input/event12)
[  2625.397] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput keyboard catchall"
[  2625.397] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v7.0'
[  2625.398] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 45 paused 0
[  2625.398] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: always reports core events
[  2625.398] (**) Option "Device" "/dev/input/event12"
[  2625.398] (**) Option "_source" "server/udev"
[  2625.399] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event12 is tagged by udev as: Keyboard
[  2625.399] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event12 is a keyboard
[  2625.399] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.4/4-1.2.4.1/4-1.2.4.1:1.0/0003:045E:0745.0001/input/input20/event12"
[  2625.399] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v7.0" (type: KEYBOARD, id 11)
[  2625.400] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event12 is tagged by udev as: Keyboard
[  2625.400] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event12 is a keyboard
[  2625.401] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v7.0 (/dev/input/event13)
[  2625.401] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput pointer catchall"
[  2625.401] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput keyboard catchall"
[  2625.401] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v7.0'
[  2625.402] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 46 paused 0
[  2625.402] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: always reports core events
[  2625.402] (**) Option "Device" "/dev/input/event13"
[  2625.402] (**) Option "_source" "server/udev"
[  2625.403] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event13 is tagged by udev as: Keyboard Mouse
[  2625.403] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event13 is a pointer caps
[  2625.403] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event13 is a keyboard
[  2625.403] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v7.0: needs a virtual subdevice
[  2625.403] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.4/4-1.2.4.1/4-1.2.4.1:1.1/0003:045E:0745.0002/input/input21/event13"
[  2625.403] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v7.0" (type: MOUSE, id 12)
[  2625.404] (**) Option "AccelerationScheme" "none"
[  2625.404] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: (accel) selected scheme none/0
[  2625.404] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: (accel) acceleration factor: 2.000
[  2625.404] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: (accel) acceleration threshold: 4
[  2625.404] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event13 is tagged by udev as: Keyboard Mouse
[  2625.404] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event13 is a pointer caps
[  2625.404] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event13 is a keyboard
[  2625.405] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v7.0 (/dev/input/mouse0)
[  2625.405] (II) No input driver specified, ignoring this device.
[  2625.405] (II) This device may have been added with another device file.
[  2625.406] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v7.0 (/dev/input/event14)
[  2625.406] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput keyboard catchall"
[  2625.407] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v7.0'
[  2625.408] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 47 paused 0
[  2625.408] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: always reports core events
[  2625.408] (**) Option "Device" "/dev/input/event14"
[  2625.408] (**) Option "_source" "server/udev"
[  2625.409] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event14 is tagged by udev as: Keyboard Joystick
[  2625.409] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event14 is a keyboard
[  2625.409] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v7.0: needs a virtual subdevice
[  2625.409] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.4/4-1.2.4.1/4-1.2.4.1:1.2/0003:045E:0745.0003/input/input22/event14"
[  2625.409] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v7.0" (type: MOUSE, id 13)
[  2625.409] (**) Option "AccelerationScheme" "none"
[  2625.409] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: (accel) selected scheme none/0
[  2625.409] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: (accel) acceleration factor: 2.000
[  2625.409] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: (accel) acceleration threshold: 4
[  2625.410] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event14 is tagged by udev as: Keyboard Joystick
[  2625.410] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event14 is a keyboard
[  2625.411] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v7.0 (/dev/input/js0)
[  2625.411] (II) No input driver specified, ignoring this device.
[  2625.411] (II) This device may have been added with another device file.
[  2625.412] (II) config/udev: Adding input device OM (/dev/input/event15)
[  2625.412] (**) OM: Applying InputClass "libinput pointer catchall"
[  2625.412] (II) Using input driver 'libinput' for 'OM'
[  2625.413] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 48 paused 0
[  2625.413] (**) OM: always reports core events
[  2625.413] (**) Option "Device" "/dev/input/event15"
[  2625.413] (**) Option "_source" "server/udev"
[  2625.414] (II) input device 'OM', /dev/input/event15 is tagged by udev as: Mouse
[  2625.414] (II) input device 'OM', /dev/input/event15 is a pointer caps
[  2625.414] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.4/4-1.2.4.3/4-1.2.4.3:1.0/0003:04F3:0235.0004/input/input23/event15"
[  2625.414] (II) XINPUT: Adding extended input device "OM" (type: MOUSE, id 14)
[  2625.414] (**) Option "AccelerationScheme" "none"
[  2625.414] (**) OM: (accel) selected scheme none/0
[  2625.414] (**) OM: (accel) acceleration factor: 2.000
[  2625.414] (**) OM: (accel) acceleration threshold: 4
[  2625.414] (II) input device 'OM', /dev/input/event15 is tagged by udev as: Mouse
[  2625.414] (II) input device 'OM', /dev/input/event15 is a pointer caps
[  2625.415] (II) config/udev: Adding input device OM (/dev/input/mouse1)
[  2625.415] (II) No input driver specified, ignoring this device.
[  2625.415] (II) This device may have been added with another device file.
[  2625.416] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[  2625.416] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  2625.416] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[  2625.417] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 49 paused 0
[  2625.417] (**) Asus WMI hotkeys: always reports core events
[  2625.417] (**) Option "Device" "/dev/input/event6"
[  2625.417] (**) Option "_source" "server/udev"
[  2625.417] (II) input device 'Asus WMI hotkeys', /dev/input/event6 is tagged by udev as: Keyboard
[  2625.417] (II) input device 'Asus WMI hotkeys', /dev/input/event6 is a keyboard
[  2625.417] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input14/event6"
[  2625.417] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 15)
[  2625.418] (II) input device 'Asus WMI hotkeys', /dev/input/event6 is tagged by udev as: Keyboard
[  2625.418] (II) input device 'Asus WMI hotkeys', /dev/input/event6 is a keyboard
[  2625.419] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  2625.419] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  2625.419] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  2625.420] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 50 paused 0
[  2625.420] (**) AT Translated Set 2 keyboard: always reports core events
[  2625.420] (**) Option "Device" "/dev/input/event0"
[  2625.420] (**) Option "_source" "server/udev"
[  2625.420] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[  2625.420] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[  2625.420] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  2625.420] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[  2625.421] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[  2625.421] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[  2625.421] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event16)
[  2625.421] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[  2625.421] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[  2625.422] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 51 paused 0
[  2625.422] (**) ETPS/2 Elantech Touchpad: always reports core events
[  2625.422] (**) Option "Device" "/dev/input/event16"
[  2625.422] (**) Option "_source" "server/udev"
[  2625.423] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event16 is tagged by udev as: Touchpad
[  2625.423] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event16 is a touchpad
[  2625.423] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event16"
[  2625.423] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 17)
[  2625.423] (**) Option "AccelerationScheme" "none"
[  2625.423] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[  2625.423] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[  2625.423] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[  2625.424] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event16 is tagged by udev as: Touchpad
[  2625.424] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event16 is a touchpad
[  2625.424] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse2)
[  2625.424] (II) No input driver specified, ignoring this device.
[  2625.424] (II) This device may have been added with another device file.
[  2625.424] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[  2625.425] (II) No input driver specified, ignoring this device.
[  2625.425] (II) This device may have been added with another device file.
[  2625.428] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput pointer catchall"
[  2625.428] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput keyboard catchall"
[  2625.428] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v7.0'
[  2625.428] (II) systemd-logind: returning pre-existing fd for /dev/input/event13 13:77
[  2625.429] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: always reports core events
[  2625.429] (**) Option "Device" "/dev/input/event13"
[  2625.429] (**) Option "_source" "_driver/libinput"
[  2625.429] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v7.0: is a virtual subdevice
[  2625.429] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.4/4-1.2.4.1/4-1.2.4.1:1.1/0003:045E:0745.0002/input/input21/event13"
[  2625.429] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v7.0" (type: KEYBOARD, id 18)
[  2625.429] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput keyboard catchall"
[  2625.429] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v7.0'
[  2625.429] (II) systemd-logind: returning pre-existing fd for /dev/input/event14 13:78
[  2625.429] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: always reports core events
[  2625.429] (**) Option "Device" "/dev/input/event14"
[  2625.429] (**) Option "_source" "_driver/libinput"
[  2625.429] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v7.0: is a virtual subdevice
[  2625.429] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.2/4-1.2.4/4-1.2.4.1/4-1.2.4.1:1.2/0003:045E:0745.0003/input/input22/event14"
[  2625.429] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v7.0" (type: KEYBOARD, id 19)
[  2625.635] (--) NVIDIA(GPU-0): CRT-0: connected
[  2625.635] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2625.635] (--) NVIDIA(GPU-0): 
[  2625.733] (--) NVIDIA(GPU-0): CRT-0: connected
[  2625.733] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2625.733] (--) NVIDIA(GPU-0): 
[  2641.784] (**) Option "fd" "38"
[  2641.784] (**) Option "fd" "41"
[  2641.785] (**) Option "fd" "42"
[  2641.785] (**) Option "fd" "43"
[  2641.785] (**) Option "fd" "44"
[  2641.785] (**) Option "fd" "45"
[  2641.785] (**) Option "fd" "46"
[  2641.785] (**) Option "fd" "47"
[  2641.786] (**) Option "fd" "48"
[  2641.786] (**) Option "fd" "49"
[  2641.786] (**) Option "fd" "50"
[  2641.786] (**) Option "fd" "51"
[  2641.786] (**) Option "fd" "46"
[  2641.786] (**) Option "fd" "47"
[  2641.959] (II) systemd-logind: got pause for 13:69
[  2641.959] (II) systemd-logind: got pause for 13:79
[  2641.959] (II) systemd-logind: got pause for 13:77
[  2641.959] (II) systemd-logind: got pause for 13:72
[  2641.959] (II) systemd-logind: got pause for 13:78
[  2641.959] (II) systemd-logind: got pause for 226:0
[  2641.959] (II) systemd-logind: got pause for 13:76
[  2641.959] (II) systemd-logind: got pause for 13:66
[  2641.959] (II) systemd-logind: got pause for 13:67
[  2641.959] (II) systemd-logind: got pause for 13:71
[  2641.959] (II) systemd-logind: got pause for 13:70
[  2641.959] (II) systemd-logind: got pause for 13:80
[  2641.959] (II) systemd-logind: got pause for 13:64
[  2659.400] (II) systemd-logind: got resume for 13:69
[  2659.420] (II) systemd-logind: got resume for 13:79
[  2659.440] (II) systemd-logind: got resume for 13:77
[  2659.460] (II) systemd-logind: got resume for 13:72
[  2659.480] (II) systemd-logind: got resume for 13:78
[  2659.480] (II) systemd-logind: got resume for 226:0
[  2659.482] (--) NVIDIA(GPU-0): CRT-0: connected
[  2659.482] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2659.482] (--) NVIDIA(GPU-0): 
[  2659.538] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
[  2659.558] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2659.558] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  2659.558] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  2659.558] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  2659.558] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  2659.558] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  2659.558] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2659.558] (II) NVIDIA(0):     Config Options in the README.
[  2659.741] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[  2659.741] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[  2659.741] (II) input device 'USB2.0 UVC 2M WebCam', /dev/input/event5 is tagged by udev as: Keyboard
[  2659.741] (II) input device 'USB2.0 UVC 2M WebCam', /dev/input/event5 is a keyboard
[  2659.742] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event13 is tagged by udev as: Keyboard Mouse
[  2659.742] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event13 is a pointer caps
[  2659.742] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event13 is a keyboard
[  2659.742] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event14 is tagged by udev as: Keyboard Joystick
[  2659.742] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event14 is a keyboard
[  2659.743] (II) input device 'OM', /dev/input/event15 is tagged by udev as: Mouse
[  2659.743] (II) input device 'OM', /dev/input/event15 is a pointer caps
[  2659.743] (II) systemd-logind: got resume for 13:76
[  2659.744] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event12 is tagged by udev as: Keyboard
[  2659.744] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event12 is a keyboard
[  2659.744] (II) systemd-logind: got resume for 13:66
[  2659.744] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[  2659.744] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[  2659.744] (II) systemd-logind: got resume for 13:67
[  2659.745] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[  2659.745] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[  2659.745] (II) systemd-logind: got resume for 13:71
[  2659.745] (II) input device 'Video Bus', /dev/input/event7 is tagged by udev as: Keyboard
[  2659.745] (II) input device 'Video Bus', /dev/input/event7 is a keyboard
[  2659.745] (II) systemd-logind: got resume for 13:70
[  2659.746] (II) input device 'Asus WMI hotkeys', /dev/input/event6 is tagged by udev as: Keyboard
[  2659.746] (II) input device 'Asus WMI hotkeys', /dev/input/event6 is a keyboard
[  2659.746] (II) systemd-logind: got resume for 13:80
[  2659.746] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event16 is tagged by udev as: Touchpad
[  2659.746] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event16 is a touchpad
[  2659.746] (II) systemd-logind: got resume for 13:64
[  2659.747] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[  2659.747] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[  2668.113] (**) Option "fd" "47"
[  2668.113] (**) Option "fd" "42"
[  2668.114] (**) Option "fd" "48"
[  2668.114] (**) Option "fd" "43"
[  2668.114] (**) Option "fd" "25"
[  2668.115] (**) Option "fd" "63"
[  2668.115] (**) Option "fd" "41"
[  2668.115] (**) Option "fd" "44"
[  2668.115] (**) Option "fd" "38"
[  2668.116] (**) Option "fd" "49"
[  2668.116] (**) Option "fd" "51"
[  2668.116] (**) Option "fd" "50"
[  2668.116] (**) Option "fd" "41"
[  2668.116] (**) Option "fd" "44"
[  2668.311] (II) systemd-logind: got pause for 13:69
[  2668.311] (II) systemd-logind: got pause for 13:79
[  2668.311] (II) systemd-logind: got pause for 13:77
[  2668.311] (II) systemd-logind: got pause for 13:72
[  2668.311] (II) systemd-logind: got pause for 13:78
[  2668.311] (II) systemd-logind: got pause for 226:0
[  2668.311] (II) systemd-logind: got pause for 13:76
[  2668.311] (II) systemd-logind: got pause for 13:66
[  2668.311] (II) systemd-logind: got pause for 13:67
[  2668.311] (II) systemd-logind: got pause for 13:71
[  2668.311] (II) systemd-logind: got pause for 13:70
[  2668.311] (II) systemd-logind: got pause for 13:80
[  2668.311] (II) systemd-logind: got pause for 13:64
[  3768.187] (II) systemd-logind: got resume for 13:69
[  3768.207] (II) systemd-logind: got resume for 13:79
[  3768.253] (II) systemd-logind: got resume for 13:77
[  3768.273] (II) systemd-logind: got resume for 13:72
[  3768.293] (II) systemd-logind: got resume for 13:78
[  3768.293] (II) systemd-logind: got resume for 226:0
[  3768.294] (--) NVIDIA(GPU-0): CRT-0: connected
[  3768.294] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  3768.294] (--) NVIDIA(GPU-0): 
[  3768.335] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
[  3768.354] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  3768.354] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  3768.354] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  3768.354] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  3768.354] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  3768.354] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  3768.354] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  3768.354] (II) NVIDIA(0):     Config Options in the README.
[  3768.517] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[  3768.517] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[  3768.517] (II) input device 'USB2.0 UVC 2M WebCam', /dev/input/event5 is tagged by udev as: Keyboard
[  3768.518] (II) input device 'USB2.0 UVC 2M WebCam', /dev/input/event5 is a keyboard
[  3768.518] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event13 is tagged by udev as: Keyboard Mouse
[  3768.518] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event13 is a pointer caps
[  3768.518] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event13 is a keyboard
[  3768.518] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event14 is tagged by udev as: Keyboard Joystick
[  3768.518] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event14 is a keyboard
[  3768.519] (II) input device 'OM', /dev/input/event15 is tagged by udev as: Mouse
[  3768.519] (II) input device 'OM', /dev/input/event15 is a pointer caps
[  3768.519] (II) systemd-logind: got resume for 13:76
[  3768.520] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event12 is tagged by udev as: Keyboard
[  3768.520] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event12 is a keyboard
[  3768.520] (II) systemd-logind: got resume for 13:66
[  3768.520] (II) input device 'Sleep Button', /dev/input/event2 is tagged by udev as: Keyboard
[  3768.520] (II) input device 'Sleep Button', /dev/input/event2 is a keyboard
[  3768.520] (II) systemd-logind: got resume for 13:67
[  3768.520] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[  3768.520] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[  3768.520] (II) systemd-logind: got resume for 13:71
[  3768.521] (II) input device 'Video Bus', /dev/input/event7 is tagged by udev as: Keyboard
[  3768.521] (II) input device 'Video Bus', /dev/input/event7 is a keyboard
[  3768.521] (II) systemd-logind: got resume for 13:70
[  3768.521] (II) input device 'Asus WMI hotkeys', /dev/input/event6 is tagged by udev as: Keyboard
[  3768.521] (II) input device 'Asus WMI hotkeys', /dev/input/event6 is a keyboard
[  3768.521] (II) systemd-logind: got resume for 13:80
[  3768.521] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event16 is tagged by udev as: Touchpad
[  3768.521] (II) input device 'ETPS/2 Elantech Touchpad', /dev/input/event16 is a touchpad
[  3768.521] (II) systemd-logind: got resume for 13:64
[  3768.522] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[  3768.522] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[  3770.714] (**) Option "fd" "48"
[  3770.714] (**) Option "fd" "43"
[  3770.714] (**) Option "fd" "49"
[  3770.715] (**) Option "fd" "44"
[  3770.715] (**) Option "fd" "38"
[  3770.716] (**) Option "fd" "64"
[  3770.716] (**) Option "fd" "42"
[  3770.717] (**) Option "fd" "45"
[  3770.717] (**) Option "fd" "41"
[  3770.717] (**) Option "fd" "50"
[  3770.717] (**) Option "fd" "62"
[  3770.717] (**) Option "fd" "51"
[  3770.718] (**) Option "fd" "42"
[  3770.718] (**) Option "fd" "45"
[  3770.902] (II) systemd-logind: got pause for 13:69
[  3770.902] (II) systemd-logind: got pause for 13:79
[  3770.902] (II) systemd-logind: got pause for 13:77
[  3770.902] (II) systemd-logind: got pause for 13:72
[  3770.903] (II) systemd-logind: got pause for 13:78
[  3770.903] (II) systemd-logind: got pause for 226:0
[  3770.903] (II) systemd-logind: got pause for 13:76
[  3770.903] (II) systemd-logind: got pause for 13:66
[  3770.903] (II) systemd-logind: got pause for 13:67
[  3770.903] (II) systemd-logind: got pause for 13:71
[  3770.903] (II) systemd-logind: got pause for 13:70
[  3770.903] (II) systemd-logind: got pause for 13:80
[  3770.903] (II) systemd-logind: got pause for 13:64
[  5211.253] (II) UnloadModule: "libinput"
[  5211.253] (II) systemd-logind: not releasing fd for 13:78, still in use
[  5211.253] (II) UnloadModule: "libinput"
[  5211.253] (II) systemd-logind: not releasing fd for 13:77, still in use
[  5211.253] (II) UnloadModule: "libinput"
[  5211.253] (II) systemd-logind: releasing fd for 13:80
[  5211.254] (EE) systemd-logind: failed to release device: Connection was disconnected before a reply was received
[  5211.254] (II) UnloadModule: "libinput"
[  5211.254] (II) systemd-logind: releasing fd for 13:64
[  5211.254] (EE) systemd-logind: failed to release device: Connection is closed
[  5211.254] (II) UnloadModule: "libinput"
[  5211.254] (II) systemd-logind: releasing fd for 13:70
[  5211.254] (EE) systemd-logind: failed to release device: Connection is closed
[  5211.254] (II) UnloadModule: "libinput"
[  5211.254] (II) systemd-logind: releasing fd for 13:79
[  5211.255] (EE) systemd-logind: failed to release device: Connection is closed
[  5211.255] (II) UnloadModule: "libinput"
[  5211.255] (II) systemd-logind: releasing fd for 13:78
[  5211.255] (EE) systemd-logind: failed to release device: Connection is closed
[  5211.255] (II) UnloadModule: "libinput"
[  5211.255] (II) systemd-logind: releasing fd for 13:77
[  5211.255] (EE) systemd-logind: failed to release device: Connection is closed
[  5211.255] (II) UnloadModule: "libinput"
[  5211.255] (II) systemd-logind: releasing fd for 13:76
[  5211.255] (EE) systemd-logind: failed to release device: Connection is closed
[  5211.255] (II) UnloadModule: "libinput"
[  5211.255] (II) systemd-logind: releasing fd for 13:69
[  5211.255] (EE) systemd-logind: failed to release device: Connection is closed
[  5211.255] (II) UnloadModule: "libinput"
[  5211.255] (II) systemd-logind: releasing fd for 13:66
[  5211.255] (EE) systemd-logind: failed to release device: Connection is closed
[  5211.255] (II) UnloadModule: "libinput"
[  5211.255] (II) systemd-logind: releasing fd for 13:71
[  5211.255] (EE) systemd-logind: failed to release device: Connection is closed
[  5211.255] (II) UnloadModule: "libinput"
[  5211.255] (II) systemd-logind: releasing fd for 13:72
[  5211.255] (EE) systemd-logind: failed to release device: Connection is closed
[  5211.258] (II) UnloadModule: "libinput"
[  5211.258] (II) systemd-logind: releasing fd for 13:67
[  5211.258] (EE) systemd-logind: failed to release device: Connection is closed
[  5211.297] (II) NVIDIA(GPU-0): Deleting GPU-0
[  5211.298] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[  5211.298] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[  5211.298] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[  5211.298] (EE) systemd-logind: ReleaseControl failed: Connection is closed
[  5211.298] (II) Server terminated successfully (0). Closing log file.

/etc/X11/xorg.conf.d/20-nvidia.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 304.134  (buildmeister@swio-display-x64-rhel04-03)  Fri Dec  9 12:33:54 PST 2016

Section "Module"
	Load "ModeSetting"
	Load "GLX"
EndSection

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    Screen	1  "Screen1" LeftOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Belinea"
    ModelName      "Flatscreen 24inch"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Nvidia"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName 	   "GeForce GT-550M	
    Option         "UseEDIDFreqs" "false"
    Option         "ConnectedMonitor" "CRT,CRT"
    BusID	   "PCI:1:0:0"
    Option	   "NoLogo" "true"
    Option    	   "AllowEmptyInitialConfiguration"
    Screen	   1 
    
EndSection

Section "Device"
    Identifier     "Nvidia"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName 	   "GeForce GT-550M	
    Option         "UseEDIDFreqs" "false"
    Option         "ConnectedMonitor" "CRT,CRT"
    BusID	   "PCI:1:0:0"
    Option	   "NoLogo" "true"
    Option    	   "AllowEmptyInitialConfiguration"
    Screen	   0
    
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Nvidia"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
	Modes	   "1920x1080, 1680x1050"	

    EndSubSection

EndSection    

Section "Screen"
    Identifier     "Screen1"
    Device         "Nvidia"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
	Modes	   "1920x1080, 1680x1050"	

    EndSubSection
EndSection

Last edited by oneindelijk (2017-01-30 15:20:16)

Offline

#2 2017-01-30 13:30:31

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: NVidia integrated GPU, Xorg black screen

You followed this? https://wiki.archlinux.org/index.php/NVIDIA_Optimus

Including the sections on the Display Managers (specifically LightDM)?

Did it all work? If not, what problems did you encounter?


Matt

"It is very difficult to educate the educated."

Offline

#3 2017-01-30 13:38:40

oneindelijk
Member
Registered: 2017-01-29
Posts: 15

Re: NVidia integrated GPU, Xorg black screen

mrunion wrote:

You followed this? https://wiki.archlinux.org/index.php/NVIDIA_Optimus

Including the sections on the Display Managers (specifically LightDM)?

Did it all work? If not, what problems did you encounter?

Yes I did, I changed

xrandr --setprovideroutputsource modesetting NVIDIA-0

to be without the modesetting

(And I missed that display_setup.sh script, but then startx should still be working ?)

I will try this now

Offline

#4 2017-01-30 14:28:46

oneindelijk
Member
Registered: 2017-01-29
Posts: 15

Re: NVidia integrated GPU, Xorg black screen

Oops, I didn't even have the gtk-greeter installed. This was probably the reason why lightdm oopsed (I find browsing the web with a text-based browser rather cumbersome)

Anyway, I installed lightdm-gtk-greeter and applied the configuration script
lightdm starts and stops now without any errors, but the display is still blank

Before the reboot the displays would turn off (as they're not receiving any signals), but after a reboot the whole system froze after starting lightdm

I also posted my xorg configuration, because I have this error in xorg.0.conf now

114.794] (EE) Screen 0 deleted because of no matching config section.

Although Screen 1 seems to be ok

Last edited by oneindelijk (2017-01-30 14:37:08)

Offline

#5 2017-02-01 18:41:18

oneindelijk
Member
Registered: 2017-01-29
Posts: 15

Re: NVidia integrated GPU, Xorg black screen

I'm having another attempt to the problem
(with some struggle to get in, because ubuntu messed with my grub entry for arch)

Now when I log in and do a systemctl start lightdm, my screens go blank, but they don't power off like before.
Trying to switch to another tty using Ctrl-Alt-Fn, I get short flashes of the tty i was switching to (I'm guessing 200 ms visible, difficult to see anything, maybe I should try filming it)

I tried to a blind login on tty2 and tty3
do a

sudo -i

followed by

systemctl stop lightdm

after which one of my monitors displayed a message that it received no signal
(could have been unrelated, maybe the screen's timeout expired)
I also try to

pkill X

but to no avail
with several repeated Ctrl-Alt-Del the system rebooted

I fixed grub, so I will dive in now and check some logs

Offline

#6 2017-02-02 08:38:22

olivarch
Member
Registered: 2013-01-26
Posts: 47

Re: NVidia integrated GPU, Xorg black screen

Hi oneindelijk,

there is something I'm missing in your issue, you say "My goal would be to run X on the intel graphics card "
And when I look at your Xorg log, it looks for me that you are using nvidia driver to display things.

My guess is that you should install mesa (https://wiki.archlinux.org/index.php/Intel_graphics) .
The tricky part will be to still have access to nvidia for CUDA, but on this I've no idea what to do.

Regards

Offline

#7 2017-02-03 13:07:42

oneindelijk
Member
Registered: 2017-01-29
Posts: 15

Re: NVidia integrated GPU, Xorg black screen

I have installed mesa and now startx tells me no screens found and terminates succesfully.
xinit switches to tty2 and powers off my monitors
when I then run xrandr in tty1 it tells me there is one monitor VGA-1 640x480 (although I'm currently looking at 1650x1080)
xrandr --listproviders gives me a 'modesetting' and the 'nvidia'

Offline

#8 2017-02-03 17:22:07

vileperson
Member
Registered: 2009-07-13
Posts: 59

Re: NVidia integrated GPU, Xorg black screen

my advice would be to start over, from scratch, as far as video drivers and such are concerned. Uninstall cuda and it's dependencies that aren't used by other apps. Uninstall nvidia. wipe out ,or move to backups, your xorg.conf, and 20-nvidia.conf. Uninstall lightdm.

Now start building back, first things first. Instal xf86-video-intel, because you need it for x to run on that card. Then simply startx manually with whatever window manager you are using. (using your .xinitrc) If that works, you can continue moving towards your goal from there.


The more I know...
The more I know that I don't know.

Offline

#9 2017-02-09 00:44:15

oneindelijk
Member
Registered: 2017-01-29
Posts: 15

Re: NVidia integrated GPU, Xorg black screen

vileperson wrote:

my advice would be to start over, from scratch, as far as video drivers and such are concerned. Uninstall cuda and it's dependencies that aren't used by other apps. Uninstall nvidia. wipe out ,or move to backups, your xorg.conf, and 20-nvidia.conf. Uninstall lightdm.

Now start building back, first things first. Instal xf86-video-intel, because you need it for x to run on that card. Then simply startx manually with whatever window manager you are using. (using your .xinitrc) If that works, you can continue moving towards your goal from there.

I followed your advice, and now I finally managed to get into xfce4.
Meanwhile I installed the nvidia drivers again and also the cuda drivers.
nvidia-smi gives me

+-----------------------------------------------------------------------------+                                                                                                                                   │
| NVIDIA-SMI 375.26                 Driver Version: 375.26                    |                                                                                                                                   │
|-------------------------------+----------------------+----------------------+                                                                                                                                   │
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |                                                                                                                                   │
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |                                                                                                                                   │
|===============================+======================+======================|                                                                                                                                   │
|   0  GeForce GT 550M     Off  | 0000:01:00.0     N/A |                  N/A |                                                                                                                                   │
| N/A   44C   P12    N/A /  N/A |      0MiB /  1984MiB |     N/A      Default |                                                                                                                                   │
+-------------------------------+----------------------+----------------------+                                                                                                                                   │
                                                                                                                                                                                                                  │
+-----------------------------------------------------------------------------+                                                                                                                                   │
| Processes:                                                       GPU Memory |                                                                                                                                   │
|  GPU       PID  Type  Process name                               Usage      |                                                                                                                                   │
|=============================================================================|                                                                                                                                   │
|    0                  Not Supported                                         |                                                                                                                                   │
+-----------------------------------------------------------------------------+ 

So I suppose X is now running on the intel-portion of the card.
When I installed nvidia, X wouldn't start, so I moved the NVIDIA generated xorg.conf to my home directory,
so I'm back in X.
with the xorg.conf in place (using the nvidia drivers), i get the error "no screens found"
But as I want to run X on the intel card and give cuda dedicated access to the nvidia cores,
I suppose I might not need an xorg configuration for the nvidia card ...

Any hints on how to progress now ?

Offline

#10 2017-02-09 13:23:28

vileperson
Member
Registered: 2009-07-13
Posts: 59

Re: NVidia integrated GPU, Xorg black screen

You shouldn't need any any xorg.conf, if you are just planning on using the Intel card for your display. You would only need one if you were planning on trying some kind of Optimus configuration using both cards.


The more I know...
The more I know that I don't know.

Offline

#11 2017-02-10 13:34:38

oneindelijk
Member
Registered: 2017-01-29
Posts: 15

Re: NVidia integrated GPU, Xorg black screen

vileperson wrote:

You shouldn't need any any xorg.conf, if you are just planning on using the Intel card for your display. You would only need one if you were planning on trying some kind of Optimus configuration using both cards.

I believe you are right. When I rename my xorg.conf file, xfce4 starts ok, however running blender gives me

connect(2) call to /dev/shm/jack-1000/default/jack_0 failed (err=No such file or directory)
attempt to connect to server failed
/build/blender/src/blender-2.78.a/intern/ghost/intern/GHOST_WindowX11.cpp:194: X11 glXQueryVersion() failed, verify working openGL system!
initial window could not find the GLX extension

if I do

systemctl start sddm

I just get a black screen on tty1

Offline

#12 2017-02-10 14:08:22

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: NVidia integrated GPU, Xorg black screen

Again, did you follow the Optimus Wiki I referenced above again? And why did you change the "modesetting" line in that command?


Matt

"It is very difficult to educate the educated."

Offline

#13 2017-02-16 11:49:23

oneindelijk
Member
Registered: 2017-01-29
Posts: 15

Re: NVidia integrated GPU, Xorg black screen

Yes, I did.
I made some progress.
Now when I type startx, I get into an X environment without any window manager, only three terminal windows.
If I type into one of them

startkde

kde partly starts, but complains about opengl2 not being properly initialized.
Xfce4 starts just fine, I guess it has no need for opengl?
I would be equally happy to use xfce4, all I need is blender to work with cuda

Offline

#14 2017-02-16 13:27:44

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: NVidia integrated GPU, Xorg black screen

Please provide the output of the following command

$ pacman -Qs nvidia

Also the contents of /etc/X11/xorg.conf,  any files under /etc/X11/xorg.conf.d/, ~/.xinitrc and Xorg.log

Offline

#15 2017-03-28 11:36:36

oneindelijk
Member
Registered: 2017-01-29
Posts: 15

Re: NVidia integrated GPU, Xorg black screen

pacman -Qs nvidia

local/cuda 8.0.44-3
    NVIDIA's GPU programming toolkit
local/libvdpau 1.1.1-2
    Nvidia VDPAU library
local/libxnvctrl 375.26-1
    NVIDIA NV-CONTROL X extension
local/nvidia 375.26-1
    NVIDIA drivers for linux
local/nvidia-libgl 375.26-2
    NVIDIA drivers libraries symlinks
local/nvidia-settings 375.26-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 375.26-2
    NVIDIA drivers utilities
local/opencl-nvidia 375.26-2
    OpenCL implemention for NVIDIA

cat /etc/X11/xorg.conf

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection
                                                                                                                                                                                                                                              
Section "InputDevice"                                                                                                                                                                                                                         
    # generated from default                                                                                                                                                                                                                  
    Identifier     "Mouse0"                                                                                                                                                                                                                   
    Driver         "mouse"                                                                                                                                                                                                                    
    Option         "Protocol" "auto"                                                                                                                                                                                                          
    Option         "Device" "/dev/psaux"                                                                                                                                                                                                      
    Option         "Emulate3Buttons" "no"                                                                                                                                                                                                     
    Option         "ZAxisMapping" "4 5"                                                                                                                                                                                                       
EndSection                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                              
Section "InputDevice"                                                                                                                                                                                                                         
    # generated from default                                                                                                                                                                                                                  
    Identifier     "Keyboard0"                                                                                                                                                                                                                
    Driver         "kbd"                                                                                                                                                                                                                      
EndSection                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                              
Section "Monitor"                                                                                                                                                                                                                             
    Identifier     "Monitor0"                                                                                                                                                                                                                 
    VendorName     "Unknown"                                                                                                                                                                                                                  
    ModelName      "Unknown"                                                                                                                                                                                                                  
    HorizSync       28.0 - 33.0                                                                                                                                                                                                               
    VertRefresh     43.0 - 72.0                                                                                                                                                                                                               
    Option         "DPMS"                                                                                                                                                                                                                     
EndSection                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                              
Section "Device"                                                                                                                                                                                                                              
    Identifier     "Device0"                                                                                                                                                                                                                  
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

cat ~/.xinitrc

randr --setprovideroutputsource modesetting NVIDIA-0
xrandr --output VGA-1 --auto --output HDMI-1 --auto --primary --left-of VGA-1 --output LVDS-1 --off

(Sorry for my late reply. I moved and now I'm on a very limited mobile internet connection the whole time)

I didn't post my Xorg.0.log yet, because I renamed my xorg.conf in order to be able to use xfce4 and be able to work,
so not Xorg configuration is present at the moment.
The Xorg.log I posted earlier is the one with the above configuration in place.

I'm happy to try something new, reboot and post these log...

Offline

Board footer

Powered by FluxBB