您尚未登录。

#1 2020-04-21 16:05:40

beginner
会员
注册时间: 2019-10-07
帖子: 256

startx unable connect to X server:Connect refused

为了能使用独显,我按照NVIDIA(简体中文)-ArchWiki的提示,安装了nvidia、nvidia-lts、nvidia-utils、nvidia-settings
安装完成后,执行了nvidia-xconf

之后还安装了xf86-video-intel,并将/etc/modprobe.d目录下的文件全部删除(我也不知道为什么就删除了,现在也不知道怎么挽回)

startx

xinit:giving up
xinit:unable connect to X server:Connect refused
xinit:server error

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

export LANG=zh_CN.UTF-8
export LC_ALL=zh_CN.UTF-8
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

exec compton -b &
exec mpd ~/.config/mpd/mpd.conf &
exec feh --bg-fill ${HOME}/Downloads/nql-bz.jpg &
exec fcitx &
exec i3


#exec xterm -geometry 80x66+0+0 -name login

cat /etc/X11/xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 440.82


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    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"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

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

$ cat /var/log/Xorg.0.log

[  2002.311] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  2002.311] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[  2002.311] Build Operating System: Linux Arch Linux
[  2002.311] Current Operating System: Linux archlinux 5.6.5-arch3-1 #1 SMP PREEMPT Sun, 19 Apr 2020 13:14:25 +0000 x86_64
[  2002.311] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c7eafeb9-6c17-44c8-a97d-ee08f80770e7 rw loglevel=3 quiet
[  2002.311] Build Date: 30 March 2020  05:05:45AM
[  2002.311]  
[  2002.311] Current version of pixman: 0.38.4
[  2002.312] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2002.312] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2002.317] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 21 13:26:37 2020
[  2002.318] (==) Using config file: "/etc/X11/xorg.conf"
[  2002.319] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2002.320] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2002.320] (==) ServerLayout "Layout0"
[  2002.320] (**) |-->Screen "Screen0" (0)
[  2002.320] (**) |   |-->Monitor "Monitor0"
[  2002.320] (**) |   |-->Device "Device0"
[  2002.320] (**) |   |-->GPUDevice "Device0"
[  2002.320] (**) |-->Input Device "Keyboard0"
[  2002.320] (**) |-->Input Device "Mouse0"
[  2002.320] (==) Automatically adding devices
[  2002.320] (==) Automatically enabling devices
[  2002.320] (==) Automatically adding GPU devices
[  2002.320] (==) Automatically binding GPU devices
[  2002.320] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2002.320] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[  2002.320] 	Entry deleted from font path.
[  2002.320] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[  2002.320] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  2002.320] 	Entry deleted from font path.
[  2002.320] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  2002.320] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2002.320] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  2002.320] (WW) Disabling Keyboard0
[  2002.320] (WW) Disabling Mouse0
[  2002.320] (II) Module ABI versions:
[  2002.320] 	X.Org ANSI C Emulation: 0.4
[  2002.320] 	X.Org Video Driver: 24.1
[  2002.320] 	X.Org XInput driver : 24.1
[  2002.320] 	X.Org Server Extension : 10.0
[  2002.321] (++) using VT number 2

[  2002.322] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[  2002.322] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2002.323] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  2002.324] (--) PCI:*(0@0:2:0) 8086:3e90:1558:55c1 rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[  2002.324] (--) PCI: (1@0:0:0) 10de:1d10:1558:55c1 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[  2002.324] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2002.324] (II) LoadModule: "glx"
[  2002.324] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2002.325] (II) Module glx: vendor="X.Org Foundation"
[  2002.325] 	compiled for 1.20.8, module version = 1.0.0
[  2002.325] 	ABI class: X.Org Server Extension, version 10.0
[  2002.325] (II) LoadModule: "nvidia"
[  2002.325] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2002.325] (II) Module nvidia: vendor="NVIDIA Corporation"
[  2002.325] 	compiled for 1.6.99.901, module version = 1.0.0
[  2002.325] 	Module class: X.Org Video Driver
[  2002.325] (II) NVIDIA dlloader X Driver  440.82  Wed Apr  1 19:50:17 UTC 2020
[  2002.325] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  2002.325] (EE) No devices detected.
[  2002.325] (EE) 
Fatal server error:
[  2002.325] (EE) no screens found(EE) 
[  2002.325] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  2002.325] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  2002.325] (EE) 
[  2002.344] (EE) Server terminated with error (1). Closing log file.

