You are not logged in.

#1 2018-02-13 04:46:12

branthebuilder
Member
Registered: 2016-10-01
Posts: 65

[SOLVED]Login, cursor appears on blank screen, desktop doesn't load

except it does if I switch to a tty and then back (ctrl-alt-F2 && ctrl-alt-F7).



$egrep '\(EE\)|\(WW\)' /var/log/Xorg.1* 

/var/log/Xorg.1.log:    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
/var/log/Xorg.1.log:[    72.564] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
/var/log/Xorg.1.log:[    72.564] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
/var/log/Xorg.1.log:[    72.564] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
/var/log/Xorg.1.log:[    72.564] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
/var/log/Xorg.1.log:[    72.564] (WW) Disabling Keyboard0
/var/log/Xorg.1.log:[    72.564] (WW) Disabling Mouse0
/var/log/Xorg.1.log:[    72.570] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
/var/log/Xorg.1.log:[    72.750] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
/var/log/Xorg.1.log:[    72.750] (WW) NVIDIA(0): Option "NoLogo" is not used
/var/log/Xorg.1.log:[    73.145] (WW) NVIDIA(0): Free swap group failed.
/var/log/Xorg.1.log.old:        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
/var/log/Xorg.1.log.old:[   352.161] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
/var/log/Xorg.1.log.old:[   352.161] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
/var/log/Xorg.1.log.old:[   352.161] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
/var/log/Xorg.1.log.old:[   352.167] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
/var/log/Xorg.1.log.old:[   352.174] (WW) Warning, couldn't open module nouveau
/var/log/Xorg.1.log.old:[   352.174] (EE) Failed to load module "nouveau" (module does not exist, 0)
/var/log/Xorg.1.log.old:[   352.174] (WW) Warning, couldn't open module nv
/var/log/Xorg.1.log.old:[   352.174] (EE) Failed to load module "nv" (module does not exist, 0)
/var/log/Xorg.1.log.old:[   352.174] (WW) Warning, couldn't open module ati
/var/log/Xorg.1.log.old:[   352.174] (EE) Failed to load module "ati" (module does not exist, 0)
/var/log/Xorg.1.log.old:[   352.174] (WW) Warning, couldn't open module fbdev
/var/log/Xorg.1.log.old:[   352.175] (EE) Failed to load module "fbdev" (module does not exist, 0)
/var/log/Xorg.1.log.old:[   352.175] (WW) Warning, couldn't open module vesa
/var/log/Xorg.1.log.old:[   352.175] (EE) Failed to load module "vesa" (module does not exist, 0)
/var/log/Xorg.1.log.old:[   352.295] (EE) modeset(G0): eglInitialize() failed
/var/log/Xorg.1.log.old:[   352.296] (EE) modeset(G0): glamor initialization failed
/var/log/Xorg.1.log.old:[  4431.460] (EE) systemd-logind: failed to release device: Connection was disconnected before a reply was received
/var/log/Xorg.1.log.old:[  4431.460] (EE) systemd-logind: failed to release device: Connection is closed
/var/log/Xorg.1.log.old:[  4431.461] (EE) systemd-logind: failed to release device: Connection is closed
/var/log/Xorg.1.log.old:[  4431.461] (EE) systemd-logind: failed to release device: Connection is closed
/var/log/Xorg.1.log.old:[  4431.461] (EE) systemd-logind: failed to release device: Connection is closed
/var/log/Xorg.1.log.old:[  4431.461] (EE) systemd-logind: failed to release device: Connection is closed
/var/log/Xorg.1.log.old:[  4431.461] (EE) systemd-logind: failed to release device: Connection is closed
/var/log/Xorg.1.log.old:[  4431.997] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
/var/log/Xorg.1.log.old:[  4431.997] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
/var/log/Xorg.1.log.old:[  4431.997] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
/var/log/Xorg.1.log.old:[  4431.997] (EE) systemd-logind: ReleaseControl failed: Connection is closed

and

$pacman -Qs nvidia                            
local/compton-garnetius-git 0.1_beta2.88.ge5074a5-1
    garnetius' patched fork of compton with fixes for glx errors and Nvidia drivers
local/libvdpau 1.1.1+3+ga21bf7a-1
    Nvidia VDPAU library
local/libxnvctrl 390.25-1
    NVIDIA NV-CONTROL X extension
local/nvidia-dkms 390.25-9
    NVIDIA driver sources for linux
local/nvidia-settings 390.25-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 390.25-2
    NVIDIA drivers utilities
local/opencl-nvidia 390.25-2
    OpenCL implemention for NVIDIA

Seems to be the case for the default kernel, zen kernel, and lts kernel.  Using lightdm as display manager.  Only noticed after most recent update.

Suggestions?

Last edited by branthebuilder (2018-02-14 19:46:28)

Offline

#2 2018-02-13 06:06:58

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED]Login, cursor appears on blank screen, desktop doesn't load

Uninstall lightdm. And don't truncate/parse your log files, paste the complete file: https://bbs.archlinux.org/viewtopic.php?id=57855



Moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2018-02-13 08:34:34

qwer1234
Member
Registered: 2010-06-16
Posts: 10

Re: [SOLVED]Login, cursor appears on blank screen, desktop doesn't load

Offline

#4 2018-02-14 03:09:39

branthebuilder
Member
Registered: 2016-10-01
Posts: 65

Re: [SOLVED]Login, cursor appears on blank screen, desktop doesn't load

jasonwryan wrote:

Uninstall lightdm. And don't truncate/parse your log files, paste the complete file: https://bbs.archlinux.org/viewtopic.php?id=57855



Moving to NC...

Using lxdm vs lightdm makes no difference except for the work-around of switching to tty and back does not work with lxdm.


Here's the full log:

[    72.563] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[    72.563] X Protocol Version 11, Revision 0
[    72.563] Build Operating System: Linux 4.14.12-1-ARCH x86_64 
[    72.563] Current Operating System: Linux mattarch 4.15.2-2-zen #1 ZEN SMP PREEMPT Thu Feb 8 18:54:59 UTC 2018 x86_64
[    72.563] Kernel command line: initrd=initramfs-linux-zen.img root=PARTUUID=d320647c-fe64-4339-856b-dc1d93269be7 rw amd_iommu=on
[    72.563] Build Date: 26 January 2018  10:25:18AM
[    72.563]  
[    72.563] Current version of pixman: 0.34.0
[    72.563] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    72.563] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    72.564] (==) Log file: "/var/log/Xorg.1.log", Time: Mon Feb 12 18:30:02 2018
[    72.564] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    72.564] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    72.564] (==) ServerLayout "Layout0"
[    72.564] (**) |-->Screen "Screen0" (0)
[    72.564] (**) |   |-->Monitor "Monitor0"
[    72.564] (**) |   |-->Device "Device0"
[    72.564] (**) |-->Input Device "Keyboard0"
[    72.564] (**) |-->Input Device "Mouse0"
[    72.564] (==) Automatically adding devices
[    72.564] (==) Automatically enabling devices
[    72.564] (==) Automatically adding GPU devices
[    72.564] (==) Automatically binding GPU devices
[    72.564] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    72.564] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    72.564] 	Entry deleted from font path.
[    72.564] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    72.564] 	Entry deleted from font path.
[    72.564] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    72.564] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    72.564] 	Entry deleted from font path.
[    72.564] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    72.564] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[    72.564] (==) ModulePath set to "/usr/lib/xorg/modules"
[    72.564] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    72.564] (WW) Disabling Keyboard0
[    72.564] (WW) Disabling Mouse0
[    72.564] (II) Loader magic: 0x5615f0c31d60
[    72.564] (II) Module ABI versions:
[    72.564] 	X.Org ANSI C Emulation: 0.4
[    72.564] 	X.Org Video Driver: 23.0
[    72.564] 	X.Org XInput driver : 24.1
[    72.564] 	X.Org Server Extension : 10.0
[    72.565] (++) using VT number 2

