You are not logged in.

#1 2018-05-06 11:05:56

supremecoconut
Member
Registered: 2018-05-06
Posts: 11

[SOLVED] Xorg black screen despite bspwm and sxhkd are working fine

Hi, I have a problem with my bspwm.
When I try to startx, Xorg starts correctly but the screen is black (as if the computer was shutdown).
If I spawn a terminal with the default key combination and type "reboot" it works even if I'm not seeing anything (only if I spawn it, it's not like I'm using the "hidden" parent terminal that also did startx).
My .xinitrc contains only

exec bspwm 2>~/.bspwm.err

as I saw inside ".config/bspwm/bspwmrc" that I copied from the examples folder there's already

sxhkd &

That error log contained this:

Couldn't retrieve monitors via RandR.
Xinerama is inactive.
urxvt: default locale unavailable, check LC_* and LANG variables. Continuing.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
The server closed the connection.

What did I do wrong? Thanks in advance.

Useful information

  • I'm only using the laptop monitor

  • I made sure that both ".config/bspwm/bspwmrc" and ".config/sxhkd/sxhkdrc" are executable.

  • I'm coming from KDE plasma and "exec startkde" was working fine, so I don't think it's a NVIDIA driver related problem.

Last edited by supremecoconut (2018-05-07 08:45:16)

Offline

#2 2018-05-06 13:30:14

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,875

Re: [SOLVED] Xorg black screen despite bspwm and sxhkd are working fine

Couldn't retrieve monitors via RandR.
Xinerama is inactive.

....

Please post your xorg log; also fix your xinitrc, see https://wiki.archlinux.org/index.php/Xinit#xinitrc - esp. the second note.

Offline

#3 2018-05-06 16:38:30

supremecoconut
Member
Registered: 2018-05-06
Posts: 11

Re: [SOLVED] Xorg black screen despite bspwm and sxhkd are working fine

I tried to reset my .xinitrc and even like this, it's not working:

#!/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

twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login

I realised I didn't have those programs installed, but after installin xorg-xinit, xorg-xclock, xorg-twm and xterm, it's still not working (now I don't know whether it could be working in the background or not, I don't know xterm). Should I try to make this work before trying bspwm? I still don't understand why kde was working smoothly instead.
By the way, I commented the last 5 rows and I added "exec bspwm" and it didn't work. This is the Xorg log:

[  2020.218] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[  2020.218] X Protocol Version 11, Revision 0
[  2020.218] Build Operating System: Linux 4.15.6-1-ARCH x86_64 
[  2020.218] Current Operating System: Linux eden 4.16.6-1-ARCH #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018 x86_64
[  2020.218] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=ded0cf88-9238-466a-a713-f75d1fe62806 rw nvidia-drm.modeset=1
[  2020.218] Build Date: 12 April 2018  05:31:07AM
[  2020.218]  
[  2020.218] Current version of pixman: 0.34.0
[  2020.218] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2020.218] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2020.218] (==) Log file: "/home/talos/.local/share/xorg/Xorg.4.log", Time: Sun May  6 18:26:02 2018
[  2020.218] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2020.218] (==) No Layout section.  Using the first Screen section.
[  2020.218] (==) No screen section available. Using defaults.
[  2020.218] (**) |-->Screen "Default Screen Section" (0)
[  2020.218] (**) |   |-->Monitor "<default monitor>"
[  2020.219] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  2020.219] (==) Automatically adding devices
[  2020.219] (==) Automatically enabling devices
[  2020.219] (==) Automatically adding GPU devices
[  2020.219] (==) Automatically binding GPU devices
[  2020.219] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2020.219] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  2020.219] 	Entry deleted from font path.
[  2020.219] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  2020.219] 	Entry deleted from font path.
[  2020.219] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[  2020.219] 	Entry deleted from font path.
[  2020.219] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[  2020.219] 	Entry deleted from font path.
[  2020.219] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/
[  2020.219] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2020.219] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2020.219] (II) Loader magic: 0x564148408d60
[  2020.219] (II) Module ABI versions:
[  2020.219] 	X.Org ANSI C Emulation: 0.4
[  2020.219] 	X.Org Video Driver: 23.0
[  2020.219] 	X.Org XInput driver : 24.1
[  2020.219] 	X.Org Server Extension : 10.0
[  2020.220] (++) using VT number 3

