You are not logged in.

#1 2017-08-06 21:31:01

Puharesource
Member
Registered: 2017-08-06
Posts: 5

[SOLVED] NVIDIA Optimus blank screen

Hey,

I recently purchased a new laptop an Asus FX553VE with Intel Integrated Graphics and an NVIDIA 1050 Ti Mobile, though I've spent the last 3-4 days trying to fix issues with my display drivers. Whenever I run startx it either results in an xorg-server error or the screen not displaying anything other than what was previously on screen, like tty1 or another terminal.
I've tried using the nvidia package and nvidia-beta from the AUR, I'm now on nvidia-lts with the its kernel.
I've tried following https://wiki.archlinux.org/index.php/xorg https://wiki.archlinux.org/index.php/NVIDIA_Optimus https://wiki.archlinux.org/index.php/NVIDIA as well as several posts on the forums, but none have given me a working solution.
I've tried other distros as well just to see if they work out of the box, Manjaro doesn't though Ubuntu 17.04 does.

Something else I found peculiar was whenver I run any xrandr commands it returns "Can't open display" every time, no matter if an x instance is running or not.

Below is the results of everything I've tried, to hopefully spare anyone willing to help me some time.

$ uname -r
4.9.40-1-lts
$ pacman -Q nvidia-lts
nvidia-lts 384.59-2
$ lspci -k | grep -A 2 -E "(VGA|3D)"
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
        Subsystem: ASUSTeK Computer Inc. Device 15e0
        Kernel modules: i915
--
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev a1)
        Subsystem: ASUSTeK Computer Inc. Device 15e0
        Kernel driver in use: nvidia
$ cat .xinitrc
#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then
    xrdb -merge "$userresources"
fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

xrandr --setprovideroutputsource Intel NVIDIA-0
xrandr --auto
exec i3 -V >> ~/i3log-$(date +'%F-%k-%M-%S') 2>&1

Auto generated configuration, which results in a crash.

$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 384.59  (buildmeister@swio-display-x64-rhel04-01)  Thu Jul 20 01:03:28 PDT 2017

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
    Option         "Coolbits" "4"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
$ cat /var/log/Xorg.0.log
[  1139.207] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[  1139.208] X Protocol Version 11, Revision 0
[  1139.208] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[  1139.208] Current Operating System: Linux tarkan-laptop 4.9.40-1-lts #1 SMP Fri Jul 28 21:45:40 CEST 2017 x86_64
[  1139.208] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-lts.img root=PARTUUID=1cae8f86-60d8-482e-8178-9f2ae435821b rw
[  1139.208] Build Date: 07 April 2017  05:42:48PM
[  1139.208]  
[  1139.208] Current version of pixman: 0.34.0
[  1139.208] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1139.208] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1139.209] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug  6 20:35:17 2017
[  1139.258] (==) Using config file: "/etc/X11/xorg.conf"
[  1139.258] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1139.278] (==) ServerLayout "Layout0"
[  1139.278] (**) |-->Screen "Screen0" (0)
[  1139.278] (**) |   |-->Monitor "Monitor0"
[  1139.278] (**) |   |-->Device "Device0"
[  1139.278] (**) |-->Input Device "Keyboard0"
[  1139.278] (**) |-->Input Device "Mouse0"
[  1139.279] (==) Automatically adding devices
[  1139.279] (==) Automatically enabling devices
[  1139.279] (==) Automatically adding GPU devices
[  1139.279] (==) Automatically binding GPU devices
[  1139.279] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1139.328] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  1139.328] 	Entry deleted from font path.
[  1139.328] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  1139.328] 	Entry deleted from font path.
[  1139.328] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  1139.328] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  1139.328] 	Entry deleted from font path.
[  1139.328] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  1139.328] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[  1139.328] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1139.328] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1139.328] (WW) Disabling Keyboard0
[  1139.328] (WW) Disabling Mouse0
[  1139.329] (II) Loader magic: 0x822d60
[  1139.329] (II) Module ABI versions:
[  1139.329] 	X.Org ANSI C Emulation: 0.4
[  1139.329] 	X.Org Video Driver: 23.0
[  1139.329] 	X.Org XInput driver : 24.1
[  1139.329] 	X.Org Server Extension : 10.0
[  1139.330] (++) using VT number 1

[  1139.330] (--) controlling tty is VT number 1, auto-enabling KeepTty
[  1139.334] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[  1139.338] (--) PCI:*(0:0:2:0) 8086:591b:1043:15e0 rev 4, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  1139.338] (--) PCI: (0:1:0:0) 10de:1c8c:1043:15e0 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[  1139.338] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1139.339] (II) LoadModule: "glx"
[  1139.377] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1139.436] (II) Module glx: vendor="X.Org Foundation"
[  1139.436] 	compiled for 1.19.3, module version = 1.0.0
[  1139.436] 	ABI class: X.Org Server Extension, version 10.0
[  1139.436] (II) LoadModule: "nvidia"
[  1139.436] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1139.506] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1139.506] 	compiled for 4.0.2, module version = 1.0.0
[  1139.506] 	Module class: X.Org Video Driver
[  1139.521] (II) NVIDIA dlloader X Driver  384.59  Wed Jul 19 23:14:49 PDT 2017
[  1139.521] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1139.522] (EE) No devices detected.
[  1139.522] (EE) 
Fatal server error:
[  1139.522] (EE) no screens found(EE) 
[  1139.522] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  1139.522] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  1139.522] (EE) 
[  1139.534] (EE) Server terminated with error (1). Closing log file.

Edited config, which results in a blank screen stuck on whatever was on it before running startx.

cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 384.59  (buildmeister@swio-display-x64-rhel04-01)  Thu Jul 20 01:03:28 PDT 2017


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Inactive       "intel"
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 "Module"
    Load "modesetting"
EndSection

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

Section "Device"
    Identifier     "intel"
    Driver         "modesetting"
    BusID          "PCI:0:2:0"
    Option         "AccelMethod" "sna"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "nvidia"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
[    85.631] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[    85.631] X Protocol Version 11, Revision 0
[    85.631] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[    85.631] Current Operating System: Linux tarkan-laptop 4.9.40-1-lts #1 SMP Fri Jul 28 21:45:40 CEST 2017 x86_64
[    85.631] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-lts.img root=PARTUUID=1cae8f86-60d8-482e-8178-9f2ae435821b rw
[    85.632] Build Date: 07 April 2017  05:42:48PM
[    85.632]  
[    85.632] Current version of pixman: 0.34.0
[    85.632] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    85.632] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    85.632] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug  6 21:25:48 2017
[    85.688] (==) Using config file: "/etc/X11/xorg.conf"
[    85.688] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    85.712] (==) ServerLayout "Layout0"
[    85.712] (**) |-->Screen "Screen0" (0)
[    85.712] (**) |   |-->Monitor "Monitor0"
[    85.713] (**) |   |-->Device "nvidia"
[    85.713] (**) |   |-->GPUDevice "intel"
[    85.713] (**) |-->Inactive Device "intel"
[    85.713] (**) |-->Input Device "Keyboard0"
[    85.713] (**) |-->Input Device "Mouse0"
[    85.713] (==) Automatically adding devices
[    85.713] (==) Automatically enabling devices
[    85.713] (==) Automatically adding GPU devices
[    85.713] (==) Automatically binding GPU devices
[    85.713] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    85.762] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    85.762] 	Entry deleted from font path.
[    85.763] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    85.763] 	Entry deleted from font path.
[    85.763] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    85.763] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    85.763] 	Entry deleted from font path.
[    85.763] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    85.763] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[    85.763] (==) ModulePath set to "/usr/lib/xorg/modules"
[    85.763] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    85.763] (WW) Disabling Keyboard0
[    85.763] (WW) Disabling Mouse0
[    85.763] (II) Loader magic: 0x822d60
[    85.763] (II) Module ABI versions:
[    85.763] 	X.Org ANSI C Emulation: 0.4
[    85.763] 	X.Org Video Driver: 23.0
[    85.764] 	X.Org XInput driver : 24.1
[    85.764] 	X.Org Server Extension : 10.0
[    85.765] (++) using VT number 1