[    72.565] (--) controlling tty is VT number 2, auto-enabling KeepTty
[    72.566] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c3
[    72.567] (II) xfree86: Adding drm device (/dev/dri/card0)
[    72.567] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    72.568] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    72.568] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    72.570] (--) PCI:*(0:1:0:0) 10de:1402:3842:2951 rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    72.570] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    72.570] (II) LoadModule: "glx"
[    72.570] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[    72.576] (II) Module glx: vendor="NVIDIA Corporation"
[    72.576] 	compiled for 4.0.2, module version = 1.0.0
[    72.576] 	Module class: X.Org Server Extension
[    72.576] (II) NVIDIA GLX Module  390.25  Wed Jan 24 19:23:51 PST 2018
[    72.576] (II) LoadModule: "nvidia"
[    72.576] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    72.576] (II) Module nvidia: vendor="NVIDIA Corporation"
[    72.576] 	compiled for 4.0.2, module version = 1.0.0
[    72.576] 	Module class: X.Org Video Driver
[    72.576] (II) NVIDIA dlloader X Driver  390.25  Wed Jan 24 18:57:05 PST 2018
[    72.576] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    72.576] (II) systemd-logind: releasing fd for 226:0
[    72.577] (II) Loading sub module "fb"
[    72.577] (II) LoadModule: "fb"
[    72.577] (II) Loading /usr/lib/xorg/modules/libfb.so
[    72.577] (II) Module fb: vendor="X.Org Foundation"
[    72.577] 	compiled for 1.19.6, module version = 1.0.0
[    72.577] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    72.577] (II) Loading sub module "wfb"
[    72.577] (II) LoadModule: "wfb"
[    72.578] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    72.578] (II) Module wfb: vendor="X.Org Foundation"
[    72.578] 	compiled for 1.19.6, module version = 1.0.0
[    72.578] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    72.578] (II) Loading sub module "ramdac"
[    72.578] (II) LoadModule: "ramdac"
[    72.578] (II) Module "ramdac" already built-in
[    72.578] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    72.578] (==) NVIDIA(0): RGB weight 888
[    72.578] (==) NVIDIA(0): Default visual is TrueColor
[    72.578] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    72.578] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    72.578] (**) NVIDIA(0): Option "TripleBuffer" "on"
[    72.578] (**) NVIDIA(0): Option "ConnectToAcpid" "off"
[    72.578] (**) NVIDIA(0): Option "AllowIndirectGLXProtocol" "off"
[    72.578] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    72.578] (**) NVIDIA(0): Option "Coolbits" "24"
[    72.578] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
[    72.578] (**) NVIDIA(0): Enabling 2D acceleration
[    72.580] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    72.580] (--) NVIDIA(0):     CRT-0
[    72.580] (--) NVIDIA(0):     DFP-0
[    72.580] (--) NVIDIA(0):     DFP-1 (boot)
[    72.580] (--) NVIDIA(0):     DFP-2
[    72.580] (--) NVIDIA(0):     DFP-3
[    72.580] (--) NVIDIA(0):     DFP-4
[    72.580] (--) NVIDIA(0):     DFP-5
[    72.580] (--) NVIDIA(0):     DFP-6
[    72.580] (--) NVIDIA(0):     DFP-7
[    72.582] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 950 (GM206-A) at PCI:1:0:0 (GPU-0)
[    72.582] (--) NVIDIA(0): Memory: 2097152 kBytes
[    72.582] (--) NVIDIA(0): VideoBIOS: 84.06.3d.00.50
[    72.582] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    72.585] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    72.585] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    72.585] (--) NVIDIA(GPU-0): 
[    72.588] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    72.588] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    72.588] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    72.588] (--) NVIDIA(GPU-0): 
[    72.622] (--) NVIDIA(GPU-0): Sharp LC-43LB481U (DFP-1): connected
[    72.622] (--) NVIDIA(GPU-0): Sharp LC-43LB481U (DFP-1): Internal TMDS
[    72.622] (--) NVIDIA(GPU-0): Sharp LC-43LB481U (DFP-1): 600.0 MHz maximum pixel clock
[    72.622] (--) NVIDIA(GPU-0): 
[    72.622] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    72.622] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    72.622] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[    72.622] (--) NVIDIA(GPU-0): 
[    72.622] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    72.622] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    72.622] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    72.622] (--) NVIDIA(GPU-0): 
[    72.622] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    72.622] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    72.622] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    72.622] (--) NVIDIA(GPU-0): 
[    72.622] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    72.622] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    72.622] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    72.622] (--) NVIDIA(GPU-0): 
[    72.622] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    72.622] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    72.622] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    72.622] (--) NVIDIA(GPU-0): 
[    72.623] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    72.623] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[    72.623] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[    72.623] (--) NVIDIA(GPU-0): 
[    72.628] (II) NVIDIA(0): Validated MetaModes:
[    72.628] (II) NVIDIA(0):     "nvidia-auto-select+0+0{ForceFullCompositionPipeline=On}"
[    72.628] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    72.634] (--) NVIDIA(0): DPI set to (51, 51); computed from "UseEdidDpi" X config
[    72.634] (--) NVIDIA(0):     option
[    72.634] (--) Depth 24 pixmap format is 32 bpp
[    72.635] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    72.635] (II) NVIDIA:     access.
[    72.661] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0{ForceFullCompositionPipeline=On}"
[    72.749] (==) NVIDIA(0): Disabling shared memory pixmaps
[    72.750] (==) NVIDIA(0): Backing store enabled
[    72.750] (==) NVIDIA(0): Silken mouse enabled
[    72.750] (**) NVIDIA(0): DPMS enabled
[    72.750] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    72.750] (WW) NVIDIA(0): Option "NoLogo" is not used
[    72.750] (II) Loading sub module "dri2"
[    72.750] (II) LoadModule: "dri2"
[    72.750] (II) Module "dri2" already built-in
[    72.750] (II) NVIDIA(0): [DRI2] Setup complete
[    72.750] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    72.750] (--) RandR disabled
[    72.753] (II) Initializing extension GLX
[    72.753] (II) Indirect GLX disabled.
[    72.792] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    72.792] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    72.792] (II) LoadModule: "libinput"
[    72.792] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    72.794] (II) Module libinput: vendor="X.Org Foundation"
[    72.794] 	compiled for 1.19.3, module version = 0.26.0
[    72.794] 	Module class: X.Org XInput Driver
[    72.794] 	ABI class: X.Org XInput driver, version 24.1
[    72.794] (II) Using input driver 'libinput' for 'Power Button'
[    72.795] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 36 paused 0
[    72.795] (**) Power Button: always reports core events
[    72.795] (**) Option "Device" "/dev/input/event1"
[    72.795] (**) Option "_source" "server/udev"
[    72.795] (II) event1  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    72.795] (II) event1  - (II) Power Button: (II) device is a keyboard
[    72.796] (II) event1  - (II) Power Button: (II) device removed
[    72.796] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    72.796] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    72.796] (II) event1  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    72.796] (II) event1  - (II) Power Button: (II) device is a keyboard
[    72.797] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[    72.797] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    72.797] (II) Using input driver 'libinput' for 'Video Bus'
[    72.798] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 39 paused 0
[    72.798] (**) Video Bus: always reports core events
[    72.798] (**) Option "Device" "/dev/input/event2"
[    72.798] (**) Option "_source" "server/udev"
[    72.798] (II) event2  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    72.798] (II) event2  - (II) Video Bus: (II) device is a keyboard
[    72.798] (II) event2  - (II) Video Bus: (II) device removed
[    72.798] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:01/input/input2/event2"
[    72.798] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    72.799] (II) event2  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[    72.799] (II) event2  - (II) Video Bus: (II) device is a keyboard
[    72.799] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    72.799] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    72.799] (II) Using input driver 'libinput' for 'Power Button'
[    72.800] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 40 paused 0
[    72.800] (**) Power Button: always reports core events
[    72.800] (**) Option "Device" "/dev/input/event0"
[    72.800] (**) Option "_source" "server/udev"
[    72.800] (II) event0  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    72.800] (II) event0  - (II) Power Button: (II) device is a keyboard
[    72.800] (II) event0  - (II) Power Button: (II) device removed
[    72.800] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    72.800] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    72.801] (II) event0  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    72.801] (II) event0  - (II) Power Button: (II) device is a keyboard
[    72.801] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    72.801] (II) No input driver specified, ignoring this device.
[    72.801] (II) This device may have been added with another device file.
[    72.801] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    72.801] (II) No input driver specified, ignoring this device.
[    72.801] (II) This device may have been added with another device file.
[    72.802] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    72.802] (II) No input driver specified, ignoring this device.
[    72.802] (II) This device may have been added with another device file.
[    72.802] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    72.802] (II) No input driver specified, ignoring this device.
[    72.802] (II) This device may have been added with another device file.
[    72.802] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event4)
[    72.802] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    72.802] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[    72.855] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 41 paused 0
[    72.855] (**) Logitech USB Optical Mouse: always reports core events
[    72.855] (**) Option "Device" "/dev/input/event4"
[    72.855] (**) Option "_source" "server/udev"
[    72.856] (II) event4  - (II) Logitech USB Optical Mouse: (II) is tagged by udev as: Mouse
[    72.856] (II) event4  - (II) Logitech USB Optical Mouse: (II) device is a pointer
[    72.856] (II) event4  - (II) Logitech USB Optical Mouse: (II) device removed
[    72.856] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb8/8-2/8-2:1.0/0003:046D:C018.0001/input/input4/event4"
[    72.856] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 9)
[    72.856] (**) Option "AccelerationScheme" "none"
[    72.856] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[    72.856] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[    72.856] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[    72.856] (II) event4  - (II) Logitech USB Optical Mouse: (II) is tagged by udev as: Mouse
[    72.856] (II) event4  - (II) Logitech USB Optical Mouse: (II) device is a pointer
[    72.857] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[    72.857] (II) No input driver specified, ignoring this device.
[    72.857] (II) This device may have been added with another device file.
[    72.857] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event10)
[    72.857] (II) No input driver specified, ignoring this device.
[    72.857] (II) This device may have been added with another device file.
[    72.857] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event11)
[    72.857] (II) No input driver specified, ignoring this device.
[    72.857] (II) This device may have been added with another device file.
[    72.858] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event12)
[    72.858] (II) No input driver specified, ignoring this device.
[    72.858] (II) This device may have been added with another device file.
[    72.858] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event6)
[    72.858] (II) No input driver specified, ignoring this device.
[    72.858] (II) This device may have been added with another device file.
[    72.858] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event7)
[    72.858] (II) No input driver specified, ignoring this device.
[    72.858] (II) This device may have been added with another device file.
[    72.858] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event8)
[    72.858] (II) No input driver specified, ignoring this device.
[    72.858] (II) This device may have been added with another device file.
[    72.858] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event9)
[    72.858] (II) No input driver specified, ignoring this device.
[    72.858] (II) This device may have been added with another device file.
[    72.859] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    72.859] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    72.859] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    72.860] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
[    72.860] (**) AT Translated Set 2 keyboard: always reports core events
[    72.860] (**) Option "Device" "/dev/input/event3"
[    72.860] (**) Option "_source" "server/udev"
[    72.861] (II) event3  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    72.861] (II) event3  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    72.861] (II) event3  - (II) AT Translated Set 2 keyboard: (II) device removed
[    72.861] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    72.861] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    72.862] (II) event3  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    72.862] (II) event3  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    72.863] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    72.863] (II) No input driver specified, ignoring this device.
[    72.863] (II) This device may have been added with another device file.
[    72.864] (II) config/udev: Adding input device uinput-unifiedremote (/dev/input/event17)
[    72.864] (**) uinput-unifiedremote: Applying InputClass "libinput pointer catchall"
[    72.864] (**) uinput-unifiedremote: Applying InputClass "libinput keyboard catchall"
[    72.864] (II) Using input driver 'libinput' for 'uinput-unifiedremote'
[    72.865] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 43 paused 0
[    72.865] (**) uinput-unifiedremote: always reports core events
[    72.865] (**) Option "Device" "/dev/input/event17"
[    72.865] (**) Option "_source" "server/udev"
[    72.865] (II) event17 - (II) uinput-unifiedremote: (II) is tagged by udev as: Keyboard Mouse
[    72.865] (II) event17 - (II) uinput-unifiedremote: (II) device is a pointer
[    72.865] (II) event17 - (II) uinput-unifiedremote: (II) device is a keyboard
[    72.865] (II) event17 - (II) uinput-unifiedremote: (II) device removed
[    72.865] (II) libinput: uinput-unifiedremote: needs a virtual subdevice
[    72.865] (**) Option "config_info" "udev:/sys/devices/virtual/input/input17/event17"
[    72.865] (II) XINPUT: Adding extended input device "uinput-unifiedremote" (type: MOUSE, id 11)
[    72.865] (**) Option "AccelerationScheme" "none"
[    72.865] (**) uinput-unifiedremote: (accel) selected scheme none/0
[    72.865] (**) uinput-unifiedremote: (accel) acceleration factor: 2.000
[    72.865] (**) uinput-unifiedremote: (accel) acceleration threshold: 4
[    72.866] (II) event17 - (II) uinput-unifiedremote: (II) is tagged by udev as: Keyboard Mouse
[    72.866] (II) event17 - (II) uinput-unifiedremote: (II) device is a pointer
[    72.866] (II) event17 - (II) uinput-unifiedremote: (II) device is a keyboard
[    72.866] (II) config/udev: Adding input device uinput-unifiedremote (/dev/input/mouse1)
[    72.866] (II) No input driver specified, ignoring this device.
[    72.866] (II) This device may have been added with another device file.
[    72.868] (**) uinput-unifiedremote: Applying InputClass "libinput pointer catchall"
[    72.868] (**) uinput-unifiedremote: Applying InputClass "libinput keyboard catchall"
[    72.868] (II) Using input driver 'libinput' for 'uinput-unifiedremote'
[    72.868] (II) systemd-logind: returning pre-existing fd for /dev/input/event17 13:81
[    72.868] (**) uinput-unifiedremote: always reports core events
[    72.868] (**) Option "Device" "/dev/input/event17"
[    72.868] (**) Option "_source" "_driver/libinput"
[    72.868] (II) libinput: uinput-unifiedremote: is a virtual subdevice
[    72.869] (**) Option "config_info" "udev:/sys/devices/virtual/input/input17/event17"
[    72.869] (II) XINPUT: Adding extended input device "uinput-unifiedremote" (type: KEYBOARD, id 12)
[    72.916] (**) Option "fd" "36"
[    72.916] (II) event1  - (II) Power Button: (II) device removed
[    72.916] (**) Option "fd" "39"
[    72.916] (II) event2  - (II) Video Bus: (II) device removed
[    72.916] (**) Option "fd" "40"
[    72.916] (II) event0  - (II) Power Button: (II) device removed
[    72.916] (**) Option "fd" "41"
[    72.916] (II) event4  - (II) Logitech USB Optical Mouse: (II) device removed
[    72.916] (**) Option "fd" "42"
[    72.916] (II) event3  - (II) AT Translated Set 2 keyboard: (II) device removed
[    72.917] (**) Option "fd" "43"
[    72.917] (**) Option "fd" "43"
[    72.917] (II) event17 - (II) uinput-unifiedremote: (II) device removed
[    72.919] (II) UnloadModule: "libinput"
[    72.919] (II) systemd-logind: not releasing fd for 13:81, still in use
[    72.919] (II) UnloadModule: "libinput"
[    72.919] (II) systemd-logind: releasing fd for 13:81
[    72.938] (II) UnloadModule: "libinput"
[    72.938] (II) systemd-logind: releasing fd for 13:67
[    72.949] (II) UnloadModule: "libinput"
[    72.949] (II) systemd-logind: releasing fd for 13:68
[    72.977] (II) UnloadModule: "libinput"
[    72.977] (II) systemd-logind: releasing fd for 13:64
[    72.990] (II) UnloadModule: "libinput"
[    72.990] (II) systemd-logind: releasing fd for 13:66
[    73.009] (II) UnloadModule: "libinput"
[    73.009] (II) systemd-logind: releasing fd for 13:65
[    73.145] (WW) NVIDIA(0): Free swap group failed.
[    73.147] (II) NVIDIA(GPU-0): Deleting GPU-0
[    73.149] (II) Server terminated successfully (0). Closing log file.
[   352.152] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   352.153] X Protocol Version 11, Revision 0
[   352.154] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[   352.154] Current Operating System: Linux mattarch 4.7.5-1-ARCH #1 SMP PREEMPT Sat Sep 24 13:04:22 CEST 2016 x86_64
[   352.154] Kernel command line: initrd=initramfs-linux.img root=PARTUUID=d320647c-fe64-4339-856b-dc1d93269be7 rw amd_iommu=on
[   352.155] Build Date: 19 July 2016  05:54:24PM
[   352.156]  
[   352.156] Current version of pixman: 0.34.0
[   352.157] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   352.157] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   352.160] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Sep 28 15:09:01 2016
[   352.160] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   352.160] (==) No Layout section.  Using the first Screen section.
[   352.160] (==) No screen section available. Using defaults.
[   352.160] (**) |-->Screen "Default Screen Section" (0)
[   352.160] (**) |   |-->Monitor "<default monitor>"
[   352.160] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   352.161] (==) Automatically adding devices
[   352.161] (==) Automatically enabling devices
[   352.161] (==) Automatically adding GPU devices
[   352.161] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   352.161] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   352.161] 	Entry deleted from font path.
[   352.161] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   352.161] 	Entry deleted from font path.
[   352.161] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   352.161] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   352.161] 	Entry deleted from font path.
[   352.161] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   352.161] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[   352.161] (==) ModulePath set to "/usr/lib/xorg/modules"
[   352.161] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   352.161] (II) Loader magic: 0x821d40
[   352.161] (II) Module ABI versions:
[   352.161] 	X.Org ANSI C Emulation: 0.4
[   352.161] 	X.Org Video Driver: 20.0
[   352.161] 	X.Org XInput driver : 22.1
[   352.161] 	X.Org Server Extension : 9.0
[   352.162] (++) using VT number 2