[  2020.222] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c5
[  2020.223] (II) xfree86: Adding drm device (/dev/dri/card1)
[  2020.223] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[  2020.224] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2020.224] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[  2020.225] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  2020.225] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[  2020.227] (--) PCI: (0:0:2:0) 8086:1916:1043:1ccd rev 7, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  2020.227] (--) PCI:*(0:1:0:0) 10de:1347:1043:246a rev 162, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[  2020.227] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2020.227] (II) LoadModule: "glx"
[  2020.227] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[  2020.231] (II) Module glx: vendor="NVIDIA Corporation"
[  2020.231] 	compiled for 4.0.2, module version = 1.0.0
[  2020.231] 	Module class: X.Org Server Extension
[  2020.231] (II) NVIDIA GLX Module  390.48  Wed Mar 21 23:42:56 PDT 2018
[  2020.231] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[  2020.231] 	loading driver: nvidia
[  2020.231] (II) Applying OutputClass "intel" to /dev/dri/card1
[  2020.231] 	loading driver: modesetting
[  2020.231] (==) Matched nvidia as autoconfigured driver 0
[  2020.231] (==) Matched nouveau as autoconfigured driver 1
[  2020.231] (==) Matched nv as autoconfigured driver 2
[  2020.231] (==) Matched modesetting as autoconfigured driver 3
[  2020.231] (==) Matched intel as autoconfigured driver 4
[  2020.231] (==) Matched nouveau as autoconfigured driver 5
[  2020.231] (==) Matched nv as autoconfigured driver 6
[  2020.231] (==) Matched modesetting as autoconfigured driver 7
[  2020.231] (==) Matched fbdev as autoconfigured driver 8
[  2020.231] (==) Matched vesa as autoconfigured driver 9
[  2020.231] (==) Assigned the driver to the xf86ConfigLayout
[  2020.231] (II) LoadModule: "nvidia"
[  2020.232] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2020.232] (II) Module nvidia: vendor="NVIDIA Corporation"
[  2020.232] 	compiled for 4.0.2, module version = 1.0.0
[  2020.232] 	Module class: X.Org Video Driver
[  2020.232] (II) LoadModule: "nouveau"
[  2020.232] (WW) Warning, couldn't open module nouveau
[  2020.232] (II) UnloadModule: "nouveau"
[  2020.232] (II) Unloading nouveau
[  2020.232] (EE) Failed to load module "nouveau" (module does not exist, 0)
[  2020.232] (II) LoadModule: "nv"
[  2020.233] (WW) Warning, couldn't open module nv
[  2020.233] (II) UnloadModule: "nv"
[  2020.233] (II) Unloading nv
[  2020.233] (EE) Failed to load module "nv" (module does not exist, 0)
[  2020.233] (II) LoadModule: "modesetting"
[  2020.233] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  2020.233] (II) Module modesetting: vendor="X.Org Foundation"
[  2020.233] 	compiled for 1.19.6, module version = 1.19.6
[  2020.233] 	Module class: X.Org Video Driver
[  2020.233] 	ABI class: X.Org Video Driver, version 23.0
[  2020.233] (II) LoadModule: "intel"
[  2020.233] (WW) Warning, couldn't open module intel
[  2020.233] (II) UnloadModule: "intel"
[  2020.233] (II) Unloading intel
[  2020.233] (EE) Failed to load module "intel" (module does not exist, 0)
[  2020.233] (II) LoadModule: "fbdev"
[  2020.233] (WW) Warning, couldn't open module fbdev
[  2020.233] (II) UnloadModule: "fbdev"
[  2020.233] (II) Unloading fbdev
[  2020.233] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  2020.233] (II) LoadModule: "vesa"
[  2020.234] (WW) Warning, couldn't open module vesa
[  2020.234] (II) UnloadModule: "vesa"
[  2020.234] (II) Unloading vesa
[  2020.234] (EE) Failed to load module "vesa" (module does not exist, 0)
[  2020.234] (II) NVIDIA dlloader X Driver  390.48  Wed Mar 21 23:18:15 PDT 2018
[  2020.234] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  2020.234] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  2020.234] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[  2020.234] (II) systemd-logind: releasing fd for 226:0
[  2020.235] (II) Loading sub module "fb"
[  2020.235] (II) LoadModule: "fb"
[  2020.235] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2020.235] (II) Module fb: vendor="X.Org Foundation"
[  2020.235] 	compiled for 1.19.6, module version = 1.0.0
[  2020.235] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2020.235] (II) Loading sub module "wfb"
[  2020.235] (II) LoadModule: "wfb"
[  2020.235] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  2020.235] (II) Module wfb: vendor="X.Org Foundation"
[  2020.235] 	compiled for 1.19.6, module version = 1.0.0
[  2020.235] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2020.235] (II) Loading sub module "ramdac"
[  2020.235] (II) LoadModule: "ramdac"
[  2020.235] (II) Module "ramdac" already built-in
[  2020.236] (WW) Falling back to old probe method for modesetting
[  2020.236] (II) modeset(G0): using drv /dev/dri/card1
[  2020.236] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  2020.236] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  2020.236] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  2020.236] (==) NVIDIA(0): RGB weight 888
[  2020.236] (==) NVIDIA(0): Default visual is TrueColor
[  2020.236] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  2020.236] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  2020.236] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  2020.236] (**) NVIDIA(0): Enabling 2D acceleration
[  2020.241] (II) NVIDIA(0): NVIDIA GPU GeForce 940M (GM108-A) at PCI:1:0:0 (GPU-0)
[  2020.241] (--) NVIDIA(0): Memory: 2097152 kBytes
[  2020.241] (--) NVIDIA(0): VideoBIOS: 82.08.47.00.17
[  2020.241] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[  2020.241] (II) NVIDIA(0): Validated MetaModes:
[  2020.241] (II) NVIDIA(0):     "NULL"
[  2020.241] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[  2020.241] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[  2020.241] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  2020.241] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[  2020.241] (==) modeset(G0): RGB weight 888
[  2020.241] (==) modeset(G0): Default visual is TrueColor
[  2020.241] (II) Loading sub module "glamoregl"
[  2020.241] (II) LoadModule: "glamoregl"
[  2020.242] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  2020.242] (II) Module glamoregl: vendor="X.Org Foundation"
[  2020.242] 	compiled for 1.19.6, module version = 1.0.0
[  2020.242] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2020.242] (II) glamor: OpenGL accelerated X.org driver based.
[  2020.259] (II) glamor: EGL version 1.4 (DRI2):
[  2020.262] (II) modeset(G0): glamor initialized
[  2020.263] (II) modeset(G0): Output eDP-1-1 has no monitor section
[  2020.263] (II) modeset(G0): Output DP-1-1 has no monitor section
[  2020.267] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[  2020.270] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[  2020.271] (II) modeset(G0): EDID for output eDP-1-1
[  2020.271] (II) modeset(G0): Manufacturer: CMN  Model: 15c4  Serial#: 0
[  2020.271] (II) modeset(G0): Year: 2013  Week: 40
[  2020.271] (II) modeset(G0): EDID Version: 1.4
[  2020.271] (II) modeset(G0): Digital Display Input
[  2020.271] (II) modeset(G0): 6 bits per channel
[  2020.271] (II) modeset(G0): Digital interface is DisplayPort
[  2020.271] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  2020.271] (II) modeset(G0): Gamma: 2.20
[  2020.271] (II) modeset(G0): No DPMS capabilities specified
[  2020.271] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[  2020.271] (II) modeset(G0): First detailed timing is preferred mode
[  2020.271] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[  2020.271] (II) modeset(G0): redX: 0.565 redY: 0.330   greenX: 0.323 greenY: 0.577
[  2020.271] (II) modeset(G0): blueX: 0.160 blueY: 0.145   whiteX: 0.313 whiteY: 0.329
[  2020.271] (II) modeset(G0): Manufacturer's mask: 0
[  2020.271] (II) modeset(G0): Supported detailed timing:
[  2020.271] (II) modeset(G0): clock: 136.6 MHz   Image Size:  344 x 193 mm
[  2020.271] (II) modeset(G0): h_active: 1920  h_sync: 1964  h_sync_end 1992 h_blank_end 2070 h_border: 0
[  2020.271] (II) modeset(G0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1100 v_border: 0
[  2020.271] (II) modeset(G0):  N156HGE-EAB
[  2020.271] (II) modeset(G0):  CMN
[  2020.271] (II) modeset(G0):  N156HGE-EAB
[  2020.271] (II) modeset(G0): EDID (in hex):
[  2020.271] (II) modeset(G0): 	00ffffffffffff000daec41500000000
[  2020.271] (II) modeset(G0): 	281701049522137802ef059054529329
[  2020.271] (II) modeset(G0): 	25505400000001010101010101010101
[  2020.271] (II) modeset(G0): 	0101010101015e358096703814402c1c
[  2020.271] (II) modeset(G0): 	240058c110000018000000fe004e3135
[  2020.271] (II) modeset(G0): 	364847452d4541420a20000000fe0043
[  2020.271] (II) modeset(G0): 	4d4e0a202020202020202020000000fe
[  2020.271] (II) modeset(G0): 	004e3135364847452d4541420a20001d
[  2020.272] (II) modeset(G0): Printing probed modes for output eDP-1-1
[  2020.272] (II) modeset(G0): Modeline "1920x1080"x60.0  136.62  1920 1964 1992 2070  1080 1082 1086 1100 -hsync -vsync (66.0 kHz eP)
[  2020.272] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  2020.272] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  2020.272] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  2020.272] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  2020.272] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  2020.272] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  2020.272] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  2020.272] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  2020.272] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  2020.272] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  2020.272] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  2020.272] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  2020.272] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  2020.272] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  2020.272] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  2020.272] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  2020.272] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  2020.272] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  2020.272] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  2020.272] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  2020.272] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  2020.272] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  2020.272] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  2020.272] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  2020.272] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  2020.272] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  2020.272] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  2020.272] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  2020.272] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  2020.272] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  2020.272] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  2020.272] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  2020.272] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  2020.272] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  2020.272] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  2020.272] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  2020.272] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  2020.272] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  2020.272] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  2020.272] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  2020.272] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  2020.272] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  2020.272] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  2020.272] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  2020.272] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  2020.272] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  2020.272] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  2020.272] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  2020.272] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  2020.272] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  2020.272] (II) modeset(G0): EDID for output DP-1-1
[  2020.276] (II) modeset(G0): EDID for output HDMI-1-1
[  2020.279] (II) modeset(G0): EDID for output HDMI-1-2
[  2020.279] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[  2020.279] (==) modeset(G0): DPI set to (96, 96)
[  2020.279] (II) Loading sub module "fb"
[  2020.279] (II) LoadModule: "fb"
[  2020.279] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2020.279] (II) Module fb: vendor="X.Org Foundation"
[  2020.279] 	compiled for 1.19.6, module version = 1.0.0
[  2020.279] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2020.279] (--) Depth 24 pixmap format is 32 bpp
[  2020.331] (==) modeset(G0): Backing store enabled
[  2020.331] (==) modeset(G0): Silken mouse enabled
[  2020.331] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  2020.382] (==) modeset(G0): DPMS enabled
[  2020.382] (II) modeset(G0): [DRI2] Setup complete
[  2020.382] (II) modeset(G0): [DRI2]   DRI driver: i965
[  2020.382] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[  2020.384] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[  2020.384] (II) NVIDIA:     access.
[  2020.396] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2020.396] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  2020.396] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  2020.396] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  2020.396] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  2020.396] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  2020.396] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2020.396] (II) NVIDIA(0):     Config Options in the README.
[  2020.433] (II) NVIDIA(0): Setting mode "NULL"
[  2020.439] (==) NVIDIA(0): Disabling shared memory pixmaps
[  2020.439] (==) NVIDIA(0): Backing store enabled
[  2020.439] (==) NVIDIA(0): Silken mouse enabled
[  2020.439] (==) NVIDIA(0): DPMS enabled
[  2020.439] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[  2020.439] (II) Loading sub module "dri2"
[  2020.439] (II) LoadModule: "dri2"
[  2020.439] (II) Module "dri2" already built-in
[  2020.439] (II) NVIDIA(0): [DRI2] Setup complete
[  2020.439] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  2020.439] (--) RandR disabled
[  2020.441] (II) Initializing extension GLX
[  2020.441] (II) Indirect GLX disabled.
[  2021.519] (II) modeset(G0): Damage tracking initialized
[  2021.548] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  2021.548] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2021.548] (II) LoadModule: "libinput"
[  2021.549] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  2021.550] (II) Module libinput: vendor="X.Org Foundation"
[  2021.550] 	compiled for 1.19.6, module version = 0.27.1
[  2021.550] 	Module class: X.Org XInput Driver
[  2021.550] 	ABI class: X.Org XInput driver, version 24.1
[  2021.550] (II) Using input driver 'libinput' for 'Power Button'
[  2021.551] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 36 paused 0
[  2021.551] (**) Power Button: always reports core events
[  2021.551] (**) Option "Device" "/dev/input/event2"
[  2021.551] (**) Option "_source" "server/udev"
[  2021.551] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  2021.551] (II) event2  - Power Button: device is a keyboard
[  2021.551] (II) event2  - Power Button: device removed
[  2021.551] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  2021.551] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2021.551] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  2021.551] (II) event2  - Power Button: device is a keyboard
[  2021.552] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event4)
[  2021.552] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[  2021.552] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[  2021.552] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 39 paused 0
[  2021.552] (**) Asus Wireless Radio Control: always reports core events
[  2021.552] (**) Option "Device" "/dev/input/event4"
[  2021.552] (**) Option "_source" "server/udev"
[  2021.552] (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[  2021.552] (II) event4  - Asus Wireless Radio Control: device is a keyboard
[  2021.552] (II) event4  - Asus Wireless Radio Control: device removed
[  2021.552] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input4/event4"
[  2021.552] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[  2021.553] (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[  2021.553] (II) event4  - Asus Wireless Radio Control: device is a keyboard
[  2021.553] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  2021.553] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2021.553] (II) Using input driver 'libinput' for 'Video Bus'
[  2021.554] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 40 paused 0
[  2021.554] (**) Video Bus: always reports core events
[  2021.554] (**) Option "Device" "/dev/input/event7"
[  2021.554] (**) Option "_source" "server/udev"
[  2021.554] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[  2021.554] (II) event7  - Video Bus: device is a keyboard
[  2021.554] (II) event7  - Video Bus: device removed
[  2021.554] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[  2021.554] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  2021.554] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[  2021.554] (II) event7  - Video Bus: device is a keyboard
[  2021.555] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[  2021.555] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2021.555] (II) Using input driver 'libinput' for 'Video Bus'
[  2021.555] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 41 paused 0
[  2021.555] (**) Video Bus: always reports core events
[  2021.555] (**) Option "Device" "/dev/input/event8"
[  2021.555] (**) Option "_source" "server/udev"
[  2021.556] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[  2021.556] (II) event8  - Video Bus: device is a keyboard
[  2021.556] (II) event8  - Video Bus: device removed
[  2021.556] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input8/event8"
[  2021.556] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[  2021.556] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[  2021.556] (II) event8  - Video Bus: device is a keyboard
[  2021.556] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  2021.556] (II) No input driver specified, ignoring this device.
[  2021.556] (II) This device may have been added with another device file.
[  2021.557] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  2021.557] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  2021.557] (II) Using input driver 'libinput' for 'Sleep Button'
[  2021.557] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 42 paused 0
[  2021.557] (**) Sleep Button: always reports core events
[  2021.557] (**) Option "Device" "/dev/input/event1"
[  2021.557] (**) Option "_source" "server/udev"
[  2021.558] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  2021.558] (II) event1  - Sleep Button: device is a keyboard
[  2021.558] (II) event1  - Sleep Button: device removed
[  2021.558] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[  2021.558] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[  2021.558] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  2021.558] (II) event1  - Sleep Button: device is a keyboard
[  2021.559] (II) config/udev: Adding input device USB2.0 VGA UVC WebCam: USB2.0 V (/dev/input/event6)
[  2021.559] (**) USB2.0 VGA UVC WebCam: USB2.0 V: Applying InputClass "libinput keyboard catchall"
[  2021.559] (II) Using input driver 'libinput' for 'USB2.0 VGA UVC WebCam: USB2.0 V'
[  2021.559] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 43 paused 0
[  2021.559] (**) USB2.0 VGA UVC WebCam: USB2.0 V: always reports core events
[  2021.559] (**) Option "Device" "/dev/input/event6"
[  2021.559] (**) Option "_source" "server/udev"
[  2021.559] (II) event6  - USB2.0 VGA UVC WebCam: USB2.0 V: is tagged by udev as: Keyboard
[  2021.560] (II) event6  - USB2.0 VGA UVC WebCam: USB2.0 V: device is a keyboard
[  2021.560] (II) event6  - USB2.0 VGA UVC WebCam: USB2.0 V: device removed
[  2021.560] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input6/event6"
[  2021.560] (II) XINPUT: Adding extended input device "USB2.0 VGA UVC WebCam: USB2.0 V" (type: KEYBOARD, id 11)
[  2021.560] (II) event6  - USB2.0 VGA UVC WebCam: USB2.0 V: is tagged by udev as: Keyboard
[  2021.560] (II) event6  - USB2.0 VGA UVC WebCam: USB2.0 V: device is a keyboard
[  2021.560] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event10)
[  2021.560] (**) Elan Touchpad: Applying InputClass "libinput touchpad catchall"
[  2021.560] (**) Elan Touchpad: Applying InputClass "touchpad catchall"
[  2021.560] (**) Elan Touchpad: Applying InputClass "Default clickpad buttons"
[  2021.560] (II) LoadModule: "synaptics"
[  2021.560] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  2021.561] (II) Module synaptics: vendor="X.Org Foundation"
[  2021.561] 	compiled for 1.19.0, module version = 1.9.0
[  2021.561] 	Module class: X.Org XInput Driver
[  2021.561] 	ABI class: X.Org XInput driver, version 24.1
[  2021.561] (II) Using input driver 'synaptics' for 'Elan Touchpad'
[  2021.561] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 44 paused 0
[  2021.561] (**) Elan Touchpad: always reports core events
[  2021.561] (**) Option "Device" "/dev/input/event10"
[  2021.561] (II) synaptics: Elan Touchpad: found clickpad property
[  2021.561] (--) synaptics: Elan Touchpad: x-axis range 0 - 3097 (res 32)
[  2021.561] (--) synaptics: Elan Touchpad: y-axis range 0 - 2119 (res 33)
[  2021.561] (--) synaptics: Elan Touchpad: pressure range 0 - 255
[  2021.561] (--) synaptics: Elan Touchpad: finger width range 0 - 15
[  2021.561] (--) synaptics: Elan Touchpad: buttons: left double triple
[  2021.561] (--) synaptics: Elan Touchpad: Vendor 0x4f3 Product 0x5
[  2021.561] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[  2021.561] (--) synaptics: Elan Touchpad: touchpad found
[  2021.561] (**) Elan Touchpad: always reports core events
[  2021.561] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1000:00/input/input11/event10"
[  2021.561] (II) XINPUT: Adding extended input device "Elan Touchpad" (type: TOUCHPAD, id 12)
[  2021.561] (**) synaptics: Elan Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[  2021.561] (**) synaptics: Elan Touchpad: (accel) MaxSpeed is now 1.75
[  2021.561] (**) synaptics: Elan Touchpad: (accel) AccelFactor is now 0.053
[  2021.561] (**) Elan Touchpad: (accel) keeping acceleration scheme 1
[  2021.561] (**) Elan Touchpad: (accel) acceleration profile 1
[  2021.561] (**) Elan Touchpad: (accel) acceleration factor: 2.000
[  2021.561] (**) Elan Touchpad: (accel) acceleration threshold: 4
[  2021.562] (--) synaptics: Elan Touchpad: touchpad found
[  2021.562] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse0)
[  2021.562] (**) Elan Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[  2021.562] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[  2021.562] (II) No input driver specified, ignoring this device.
[  2021.562] (II) This device may have been added with another device file.
[  2021.562] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[  2021.562] (II) No input driver specified, ignoring this device.
[  2021.562] (II) This device may have been added with another device file.
[  2021.563] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[  2021.563] (II) No input driver specified, ignoring this device.
[  2021.563] (II) This device may have been added with another device file.
[  2021.563] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[  2021.563] (II) No input driver specified, ignoring this device.
[  2021.563] (II) This device may have been added with another device file.
[  2021.563] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[  2021.563] (II) No input driver specified, ignoring this device.
[  2021.563] (II) This device may have been added with another device file.
[  2021.563] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event16)
[  2021.563] (II) No input driver specified, ignoring this device.
[  2021.563] (II) This device may have been added with another device file.
[  2021.564] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
[  2021.564] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  2021.564] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[  2021.564] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 45 paused 0
[  2021.564] (**) Asus WMI hotkeys: always reports core events
[  2021.564] (**) Option "Device" "/dev/input/event9"
[  2021.564] (**) Option "_source" "server/udev"
[  2021.564] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  2021.564] (II) event9  - Asus WMI hotkeys: device is a keyboard
[  2021.564] (II) event9  - Asus WMI hotkeys: device removed
[  2021.564] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input9/event9"
[  2021.565] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[  2021.565] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  2021.565] (II) event9  - Asus WMI hotkeys: device is a keyboard
[  2021.565] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[  2021.565] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  2021.565] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  2021.566] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 46 paused 0
[  2021.566] (**) AT Translated Set 2 keyboard: always reports core events
[  2021.566] (**) Option "Device" "/dev/input/event3"
[  2021.566] (**) Option "_source" "server/udev"
[  2021.566] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  2021.566] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  2021.566] (II) event3  - AT Translated Set 2 keyboard: device removed
[  2021.566] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[  2021.566] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[  2021.567] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  2021.567] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  2021.567] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[  2021.567] (II) No input driver specified, ignoring this device.
[  2021.567] (II) This device may have been added with another device file.
[  2042.682] (**) Option "fd" "36"
[  2042.682] (II) event2  - Power Button: device removed
[  2042.683] (**) Option "fd" "39"
[  2042.683] (II) event4  - Asus Wireless Radio Control: device removed
[  2042.683] (**) Option "fd" "40"
[  2042.683] (II) event7  - Video Bus: device removed
[  2042.683] (**) Option "fd" "41"
[  2042.683] (II) event8  - Video Bus: device removed
[  2042.683] (**) Option "fd" "42"
[  2042.683] (II) event1  - Sleep Button: device removed
[  2042.683] (**) Option "fd" "43"
[  2042.683] (II) event6  - USB2.0 VGA UVC WebCam: USB2.0 V: device removed
[  2042.684] (**) Option "fd" "45"
[  2042.684] (II) event9  - Asus WMI hotkeys: device removed
[  2042.684] (**) Option "fd" "46"
[  2042.684] (II) event3  - AT Translated Set 2 keyboard: device removed
[  2042.966] (II) systemd-logind: got pause for 226:1
[  2042.966] (II) systemd-logind: got pause for 13:71
[  2042.966] (II) systemd-logind: got pause for 13:74
[  2042.966] (II) systemd-logind: got pause for 13:67
[  2042.966] (II) systemd-logind: got pause for 13:65
[  2042.966] (II) systemd-logind: got pause for 13:72
[  2042.966] (II) systemd-logind: got pause for 13:73
[  2042.966] (II) systemd-logind: got pause for 13:68
[  2042.967] (II) systemd-logind: got pause for 13:70
[  2042.967] (II) systemd-logind: got pause for 13:66