[    85.765] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    85.768] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    85.773] (--) PCI:*(0:0:2:0) 8086:591b:1043:15e0 rev 4, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    85.773] (--) PCI: (0:1:0:0) 10de:1c8c:1043:15e0 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    85.773] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    85.773] (II) "glx" will be loaded by default.
[    85.773] (II) LoadModule: "modesetting"
[    85.811] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    85.818] (II) Module modesetting: vendor="X.Org Foundation"
[    85.818] 	compiled for 1.19.3, module version = 1.19.3
[    85.818] 	Module class: X.Org Video Driver
[    85.818] 	ABI class: X.Org Video Driver, version 23.0
[    85.818] (II) LoadModule: "glx"
[    85.819] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    85.880] (II) Module glx: vendor="X.Org Foundation"
[    85.880] 	compiled for 1.19.3, module version = 1.0.0
[    85.880] 	ABI class: X.Org Server Extension, version 10.0
[    85.880] (II) LoadModule: "nvidia"
[    85.880] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    85.941] (II) Module nvidia: vendor="NVIDIA Corporation"
[    85.941] 	compiled for 4.0.2, module version = 1.0.0
[    85.941] 	Module class: X.Org Video Driver
[    85.955] (II) LoadModule: "modesetting"
[    85.956] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    85.956] (II) Module modesetting: vendor="X.Org Foundation"
[    85.956] 	compiled for 1.19.3, module version = 1.19.3
[    85.956] 	Module class: X.Org Video Driver
[    85.956] 	ABI class: X.Org Video Driver, version 23.0
[    85.956] (II) UnloadModule: "modesetting"
[    85.956] (II) Unloading modesetting
[    85.956] (II) Failed to load module "modesetting" (already loaded, 0)
[    85.956] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    85.956] (II) NVIDIA dlloader X Driver  384.59  Wed Jul 19 23:14:49 PDT 2017
[    85.956] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    85.957] (EE) open /dev/dri/card0: No such file or directory
[    85.957] (WW) Falling back to old probe method for modesetting
[    85.957] (EE) open /dev/dri/card0: No such file or directory
[    85.957] (EE) open /dev/dri/card0: No such file or directory
[    85.958] (II) Loading sub module "fb"
[    85.958] (II) LoadModule: "fb"
[    85.958] (II) Loading /usr/lib/xorg/modules/libfb.so
[    85.964] (II) Module fb: vendor="X.Org Foundation"
[    85.964] 	compiled for 1.19.3, module version = 1.0.0
[    85.964] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    85.964] (II) Loading sub module "wfb"
[    85.964] (II) LoadModule: "wfb"
[    85.964] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    85.971] (II) Module wfb: vendor="X.Org Foundation"
[    85.971] 	compiled for 1.19.3, module version = 1.0.0
[    85.971] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    85.971] (II) Loading sub module "ramdac"
[    85.971] (II) LoadModule: "ramdac"
[    85.971] (II) Module "ramdac" already built-in
[    85.975] (EE) Screen 0 deleted because of no matching config section.
[    85.975] (II) UnloadModule: "modesetting"
[    85.975] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    85.975] (==) NVIDIA(0): RGB weight 888
[    85.975] (==) NVIDIA(0): Default visual is TrueColor
[    85.975] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    85.976] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    85.976] (**) NVIDIA(0): Enabling 2D acceleration
[    85.976] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[    85.976] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[    85.976] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[    85.976] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[    85.976] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[    85.984] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0 (GPU-0)
[    85.984] (--) NVIDIA(0): Memory: 4194304 kBytes
[    85.984] (--) NVIDIA(0): VideoBIOS: 86.07.3c.00.20
[    85.984] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    85.984] (II) NVIDIA(0): Validated MetaModes:
[    85.984] (II) NVIDIA(0):     "NULL"
[    85.984] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    85.984] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    85.984] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    85.984] (--) Depth 24 pixmap format is 32 bpp
[    85.985] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[    85.985] (II) NVIDIA:     access.
[    86.006] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    86.006] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    86.006] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    86.006] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    86.006] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    86.006] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    86.006] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    86.006] (II) NVIDIA(0):     Config Options in the README.
[    86.058] (II) NVIDIA(0): Setting mode "NULL"
[    86.065] (==) NVIDIA(0): Disabling shared memory pixmaps
[    86.065] (==) NVIDIA(0): Backing store enabled
[    86.065] (==) NVIDIA(0): Silken mouse enabled
[    86.067] (**) NVIDIA(0): DPMS enabled
[    86.082] (II) Loading sub module "dri2"
[    86.082] (II) LoadModule: "dri2"
[    86.082] (II) Module "dri2" already built-in
[    86.082] (II) NVIDIA(0): [DRI2] Setup complete
[    86.082] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    86.082] (--) RandR disabled
[    86.085] (II) AIGLX: Screen 0 is not DRI2 capable
[    86.085] (EE) AIGLX: reverting to software rendering
[    86.946] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[    86.948] (II) IGLX: Loaded and initialized swrast
[    86.948] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    87.171] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    87.171] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    87.171] (II) LoadModule: "libinput"
[    87.179] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    87.202] (II) Module libinput: vendor="X.Org Foundation"
[    87.202] 	compiled for 1.19.3, module version = 0.25.1
[    87.202] 	Module class: X.Org XInput Driver
[    87.202] 	ABI class: X.Org XInput driver, version 24.1
[    87.202] (II) Using input driver 'libinput' for 'Power Button'
[    87.203] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 30 paused 0
[    87.203] (**) Power Button: always reports core events
[    87.203] (**) Option "Device" "/dev/input/event4"
[    87.203] (**) Option "_source" "server/udev"
[    87.203] (II) event4  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    87.203] (II) event4  - (II) Power Button: (II) device is a keyboard
[    87.203] (II) event4  - (II) Power Button: (II) device removed
[    87.203] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    87.203] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    87.204] (II) event4  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    87.204] (II) event4  - (II) Power Button: (II) device is a keyboard
[    87.204] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event5)
[    87.204] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    87.204] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    87.205] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 33 paused 0
[    87.205] (**) Asus Wireless Radio Control: always reports core events
[    87.205] (**) Option "Device" "/dev/input/event5"
[    87.205] (**) Option "_source" "server/udev"
[    87.206] (II) event5  - (II) Asus Wireless Radio Control: (II) is tagged by udev as: Keyboard
[    87.206] (II) event5  - (II) Asus Wireless Radio Control: (II) device is a keyboard
[    87.206] (II) event5  - (II) Asus Wireless Radio Control: (II) device removed
[    87.206] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5/event5"
[    87.206] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    87.206] (II) event5  - (II) Asus Wireless Radio Control: (II) is tagged by udev as: Keyboard
[    87.206] (II) event5  - (II) Asus Wireless Radio Control: (II) device is a keyboard
[    87.207] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    87.207] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    87.207] (II) Using input driver 'libinput' for 'Power Button'
[    87.207] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 34 paused 0
[    87.207] (**) Power Button: always reports core events
[    87.207] (**) Option "Device" "/dev/input/event2"
[    87.207] (**) Option "_source" "server/udev"
[    87.208] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    87.208] (II) event2  - (II) Power Button: (II) device is a keyboard
[    87.208] (II) event2  - (II) Power Button: (II) device removed
[    87.208] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    87.208] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    87.208] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    87.208] (II) event2  - (II) Power Button: (II) device is a keyboard
[    87.209] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    87.209] (II) No input driver specified, ignoring this device.
[    87.209] (II) This device may have been added with another device file.
[    87.209] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    87.209] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    87.209] (II) Using input driver 'libinput' for 'Sleep Button'
[    87.210] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 35 paused 0
[    87.210] (**) Sleep Button: always reports core events
[    87.210] (**) Option "Device" "/dev/input/event1"
[    87.210] (**) Option "_source" "server/udev"
[    87.211] (II) event1  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    87.211] (II) event1  - (II) Sleep Button: (II) device is a keyboard
[    87.211] (II) event1  - (II) Sleep Button: (II) device removed
[    87.211] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    87.211] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    87.211] (II) event1  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    87.211] (II) event1  - (II) Sleep Button: (II) device is a keyboard
[    87.212] (II) config/udev: Adding input device ITE Tech. Inc. ITE Device(8910) (/dev/input/event8)
[    87.212] (**) ITE Tech. Inc. ITE Device(8910): Applying InputClass "libinput keyboard catchall"
[    87.212] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910)'
[    87.213] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 36 paused 0
[    87.213] (**) ITE Tech. Inc. ITE Device(8910): always reports core events
[    87.213] (**) Option "Device" "/dev/input/event8"
[    87.213] (**) Option "_source" "server/udev"
[    87.213] (II) event8  - (II) ITE Tech. Inc. ITE Device(8910): (II) is tagged by udev as: Keyboard
[    87.213] (II) event8  - (II) ITE Tech. Inc. ITE Device(8910): (II) device is a keyboard
[    87.213] (II) event8  - (II) ITE Tech. Inc. ITE Device(8910): (II) device removed
[    87.214] (II) libinput: ITE Tech. Inc. ITE Device(8910): needs a virtual subdevice
[    87.214] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:0B05:1854.0001/input/input8/event8"
[    87.214] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910)" (type: MOUSE, id 10)
[    87.214] (**) Option "AccelerationScheme" "none"
[    87.214] (**) ITE Tech. Inc. ITE Device(8910): (accel) selected scheme none/0
[    87.214] (**) ITE Tech. Inc. ITE Device(8910): (accel) acceleration factor: 2.000
[    87.214] (**) ITE Tech. Inc. ITE Device(8910): (accel) acceleration threshold: 4
[    87.214] (II) event8  - (II) ITE Tech. Inc. ITE Device(8910): (II) is tagged by udev as: Keyboard
[    87.214] (II) event8  - (II) ITE Tech. Inc. ITE Device(8910): (II) device is a keyboard
[    87.215] (II) config/udev: Adding input device USB2.0 UVC HD Webcam (/dev/input/event12)
[    87.215] (**) USB2.0 UVC HD Webcam: Applying InputClass "libinput keyboard catchall"
[    87.215] (II) Using input driver 'libinput' for 'USB2.0 UVC HD Webcam'
[    87.216] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 37 paused 0
[    87.216] (**) USB2.0 UVC HD Webcam: always reports core events
[    87.216] (**) Option "Device" "/dev/input/event12"
[    87.216] (**) Option "_source" "server/udev"
[    87.216] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) is tagged by udev as: Keyboard
[    87.216] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) device is a keyboard
[    87.216] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) device removed
[    87.216] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input12/event12"
[    87.216] (II) XINPUT: Adding extended input device "USB2.0 UVC HD Webcam" (type: KEYBOARD, id 11)
[    87.217] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) is tagged by udev as: Keyboard
[    87.217] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) device is a keyboard
[    87.218] (II) config/udev: Adding input device ELAN1200:00 04F3:3045 Touchpad (/dev/input/event9)
[    87.218] (**) ELAN1200:00 04F3:3045 Touchpad: Applying InputClass "libinput touchpad catchall"
[    87.218] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3045 Touchpad'
[    87.331] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 38 paused 0
[    87.331] (**) ELAN1200:00 04F3:3045 Touchpad: always reports core events
[    87.331] (**) Option "Device" "/dev/input/event9"
[    87.331] (**) Option "_source" "server/udev"
[    87.332] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) is tagged by udev as: Touchpad
[    87.332] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) device is a touchpad
[    87.332] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) device removed
[    87.332] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN1200:00/0018:04F3:3045.0002/input/input9/event9"
[    87.332] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3045 Touchpad" (type: TOUCHPAD, id 12)
[    87.332] (**) Option "AccelerationScheme" "none"
[    87.332] (**) ELAN1200:00 04F3:3045 Touchpad: (accel) selected scheme none/0
[    87.332] (**) ELAN1200:00 04F3:3045 Touchpad: (accel) acceleration factor: 2.000
[    87.332] (**) ELAN1200:00 04F3:3045 Touchpad: (accel) acceleration threshold: 4
[    87.333] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) is tagged by udev as: Touchpad
[    87.333] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) device is a touchpad
[    87.334] (II) config/udev: Adding input device ELAN1200:00 04F3:3045 Touchpad (/dev/input/mouse0)
[    87.334] (II) No input driver specified, ignoring this device.
[    87.334] (II) This device may have been added with another device file.
[    87.334] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[    87.334] (II) No input driver specified, ignoring this device.
[    87.334] (II) This device may have been added with another device file.
[    87.335] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[    87.335] (II) No input driver specified, ignoring this device.
[    87.335] (II) This device may have been added with another device file.
[    87.335] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[    87.335] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    87.336] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    87.337] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 39 paused 0
[    87.337] (**) Asus WMI hotkeys: always reports core events
[    87.337] (**) Option "Device" "/dev/input/event7"
[    87.337] (**) Option "_source" "server/udev"
[    87.337] (II) event7  - (II) Asus WMI hotkeys: (II) is tagged by udev as: Keyboard
[    87.337] (II) event7  - (II) Asus WMI hotkeys: (II) device is a keyboard
[    87.337] (II) event7  - (II) Asus WMI hotkeys: (II) device removed
[    87.338] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input7/event7"
[    87.338] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[    87.338] (II) event7  - (II) Asus WMI hotkeys: (II) is tagged by udev as: Keyboard
[    87.338] (II) event7  - (II) Asus WMI hotkeys: (II) device is a keyboard
[    87.339] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    87.339] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    87.339] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    87.340] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 40 paused 0
[    87.341] (**) AT Translated Set 2 keyboard: always reports core events
[    87.341] (**) Option "Device" "/dev/input/event0"
[    87.341] (**) Option "_source" "server/udev"
[    87.341] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    87.341] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    87.341] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[    87.341] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    87.341] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    87.342] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    87.342] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    87.343] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    87.343] (II) No input driver specified, ignoring this device.
[    87.343] (II) This device may have been added with another device file.
[    87.348] (**) ITE Tech. Inc. ITE Device(8910): Applying InputClass "libinput keyboard catchall"
[    87.348] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910)'
[    87.348] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[    87.348] (**) ITE Tech. Inc. ITE Device(8910): always reports core events
[    87.348] (**) Option "Device" "/dev/input/event8"
[    87.348] (**) Option "_source" "_driver/libinput"
[    87.348] (II) libinput: ITE Tech. Inc. ITE Device(8910): is a virtual subdevice
[    87.348] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:0B05:1854.0001/input/input8/event8"
[    87.348] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910)" (type: KEYBOARD, id 15)
[    91.154] (**) Option "fd" "30"
[    91.154] (II) event4  - (II) Power Button: (II) device removed
[    91.155] (**) Option "fd" "33"
[    91.155] (II) event5  - (II) Asus Wireless Radio Control: (II) device removed
[    91.155] (**) Option "fd" "34"
[    91.155] (II) event2  - (II) Power Button: (II) device removed
[    91.155] (**) Option "fd" "35"
[    91.155] (II) event1  - (II) Sleep Button: (II) device removed
[    91.155] (**) Option "fd" "36"
[    91.155] (**) Option "fd" "37"
[    91.155] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) device removed
[    91.155] (**) Option "fd" "38"
[    91.155] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) device removed
[    91.155] (**) Option "fd" "39"
[    91.155] (II) event7  - (II) Asus WMI hotkeys: (II) device removed
[    91.155] (**) Option "fd" "40"
[    91.156] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[    91.156] (**) Option "fd" "36"
[    91.156] (II) event8  - (II) ITE Tech. Inc. ITE Device(8910): (II) device removed
[    91.163] (II) systemd-logind: got pause for 13:76
[    91.163] (II) systemd-logind: got pause for 13:65
[    91.163] (II) systemd-logind: got pause for 13:68
[    91.163] (II) systemd-logind: got pause for 13:69
[    91.163] (II) systemd-logind: got pause for 13:64
[    91.163] (II) systemd-logind: got pause for 13:66
[    91.163] (II) systemd-logind: got pause for 13:71
[    91.163] (II) systemd-logind: got pause for 13:73
[    91.163] (II) systemd-logind: got pause for 13:72
[    92.340] (II) systemd-logind: got resume for 13:76
[    92.351] (II) NVIDIA(0): Setting mode "NULL"
[    92.355] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    92.355] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    92.355] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    92.355] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    92.355] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    92.355] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    92.355] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    92.355] (II) NVIDIA(0):     Config Options in the README.
[    92.358] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) is tagged by udev as: Keyboard
[    92.358] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) device is a keyboard
[    92.410] (II) systemd-logind: got resume for 13:65
[    92.410] (II) event1  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[    92.410] (II) event1  - (II) Sleep Button: (II) device is a keyboard
[    92.450] (II) systemd-logind: got resume for 13:68
[    92.451] (II) event4  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    92.451] (II) event4  - (II) Power Button: (II) device is a keyboard
[    92.490] (II) systemd-logind: got resume for 13:69
[    92.491] (II) event5  - (II) Asus Wireless Radio Control: (II) is tagged by udev as: Keyboard
[    92.491] (II) event5  - (II) Asus Wireless Radio Control: (II) device is a keyboard
[    92.530] (II) systemd-logind: got resume for 13:64
[    92.531] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[    92.531] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[    92.570] (II) systemd-logind: got resume for 13:66
[    92.571] (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
[    92.571] (II) event2  - (II) Power Button: (II) device is a keyboard
[    92.610] (II) systemd-logind: got resume for 13:71
[    92.611] (II) event7  - (II) Asus WMI hotkeys: (II) is tagged by udev as: Keyboard
[    92.611] (II) event7  - (II) Asus WMI hotkeys: (II) device is a keyboard
[    92.670] (II) systemd-logind: got resume for 13:73
[    92.671] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) is tagged by udev as: Touchpad
[    92.671] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) device is a touchpad
[    92.710] (II) systemd-logind: got resume for 13:72
[    92.711] (II) event8  - (II) ITE Tech. Inc. ITE Device(8910): (II) is tagged by udev as: Keyboard
[    92.711] (II) event8  - (II) ITE Tech. Inc. ITE Device(8910): (II) device is a keyboard
[    93.958] (**) Option "fd" "35"
[    93.958] (II) event4  - (II) Power Button: (II) device removed
[    93.958] (**) Option "fd" "36"
[    93.959] (II) event5  - (II) Asus Wireless Radio Control: (II) device removed
[    93.959] (**) Option "fd" "38"
[    93.959] (II) event2  - (II) Power Button: (II) device removed
[    93.959] (**) Option "fd" "34"
[    93.959] (II) event1  - (II) Sleep Button: (II) device removed
[    93.959] (**) Option "fd" "43"
[    93.959] (**) Option "fd" "22"
[    93.959] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) device removed
[    93.959] (**) Option "fd" "40"
[    93.959] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) device removed
[    93.959] (**) Option "fd" "39"
[    93.959] (II) event7  - (II) Asus WMI hotkeys: (II) device removed
[    93.959] (**) Option "fd" "37"
[    93.959] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[    93.960] (**) Option "fd" "43"
[    93.960] (II) event8  - (II) ITE Tech. Inc. ITE Device(8910): (II) device removed
[    93.966] (II) systemd-logind: got pause for 13:76
[    93.966] (II) systemd-logind: got pause for 13:65
[    93.966] (II) systemd-logind: got pause for 13:68
[    93.966] (II) systemd-logind: got pause for 13:69
[    93.966] (II) systemd-logind: got pause for 13:64
[    93.966] (II) systemd-logind: got pause for 13:66
[    93.966] (II) systemd-logind: got pause for 13:71
[    93.966] (II) systemd-logind: got pause for 13:73
[    93.966] (II) systemd-logind: got pause for 13:72