[   352.162] (--) controlling tty is VT number 2, auto-enabling KeepTty
[   352.163] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[   352.164] (II) xfree86: Adding drm device (/dev/dri/card0)
[   352.165] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   352.165] (II) xfree86: Adding drm device (/dev/dri/card1)
[   352.165] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 9 paused 0
[   352.167] (--) PCI: (0:0:1:0) 1002:1313:1458:d000 rev 0, Mem @ 0xb0000000/268435456, 0xd2000000/8388608, 0xfe300000/262144, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072
[   352.167] (--) PCI:*(0:1:0:0) 10de:1402:3842:2951 rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   352.167] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   352.167] (II) LoadModule: "glx"
[   352.167] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   352.173] (II) Module glx: vendor="NVIDIA Corporation"
[   352.173] 	compiled for 4.0.2, module version = 1.0.0
[   352.173] 	Module class: X.Org Server Extension
[   352.173] (II) NVIDIA GLX Module  370.28  Thu Sep  1 19:14:30 PDT 2016
[   352.173] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[   352.173] 	loading driver: nvidia
[   352.173] (==) Matched nvidia as autoconfigured driver 0
[   352.173] (==) Matched nouveau as autoconfigured driver 1
[   352.173] (==) Matched nv as autoconfigured driver 2
[   352.173] (==) Matched ati as autoconfigured driver 3
[   352.173] (==) Matched nouveau as autoconfigured driver 4
[   352.173] (==) Matched nv as autoconfigured driver 5
[   352.173] (==) Matched modesetting as autoconfigured driver 6
[   352.173] (==) Matched fbdev as autoconfigured driver 7
[   352.173] (==) Matched vesa as autoconfigured driver 8
[   352.173] (==) Assigned the driver to the xf86ConfigLayout
[   352.173] (II) LoadModule: "nvidia"
[   352.173] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   352.173] (II) Module nvidia: vendor="NVIDIA Corporation"
[   352.173] 	compiled for 4.0.2, module version = 1.0.0
[   352.173] 	Module class: X.Org Video Driver
[   352.173] (II) LoadModule: "nouveau"
[   352.174] (WW) Warning, couldn't open module nouveau
[   352.174] (II) UnloadModule: "nouveau"
[   352.174] (II) Unloading nouveau
[   352.174] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   352.174] (II) LoadModule: "nv"
[   352.174] (WW) Warning, couldn't open module nv
[   352.174] (II) UnloadModule: "nv"
[   352.174] (II) Unloading nv
[   352.174] (EE) Failed to load module "nv" (module does not exist, 0)
[   352.174] (II) LoadModule: "ati"
[   352.174] (WW) Warning, couldn't open module ati
[   352.174] (II) UnloadModule: "ati"
[   352.174] (II) Unloading ati
[   352.174] (EE) Failed to load module "ati" (module does not exist, 0)
[   352.174] (II) LoadModule: "modesetting"
[   352.174] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   352.174] (II) Module modesetting: vendor="X.Org Foundation"
[   352.174] 	compiled for 1.18.4, module version = 1.18.4
[   352.174] 	Module class: X.Org Video Driver
[   352.174] 	ABI class: X.Org Video Driver, version 20.0
[   352.174] (II) LoadModule: "fbdev"
[   352.174] (WW) Warning, couldn't open module fbdev
[   352.174] (II) UnloadModule: "fbdev"
[   352.174] (II) Unloading fbdev
[   352.175] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   352.175] (II) LoadModule: "vesa"
[   352.175] (WW) Warning, couldn't open module vesa
[   352.175] (II) UnloadModule: "vesa"
[   352.175] (II) Unloading vesa
[   352.175] (EE) Failed to load module "vesa" (module does not exist, 0)
[   352.175] (II) NVIDIA dlloader X Driver  370.28  Thu Sep  1 18:51:40 PDT 2016
[   352.175] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   352.175] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   352.175] (II) systemd-logind: releasing fd for 226:1
[   352.176] (II) Loading sub module "fb"
[   352.176] (II) LoadModule: "fb"
[   352.176] (II) Loading /usr/lib/xorg/modules/libfb.so
[   352.176] (II) Module fb: vendor="X.Org Foundation"
[   352.176] 	compiled for 1.18.4, module version = 1.0.0
[   352.176] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   352.176] (II) Loading sub module "wfb"
[   352.176] (II) LoadModule: "wfb"
[   352.176] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   352.176] (II) Module wfb: vendor="X.Org Foundation"
[   352.176] 	compiled for 1.18.4, module version = 1.0.0
[   352.176] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   352.176] (II) Loading sub module "ramdac"
[   352.176] (II) LoadModule: "ramdac"
[   352.176] (II) Module "ramdac" already built-in
[   352.177] (II) modeset(G0): using drv /dev/dri/card0
[   352.177] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   352.177] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   352.177] (==) NVIDIA(0): RGB weight 888
[   352.177] (==) NVIDIA(0): Default visual is TrueColor
[   352.177] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   352.177] (**) NVIDIA(0): Enabling 2D acceleration
[   352.178] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   352.178] (--) NVIDIA(0):     CRT-0
[   352.178] (--) NVIDIA(0):     DFP-0
[   352.178] (--) NVIDIA(0):     DFP-1 (boot)
[   352.178] (--) NVIDIA(0):     DFP-2
[   352.178] (--) NVIDIA(0):     DFP-3
[   352.178] (--) NVIDIA(0):     DFP-4
[   352.178] (--) NVIDIA(0):     DFP-5
[   352.178] (--) NVIDIA(0):     DFP-6
[   352.178] (--) NVIDIA(0):     DFP-7
[   352.181] (--) NVIDIA(0): CRT-0: disconnected
[   352.181] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[   352.181] (--) NVIDIA(0): 
[   352.184] (--) NVIDIA(0): DFP-0: disconnected
[   352.184] (--) NVIDIA(0): DFP-0: Internal TMDS
[   352.184] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[   352.184] (--) NVIDIA(0): 
[   352.215] (--) NVIDIA(0): Ancor Communications Inc ASUS VS247 (DFP-1): connected
[   352.215] (--) NVIDIA(0): Ancor Communications Inc ASUS VS247 (DFP-1): Internal TMDS
[   352.215] (--) NVIDIA(0): Ancor Communications Inc ASUS VS247 (DFP-1): 600.0 MHz maximum pixel clock
[   352.215] (--) NVIDIA(0): 
[   352.215] (--) NVIDIA(0): DFP-2: disconnected
[   352.215] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[   352.215] (--) NVIDIA(0): DFP-2: 960.0 MHz maximum pixel clock
[   352.215] (--) NVIDIA(0): 
[   352.215] (--) NVIDIA(0): DFP-3: disconnected
[   352.215] (--) NVIDIA(0): DFP-3: Internal TMDS
[   352.215] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[   352.215] (--) NVIDIA(0): 
[   352.215] (--) NVIDIA(0): DFP-4: disconnected
[   352.215] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[   352.215] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[   352.215] (--) NVIDIA(0): 
[   352.216] (--) NVIDIA(0): DFP-5: disconnected
[   352.216] (--) NVIDIA(0): DFP-5: Internal TMDS
[   352.216] (--) NVIDIA(0): DFP-5: 330.0 MHz maximum pixel clock
[   352.216] (--) NVIDIA(0): 
[   352.216] (--) NVIDIA(0): DFP-6: disconnected
[   352.216] (--) NVIDIA(0): DFP-6: Internal DisplayPort
[   352.216] (--) NVIDIA(0): DFP-6: 960.0 MHz maximum pixel clock
[   352.216] (--) NVIDIA(0): 
[   352.216] (--) NVIDIA(0): DFP-7: disconnected
[   352.216] (--) NVIDIA(0): DFP-7: Internal TMDS
[   352.216] (--) NVIDIA(0): DFP-7: 330.0 MHz maximum pixel clock
[   352.216] (--) NVIDIA(0): 
[   352.217] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 950 (GM206-A) at PCI:1:0:0 (GPU-0)
[   352.217] (--) NVIDIA(0): Memory: 2097152 kBytes
[   352.217] (--) NVIDIA(0): VideoBIOS: 84.06.3d.00.50
[   352.217] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   352.217] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   352.217] (**) NVIDIA(0):     device Ancor Communications Inc ASUS VS247 (DFP-1) (Using
[   352.217] (**) NVIDIA(0):     EDID frequencies has been enabled on all display
[   352.217] (**) NVIDIA(0):     devices.)
[   352.221] (==) NVIDIA(0): 
[   352.221] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   352.221] (==) NVIDIA(0):     will be used as the requested mode.
[   352.221] (==) NVIDIA(0): 
[   352.222] (II) NVIDIA(0): Validated MetaModes:
[   352.222] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[   352.222] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[   352.234] (--) NVIDIA(0): DPI set to (93, 94); computed from "UseEdidDpi" X config
[   352.234] (--) NVIDIA(0):     option
[   352.234] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   352.234] (==) modeset(G0): RGB weight 888
[   352.234] (==) modeset(G0): Default visual is TrueColor
[   352.234] (II) Loading sub module "glamoregl"
[   352.234] (II) LoadModule: "glamoregl"
[   352.234] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   352.240] (II) Module glamoregl: vendor="X.Org Foundation"
[   352.240] 	compiled for 1.18.4, module version = 1.0.0
[   352.240] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   352.240] (II) glamor: OpenGL accelerated X.org driver based.
[   352.295] (EE) modeset(G0): eglInitialize() failed
[   352.296] (EE) modeset(G0): glamor initialization failed
[   352.296] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[   352.297] (II) modeset(G0): Output DVI-D-1 has no monitor section
[   352.298] (II) modeset(G0): Output HDMI-1 has no monitor section
[   352.373] (II) modeset(G0): Output VGA-1 has no monitor section
[   352.376] (II) modeset(G0): EDID for output DVI-D-1
[   352.377] (II) modeset(G0): EDID for output HDMI-1
[   352.453] (II) modeset(G0): EDID for output VGA-1
[   352.453] (II) modeset(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   352.453] (==) modeset(G0): DPI set to (96, 96)
[   352.453] (II) Loading sub module "fb"
[   352.453] (II) LoadModule: "fb"
[   352.453] (II) Loading /usr/lib/xorg/modules/libfb.so
[   352.453] (II) Module fb: vendor="X.Org Foundation"
[   352.453] 	compiled for 1.18.4, module version = 1.0.0
[   352.453] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   352.453] (II) Loading sub module "shadow"
[   352.454] (II) LoadModule: "shadow"
[   352.454] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   352.454] (II) Module shadow: vendor="X.Org Foundation"
[   352.454] 	compiled for 1.18.4, module version = 1.1.0
[   352.454] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   352.454] (--) Depth 24 pixmap format is 32 bpp
[   352.454] (==) modeset(G0): Backing store enabled
[   352.454] (==) modeset(G0): Silken mouse enabled
[   352.454] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   352.454] (==) modeset(G0): DPMS enabled
[   352.497] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[   352.497] (II) NVIDIA:     access.
[   352.500] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   352.500] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   352.500] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   352.500] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   352.500] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   352.500] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   352.500] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   352.500] (II) NVIDIA(0):     Config Options in the README.
[   352.545] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[   352.592] (==) NVIDIA(0): Disabling shared memory pixmaps
[   352.592] (==) NVIDIA(0): Backing store enabled
[   352.592] (==) NVIDIA(0): Silken mouse enabled
[   352.592] (==) NVIDIA(0): DPMS enabled
[   352.592] (II) Loading sub module "dri2"
[   352.592] (II) LoadModule: "dri2"
[   352.592] (II) Module "dri2" already built-in
[   352.592] (II) NVIDIA(0): [DRI2] Setup complete
[   352.592] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   352.592] (--) RandR disabled
[   352.598] (II) Initializing extension GLX
[   352.598] (II) Indirect GLX disabled.
[   352.641] (II) modeset(G0): Damage tracking initialized
[   352.693] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[   352.693] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   352.693] (II) LoadModule: "libinput"
[   352.693] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   352.694] (II) Module libinput: vendor="X.Org Foundation"
[   352.694] 	compiled for 1.18.4, module version = 0.19.1
[   352.694] 	Module class: X.Org XInput Driver
[   352.694] 	ABI class: X.Org XInput driver, version 22.1
[   352.695] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 31 paused 0
[   352.695] (II) Using input driver 'libinput' for 'Power Button'
[   352.695] (**) Power Button: always reports core events
[   352.695] (**) Option "Device" "/dev/input/event6"
[   352.695] (**) Option "_source" "server/udev"
[   352.696] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
[   352.696] (II) input device 'Power Button', /dev/input/event6 is a keyboard
[   352.696] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event6"
[   352.696] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   352.697] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
[   352.697] (II) input device 'Power Button', /dev/input/event6 is a keyboard
[   352.697] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[   352.697] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   352.698] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 34 paused 0
[   352.698] (II) Using input driver 'libinput' for 'Video Bus'
[   352.698] (**) Video Bus: always reports core events
[   352.698] (**) Option "Device" "/dev/input/event3"
[   352.698] (**) Option "_source" "server/udev"
[   352.698] (II) input device 'Video Bus', /dev/input/event3 is tagged by udev as: Keyboard
[   352.698] (II) input device 'Video Bus', /dev/input/event3 is a keyboard
[   352.698] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event3"
[   352.698] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   352.699] (II) input device 'Video Bus', /dev/input/event3 is tagged by udev as: Keyboard
[   352.699] (II) input device 'Video Bus', /dev/input/event3 is a keyboard
[   352.699] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[   352.699] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   352.700] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[   352.700] (II) Using input driver 'libinput' for 'Video Bus'
[   352.700] (**) Video Bus: always reports core events
[   352.700] (**) Option "Device" "/dev/input/event4"
[   352.700] (**) Option "_source" "server/udev"
[   352.700] (II) input device 'Video Bus', /dev/input/event4 is tagged by udev as: Keyboard
[   352.700] (II) input device 'Video Bus', /dev/input/event4 is a keyboard
[   352.700] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:01/input/input6/event4"
[   352.700] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   352.701] (II) input device 'Video Bus', /dev/input/event4 is tagged by udev as: Keyboard
[   352.701] (II) input device 'Video Bus', /dev/input/event4 is a keyboard
[   352.701] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[   352.701] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   352.702] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 36 paused 0
[   352.702] (II) Using input driver 'libinput' for 'Power Button'
[   352.702] (**) Power Button: always reports core events
[   352.702] (**) Option "Device" "/dev/input/event5"
[   352.702] (**) Option "_source" "server/udev"
[   352.702] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[   352.702] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[   352.702] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7/event5"
[   352.702] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   352.703] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[   352.703] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[   352.703] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event8)
[   352.703] (II) No input driver specified, ignoring this device.
[   352.703] (II) This device may have been added with another device file.
[   352.704] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[   352.704] (II) No input driver specified, ignoring this device.
[   352.704] (II) This device may have been added with another device file.
[   352.704] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[   352.704] (II) No input driver specified, ignoring this device.
[   352.704] (II) This device may have been added with another device file.
[   352.704] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[   352.704] (II) No input driver specified, ignoring this device.
[   352.704] (II) This device may have been added with another device file.
[   352.705] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[   352.705] (II) No input driver specified, ignoring this device.
[   352.705] (II) This device may have been added with another device file.
[   352.705] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event0)
[   352.705] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[   352.706] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 37 paused 0
[   352.706] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
[   352.706] (**) PixArt USB Optical Mouse: always reports core events
[   352.706] (**) Option "Device" "/dev/input/event0"
[   352.706] (**) Option "_source" "server/udev"
[   352.706] (II) input device 'PixArt USB Optical Mouse', /dev/input/event0 is tagged by udev as: Mouse
[   352.706] (II) Device 'PixArt USB Optical Mouse' set to 1000 DPI
[   352.707] (II) input device 'PixArt USB Optical Mouse', /dev/input/event0 is a pointer caps
[   352.707] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/usb3/3-1/3-1:1.0/0003:093A:2510.0001/input/input2/event0"
[   352.707] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 10)
[   352.707] (**) Option "AccelerationScheme" "none"
[   352.707] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[   352.707] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[   352.707] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[   352.707] (II) input device 'PixArt USB Optical Mouse', /dev/input/event0 is tagged by udev as: Mouse
[   352.707] (II) Device 'PixArt USB Optical Mouse' set to 1000 DPI
[   352.707] (II) input device 'PixArt USB Optical Mouse', /dev/input/event0 is a pointer caps
[   352.708] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[   352.708] (II) No input driver specified, ignoring this device.
[   352.708] (II) This device may have been added with another device file.
[   352.708] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event1)
[   352.708] (**)   USB Keyboard: Applying InputClass "libinput keyboard catchall"
[   352.709] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 38 paused 0
[   352.709] (II) Using input driver 'libinput' for '  USB Keyboard'
[   352.709] (**)   USB Keyboard: always reports core events
[   352.709] (**) Option "Device" "/dev/input/event1"
[   352.709] (**) Option "_source" "server/udev"
[   352.709] (II) input device '  USB Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[   352.709] (II) input device '  USB Keyboard', /dev/input/event1 is a keyboard
[   352.709] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb8/8-3/8-3:1.0/0003:05AF:8277.0002/input/input3/event1"
[   352.709] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 11)
[   352.710] (II) input device '  USB Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[   352.710] (II) input device '  USB Keyboard', /dev/input/event1 is a keyboard
[   352.710] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event2)
[   352.710] (**)   USB Keyboard: Applying InputClass "libinput keyboard catchall"
[   352.711] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 39 paused 0
[   352.711] (II) Using input driver 'libinput' for '  USB Keyboard'
[   352.711] (**)   USB Keyboard: always reports core events
[   352.711] (**) Option "Device" "/dev/input/event2"
[   352.711] (**) Option "_source" "server/udev"
[   352.712] (II) input device '  USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[   352.712] (II) input device '  USB Keyboard', /dev/input/event2 is a keyboard
[   352.712] (II) libinput:   USB Keyboard: needs a virtual subdevice
[   352.712] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb8/8-3/8-3:1.1/0003:05AF:8277.0003/input/input4/event2"
[   352.712] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: MOUSE, id 12)
[   352.712] (**) Option "AccelerationScheme" "none"
[   352.712] (**)   USB Keyboard: (accel) selected scheme none/0
[   352.712] (**)   USB Keyboard: (accel) acceleration factor: 2.000
[   352.712] (**)   USB Keyboard: (accel) acceleration threshold: 4
[   352.712] (II) input device '  USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[   352.712] (II) input device '  USB Keyboard', /dev/input/event2 is a keyboard
[   352.713] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event9)
[   352.713] (II) No input driver specified, ignoring this device.
[   352.713] (II) This device may have been added with another device file.
[   352.713] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event10)
[   352.713] (II) No input driver specified, ignoring this device.
[   352.713] (II) This device may have been added with another device file.
[   352.713] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event11)
[   352.713] (II) No input driver specified, ignoring this device.
[   352.713] (II) This device may have been added with another device file.
[   352.713] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event12)
[   352.713] (II) No input driver specified, ignoring this device.
[   352.713] (II) This device may have been added with another device file.
[   352.714] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event13)
[   352.714] (II) No input driver specified, ignoring this device.
[   352.714] (II) This device may have been added with another device file.
[   352.714] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event14)
[   352.714] (II) No input driver specified, ignoring this device.
[   352.714] (II) This device may have been added with another device file.
[   352.714] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event15)
[   352.714] (II) No input driver specified, ignoring this device.
[   352.714] (II) This device may have been added with another device file.
[   352.715] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[   352.715] (II) No input driver specified, ignoring this device.
[   352.715] (II) This device may have been added with another device file.
[   352.718] (**)   USB Keyboard: Applying InputClass "libinput keyboard catchall"
[   352.718] (II) systemd-logind: returning pre-existing fd for /dev/input/event2 13:66
[   352.718] (II) Using input driver 'libinput' for '  USB Keyboard'
[   352.718] (**)   USB Keyboard: always reports core events
[   352.718] (**) Option "Device" "/dev/input/event2"
[   352.718] (**) Option "_source" "_driver/libinput"
[   352.718] (II) libinput:   USB Keyboard: is a virtual subdevice
[   352.718] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb8/8-3/8-3:1.1/0003:05AF:8277.0003/input/input4/event2"
[   352.718] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 13)
[   352.876] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   352.876] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   352.876] (--) NVIDIA(GPU-0): 
[   352.879] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   352.879] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   352.879] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   352.879] (--) NVIDIA(GPU-0): 
[   352.911] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-1): connected
[   352.911] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-1): Internal TMDS
[   352.911] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-1): 600.0 MHz maximum pixel clock
[   352.911] (--) NVIDIA(GPU-0): 
[   352.911] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   352.911] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   352.911] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   352.911] (--) NVIDIA(GPU-0): 
[   352.911] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   352.912] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   352.912] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   352.912] (--) NVIDIA(GPU-0): 
[   352.912] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   352.912] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   352.912] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   352.912] (--) NVIDIA(GPU-0): 
[   352.912] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   352.912] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[   352.912] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[   352.912] (--) NVIDIA(GPU-0): 
[   352.912] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   352.912] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   352.912] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[   352.912] (--) NVIDIA(GPU-0): 
[   352.912] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   352.912] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   352.912] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[   352.912] (--) NVIDIA(GPU-0): 
[   353.090] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   353.090] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   353.090] (--) NVIDIA(GPU-0): 
[   353.093] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   353.093] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   353.093] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   353.093] (--) NVIDIA(GPU-0): 
[   353.125] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-1): connected
[   353.125] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-1): Internal TMDS
[   353.125] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-1): 600.0 MHz maximum pixel clock
[   353.125] (--) NVIDIA(GPU-0): 
[   353.125] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   353.125] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   353.125] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   353.125] (--) NVIDIA(GPU-0): 
[   353.125] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   353.125] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   353.125] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   353.125] (--) NVIDIA(GPU-0): 
[   353.125] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   353.125] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   353.125] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   353.125] (--) NVIDIA(GPU-0): 
[   353.125] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   353.125] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[   353.125] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[   353.125] (--) NVIDIA(GPU-0): 
[   353.126] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   353.126] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[   353.126] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[   353.126] (--) NVIDIA(GPU-0): 
[   353.126] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   353.126] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   353.126] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[   353.126] (--) NVIDIA(GPU-0): 
[  4431.439] (**) Option "fd" "31"
[  4431.439] (**) Option "fd" "34"
[  4431.439] (**) Option "fd" "35"
[  4431.439] (**) Option "fd" "36"
[  4431.440] (**) Option "fd" "37"
[  4431.440] (**) Option "fd" "38"
[  4431.440] (**) Option "fd" "39"
[  4431.440] (**) Option "fd" "39"
[  4431.444] (II) UnloadModule: "libinput"
[  4431.444] (II) systemd-logind: not releasing fd for 13:66, still in use
[  4431.444] (II) UnloadModule: "libinput"
[  4431.444] (II) systemd-logind: releasing fd for 13:66
[  4431.460] (EE) systemd-logind: failed to release device: Connection was disconnected before a reply was received
[  4431.460] (II) UnloadModule: "libinput"
[  4431.460] (II) systemd-logind: releasing fd for 13:65
[  4431.460] (EE) systemd-logind: failed to release device: Connection is closed
[  4431.461] (II) UnloadModule: "libinput"
[  4431.461] (II) systemd-logind: releasing fd for 13:64
[  4431.461] (EE) systemd-logind: failed to release device: Connection is closed
[  4431.461] (II) UnloadModule: "libinput"
[  4431.461] (II) systemd-logind: releasing fd for 13:69
[  4431.461] (EE) systemd-logind: failed to release device: Connection is closed
[  4431.461] (II) UnloadModule: "libinput"
[  4431.461] (II) systemd-logind: releasing fd for 13:68
[  4431.461] (EE) systemd-logind: failed to release device: Connection is closed
[  4431.461] (II) UnloadModule: "libinput"
[  4431.461] (II) systemd-logind: releasing fd for 13:67
[  4431.461] (EE) systemd-logind: failed to release device: Connection is closed
[  4431.461] (II) UnloadModule: "libinput"
[  4431.461] (II) systemd-logind: releasing fd for 13:70
[  4431.461] (EE) systemd-logind: failed to release device: Connection is closed
[  4431.996] (II) NVIDIA(GPU-0): Deleting GPU-0
[  4431.997] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[  4431.997] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[  4431.997] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[  4431.997] (EE) systemd-logind: ReleaseControl failed: Connection is closed
[  4431.997] (II) Server terminated successfully (0). Closing log file.