$ cat /var/log/Xorg.0.log.old

[  1994.798] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  1994.800] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[  1994.806] Build Operating System: Linux Arch Linux
[  1994.808] Current Operating System: Linux archlinux 5.6.5-arch3-1 #1 SMP PREEMPT Sun, 19 Apr 2020 13:14:25 +0000 x86_64
[  1994.808] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c7eafeb9-6c17-44c8-a97d-ee08f80770e7 rw loglevel=3 quiet
[  1994.810] Build Date: 30 March 2020  05:05:45AM
[  1994.811]  
[  1994.813] Current version of pixman: 0.38.4
[  1994.815] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1994.815] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1994.820] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 21 00:35:07 2020
[  1994.822] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1994.822] (==) No Layout section.  Using the first Screen section.
[  1994.822] (==) No screen section available. Using defaults.
[  1994.822] (**) |-->Screen "Default Screen Section" (0)
[  1994.822] (**) |   |-->Monitor "<default monitor>"
[  1994.822] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1994.822] (==) Automatically adding devices
[  1994.822] (==) Automatically enabling devices
[  1994.822] (==) Automatically adding GPU devices
[  1994.822] (==) Automatically binding GPU devices
[  1994.822] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1994.822] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[  1994.822] 	Entry deleted from font path.
[  1994.822] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[  1994.822] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1994.822] 	Entry deleted from font path.
[  1994.822] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  1994.822] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1994.822] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1994.822] (II) Module ABI versions:
[  1994.822] 	X.Org ANSI C Emulation: 0.4
[  1994.822] 	X.Org Video Driver: 24.1
[  1994.822] 	X.Org XInput driver : 24.1
[  1994.822] 	X.Org Server Extension : 10.0
[  1994.822] (++) using VT number 1