Edited config, which results in a blank screen stuck on whatever was on it before running startx. (found on a forum post that I can no longer find)

$ cat /etc/X11/xorg.conf
Section "Module"
    Load            "modesetting"
EndSection

Section "ServerLayout"
    Identifier      "layout"
    Screen        0 "nvidia"
    Inactive        "intel"
EndSection

Section "Device"
    Identifier      "nvidia"
    Driver          "nvidia"
    BusID           "PCI:1:0:0"
    Option          "AllowEmptyInitialConfiguration
    Option          "ConnectedMonitor" "CRT-0"
    Option          "CustomEDID" "CRT-0/sys/class/drm/card0-LV5-1/edid"
    Option          "IgnoreEDID" "false"
    Option          "UseEDIT" "true"
EndSection

Section "Screen"
    Identifier      "nvidia"
    Device          "nvidia"
    Option          "UseDisplayDevice" "none"
EndSection

Section "Device"
    Identifier      "intel"
    Driver          "intel"
EndSection

Section "Screen"
    Identifier      "intel"
    Device          "intel"
EndSection
[  3559.309] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[  3559.312] X Protocol Version 11, Revision 0
[  3559.313] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[  3559.314] Current Operating System: Linux tarkan-laptop 4.9.40-1-lts #1 SMP Fri Jul 28 21:45:40 CEST 2017 x86_64
[  3559.314] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-lts.img root=PARTUUID=1cae8f86-60d8-482e-8178-9f2ae435821b rw
[  3559.316] Build Date: 07 April 2017  05:42:48PM
[  3559.317]  
[  3559.318] Current version of pixman: 0.34.0
[  3559.320] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  3559.320] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  3559.324] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug  6 21:15:37 2017
[  3559.325] (==) Using config file: "/etc/X11/xorg.conf"
[  3559.326] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  3559.326] (==) ServerLayout "layout"
[  3559.326] (**) |-->Screen "nvidia" (0)
[  3559.326] (**) |   |-->Monitor "<default monitor>"
[  3559.326] (**) |   |-->Device "nvidia"
[  3559.326] (**) |   |-->GPUDevice "intel"
[  3559.326] (==) No monitor specified for screen "nvidia".
	Using a default monitor configuration.