libinput issue?

Offline

#5 2018-02-14 08:10:39

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,410

Re: [SOLVED]Login, cursor appears on blank screen, desktop doesn't load

Unlikely, more likely simply a small xorg startup race. Try adding nvidia-drm.modeset=1 to your kernel line, so that modesetting is explicitly enabled. Also jason was likely referring to trying to leave out a display manager completely and test the behaviour with a .xinitrc and startx.

Online

#6 2018-02-14 17:39:00

branthebuilder
Member
Registered: 2016-10-01
Posts: 65

Re: [SOLVED]Login, cursor appears on blank screen, desktop doesn't load

V1del wrote:

Unlikely, more likely simply a small xorg startup race. Try adding nvidia-drm.modeset=1 to your kernel line, so that modesetting is explicitly enabled. Also jason was likely referring to trying to leave out a display manager completely and test the behaviour with a .xinitrc and startx.

Booting to tty with no display manager and running startxfce4 has the same issue.

Added that parameter to /boot/loader/entries/arch-zen.conf and added the modules suggested here to /etc/mkinitcpio.conf

$cat /boot/loader/entries/arch-zen.conf
title	Arch Linux
linux	/vmlinuz-linux-zen
intird	/initramfs-linux-zen.img
options	initrd=initramfs-linux-zen.img root=PARTUUID=d320647c-fe64-4339-856b-dc1d93269be7 rw amd_iommu=on nvidia-drm.modeset=1
$cat /etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES="piix ide_disk reiserfs"
MODULES="nvidia nvidia_modeset nvidia_uvm nvidia_drm"

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=""

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS="base"
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS="base udev autodetect block filesystems"
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS="base udev block filesystems"
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS="base udev block mdadm encrypt filesystems"
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS="base udev block lvm2 filesystems"
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks. Removed fsck b/c btrfs does not need it.