This is the startx log:

X.Org X Server 1.19.6
Release Date: 2017-12-20
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.15.6-1-ARCH x86_64
Current Operating System: Linux eden 4.16.6-1-ARCH #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018 x86_64
Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=ded0cf88-9238-466a-a713-f75d1fe62806 rw nvidia-drm.modeset=1
Build Date: 12 April 2018  05:31:07AM

Current version of pixman: 0.34.0
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/talos/.local/share/xorg/Xorg.0.log", Time: Sun May  6 17:53:40 2018
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Internal error:   Could not resolve keysym XF86WWAN
> Internal error:   Could not resolve keysym XF86RFKill
Errors from xkbcomp are not fatal to the X server
Warning: locale not supported by C library, locale unchanged
Warning: locale not supported by C library, locale unchanged
Warning: locale not supported by C library, locale unchanged
Warning: locale not supported by C library, locale unchanged

P.S. I hope that second note in the wiki is referring to the conditional block and not to the xterm & company execution because I commented that to try bspwm

Last edited by supremecoconut (2018-05-06 16:40:06)

Offline

#4 2018-05-06 18:43:21

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,875

Re: [SOLVED] Xorg black screen despite bspwm and sxhkd are working fine

Yes, referred to the "add this include block" note (and I didn't expect it to fix *this* issue, but to prevent further ones ;-)

You've got an https://wiki.archlinux.org/index.php/NVIDIA_Optimus setup, please read that article, figure which way you intend to use it, follow the article and in case you still got trouble, feel free to ask back.

Offline

#5 2018-05-07 08:50:29

supremecoconut
Member
Registered: 2018-05-06
Posts: 11

Re: [SOLVED] Xorg black screen despite bspwm and sxhkd are working fine

Thank you, it worked. Now the fun begins wink

Offline

Board footer

Powered by FluxBB