[  3559.326] (**) |-->Inactive Device "intel"
[  3559.326] (==) Automatically adding devices
[  3559.326] (==) Automatically enabling devices
[  3559.326] (==) Automatically adding GPU devices
[  3559.326] (==) Automatically binding GPU devices
[  3559.326] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  3559.326] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  3559.326] 	Entry deleted from font path.
[  3559.326] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  3559.326] 	Entry deleted from font path.
[  3559.326] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  3559.326] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  3559.326] 	Entry deleted from font path.
[  3559.326] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  3559.326] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[  3559.326] (==) ModulePath set to "/usr/lib/xorg/modules"
[  3559.326] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  3559.326] (II) Loader magic: 0x822d60
[  3559.326] (II) Module ABI versions:
[  3559.326] 	X.Org ANSI C Emulation: 0.4
[  3559.326] 	X.Org Video Driver: 23.0
[  3559.326] 	X.Org XInput driver : 24.1
[  3559.326] 	X.Org Server Extension : 10.0
[  3559.326] (++) using VT number 1

[  3559.326] (--) controlling tty is VT number 1, auto-enabling KeepTty
[  3559.328] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[  3559.330] (--) PCI:*(0:0:2:0) 8086:591b:1043:15e0 rev 4, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  3559.330] (--) PCI: (0:1:0:0) 10de:1c8c:1043:15e0 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[  3559.330] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  3559.330] (II) "glx" will be loaded by default.
[  3559.330] (II) LoadModule: "modesetting"
[  3559.330] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  3559.429] (II) Module modesetting: vendor="X.Org Foundation"
[  3559.429] 	compiled for 1.19.3, module version = 1.19.3
[  3559.429] 	Module class: X.Org Video Driver
[  3559.429] 	ABI class: X.Org Video Driver, version 23.0
[  3559.429] (II) LoadModule: "glx"
[  3559.430] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  3559.431] (II) Module glx: vendor="X.Org Foundation"
[  3559.431] 	compiled for 1.19.3, module version = 1.0.0
[  3559.431] 	ABI class: X.Org Server Extension, version 10.0
[  3559.431] (II) LoadModule: "nvidia"
[  3559.432] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  3559.432] (II) Module nvidia: vendor="NVIDIA Corporation"
[  3559.432] 	compiled for 4.0.2, module version = 1.0.0
[  3559.432] 	Module class: X.Org Video Driver
[  3559.432] (II) LoadModule: "intel"
[  3559.433] (WW) Warning, couldn't open module intel
[  3559.433] (II) UnloadModule: "intel"
[  3559.433] (II) Unloading intel
[  3559.433] (EE) Failed to load module "intel" (module does not exist, 0)
[  3559.433] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  3559.433] (II) NVIDIA dlloader X Driver  384.59  Wed Jul 19 23:14:49 PDT 2017
[  3559.433] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  3559.433] (WW) Falling back to old probe method for modesetting
[  3559.434] (II) Loading sub module "fb"
[  3559.434] (II) LoadModule: "fb"
[  3559.435] (II) Loading /usr/lib/xorg/modules/libfb.so
[  3559.436] (II) Module fb: vendor="X.Org Foundation"
[  3559.436] 	compiled for 1.19.3, module version = 1.0.0
[  3559.436] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3559.436] (II) Loading sub module "wfb"
[  3559.436] (II) LoadModule: "wfb"
[  3559.437] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  3559.459] (II) Module wfb: vendor="X.Org Foundation"
[  3559.459] 	compiled for 1.19.3, module version = 1.0.0
[  3559.459] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3559.459] (II) Loading sub module "ramdac"
[  3559.460] (II) LoadModule: "ramdac"
[  3559.460] (II) Module "ramdac" already built-in
[  3559.464] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"nvidia" for depth/fbbpp 24/32
[  3559.464] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  3559.464] (==) NVIDIA(0): RGB weight 888
[  3559.464] (==) NVIDIA(0): Default visual is TrueColor
[  3559.464] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  3559.465] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  3559.465] (**) NVIDIA(0): Option "ConnectedMonitor" "CRT-0"
[  3559.465] (**) NVIDIA(0): Option "CustomEDID" "CRT-0/sys/class/drm/card0-LV5-1/edid"
[  3559.465] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[  3559.465] (**) NVIDIA(0): Enabling 2D acceleration
[  3559.465] (**) NVIDIA(0): ConnectedMonitor string: "CRT-0"
[  3559.465] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[  3559.465] (**) NVIDIA(0):     mode
[  3559.466] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[  3559.466] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[  3559.466] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[  3559.466] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[  3559.466] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[  3559.472] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0 (GPU-0)
[  3559.472] (--) NVIDIA(0): Memory: 4194304 kBytes
[  3559.472] (--) NVIDIA(0): VideoBIOS: 86.07.3c.00.20
[  3559.472] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  3559.472] (II) NVIDIA(0): Validated MetaModes:
[  3559.472] (II) NVIDIA(0):     "NULL"
[  3559.472] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[  3559.472] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[  3559.472] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  3559.472] (II) UnloadModule: "modesetting"
[  3559.472] (II) Unloading modesetting
[  3559.472] (--) Depth 24 pixmap format is 32 bpp
[  3559.473] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[  3559.473] (II) NVIDIA:     access.
[  3559.494] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  3559.494] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  3559.494] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  3559.494] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  3559.494] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  3559.494] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  3559.494] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  3559.494] (II) NVIDIA(0):     Config Options in the README.
[  3559.533] (II) NVIDIA(0): Setting mode "NULL"
[  3559.541] (==) NVIDIA(0): Disabling shared memory pixmaps
[  3559.541] (==) NVIDIA(0): Backing store enabled
[  3559.541] (==) NVIDIA(0): Silken mouse enabled
[  3559.542] (==) NVIDIA(0): DPMS enabled
[  3559.550] (WW) NVIDIA(0): Option "IgnoreEDID" is not used
[  3559.550] (WW) NVIDIA(0): Option "UseEDIT" is not used
[  3559.550] (II) Loading sub module "dri2"
[  3559.550] (II) LoadModule: "dri2"
[  3559.550] (II) Module "dri2" already built-in
[  3559.550] (II) NVIDIA(0): [DRI2] Setup complete
[  3559.550] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  3559.550] (--) RandR disabled
[  3559.552] (II) AIGLX: Screen 0 is not DRI2 capable
[  3559.552] (EE) AIGLX: reverting to software rendering
[  3560.414] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[  3560.416] (II) IGLX: Loaded and initialized swrast
[  3560.416] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  3560.628] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[  3560.628] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  3560.628] (II) LoadModule: "libinput"
[  3560.629] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  3560.661] (II) Module libinput: vendor="X.Org Foundation"
[  3560.661] 	compiled for 1.19.3, module version = 0.25.1
[  3560.661] 	Module class: X.Org XInput Driver
[  3560.661] 	ABI class: X.Org XInput driver, version 24.1
[  3560.661] (II) Using input driver 'libinput' for 'Power Button'
[  3560.662] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 30 paused 0
[  3560.662] (**) Power Button: always reports core events
[  3560.662] (**) Option "Device" "/dev/input/event5"
[  3560.662] (**) Option "_source" "server/udev"
[  3560.663] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  3560.663] (II) event5  - (II) Power Button: (II) device is a keyboard
[  3560.663] (II) event5  - (II) Power Button: (II) device removed
[  3560.663] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[  3560.663] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  3560.664] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  3560.664] (II) event5  - (II) Power Button: (II) device is a keyboard
[  3560.665] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event1)
[  3560.665] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[  3560.665] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[  3560.666] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 33 paused 0
[  3560.666] (**) Asus Wireless Radio Control: always reports core events
[  3560.666] (**) Option "Device" "/dev/input/event1"
[  3560.666] (**) Option "_source" "server/udev"
[  3560.666] (II) event1  - (II) Asus Wireless Radio Control: (II) is tagged by udev as: Keyboard
[  3560.666] (II) event1  - (II) Asus Wireless Radio Control: (II) device is a keyboard
[  3560.666] (II) event1  - (II) Asus Wireless Radio Control: (II) device removed
[  3560.667] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input1/event1"
[  3560.667] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[  3560.667] (II) event1  - (II) Asus Wireless Radio Control: (II) is tagged by udev as: Keyboard
[  3560.667] (II) event1  - (II) Asus Wireless Radio Control: (II) device is a keyboard
[  3560.668] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  3560.668] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  3560.668] (II) Using input driver 'libinput' for 'Power Button'
[  3560.669] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 34 paused 0
[  3560.669] (**) Power Button: always reports core events
[  3560.669] (**) Option "Device" "/dev/input/event3"
[  3560.669] (**) Option "_source" "server/udev"
[  3560.670] (II) event3  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  3560.670] (II) event3  - (II) Power Button: (II) device is a keyboard
[  3560.670] (II) event3  - (II) Power Button: (II) device removed
[  3560.670] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
[  3560.670] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  3560.671] (II) event3  - (II) Power Button: (II) is tagged by udev as: Keyboard
[  3560.671] (II) event3  - (II) Power Button: (II) device is a keyboard
[  3560.672] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[  3560.672] (II) No input driver specified, ignoring this device.
[  3560.672] (II) This device may have been added with another device file.
[  3560.672] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  3560.672] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  3560.672] (II) Using input driver 'libinput' for 'Sleep Button'
[  3560.674] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 35 paused 0
[  3560.674] (**) Sleep Button: always reports core events
[  3560.674] (**) Option "Device" "/dev/input/event2"
[  3560.674] (**) Option "_source" "server/udev"
[  3560.674] (II) event2  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[  3560.674] (II) event2  - (II) Sleep Button: (II) device is a keyboard
[  3560.674] (II) event2  - (II) Sleep Button: (II) device removed
[  3560.674] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[  3560.675] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  3560.675] (II) event2  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[  3560.675] (II) event2  - (II) Sleep Button: (II) device is a keyboard
[  3560.676] (II) config/udev: Adding input device ITE Tech. Inc. ITE Device(8910) (/dev/input/event6)
[  3560.677] (**) ITE Tech. Inc. ITE Device(8910): Applying InputClass "libinput keyboard catchall"
[  3560.677] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910)'
[  3560.678] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 36 paused 0
[  3560.678] (**) ITE Tech. Inc. ITE Device(8910): always reports core events
[  3560.678] (**) Option "Device" "/dev/input/event6"
[  3560.678] (**) Option "_source" "server/udev"
[  3560.679] (II) event6  - (II) ITE Tech. Inc. ITE Device(8910): (II) is tagged by udev as: Keyboard
[  3560.679] (II) event6  - (II) ITE Tech. Inc. ITE Device(8910): (II) device is a keyboard
[  3560.679] (II) event6  - (II) ITE Tech. Inc. ITE Device(8910): (II) device removed
[  3560.679] (II) libinput: ITE Tech. Inc. ITE Device(8910): needs a virtual subdevice
[  3560.679] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:0B05:1854.0001/input/input6/event6"
[  3560.679] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910)" (type: MOUSE, id 10)
[  3560.679] (**) Option "AccelerationScheme" "none"
[  3560.679] (**) ITE Tech. Inc. ITE Device(8910): (accel) selected scheme none/0
[  3560.679] (**) ITE Tech. Inc. ITE Device(8910): (accel) acceleration factor: 2.000
[  3560.679] (**) ITE Tech. Inc. ITE Device(8910): (accel) acceleration threshold: 4
[  3560.680] (II) event6  - (II) ITE Tech. Inc. ITE Device(8910): (II) is tagged by udev as: Keyboard
[  3560.680] (II) event6  - (II) ITE Tech. Inc. ITE Device(8910): (II) device is a keyboard
[  3560.681] (II) config/udev: Adding input device USB2.0 UVC HD Webcam (/dev/input/event10)
[  3560.681] (**) USB2.0 UVC HD Webcam: Applying InputClass "libinput keyboard catchall"
[  3560.681] (II) Using input driver 'libinput' for 'USB2.0 UVC HD Webcam'
[  3560.682] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 37 paused 0
[  3560.682] (**) USB2.0 UVC HD Webcam: always reports core events
[  3560.682] (**) Option "Device" "/dev/input/event10"
[  3560.682] (**) Option "_source" "server/udev"
[  3560.683] (II) event10 - (II) USB2.0 UVC HD Webcam: (II) is tagged by udev as: Keyboard
[  3560.683] (II) event10 - (II) USB2.0 UVC HD Webcam: (II) device is a keyboard
[  3560.683] (II) event10 - (II) USB2.0 UVC HD Webcam: (II) device removed
[  3560.683] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input11/event10"
[  3560.683] (II) XINPUT: Adding extended input device "USB2.0 UVC HD Webcam" (type: KEYBOARD, id 11)
[  3560.684] (II) event10 - (II) USB2.0 UVC HD Webcam: (II) is tagged by udev as: Keyboard
[  3560.684] (II) event10 - (II) USB2.0 UVC HD Webcam: (II) device is a keyboard
[  3560.685] (II) config/udev: Adding input device ELAN1200:00 04F3:3045 Touchpad (/dev/input/event9)
[  3560.685] (**) ELAN1200:00 04F3:3045 Touchpad: Applying InputClass "libinput touchpad catchall"
[  3560.685] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3045 Touchpad'
[  3560.801] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 38 paused 0
[  3560.801] (**) ELAN1200:00 04F3:3045 Touchpad: always reports core events
[  3560.801] (**) Option "Device" "/dev/input/event9"
[  3560.801] (**) Option "_source" "server/udev"
[  3560.802] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) is tagged by udev as: Touchpad
[  3560.802] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) device is a touchpad
[  3560.802] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) device removed
[  3560.802] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN1200:00/0018:04F3:3045.0002/input/input9/event9"
[  3560.802] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3045 Touchpad" (type: TOUCHPAD, id 12)
[  3560.802] (**) Option "AccelerationScheme" "none"
[  3560.802] (**) ELAN1200:00 04F3:3045 Touchpad: (accel) selected scheme none/0
[  3560.802] (**) ELAN1200:00 04F3:3045 Touchpad: (accel) acceleration factor: 2.000
[  3560.802] (**) ELAN1200:00 04F3:3045 Touchpad: (accel) acceleration threshold: 4
[  3560.803] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) is tagged by udev as: Touchpad
[  3560.803] (II) event9  - (II) ELAN1200:00 04F3:3045 Touchpad: (II) device is a touchpad
[  3560.804] (II) config/udev: Adding input device ELAN1200:00 04F3:3045 Touchpad (/dev/input/mouse0)
[  3560.804] (II) No input driver specified, ignoring this device.
[  3560.804] (II) This device may have been added with another device file.
[  3560.804] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[  3560.804] (II) No input driver specified, ignoring this device.
[  3560.804] (II) This device may have been added with another device file.
[  3560.805] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[  3560.805] (II) No input driver specified, ignoring this device.
[  3560.805] (II) This device may have been added with another device file.
[  3560.805] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
[  3560.805] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  3560.805] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[  3560.807] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 39 paused 0
[  3560.807] (**) Asus WMI hotkeys: always reports core events
[  3560.807] (**) Option "Device" "/dev/input/event8"
[  3560.807] (**) Option "_source" "server/udev"
[  3560.807] (II) event8  - (II) Asus WMI hotkeys: (II) is tagged by udev as: Keyboard
[  3560.807] (II) event8  - (II) Asus WMI hotkeys: (II) device is a keyboard
[  3560.807] (II) event8  - (II) Asus WMI hotkeys: (II) device removed
[  3560.808] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input8/event8"
[  3560.808] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[  3560.808] (II) event8  - (II) Asus WMI hotkeys: (II) is tagged by udev as: Keyboard
[  3560.808] (II) event8  - (II) Asus WMI hotkeys: (II) device is a keyboard
[  3560.809] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  3560.809] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  3560.809] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  3560.810] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 40 paused 0
[  3560.810] (**) AT Translated Set 2 keyboard: always reports core events
[  3560.810] (**) Option "Device" "/dev/input/event0"
[  3560.810] (**) Option "_source" "server/udev"
[  3560.811] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[  3560.811] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[  3560.811] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[  3560.811] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  3560.811] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[  3560.812] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[  3560.812] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[  3560.813] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[  3560.813] (II) No input driver specified, ignoring this device.
[  3560.813] (II) This device may have been added with another device file.
[  3560.818] (**) ITE Tech. Inc. ITE Device(8910): Applying InputClass "libinput keyboard catchall"
[  3560.818] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910)'
[  3560.818] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[  3560.818] (**) ITE Tech. Inc. ITE Device(8910): always reports core events
[  3560.818] (**) Option "Device" "/dev/input/event6"
[  3560.818] (**) Option "_source" "_driver/libinput"
[  3560.818] (II) libinput: ITE Tech. Inc. ITE Device(8910): is a virtual subdevice
[  3560.818] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:0B05:1854.0001/input/input6/event6"
[  3560.818] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910)" (type: KEYBOARD, id 15)