HOOKS="base udev autodetect modconf block filesystems keyboard"

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""

Then ran mkinitcpio -p linux-zen and rebooted.
No joy.

Last edited by branthebuilder (2018-02-14 17:45:46)

Offline

#7 2018-02-14 18:28:05

Batou
Member
Registered: 2017-01-03
Posts: 259

Re: [SOLVED]Login, cursor appears on blank screen, desktop doesn't load

Clean up your xorg conf settings. Specifically, see if you have any of these that I've mentioned here: https://bbs.archlinux.org/viewtopic.php … 9#p1767949
Comment out most of the options in Section "Screen".


Please vote for all the AUR packages you're using. You can mass-vote for all of them by doing: "pacman -Qqm | xargs aurvote -v" (make sure to run "aurvote --configure"  first)

Offline

#8 2018-02-14 19:41:47

branthebuilder
Member
Registered: 2016-10-01
Posts: 65

Re: [SOLVED]Login, cursor appears on blank screen, desktop doesn't load

Batou wrote:

Clean up your xorg conf settings. Specifically, see if you have any of these that I've mentioned here: https://bbs.archlinux.org/viewtopic.php … 9#p1767949
Comment out most of the options in Section "Screen".

Well, my xorg.conf is pretty minimal, actually, as per the instructions here:

Section "Module"
    Load "modesetting"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "1:0:0"
    Option "AllowEmptyInitialConfiguration"
EndSection

but I do have /etc/X11/xorg.conf.d/20-nvidia.conf with contents:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 370.28  (buildmeister@swio-display-x64-rhel04-17)  Thu Sep  1 20:22:52 PDT 2016

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"
    Option	   "NoLogo"	"True"
    Option	   "ConnectToAcpid"	"off"
    Option	   "CoolBits"	"24"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option	"metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
    Option	"AllowIndirectGLXProtocol" "off"
    Option	"TripleBuffer" "on"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Commenting out those options in that file has resolved the issue.  Thanks!

Last edited by branthebuilder (2018-02-14 19:45:00)

Offline

#9 2018-02-15 03:01:27

Batou
Member
Registered: 2017-01-03
Posts: 259

Re: [SOLVED]Login, cursor appears on blank screen, desktop doesn't load

branthebuilder wrote:

Commenting out those options in that file has resolved the issue.  Thanks!

Cool. Just beware that 390.25 driver has some serious performance issues that no one has been able to fully solve just yet. If you notice stuttering video or laggy scrolling, that's why.


Please vote for all the AUR packages you're using. You can mass-vote for all of them by doing: "pacman -Qqm | xargs aurvote -v" (make sure to run "aurvote --configure"  first)

Offline

#10 2018-02-17 06:11:33

branthebuilder
Member
Registered: 2016-10-01
Posts: 65

Re: [SOLVED]Login, cursor appears on blank screen, desktop doesn't load

Hmm.  Wonder if that's what's causing some of the audio skipping I've been noticing.  Haven't noticed screen tearing yet but not watching a lot of video or gaming on that setup at the moment.

Offline

Board footer

Powered by FluxBB