[  1994.824] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  1994.824] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1994.824] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  1994.824] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1994.825] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[  1994.826] (--) PCI:*(0@0:2:0) 8086:3e90:1558:55c1 rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[  1994.826] (--) PCI: (1@0:0:0) 10de:1d10:1558:55c1 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[  1994.826] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1994.826] (II) LoadModule: "glx"
[  1994.826] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1994.827] (II) Module glx: vendor="X.Org Foundation"
[  1994.827] 	compiled for 1.20.8, module version = 1.0.0
[  1994.827] 	ABI class: X.Org Server Extension, version 10.0
[  1994.827] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[  1994.827] 	loading driver: nvidia
[  1994.827] (==) Matched intel as autoconfigured driver 0
[  1994.827] (==) Matched nvidia as autoconfigured driver 1
[  1994.827] (==) Matched nouveau as autoconfigured driver 2
[  1994.827] (==) Matched nv as autoconfigured driver 3
[  1994.827] (==) Matched modesetting as autoconfigured driver 4
[  1994.827] (==) Matched fbdev as autoconfigured driver 5
[  1994.827] (==) Matched vesa as autoconfigured driver 6
[  1994.827] (==) Assigned the driver to the xf86ConfigLayout
[  1994.827] (II) LoadModule: "intel"
[  1994.827] (WW) Warning, couldn't open module intel
[  1994.827] (EE) Failed to load module "intel" (module does not exist, 0)
[  1994.827] (II) LoadModule: "nvidia"
[  1994.827] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1994.828] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1994.828] 	compiled for 1.6.99.901, module version = 1.0.0
[  1994.828] 	Module class: X.Org Video Driver
[  1994.828] (II) LoadModule: "nouveau"
[  1994.828] (WW) Warning, couldn't open module nouveau
[  1994.828] (EE) Failed to load module "nouveau" (module does not exist, 0)
[  1994.828] (II) LoadModule: "nv"
[  1994.828] (WW) Warning, couldn't open module nv
[  1994.828] (EE) Failed to load module "nv" (module does not exist, 0)
[  1994.828] (II) LoadModule: "modesetting"
[  1994.828] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1994.828] (II) Module modesetting: vendor="X.Org Foundation"
[  1994.828] 	compiled for 1.20.8, module version = 1.20.8
[  1994.828] 	Module class: X.Org Video Driver
[  1994.828] 	ABI class: X.Org Video Driver, version 24.1
[  1994.828] (II) LoadModule: "fbdev"
[  1994.828] (WW) Warning, couldn't open module fbdev
[  1994.828] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1994.828] (II) LoadModule: "vesa"
[  1994.828] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1994.828] (II) Module vesa: vendor="X.Org Foundation"
[  1994.828] 	compiled for 1.20.0, module version = 2.4.0
[  1994.828] 	Module class: X.Org Video Driver
[  1994.828] 	ABI class: X.Org Video Driver, version 24.0
[  1994.828] (II) NVIDIA dlloader X Driver  440.82  Wed Apr  1 19:50:17 UTC 2020
[  1994.828] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1994.828] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1994.828] (II) VESA: driver for VESA chipsets: vesa
[  1994.828] (II) modeset(0): using drv /dev/dri/card1
[  1994.828] (II) systemd-logind: releasing fd for 226:0
[  1994.829] (II) Loading sub module "fb"
[  1994.829] (II) LoadModule: "fb"
[  1994.829] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1994.829] (II) Module fb: vendor="X.Org Foundation"
[  1994.829] 	compiled for 1.20.8, module version = 1.0.0
[  1994.829] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1994.829] (II) Loading sub module "wfb"
[  1994.829] (II) LoadModule: "wfb"
[  1994.829] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1994.829] (II) Module wfb: vendor="X.Org Foundation"
[  1994.829] 	compiled for 1.20.8, module version = 1.0.0
[  1994.829] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1994.829] (II) Loading sub module "ramdac"
[  1994.829] (II) LoadModule: "ramdac"
[  1994.829] (II) Module "ramdac" already built-in
[  1994.829] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1994.829] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  1994.829] (==) modeset(0): RGB weight 888
[  1994.829] (==) modeset(0): Default visual is TrueColor
[  1994.829] (II) Loading sub module "glamoregl"
[  1994.829] (II) LoadModule: "glamoregl"
[  1994.829] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1994.832] (II) Module glamoregl: vendor="X.Org Foundation"
[  1994.832] 	compiled for 1.20.8, module version = 1.0.1
[  1994.832] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1994.890] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 610 (CFL GT1)
[  1994.890] (II) modeset(0): glamor initialized
[  1994.890] (II) modeset(0): Output eDP-1 has no monitor section
[  1994.890] (II) modeset(0): Output DP-1 has no monitor section
[  1994.894] (II) modeset(0): Output HDMI-1 has no monitor section
[  1994.898] (II) modeset(0): Output HDMI-2 has no monitor section
[  1994.898] (II) modeset(0): EDID for output eDP-1
[  1994.898] (II) modeset(0): Manufacturer: BOE  Model: 739  Serial#: 0
[  1994.898] (II) modeset(0): Year: 2017  Week: 1
[  1994.898] (II) modeset(0): EDID Version: 1.4
[  1994.898] (II) modeset(0): Digital Display Input
[  1994.898] (II) modeset(0): 6 bits per channel
[  1994.898] (II) modeset(0): Digital interface is DisplayPort
[  1994.898] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  1994.898] (II) modeset(0): Gamma: 2.20
[  1994.898] (II) modeset(0): No DPMS capabilities specified
[  1994.898] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[  1994.898] (II) modeset(0): First detailed timing is preferred mode
[  1994.898] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[  1994.898] (II) modeset(0): redX: 0.590 redY: 0.350   greenX: 0.329 greenY: 0.555
[  1994.898] (II) modeset(0): blueX: 0.152 blueY: 0.118   whiteX: 0.312 whiteY: 0.328
[  1994.898] (II) modeset(0): Manufacturer's mask: 0
[  1994.898] (II) modeset(0): Supported detailed timing:
[  1994.898] (II) modeset(0): clock: 149.6 MHz   Image Size:  344 x 193 mm
[  1994.898] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2187 h_border: 0
[  1994.898] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1140 v_border: 0
[  1994.898] (II) modeset(0): Supported detailed timing:
[  1994.898] (II) modeset(0): clock: 99.7 MHz   Image Size:  344 x 193 mm
[  1994.898] (II) modeset(0): h_active: 1920  h_sync: 2020  h_sync_end 2120 h_blank_end 2187 h_border: 0
[  1994.898] (II) modeset(0): v_active: 1080  v_sync: 1100  v_sync_end 1120 v_blanking: 1140 v_border: 0
[  1994.898] (II) modeset(0): Unknown vendor-specific block 2
[  1994.898] (II) modeset(0): EDID (in hex):
[  1994.898] (II) modeset(0): 	00ffffffffffff0009e5390700000000
[  1994.898] (II) modeset(0): 	011b0104952213780224109759548e27
[  1994.898] (II) modeset(0): 	1e505400000001010101010101010101
[  1994.898] (II) modeset(0): 	010101010101703a800b71383c403020
[  1994.898] (II) modeset(0): 	360058c11000001af226800b71383c40
[  1994.899] (II) modeset(0): 	6464440558c11000001a000000000000
[  1994.899] (II) modeset(0): 	00000000000000000000000000000002
[  1994.899] (II) modeset(0): 	000c3edd0a3c6e15111e6e0a2020005c
[  1994.899] (II) modeset(0): Printing probed modes for output eDP-1
[  1994.899] (II) modeset(0): Modeline "1920x1080"x60.0  149.60  1920 1968 2000 2187  1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[  1994.899] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[  1994.899] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[  1994.899] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[  1994.899] (II) modeset(0): Modeline "1920x1080"x40.0   99.70  1920 2020 2120 2187  1080 1100 1120 1140 +hsync -vsync (45.6 kHz e)
[  1994.899] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[  1994.899] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[  1994.899] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[  1994.899] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[  1994.899] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[  1994.899] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[  1994.899] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[  1994.899] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[  1994.899] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[  1994.899] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[  1994.899] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[  1994.899] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[  1994.899] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[  1994.899] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[  1994.899] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[  1994.899] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  1994.899] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  1994.899] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  1994.899] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  1994.899] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  1994.899] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  1994.899] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  1994.899] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  1994.899] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  1994.899] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  1994.899] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  1994.899] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  1994.899] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  1994.899] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  1994.899] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  1994.899] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  1994.899] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  1994.899] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  1994.899] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  1994.899] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  1994.899] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  1994.899] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  1994.899] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  1994.899] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  1994.899] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  1994.899] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  1994.899] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  1994.899] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  1994.899] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  1994.899] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  1994.899] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  1994.899] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  1994.899] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  1994.899] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  1994.899] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  1994.899] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  1994.899] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  1994.899] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  1994.899] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  1994.899] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  1994.899] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  1994.899] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  1994.899] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  1994.899] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  1994.899] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  1994.899] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  1994.899] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  1994.899] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  1994.899] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  1994.899] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  1994.899] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  1994.899] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  1994.899] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  1994.899] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  1994.899] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  1994.899] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  1994.899] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  1994.899] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  1994.899] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  1994.899] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  1994.899] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  1994.899] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  1994.899] (II) modeset(0): EDID for output DP-1
[  1994.903] (II) modeset(0): EDID for output HDMI-1
[  1994.907] (II) modeset(0): EDID for output HDMI-2
[  1994.907] (II) modeset(0): Output eDP-1 connected
[  1994.907] (II) modeset(0): Output DP-1 disconnected
[  1994.907] (II) modeset(0): Output HDMI-1 disconnected
[  1994.907] (II) modeset(0): Output HDMI-2 disconnected
[  1994.907] (II) modeset(0): Using exact sizes for initial modes
[  1994.907] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[  1994.907] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  1994.907] (==) modeset(0): DPI set to (96, 96)
[  1994.907] (II) Loading sub module "fb"
[  1994.907] (II) LoadModule: "fb"
[  1994.907] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1994.907] (II) Module fb: vendor="X.Org Foundation"
[  1994.907] 	compiled for 1.20.8, module version = 1.0.0
[  1994.907] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1994.907] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[  1994.907] (==) NVIDIA(G0): RGB weight 888
[  1994.907] (==) NVIDIA(G0): Default visual is TrueColor
[  1994.907] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[  1994.907] (**) NVIDIA(G0): Enabling 2D acceleration
[  1994.907] (EE) NVIDIA(G0): GPU screens are not yet supported by the NVIDIA driver
[  1994.907] (EE) NVIDIA(G0): Failing initialization of X screen
[  1994.907] (II) UnloadModule: "nvidia"
[  1994.907] (II) UnloadSubModule: "wfb"
[  1994.907] (II) UnloadSubModule: "fb"
[  1994.907] (II) UnloadModule: "vesa"
[  1994.907] (II) Unloading vesa
[  1994.922] (==) modeset(0): Backing store enabled
[  1994.922] (==) modeset(0): Silken mouse disabled
[  1994.996] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  1994.996] (==) modeset(0): DPMS enabled
[  1994.996] (II) modeset(0): [DRI2] Setup complete
[  1994.996] (II) modeset(0): [DRI2]   DRI driver: iris
[  1994.996] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[  1994.996] (II) Initializing extension Generic Event Extension
[  1994.996] (II) Initializing extension SHAPE
[  1994.996] (II) Initializing extension MIT-SHM
[  1994.996] (II) Initializing extension XInputExtension
[  1994.996] (II) Initializing extension XTEST
[  1994.996] (II) Initializing extension BIG-REQUESTS
[  1994.996] (II) Initializing extension SYNC
[  1994.996] (II) Initializing extension XKEYBOARD
[  1994.996] (II) Initializing extension XC-MISC
[  1994.996] (II) Initializing extension SECURITY
[  1994.996] (II) Initializing extension XFIXES
[  1994.996] (II) Initializing extension RENDER
[  1994.996] (II) Initializing extension RANDR
[  1994.996] (II) Initializing extension COMPOSITE
[  1994.996] (II) Initializing extension DAMAGE
[  1994.996] (II) Initializing extension MIT-SCREEN-SAVER
[  1994.996] (II) Initializing extension DOUBLE-BUFFER
[  1994.996] (II) Initializing extension RECORD
[  1994.996] (II) Initializing extension DPMS
[  1994.996] (II) Initializing extension Present
[  1994.997] (II) Initializing extension DRI3
[  1994.997] (II) Initializing extension X-Resource
[  1994.997] (II) Initializing extension XVideo
[  1994.997] (II) Initializing extension XVideo-MotionCompensation
[  1994.997] (II) Initializing extension GLX
[  1995.014] (II) AIGLX: Loaded and initialized iris
[  1995.014] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1995.014] (II) Initializing extension XFree86-VidModeExtension
[  1995.014] (II) Initializing extension XFree86-DGA
[  1995.014] (II) Initializing extension XFree86-DRI
[  1995.014] (II) Initializing extension DRI2
[  1995.016] (II) modeset(0): Damage tracking initialized
[  1995.016] (II) modeset(0): Setting screen physical size to 508 x 285
[  1995.075] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1995.075] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1995.075] (II) LoadModule: "libinput"
[  1995.075] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1995.076] (II) Module libinput: vendor="X.Org Foundation"
[  1995.076] 	compiled for 1.20.7, module version = 0.29.0
[  1995.076] 	Module class: X.Org XInput Driver
[  1995.076] 	ABI class: X.Org XInput driver, version 24.1
[  1995.076] (II) Using input driver 'libinput' for 'Power Button'
[  1995.077] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 22 paused 0
[  1995.077] (**) Power Button: always reports core events
[  1995.077] (**) Option "Device" "/dev/input/event3"
[  1995.077] (**) Option "_source" "server/udev"
[  1995.078] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1995.078] (II) event3  - Power Button: device is a keyboard
[  1995.078] (II) event3  - Power Button: device removed
[  1995.078] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  1995.078] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1995.078] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1995.078] (II) event3  - Power Button: device is a keyboard
[  1995.079] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[  1995.079] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1995.079] (II) Using input driver 'libinput' for 'Video Bus'
[  1995.079] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 25 paused 0
[  1995.079] (**) Video Bus: always reports core events
[  1995.079] (**) Option "Device" "/dev/input/event8"
[  1995.079] (**) Option "_source" "server/udev"
[  1995.080] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[  1995.080] (II) event8  - Video Bus: device is a keyboard
[  1995.080] (II) event8  - Video Bus: device removed
[  1995.080] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event8"
[  1995.080] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1995.081] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[  1995.081] (II) event8  - Video Bus: device is a keyboard
[  1995.081] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[  1995.081] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1995.081] (II) Using input driver 'libinput' for 'Video Bus'
[  1995.081] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 26 paused 0
[  1995.081] (**) Video Bus: always reports core events
[  1995.081] (**) Option "Device" "/dev/input/event9"
[  1995.081] (**) Option "_source" "server/udev"
[  1995.082] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[  1995.082] (II) event9  - Video Bus: device is a keyboard
[  1995.082] (II) event9  - Video Bus: device removed
[  1995.082] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06/LNXVIDEO:01/input/input15/event9"
[  1995.082] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  1995.083] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[  1995.083] (II) event9  - Video Bus: device is a keyboard
[  1995.083] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  1995.083] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1995.083] (II) Using input driver 'libinput' for 'Power Button'
[  1995.084] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 27 paused 0
[  1995.084] (**) Power Button: always reports core events
[  1995.084] (**) Option "Device" "/dev/input/event0"
[  1995.084] (**) Option "_source" "server/udev"
[  1995.084] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1995.084] (II) event0  - Power Button: device is a keyboard
[  1995.084] (II) event0  - Power Button: device removed
[  1995.084] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  1995.084] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[  1995.085] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1995.085] (II) event0  - Power Button: device is a keyboard
[  1995.085] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[  1995.085] (II) No input driver specified, ignoring this device.
[  1995.085] (II) This device may have been added with another device file.
[  1995.086] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  1995.086] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1995.086] (II) Using input driver 'libinput' for 'Sleep Button'
[  1995.086] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[  1995.086] (**) Sleep Button: always reports core events
[  1995.086] (**) Option "Device" "/dev/input/event2"
[  1995.086] (**) Option "_source" "server/udev"
[  1995.086] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  1995.086] (II) event2  - Sleep Button: device is a keyboard
[  1995.087] (II) event2  - Sleep Button: device removed
[  1995.087] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[  1995.087] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[  1995.087] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  1995.087] (II) event2  - Sleep Button: device is a keyboard
[  1995.088] (II) config/udev: Adding input device Chicony USB2.0 Camera: Chicony  (/dev/input/event7)
[  1995.088] (**) Chicony USB2.0 Camera: Chicony : Applying InputClass "libinput keyboard catchall"
[  1995.088] (II) Using input driver 'libinput' for 'Chicony USB2.0 Camera: Chicony '
[  1995.088] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 29 paused 0
[  1995.088] (**) Chicony USB2.0 Camera: Chicony : always reports core events
[  1995.088] (**) Option "Device" "/dev/input/event7"
[  1995.088] (**) Option "_source" "server/udev"
[  1995.089] (II) event7  - Chicony USB2.0 Camera: Chicony : is tagged by udev as: Keyboard
[  1995.089] (II) event7  - Chicony USB2.0 Camera: Chicony : device is a keyboard
[  1995.089] (II) event7  - Chicony USB2.0 Camera: Chicony : device removed
[  1995.089] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input13/event7"
[  1995.089] (II) XINPUT: Adding extended input device "Chicony USB2.0 Camera: Chicony " (type: KEYBOARD, id 11)
[  1995.090] (II) event7  - Chicony USB2.0 Camera: Chicony : is tagged by udev as: Keyboard
[  1995.090] (II) event7  - Chicony USB2.0 Camera: Chicony : device is a keyboard
[  1995.090] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[  1995.090] (II) No input driver specified, ignoring this device.
[  1995.090] (II) This device may have been added with another device file.
[  1995.090] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[  1995.090] (II) No input driver specified, ignoring this device.
[  1995.090] (II) This device may have been added with another device file.
[  1995.091] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[  1995.091] (II) No input driver specified, ignoring this device.
[  1995.091] (II) This device may have been added with another device file.
[  1995.091] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[  1995.091] (II) No input driver specified, ignoring this device.
[  1995.091] (II) This device may have been added with another device file.
[  1995.091] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[  1995.091] (II) No input driver specified, ignoring this device.
[  1995.091] (II) This device may have been added with another device file.
[  1995.091] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[  1995.091] (II) No input driver specified, ignoring this device.
[  1995.091] (II) This device may have been added with another device file.
[  1995.091] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event17)
[  1995.091] (II) No input driver specified, ignoring this device.
[  1995.091] (II) This device may have been added with another device file.
[  1995.092] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event18)
[  1995.092] (II) No input driver specified, ignoring this device.
[  1995.092] (II) This device may have been added with another device file.
[  1995.092] (II) config/udev: Adding input device Intel HID events (/dev/input/event5)
[  1995.092] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[  1995.092] (II) Using input driver 'libinput' for 'Intel HID events'
[  1995.092] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 30 paused 0
[  1995.092] (**) Intel HID events: always reports core events
[  1995.092] (**) Option "Device" "/dev/input/event5"
[  1995.092] (**) Option "_source" "server/udev"
[  1995.093] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[  1995.093] (II) event5  - Intel HID events: device is a keyboard
[  1995.093] (II) event5  - Intel HID events: device removed
[  1995.093] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input9/event5"
[  1995.093] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[  1995.093] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[  1995.093] (II) event5  - Intel HID events: device is a keyboard
[  1995.094] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[  1995.094] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1995.094] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1995.094] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 31 paused 0
[  1995.094] (**) AT Translated Set 2 keyboard: always reports core events
[  1995.094] (**) Option "Device" "/dev/input/event4"
[  1995.094] (**) Option "_source" "server/udev"
[  1995.095] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1995.095] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  1995.095] (II) event4  - AT Translated Set 2 keyboard: device removed
[  1995.095] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[  1995.095] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[  1995.096] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1995.096] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[  1995.096] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[  1995.096] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[  1995.096] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  1995.096] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[  1995.096] (II) LoadModule: "synaptics"
[  1995.096] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  1995.097] (II) Module synaptics: vendor="X.Org Foundation"
[  1995.097] 	compiled for 1.20.0, module version = 1.9.1
[  1995.097] 	Module class: X.Org XInput Driver
[  1995.097] 	ABI class: X.Org XInput driver, version 24.1
[  1995.097] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[  1995.097] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 32 paused 0
[  1995.097] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1995.097] (**) Option "Device" "/dev/input/event10"
[  1995.097] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1266 - 5674 (res 45)
[  1995.097] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1086 - 4764 (res 70)
[  1995.097] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  1995.097] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[  1995.097] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[  1995.097] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[  1995.097] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  1995.097] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1995.097] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input11/event10"
[  1995.097] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[  1995.097] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  1995.097] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[  1995.097] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
[  1995.097] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  1995.097] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  1995.097] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1995.097] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1995.097] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  1995.098] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  1995.098] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[  1995.098] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[  1995.098] (II) No input driver specified, ignoring this device.
[  1995.098] (II) This device may have been added with another device file.
[  1995.379] (II) modeset(0): EDID vendor "BOE", prod id 1849
[  1995.379] (II) modeset(0): Printing DDC gathered Modelines:
[  1995.379] (II) modeset(0): Modeline "1920x1080"x0.0  149.60  1920 1968 2000 2187  1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[  1995.379] (II) modeset(0): Modeline "1920x1080"x0.0   99.70  1920 2020 2120 2187  1080 1100 1120 1140 +hsync -vsync (45.6 kHz e)
[  2119.570] (**) Option "fd" "22"
[  2119.570] (II) event3  - Power Button: device removed
[  2119.570] (**) Option "fd" "25"
[  2119.570] (II) event8  - Video Bus: device removed
[  2119.570] (**) Option "fd" "26"
[  2119.570] (II) event9  - Video Bus: device removed
[  2119.570] (**) Option "fd" "27"
[  2119.570] (II) event0  - Power Button: device removed
[  2119.570] (**) Option "fd" "28"
[  2119.570] (II) event2  - Sleep Button: device removed
[  2119.570] (**) Option "fd" "29"
[  2119.570] (II) event7  - Chicony USB2.0 Camera: Chicony : device removed
[  2119.570] (**) Option "fd" "30"
[  2119.570] (II) event5  - Intel HID events: device removed
[  2119.570] (**) Option "fd" "31"
[  2119.570] (II) event4  - AT Translated Set 2 keyboard: device removed
[  2119.572] (II) UnloadModule: "synaptics"
[  2119.572] (II) systemd-logind: releasing fd for 13:74
[  2119.608] (II) UnloadModule: "libinput"
[  2119.608] (II) systemd-logind: releasing fd for 13:68
[  2119.629] (II) UnloadModule: "libinput"
[  2119.629] (II) systemd-logind: releasing fd for 13:69
[  2119.655] (II) UnloadModule: "libinput"
[  2119.655] (II) systemd-logind: releasing fd for 13:71
[  2119.715] (II) UnloadModule: "libinput"
[  2119.715] (II) systemd-logind: releasing fd for 13:66
[  2119.759] (II) UnloadModule: "libinput"
[  2119.759] (II) systemd-logind: releasing fd for 13:64
[  2119.792] (II) UnloadModule: "libinput"
[  2119.792] (II) systemd-logind: releasing fd for 13:73
[  2119.855] (II) UnloadModule: "libinput"
[  2119.855] (II) systemd-logind: releasing fd for 13:72
[  2119.922] (II) UnloadModule: "libinput"
[  2119.922] (II) systemd-logind: releasing fd for 13:67
[  2120.015] (II) Server terminated successfully (0). Closing log file.

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