Last edited by Puharesource (2017-08-08 23:04:24)

Offline

#2 2017-08-06 22:13:06

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

Re: [SOLVED] NVIDIA Optimus blank screen

Do not use any of these xorg configurations, remove them completely. Just the xrandr lines in your .xinitrc should be enough, however make sure to use

xrandr --setprovideroutputsource modesetting NVIDIA-0

(and uninstall xf86-video-intel if you have that installed) if that still fails, post a xorg log from that run.

Offline

#3 2017-08-06 22:42:51

Puharesource
Member
Registered: 2017-08-06
Posts: 5

Re: [SOLVED] NVIDIA Optimus blank screen

V1del wrote:

Do not use any of these xorg configurations, remove them completely. Just the xrandr lines in your .xinitrc should be enough, however make sure to use

xrandr --setprovideroutputsource modesetting NVIDIA-0

(and uninstall xf86-video-intel if you have that installed) if that still fails, post a xorg log from that run.

This results in a crash, telling me no screen found.

$ cat ~/.xinitrc
#!/bin/sh

xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
exec i3 -V >> ~/i3log-$(date +'%F-%k-%M-%S') 2>&1
$ cat /var/log/Xorg.0.log
[    37.387] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[    37.387] X Protocol Version 11, Revision 0
[    37.387] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[    37.387] Current Operating System: Linux tarkan-laptop 4.9.40-1-lts #1 SMP Fri Jul 28 21:45:40 CEST 2017 x86_64
[    37.387] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-lts.img root=PARTUUID=1cae8f86-60d8-482e-8178-9f2ae435821b rw
[    37.388] Build Date: 07 April 2017  05:42:48PM
[    37.388]  
[    37.388] Current version of pixman: 0.34.0
[    37.388] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    37.388] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    37.388] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug  6 22:39:54 2017
[    37.445] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    37.468] (==) No Layout section.  Using the first Screen section.
[    37.468] (==) No screen section available. Using defaults.
[    37.468] (**) |-->Screen "Default Screen Section" (0)
[    37.468] (**) |   |-->Monitor "<default monitor>"
[    37.469] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    37.469] (==) Automatically adding devices
[    37.469] (==) Automatically enabling devices
[    37.469] (==) Automatically adding GPU devices
[    37.469] (==) Automatically binding GPU devices
[    37.469] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    37.518] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    37.519] 	Entry deleted from font path.
[    37.519] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    37.519] 	Entry deleted from font path.
[    37.519] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    37.519] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    37.519] 	Entry deleted from font path.
[    37.519] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    37.519] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[    37.519] (==) ModulePath set to "/usr/lib/xorg/modules"
[    37.519] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    37.520] (II) Loader magic: 0x822d60
[    37.520] (II) Module ABI versions:
[    37.520] 	X.Org ANSI C Emulation: 0.4
[    37.520] 	X.Org Video Driver: 23.0
[    37.520] 	X.Org XInput driver : 24.1
[    37.520] 	X.Org Server Extension : 10.0
[    37.521] (++) using VT number 1

[    37.521] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    37.525] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    37.529] (--) PCI:*(0:0:2:0) 8086:591b:1043:15e0 rev 4, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    37.529] (--) PCI: (0:1:0:0) 10de:1c8c:1043:15e0 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    37.529] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    37.530] (II) LoadModule: "glx"
[    37.568] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    37.625] (II) Module glx: vendor="X.Org Foundation"
[    37.625] 	compiled for 1.19.3, module version = 1.0.0
[    37.625] 	ABI class: X.Org Server Extension, version 10.0
[    37.625] (==) Matched intel as autoconfigured driver 0
[    37.626] (==) Matched modesetting as autoconfigured driver 1
[    37.626] (==) Matched fbdev as autoconfigured driver 2
[    37.626] (==) Matched vesa as autoconfigured driver 3
[    37.626] (==) Assigned the driver to the xf86ConfigLayout
[    37.626] (II) LoadModule: "intel"
[    37.626] (WW) Warning, couldn't open module intel
[    37.626] (II) UnloadModule: "intel"
[    37.626] (II) Unloading intel
[    37.626] (EE) Failed to load module "intel" (module does not exist, 0)
[    37.626] (II) LoadModule: "modesetting"
[    37.626] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    37.641] (II) Module modesetting: vendor="X.Org Foundation"
[    37.641] 	compiled for 1.19.3, module version = 1.19.3
[    37.641] 	Module class: X.Org Video Driver
[    37.641] 	ABI class: X.Org Video Driver, version 23.0
[    37.641] (II) LoadModule: "fbdev"
[    37.641] (WW) Warning, couldn't open module fbdev
[    37.641] (II) UnloadModule: "fbdev"
[    37.641] (II) Unloading fbdev
[    37.641] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    37.641] (II) LoadModule: "vesa"
[    37.641] (WW) Warning, couldn't open module vesa
[    37.641] (II) UnloadModule: "vesa"
[    37.641] (II) Unloading vesa
[    37.641] (EE) Failed to load module "vesa" (module does not exist, 0)
[    37.641] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    37.641] (EE) open /dev/dri/card0: No such file or directory
[    37.641] (WW) Falling back to old probe method for modesetting
[    37.641] (EE) open /dev/dri/card0: No such file or directory
[    37.642] (EE) Screen 0 deleted because of no matching config section.
[    37.642] (II) UnloadModule: "modesetting"
[    37.642] (EE) Device(s) detected, but none match those in the config file.
[    37.642] (EE) 
Fatal server error:
[    37.642] (EE) no screens found(EE) 
[    37.642] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    37.642] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    37.642] (EE) 
[    37.654] (EE) Server terminated with error (1). Closing log file.

Offline

#4 2017-08-07 17:52:09

Puharesource
Member
Registered: 2017-08-06
Posts: 5

Re: [SOLVED] NVIDIA Optimus blank screen

So after looking at that log file I realized there were a few log files in /usr/share/X11/xorg.conf.d/ as well, so I decided to back them up and then remove them, though there was no difference between the new log and the one I previously posted.

Offline

#5 2017-08-07 18:58:49

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

Re: [SOLVED] NVIDIA Optimus blank screen

Yeah the ones in /usr/share should remain, these are provided by packages and are usually set up correctly. That this doesn't work is quite special so let's try a few other options. Try to use this /etc/X11/xorg.conf

Section "Module"
    Load "modesetting"
EndSection

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

A few other sanity checks, your .xinitrc should retain everything from your initial post (except for the fixed xrandr lines being different) have you just redacted the upper part or did you really remove all the other lines? Reinsert them if so. Can you post

pacman -Qs nvidia
pacman -Qs mesa

Also something to consider depending on how you want to use your system. You are aware that setting up Optimus in this way will, while it gives you the maximum performance possible, prevent you from utilising suspend and hibernate as well as have significantly increased power draw due to the discrete graphics card being always active? If these are things you intend to have, you might be better off to abort this adventure (remove the /etc/X11/xorg.conf and the xrandr lines from your .xinitrc) and instead look into the Bumblebee wiki article.

Offline

#6 2017-08-07 19:27:26

Puharesource
Member
Registered: 2017-08-06
Posts: 5

Re: [SOLVED] NVIDIA Optimus blank screen

Yes, I removed the other lines in my .xinitrc file as I misunderstood you, I've now re-added them though.

I wasn't quite aware that I'd be sacrificing the suspend and hibernate, though at this point I'm just happy if I can get something graphical on screen. If power consumption and the lack of hibernate and suspend becomes an issue I'll be sure to take a further look at Bumblebee.

After adding the xorg.conf you provided, the screen once again freezes on whatever was on it before running startx.

$ pacman -Qs nvidia
local/bumblebee 3.2.1-15
    NVIDIA Optimus support for Linux through VirtualGL
local/libvdpau 1.1.1-2
    Nvidia VDPAU library
local/libxnvctrl 384.59-1
    NVIDIA NV-CONTROL X extension
local/nvidia-lts 384.59-2
    NVIDIA drivers for linux-lts
local/nvidia-utils 384.59-1
    NVIDIA drivers utilities
$ pacman -Qs mesa
local/glu 9.0.0-4
    Mesa OpenGL Utility library
local/libtxc_dxtn 1.0.1-6
    S3 Texture Compression (S3TC) library for Mesa
local/mesa 17.1.5-1
    an open-source implementation of the OpenGL specification
local/mesa-demos 8.3.0-2
    Mesa demos and tools