Section "Device"
   Identifier     "Device0"
   Driver         "nvidia"
   VendorName     "NVIDIA Corporation"
EndSection

另外:
//------该问题不是特别重要,但可以的话还是希望能够解决
如何使用lightdm启动桌面环境而不是startx启动?
我装好了xorg、i3后装lightdm,直接 sudo systemctl start lightdm(该名称可能打错,但我指的是启动该管理器)后,整个屏幕就只有左上角一个光标在闪
但我写好xinitrc后startx可以直接启动。这如何是好

离线

#2 2020-04-21 17:21:19

xtricman
エクス·トリクマン
注册时间: 2012-12-26
帖子: 1,267

Re: startx unable connect to X server:Connect refused

所以跟你说了不能写那么多exec你也不改?你在lightdm已经启动的情况下运行了startx?你ps aux查一下是不是有X server已经运行了。要不就是上次startx已经成功启动了(当然壁纸窗口管理其啥的啥的都没启动你就觉得X server没启动)

讲道理认认真真看Wiki根本不会装上nvidia-lts也不会写这么多exec

lightdm启动了为啥啥也看不见呢,因为你没看wiki
https://wiki.archlinux.org/index.php/LightDM

最近编辑记录 xtricman (2020-04-21 17:33:49)


反社会,精神极其不稳定,随时可能炸碎身边所有人

离线

页脚