$ cat /var/log/Xorg.0.log
[   193.217] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[   193.218] X Protocol Version 11, Revision 0
[   193.218] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[   193.218] Current Operating System: Linux tarkan-laptop 4.9.40-1-lts #1 SMP Fri Jul 28 21:45:40 CEST 2017 x86_64
[   193.218] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-lts.img root=PARTUUID=1cae8f86-60d8-482e-8178-9f2ae435821b rw
[   193.218] Build Date: 07 April 2017  05:42:48PM
[   193.218]  
[   193.218] Current version of pixman: 0.34.0
[   193.218] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   193.218] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   193.219] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug  7 19:23:46 2017
[   193.274] (==) Using config file: "/etc/X11/xorg.conf"
[   193.275] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   193.312] (==) No Layout section.  Using the first Screen section.
[   193.312] (==) No screen section available. Using defaults.
[   193.312] (**) |-->Screen "Default Screen Section" (0)
[   193.312] (**) |   |-->Monitor "<default monitor>"
[   193.313] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[   193.313] (**) |   |-->Device "nvidia"
[   193.313] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   193.313] (==) Automatically adding devices
[   193.313] (==) Automatically enabling devices
[   193.313] (==) Automatically adding GPU devices
[   193.313] (==) Automatically binding GPU devices
[   193.313] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   193.360] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   193.360] 	Entry deleted from font path.
[   193.360] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   193.360] 	Entry deleted from font path.
[   193.360] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   193.361] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   193.361] 	Entry deleted from font path.
[   193.361] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   193.361] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[   193.361] (==) ModulePath set to "/usr/lib/xorg/modules"
[   193.361] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   193.361] (II) Loader magic: 0x822d60
[   193.361] (II) Module ABI versions:
[   193.361] 	X.Org ANSI C Emulation: 0.4
[   193.361] 	X.Org Video Driver: 23.0
[   193.361] 	X.Org XInput driver : 24.1
[   193.361] 	X.Org Server Extension : 10.0
[   193.363] (++) using VT number 1

[   193.363] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   193.367] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   193.371] (--) PCI:*(0:0:2:0) 8086:591b:1043:15e0 rev 4, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   193.371] (--) PCI: (0:1:0:0) 10de:1c8c:1043:15e0 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   193.371] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   193.372] (II) "glx" will be loaded by default.
[   193.372] (II) LoadModule: "modesetting"
[   193.409] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   193.416] (II) Module modesetting: vendor="X.Org Foundation"
[   193.416] 	compiled for 1.19.3, module version = 1.19.3
[   193.416] 	Module class: X.Org Video Driver
[   193.416] 	ABI class: X.Org Video Driver, version 23.0
[   193.416] (II) LoadModule: "glx"
[   193.416] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   193.478] (II) Module glx: vendor="X.Org Foundation"
[   193.478] 	compiled for 1.19.3, module version = 1.0.0
[   193.478] 	ABI class: X.Org Server Extension, version 10.0
[   193.478] (II) LoadModule: "nvidia"
[   193.478] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   193.538] (II) Module nvidia: vendor="NVIDIA Corporation"
[   193.538] 	compiled for 4.0.2, module version = 1.0.0
[   193.538] 	Module class: X.Org Video Driver
[   193.553] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   193.553] (II) NVIDIA dlloader X Driver  384.59  Wed Jul 19 23:14:49 PDT 2017
[   193.553] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   193.554] (WW) Falling back to old probe method for modesetting
[   193.555] (II) Loading sub module "fb"
[   193.555] (II) LoadModule: "fb"
[   193.555] (II) Loading /usr/lib/xorg/modules/libfb.so
[   193.562] (II) Module fb: vendor="X.Org Foundation"
[   193.562] 	compiled for 1.19.3, module version = 1.0.0
[   193.562] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   193.562] (II) Loading sub module "wfb"
[   193.562] (II) LoadModule: "wfb"
[   193.562] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   193.568] (II) Module wfb: vendor="X.Org Foundation"
[   193.568] 	compiled for 1.19.3, module version = 1.0.0
[   193.568] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   193.568] (II) Loading sub module "ramdac"
[   193.568] (II) LoadModule: "ramdac"
[   193.568] (II) Module "ramdac" already built-in
[   193.572] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   193.572] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   193.572] (==) NVIDIA(0): RGB weight 888
[   193.572] (==) NVIDIA(0): Default visual is TrueColor
[   193.572] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   193.573] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   193.573] (**) NVIDIA(0): Enabling 2D acceleration
[   193.573] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[   193.573] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[   193.573] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[   193.573] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[   193.573] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[   193.580] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0 (GPU-0)
[   193.581] (--) NVIDIA(0): Memory: 4194304 kBytes
[   193.581] (--) NVIDIA(0): VideoBIOS: 86.07.3c.00.20
[   193.581] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   193.581] (II) NVIDIA(0): Validated MetaModes:
[   193.581] (II) NVIDIA(0):     "NULL"
[   193.581] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[   193.581] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   193.581] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   193.581] (II) UnloadModule: "modesetting"
[   193.581] (II) Unloading modesetting
[   193.581] (--) Depth 24 pixmap format is 32 bpp
[   193.582] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[   193.582] (II) NVIDIA:     access.
[   193.590] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   193.590] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   193.590] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   193.590] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   193.590] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   193.590] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   193.590] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   193.590] (II) NVIDIA(0):     Config Options in the README.
[   193.636] (II) NVIDIA(0): Setting mode "NULL"
[   193.645] (==) NVIDIA(0): Disabling shared memory pixmaps
[   193.645] (==) NVIDIA(0): Backing store enabled
[   193.645] (==) NVIDIA(0): Silken mouse enabled
[   193.646] (==) NVIDIA(0): DPMS enabled
[   193.657] (II) Loading sub module "dri2"
[   193.657] (II) LoadModule: "dri2"
[   193.657] (II) Module "dri2" already built-in
[   193.657] (II) NVIDIA(0): [DRI2] Setup complete
[   193.657] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   193.657] (--) RandR disabled
[   193.661] (II) AIGLX: Screen 0 is not DRI2 capable
[   193.661] (EE) AIGLX: reverting to software rendering
[   194.583] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[   194.585] (II) IGLX: Loaded and initialized swrast
[   194.585] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   194.783] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[   194.783] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   194.783] (II) LoadModule: "libinput"
[   194.797] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   194.820] (II) Module libinput: vendor="X.Org Foundation"
[   194.820] 	compiled for 1.19.3, module version = 0.25.1
[   194.820] 	Module class: X.Org XInput Driver
[   194.820] 	ABI class: X.Org XInput driver, version 24.1
[   194.820] (II) Using input driver 'libinput' for 'Power Button'
[   194.820] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 30 paused 0
[   194.820] (**) Power Button: always reports core events
[   194.820] (**) Option "Device" "/dev/input/event5"
[   194.820] (**) Option "_source" "server/udev"
[   194.820] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   194.820] (II) event5  - (II) Power Button: (II) device is a keyboard
[   194.820] (II) event5  - (II) Power Button: (II) device removed
[   194.820] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[   194.820] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   194.821] (II) event5  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   194.821] (II) event5  - (II) Power Button: (II) device is a keyboard
[   194.821] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event1)
[   194.821] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[   194.821] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[   194.821] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 33 paused 0
[   194.821] (**) Asus Wireless Radio Control: always reports core events
[   194.821] (**) Option "Device" "/dev/input/event1"
[   194.821] (**) Option "_source" "server/udev"
[   194.821] (II) event1  - (II) Asus Wireless Radio Control: (II) is tagged by udev as: Keyboard
[   194.821] (II) event1  - (II) Asus Wireless Radio Control: (II) device is a keyboard
[   194.821] (II) event1  - (II) Asus Wireless Radio Control: (II) device removed
[   194.821] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input1/event1"
[   194.821] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[   194.822] (II) event1  - (II) Asus Wireless Radio Control: (II) is tagged by udev as: Keyboard
[   194.822] (II) event1  - (II) Asus Wireless Radio Control: (II) device is a keyboard
[   194.822] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   194.822] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   194.822] (II) Using input driver 'libinput' for 'Power Button'
[   194.822] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 34 paused 0
[   194.822] (**) Power Button: always reports core events
[   194.822] (**) Option "Device" "/dev/input/event3"
[   194.822] (**) Option "_source" "server/udev"
[   194.822] (II) event3  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   194.823] (II) event3  - (II) Power Button: (II) device is a keyboard
[   194.823] (II) event3  - (II) Power Button: (II) device removed
[   194.823] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
[   194.823] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   194.823] (II) event3  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   194.823] (II) event3  - (II) Power Button: (II) device is a keyboard
[   194.823] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[   194.823] (II) No input driver specified, ignoring this device.
[   194.823] (II) This device may have been added with another device file.
[   194.823] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   194.823] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   194.823] (II) Using input driver 'libinput' for 'Sleep Button'
[   194.824] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 35 paused 0
[   194.824] (**) Sleep Button: always reports core events
[   194.824] (**) Option "Device" "/dev/input/event2"
[   194.824] (**) Option "_source" "server/udev"
[   194.824] (II) event2  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[   194.824] (II) event2  - (II) Sleep Button: (II) device is a keyboard
[   194.824] (II) event2  - (II) Sleep Button: (II) device removed
[   194.824] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[   194.824] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   194.824] (II) event2  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[   194.824] (II) event2  - (II) Sleep Button: (II) device is a keyboard
[   194.824] (II) config/udev: Adding input device ITE Tech. Inc. ITE Device(8910) (/dev/input/event11)
[   194.824] (**) ITE Tech. Inc. ITE Device(8910): Applying InputClass "libinput keyboard catchall"
[   194.824] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910)'
[   194.825] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 36 paused 0
[   194.825] (**) ITE Tech. Inc. ITE Device(8910): always reports core events
[   194.825] (**) Option "Device" "/dev/input/event11"
[   194.825] (**) Option "_source" "server/udev"
[   194.825] (II) event11 - (II) ITE Tech. Inc. ITE Device(8910): (II) is tagged by udev as: Keyboard
[   194.825] (II) event11 - (II) ITE Tech. Inc. ITE Device(8910): (II) device is a keyboard
[   194.825] (II) event11 - (II) ITE Tech. Inc. ITE Device(8910): (II) device removed
[   194.825] (II) libinput: ITE Tech. Inc. ITE Device(8910): needs a virtual subdevice
[   194.825] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:0B05:1854.0002/input/input11/event11"
[   194.825] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910)" (type: MOUSE, id 10)
[   194.825] (**) Option "AccelerationScheme" "none"
[   194.825] (**) ITE Tech. Inc. ITE Device(8910): (accel) selected scheme none/0
[   194.825] (**) ITE Tech. Inc. ITE Device(8910): (accel) acceleration factor: 2.000
[   194.825] (**) ITE Tech. Inc. ITE Device(8910): (accel) acceleration threshold: 4
[   194.825] (II) event11 - (II) ITE Tech. Inc. ITE Device(8910): (II) is tagged by udev as: Keyboard
[   194.825] (II) event11 - (II) ITE Tech. Inc. ITE Device(8910): (II) device is a keyboard
[   194.826] (II) config/udev: Adding input device USB2.0 UVC HD Webcam (/dev/input/event12)
[   194.826] (**) USB2.0 UVC HD Webcam: Applying InputClass "libinput keyboard catchall"
[   194.826] (II) Using input driver 'libinput' for 'USB2.0 UVC HD Webcam'
[   194.826] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 37 paused 0
[   194.826] (**) USB2.0 UVC HD Webcam: always reports core events
[   194.826] (**) Option "Device" "/dev/input/event12"
[   194.826] (**) Option "_source" "server/udev"
[   194.826] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) is tagged by udev as: Keyboard
[   194.826] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) device is a keyboard
[   194.826] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) device removed
[   194.826] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input12/event12"
[   194.826] (II) XINPUT: Adding extended input device "USB2.0 UVC HD Webcam" (type: KEYBOARD, id 11)
[   194.827] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) is tagged by udev as: Keyboard
[   194.827] (II) event12 - (II) USB2.0 UVC HD Webcam: (II) device is a keyboard
[   194.827] (II) config/udev: Adding input device ELAN1200:00 04F3:3045 Touchpad (/dev/input/event10)
[   194.827] (**) ELAN1200:00 04F3:3045 Touchpad: Applying InputClass "libinput touchpad catchall"
[   194.827] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3045 Touchpad'
[   194.941] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 38 paused 0
[   194.941] (**) ELAN1200:00 04F3:3045 Touchpad: always reports core events
[   194.941] (**) Option "Device" "/dev/input/event10"
[   194.941] (**) Option "_source" "server/udev"
[   194.942] (II) event10 - (II) ELAN1200:00 04F3:3045 Touchpad: (II) is tagged by udev as: Touchpad
[   194.942] (II) event10 - (II) ELAN1200:00 04F3:3045 Touchpad: (II) device is a touchpad
[   194.942] (II) event10 - (II) ELAN1200:00 04F3:3045 Touchpad: (II) device removed
[   194.942] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN1200:00/0018:04F3:3045.0001/input/input10/event10"
[   194.942] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3045 Touchpad" (type: TOUCHPAD, id 12)
[   194.942] (**) Option "AccelerationScheme" "none"
[   194.942] (**) ELAN1200:00 04F3:3045 Touchpad: (accel) selected scheme none/0
[   194.942] (**) ELAN1200:00 04F3:3045 Touchpad: (accel) acceleration factor: 2.000
[   194.942] (**) ELAN1200:00 04F3:3045 Touchpad: (accel) acceleration threshold: 4
[   194.943] (II) event10 - (II) ELAN1200:00 04F3:3045 Touchpad: (II) is tagged by udev as: Touchpad
[   194.943] (II) event10 - (II) ELAN1200:00 04F3:3045 Touchpad: (II) device is a touchpad
[   194.944] (II) config/udev: Adding input device ELAN1200:00 04F3:3045 Touchpad (/dev/input/mouse0)
[   194.944] (II) No input driver specified, ignoring this device.
[   194.944] (II) This device may have been added with another device file.
[   194.944] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
[   194.944] (II) No input driver specified, ignoring this device.
[   194.944] (II) This device may have been added with another device file.
[   194.945] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event9)
[   194.945] (II) No input driver specified, ignoring this device.
[   194.945] (II) This device may have been added with another device file.
[   194.945] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[   194.945] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   194.945] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[   194.947] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 39 paused 0
[   194.947] (**) Asus WMI hotkeys: always reports core events
[   194.947] (**) Option "Device" "/dev/input/event7"
[   194.947] (**) Option "_source" "server/udev"
[   194.947] (II) event7  - (II) Asus WMI hotkeys: (II) is tagged by udev as: Keyboard
[   194.947] (II) event7  - (II) Asus WMI hotkeys: (II) device is a keyboard
[   194.947] (II) event7  - (II) Asus WMI hotkeys: (II) device removed
[   194.948] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input7/event7"
[   194.948] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[   194.948] (II) event7  - (II) Asus WMI hotkeys: (II) is tagged by udev as: Keyboard
[   194.948] (II) event7  - (II) Asus WMI hotkeys: (II) device is a keyboard
[   194.949] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   194.949] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   194.949] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   194.950] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 40 paused 0
[   194.950] (**) AT Translated Set 2 keyboard: always reports core events
[   194.950] (**) Option "Device" "/dev/input/event0"
[   194.951] (**) Option "_source" "server/udev"
[   194.951] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[   194.951] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[   194.951] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[   194.951] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   194.951] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[   194.952] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[   194.952] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[   194.953] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[   194.953] (II) No input driver specified, ignoring this device.
[   194.953] (II) This device may have been added with another device file.
[   194.958] (**) ITE Tech. Inc. ITE Device(8910): Applying InputClass "libinput keyboard catchall"
[   194.958] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910)'
[   194.958] (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
[   194.958] (**) ITE Tech. Inc. ITE Device(8910): always reports core events
[   194.958] (**) Option "Device" "/dev/input/event11"
[   194.958] (**) Option "_source" "_driver/libinput"
[   194.958] (II) libinput: ITE Tech. Inc. ITE Device(8910): is a virtual subdevice
[   194.958] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:0B05:1854.0002/input/input11/event11"
[   194.958] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910)" (type: KEYBOARD, id 15)

Offline

#7 2017-08-08 23:03:46

Puharesource
Member
Registered: 2017-08-06
Posts: 5

Re: [SOLVED] NVIDIA Optimus blank screen

After a few hours of trying to fix the problem again, I managed to display something graphical!
I re-installed the xf86-video-intel drivers, removed my /etc/X11/xorg.conf file
Then for some reason I had disabled i915 within /etc/modprobe.d, so I removed that line and ran modprobe i915.

When all of that was done I was finally able to run startx.

Offline

#8 2017-08-09 08:33:59

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

Re: [SOLVED] NVIDIA Optimus blank screen

Well yeah that explains things, you can't just disable the i915 driver, your nvidia card is not connected to any display. Using the xrandr commands "piggyback" the nvidia card on the intel card, so that the nvidia card is being used for all the rendering but you still have to have the intel kernel driver active so that this can happen in the first place.

Edit: Argh the hint is in your lspci output in the first post, the i915 module is not marked as being in use, sorry I missed that would've spared a few hours of your time and a lot of headscraching from my side because I KNOW that the xrandr commands should just work tongue

Last edited by V1del (2017-08-09 08:37:06)

Offline

#9 2017-09-04 18:06:49

yashtewari
Member
Registered: 2017-09-03
Posts: 12

Re: [SOLVED] NVIDIA Optimus blank screen

Hi Puharesource, does running xrandr still give you `Can't open display` ever?

I have the same problem on my MSI GS6VR with Intel Integrated Graphics and NVIDIA GTX1060. I recently installed Arch, xorg-server, xf86-video-intel, nvidia (not nvidia-lts)...

The output from xrandr (and also from xterm, startxfce4, and bumblebee's testing utilities) complains about not finding a display.

I had initially managed to get a graphical interface (xterm) running right after installing xorg-server, but this problem started happening after I installed xfce4, and won't go away even after fresh installs with all config files removed.

Offline

#10 2017-09-04 18:23:56

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,845
Website

Re: [SOLVED] NVIDIA Optimus blank screen

Please open a new topic about your issue, yashtewari.

https://wiki.archlinux.org/index.php/Co … ow_to_post


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB