You are not logged in.

#1 2022-03-28 11:13:10

grishi111
Member
Registered: 2022-03-28
Posts: 10

[Solved][new install]lightdm fails to start

Hi,
This is my new archlinux install on my machine. After installing and rebooting I installed deepin desktop environment.

pacman -S xorg xorg-server deepin deepin-extra 

and updated  /etc/lightdm/lightdm.conf to update

greeter-session=lightdm-deepin-greeter

and enabled lightdm

systemctl enable lightdm.service

After rebooting
I am receiving message:

lightdm failed to start

I tried:

lightdm --test-mode --debug
Failed to load configuration from /etc/lightdm/lightdm.conf: Key file does not start with a group

can anyone please suggest further steps, it need to get fixed?
regards

Last edited by grishi111 (2022-03-29 08:51:39)

Offline

#2 2022-03-28 11:52:30

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [Solved][new install]lightdm fails to start

Post the contents of your lightdm.conf


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2022-03-28 12:50:45

grishi111
Member
Registered: 2022-03-28
Posts: 10

Re: [Solved][new install]lightdm fails to start

Hi,
Thank you for the reply.
this is my lightdm.conf

#
# General configuration
#
# start-default-seat = True to always start one seat if none are defined in the configuration
# greeter-user = User to run greeter as
# minimum-display-number = Minimum display number to use for X servers
# minimum-vt = First VT to run displays on
# lock-memory = True to prevent memory from being paged to disk
# user-authority-in-system-dir = True if session authority should be in the system location
# guest-account-script = Script to be run to setup guest account
logind-check-graphical = true
# log-directory = Directory to log information to
# run-directory = Directory to put running state in
# cache-directory = Directory to cache to
# sessions-directory = Directory to find sessions
# remote-sessions-directory = Directory to find remote sessions
# greeters-directory = Directory to find greeters
# backup-logs = True to move add a .old suffix to old log files when opening new ones
# dbus-service = True if LightDM provides a D-Bus service to control it
#
[LightDM]
#start-default-seat=true
#greeter-user=lightdm
#minimum-display-number=0
#minimum-vt=7
#lock-memory=true
#user-authority-in-system-dir=false
#guest-account-script=guest-account
logind-check-graphical=true
#log-directory=/var/log/lightdm
run-directory=/run/lightdm
#cache-directory=/var/cache/lightdm
#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
#remote-sessions-directory=/usr/share/lightdm/remote-sessions
#greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
#backup-logs=true
#dbus-service=true

#
# Seat configuration
#
# Seat configuration is matched against the seat name glob in the section, for example:
# [Seat:*] matches all seats and is applied first.
# [Seat:seat0] matches the seat named "seat0".
# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
#
# type = Seat type (local, xremote)
# pam-service = PAM service to use for login
# pam-autologin-service = PAM service to use for autologin
# pam-greeter-service = PAM service to use for greeters
# xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
# xserver-config = Config file to pass to X server
# xserver-layout = Layout to pass to X server
# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
# xserver-share = True if the X server is shared for both greeter and session
# xserver-hostname = Hostname of X server (only for type=xremote)
# xserver-display-number = Display number of X server (only for type=xremote)
# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
# xdmcp-port = XDMCP UDP/IP port to communicate on
# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
greeter-session = lighted-deepin-greeter
# greeter-hide-users = True to hide the user list
# greeter-allow-guest = True if the greeter should show a guest login option
# greeter-show-manual-login = True if the greeter should offer a manual login option
# greeter-show-remote-login = True if the greeter should offer a remote login option
# user-session = Session to load for users
# allow-user-switching = True if allowed to switch users
# allow-guest = True if guest login is allowed
# guest-session = Session to load for guests (overrides user-session)
# session-wrapper = Wrapper script to run session with
# greeter-wrapper = Wrapper script to run greeter with
# guest-wrapper = Wrapper script to run guest sessions with
# display-setup-script = Script to run when starting a greeter session (runs as root)
# display-stopped-script = Script to run after stopping the display server (runs as root)
# greeter-setup-script = Script to run when starting a greeter (runs as root)
# session-setup-script = Script to run when starting a user session (runs as root)
# session-cleanup-script = Script to run when quitting a user session (runs as root)
# autologin-guest = True to log in as guest by default
# autologin-user = User to log in with by default (overrides autologin-guest)
# autologin-user-timeout = Number of seconds to wait before loading default user
# autologin-session = Session to load for automatic login (overrides user-session)
# autologin-in-background = True if autologin session should not be immediately activated
# exit-on-failure = True if the daemon should exit if this seat fails
#
[Seat:*]
#type=local
#pam-service=lightdm
#pam-autologin-service=lightdm-autologin
#pam-greeter-service=lightdm-greeter
#xserver-command=X
#xmir-command=Xmir
#xserver-config=
#xserver-layout=
#xserver-allow-tcp=false
#xserver-share=true
#xserver-hostname=
#xserver-display-number=
#xdmcp-manager=
#xdmcp-port=177
#xdmcp-key=
#greeter-session=example-gtk-gnome
#greeter-hide-users=false
#greeter-allow-guest=true
#greeter-show-manual-login=false
#greeter-show-remote-login=true
#user-session=default
#allow-user-switching=true
#allow-guest=true
#guest-session=
session-wrapper=/etc/lightdm/Xsession
#greeter-wrapper=
#guest-wrapper=
#display-setup-script=
#display-stopped-script=
#greeter-setup-script=
#session-setup-script=
#session-cleanup-script=
#autologin-guest=false
#autologin-user=
#autologin-user-timeout=0
#autologin-in-background=false
#autologin-session=
#exit-on-failure=false

#
# XDMCP Server configuration
#
# enabled = True if XDMCP connections should be allowed
# port = UDP/IP port to listen for connections on
# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
#
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
# it can be a word and the first 7 characters are used as the key.
#
[XDMCPServer]
#enabled=false
#port=177
#listen-address=
#key=
#hostname=

#
# VNC Server configuration
#
# enabled = True if VNC connections should be allowed
# command = Command to run Xvnc server with
# port = TCP/IP port to listen for connections on
# listen-address = Host/address to listen for VNC connections (use all addresses if not present)
# width = Width of display to use
# height = Height of display to use
# depth = Color depth of display to use
#
[VNCServer]
#enabled=false
#command=Xvnc
#port=5900
#listen-address=
#width=1024
#height=768
#depth=8

Offline

#4 2022-03-28 12:53:58

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: [Solved][new install]lightdm fails to start

Why did you uncomment 'logind-check-graphical' in the documentation section, and change the description to just 'true'? That's what's causing your issue.

Offline

#5 2022-03-28 12:58:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,734

Re: [Solved][new install]lightdm fails to start

Also the greeter might still be disfunctional, https://bbs.archlinux.org/viewtopic.php … 6#p2011316

Offline

#6 2022-03-28 13:18:23

grishi111
Member
Registered: 2022-03-28
Posts: 10

Re: [Solved][new install]lightdm fails to start

Scimmia wrote:

Why did you uncomment 'logind-check-graphical' in the documentation section, and change the description to just 'true'? That's what's causing your issue.

Commented this line in documentation. but after reboot screen is flashing just after
Starting version 250.4-2-arch
/dev/sda3: clean, xx/xxx files, xxxx/xxxxx blocks

now I am unable to go to terminal by CRTL+ALT+F2/F3/

seth wrote:

Also the greeter might still be disfunctional, https://bbs.archlinux.org/viewtopic.php … 6#p2011316

tried following this, but could not. can you please suggest some way?

Last edited by grishi111 (2022-03-28 13:21:37)

Offline

#7 2022-03-28 13:37:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,734

Re: [Solved][new install]lightdm fails to start

Don't use the deeping greeter but try the basic gtk one. If that works, you can try https://bbs.archlinux.org/viewtopic.php … 9#p2021729

Offline

#8 2022-03-28 13:56:30

grishi111
Member
Registered: 2022-03-28
Posts: 10

Re: [Solved][new install]lightdm fails to start

seth wrote:

Don't use the deeping greeter but try the basic gtk one. If that works, you can try https://bbs.archlinux.org/viewtopic.php … 9#p2021729

So I need to update
/etc/lightdm/lightdm.conf.gtk to have
greeter-session=lightdm-gtk-greeter
Instead of deepin-geeter

Is there any other place to update?

Offline

#9 2022-03-28 14:19:53

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,734

Re: [Solved][new install]lightdm fails to start

/etc/lightdm/lightdm.conf.gtk

???
/etc/lightdm/lightdm.conf

You need to have https://archlinux.org/packages/extra/x8 … k-greeter/ installed.

Offline

#10 2022-03-29 04:43:49

grishi111
Member
Registered: 2022-03-28
Posts: 10

Re: [Solved][new install]lightdm fails to start

seth wrote:

/etc/lightdm/lightdm.conf.gtk

???
/etc/lightdm/lightdm.conf

You need to have https://archlinux.org/packages/extra/x8 … k-greeter/ installed.

I updated this in lightdm.conf, also lightdm-gtk-greeter is installed.
Still I am stuck on same screen. Also screen is flashing so frequently that I am not able to login to terminal by CRTL+ALT+F2/F3
Is there any other to login into terminal so that I can troubleshoot?

Last edited by grishi111 (2022-03-29 05:20:17)

Offline

#11 2022-03-29 05:32:00

loqs
Member
Registered: 2014-03-06
Posts: 18,970

Re: [Solved][new install]lightdm fails to start

Please post the following as they are now:

grep -v ^# /etc/lightdm/lightdm.conf
grep -v ^# /etc/lightdm/lightdm-gtk-greeter.conf
cat /var/log/Xorg.0.log
# cat /var/log/lightdm/lightdm.log
# cat /var/log/lightdm/seat0-greeter.log

Offline

#12 2022-03-29 05:36:51

grishi111
Member
Registered: 2022-03-28
Posts: 10

Re: [Solved][new install]lightdm fails to start

loqs wrote:

Please post the following as they are now:

grep -v ^# /etc/lightdm/lightdm.conf
grep -v ^# /etc/lightdm/lightdm-gtk-greeter.conf
cat /var/log/Xorg.0.log
# cat /var/log/lightdm/lightdm.log
# cat /var/log/lightdm/seat0-greeter.log

Is there any way I can login into terminal? Or should I boot with usb and chroot?

Offline

#13 2022-03-29 05:47:00

loqs
Member
Registered: 2014-03-06
Posts: 18,970

Re: [Solved][new install]lightdm fails to start

You could change the default target to boot into by setting the kernel parameter from the boot loader to multi-user.target.

Offline

#14 2022-03-29 06:15:48

grishi111
Member
Registered: 2022-03-28
Posts: 10

Re: [Solved][new install]lightdm fails to start

loqs wrote:

Please post the following as they are now:

grep -v ^# /etc/lightdm/lightdm.conf
grep -v ^# /etc/lightdm/lightdm-gtk-greeter.conf
cat /var/log/Xorg.0.log
# cat /var/log/lightdm/lightdm.log
# cat /var/log/lightdm/seat0-greeter.log

lightdm.conf

[LightDM]
logind-check-graphical=true
run-directory=/run/lightdm

#Seat configuration
greeter-session = lighted-gtk-greeter
[seat:*]
session-wrapper=/etc/lightdm/Xsession

but /etc/lightdm/lightdm-gtk-greeter.conf has nothing uncommented

i am not able to post lmost of the logs here, as I am posting this from different system and archlinux is not allowing to login in UI. is there any specific thing in log that can be helpful?

/var/log/lightdm/seat0-greeter.log has few errors like

/etc/deepin/greeters.d/lightdm-deepin-greeter: line8: xsettingsd: command not found
"/usr/lib/dde/-session-shell/modules" is not exists.
get security enhance status error: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name com.deepin.daemon.SecurityEnhance was not provided by any service files") 
update current user, data: open /var/lib/lightdm/lightdm-deepin-greeter/state_user: no such file or directory
user json data: open /var/lib/lightdm/lightdm-deepin-greeter/state_user: no such file or directory
failed to obtain current user information from LockService!
/etc/deepin/greeters.d/lightdm-deepin-greeter: line 10: 5413 Segmentation fault (core dumped) /usr/bin/lightdm-deepin-greeter

Offline

#15 2022-03-29 06:26:08

loqs
Member
Registered: 2014-03-06
Posts: 18,970

Re: [Solved][new install]lightdm fails to start

See pastebin to post from the console.

Offline

#16 2022-03-29 06:37:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,734

Re: [Solved][new install]lightdm fails to start

greeter-session = lighted-gtk-greeter

/etc/deepin/greeters.d/lightdm-deepin-greeter: line 10: 5413 Segmentation fault (core dumped) /usr/bin/lightdm-deepin-greeter

Offline

#17 2022-03-29 07:13:38

grishi111
Member
Registered: 2022-03-28
Posts: 10

Re: [Solved][new install]lightdm fails to start

seth wrote:

greeter-session = lighted-gtk-greeter

Awwh...my bad. this happened as I tried the line typing myself while posting. Actually this is correct in lightdm.conf

greeter-session = lightdm-gtk-greeter

sorry for typo.

Offline

#18 2022-03-29 07:41:17

grishi111
Member
Registered: 2022-03-28
Posts: 10

Re: [Solved][new install]lightdm fails to start

loqs wrote:

See pastebin to post from the console.

seth wrote:

greeter-session = lighted-gtk-greeter

Xorg.0.log

[   293.469] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[   293.469] Current Operating System: Linux 127.0.0.1localhost 5.16.16-arch1-1 #1 SMP PREEMPT Mon, 21 Mar 2022 22:59:40 +0000 x86_64
[   293.469] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=60ea72ca-3901-498c-9339-ec3ffa88fc2b rw loglevel=3 quiet
[   293.469]  
[   293.469] Current version of pixman: 0.40.0
[   293.469] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   293.469] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   293.469] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 29 05:39:17 2022
[   293.470] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   293.470] (==) No Layout section.  Using the first Screen section.
[   293.470] (==) No screen section available. Using defaults.
[   293.470] (**) |-->Screen "Default Screen Section" (0)
[   293.470] (**) |   |-->Monitor "<default monitor>"
[   293.470] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   293.470] (==) Automatically adding devices
[   293.470] (==) Automatically enabling devices
[   293.470] (==) Automatically adding GPU devices
[   293.470] (==) Automatically binding GPU devices
[   293.470] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   293.470] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   293.470] 	Entry deleted from font path.
[   293.470] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   293.470] 	Entry deleted from font path.
[   293.470] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   293.470] 	Entry deleted from font path.
[   293.470] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   293.470] 	Entry deleted from font path.
[   293.471] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   293.471] (==) ModulePath set to "/usr/lib/xorg/modules"
[   293.471] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   293.471] (II) Module ABI versions:
[   293.471] 	X.Org ANSI C Emulation: 0.4
[   293.471] 	X.Org Video Driver: 25.2
[   293.471] 	X.Org XInput driver : 24.4
[   293.471] 	X.Org Server Extension : 10.0
[   293.472] (++) using VT number 1

[   293.472] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   293.473] (II) xfree86: Adding drm device (/dev/dri/card0)
[   293.473] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/drm/card0
[   293.474] (II) xfree86: Adding drm device (/dev/dri/card1)
[   293.474] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0/drm/card1
[   293.480] (--) PCI:*(0@0:1:0) 1002:9851:103c:80cc rev 69, Mem @ 0xe0000000/268435456, 0xf0000000/8388608, 0xf0e00000/262144, I/O @ 0x00005000/256, BIOS @ 0x????????/131072
[   293.480] (--) PCI: (1@0:0:0) 1002:6660:103c:80cc rev 131, Mem @ 0xd0000000/268435456, 0xf0d00000/262144, I/O @ 0x00004000/256, BIOS @ 0x????????/131072
[   293.481] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   293.481] (II) LoadModule: "glx"
[   293.481] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   293.484] (II) Module glx: vendor="X.Org Foundation"
[   293.484] 	compiled for 1.21.1.3, module version = 1.0.0
[   293.484] 	ABI class: X.Org Server Extension, version 10.0
[   293.484] (==) Matched ati as autoconfigured driver 0
[   293.484] (==) Matched modesetting as autoconfigured driver 1
[   293.484] (==) Matched fbdev as autoconfigured driver 2
[   293.484] (==) Matched vesa as autoconfigured driver 3
[   293.484] (==) Assigned the driver to the xf86ConfigLayout
[   293.484] (II) LoadModule: "ati"
[   293.484] (WW) Warning, couldn't open module ati
[   293.484] (EE) Failed to load module "ati" (module does not exist, 0)
[   293.484] (II) LoadModule: "modesetting"
[   293.484] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   293.485] (II) Module modesetting: vendor="X.Org Foundation"
[   293.485] 	compiled for 1.21.1.3, module version = 1.21.1
[   293.485] 	Module class: X.Org Video Driver
[   293.485] 	ABI class: X.Org Video Driver, version 25.2
[   293.485] (II) LoadModule: "fbdev"
[   293.485] (WW) Warning, couldn't open module fbdev
[   293.485] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   293.485] (II) LoadModule: "vesa"
[   293.486] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   293.486] (II) Module vesa: vendor="X.Org Foundation"
[   293.486] 	compiled for 1.21.1.1, module version = 2.5.0
[   293.486] 	Module class: X.Org Video Driver
[   293.486] 	ABI class: X.Org Video Driver, version 25.2
[   293.486] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   293.486] (II) VESA: driver for VESA chipsets: vesa
[   293.487] (II) modeset(0): using drv /dev/dri/card0
[   293.487] (II) modeset(G0): using drv /dev/dri/card1
[   293.487] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   293.487] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   293.487] (==) modeset(0): RGB weight 888
[   293.487] (==) modeset(0): Default visual is TrueColor
[   293.487] (II) Loading sub module "glamoregl"
[   293.487] (II) LoadModule: "glamoregl"
[   293.487] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   293.495] (II) Module glamoregl: vendor="X.Org Foundation"
[   293.495] 	compiled for 1.21.1.3, module version = 1.0.1
[   293.495] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   293.564] (II) modeset(0): glamor X acceleration enabled on AMD KABINI (DRM 2.50.0, 5.16.16-arch1-1, LLVM 13.0.1)
[   293.564] (II) modeset(0): glamor initialized
[   293.564] (==) modeset(0): VariableRefresh: disabled
[   293.564] (==) modeset(0): AsyncFlipSecondaries: disabled
[   293.571] (II) modeset(0): Output eDP-1 has no monitor section
[   293.572] (II) modeset(0): Output HDMI-1 has no monitor section
[   293.637] (II) modeset(0): Output VGA-1 has no monitor section
[   293.644] (II) modeset(0): EDID for output eDP-1
[   293.644] (II) modeset(0): Manufacturer: SDC  Model: 4e51  Serial#: 0
[   293.644] (II) modeset(0): Year: 2014  Week: 0
[   293.644] (II) modeset(0): EDID Version: 1.4
[   293.644] (II) modeset(0): Digital Display Input
[   293.644] (II) modeset(0): 6 bits per channel
[   293.644] (II) modeset(0): Digital interface is undefined
[   293.644] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   293.645] (II) modeset(0): Gamma: 2.20
[   293.645] (II) modeset(0): No DPMS capabilities specified
[   293.645] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   293.645] (II) modeset(0): First detailed timing is preferred mode
[   293.645] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   293.645] (II) modeset(0): redX: 0.574 redY: 0.339   greenX: 0.333 greenY: 0.576
[   293.645] (II) modeset(0): blueX: 0.160 blueY: 0.115   whiteX: 0.313 whiteY: 0.329
[   293.645] (II) modeset(0): Manufacturer's mask: 0
[   293.645] (II) modeset(0): Supported detailed timing:
[   293.645] (II) modeset(0): clock: 77.2 MHz   Image Size:  344 x 194 mm
[   293.645] (II) modeset(0): h_active: 1366  h_sync: 1430  h_sync_end 1478 h_blank_end 1616 h_border: 0
[   293.645] (II) modeset(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 792 v_border: 0
[   293.645] (II) modeset(0): Supported detailed timing:
[   293.645] (II) modeset(0): clock: 51.5 MHz   Image Size:  344 x 194 mm
[   293.645] (II) modeset(0): h_active: 1366  h_sync: 1430  h_sync_end 1478 h_blank_end 1626 h_border: 0
[   293.645] (II) modeset(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 792 v_border: 0
[   293.645] (II) modeset(0): Unknown vendor-specific block 2
[   293.645] (II) modeset(0): EDID (in hex):
[   293.645] (II) modeset(0): 	00ffffffffffff004c83514e00000000
[   293.645] (II) modeset(0): 	00180104902213780a36259356559329
[   293.645] (II) modeset(0): 	1d505400000001010101010101010101
[   293.645] (II) modeset(0): 	010101010101281e56fa500018304030
[   293.645] (II) modeset(0): 	250058c2100000191f14560451001830
[   293.645] (II) modeset(0): 	4030250058c210000019000000000000
[   293.645] (II) modeset(0): 	00000000000000000000000000000002
[   293.645] (II) modeset(0): 	000c4cff0a3c64141524640000000056
[   293.645] (II) modeset(0): Printing probed modes for output eDP-1
[   293.645] (II) modeset(0): Modeline "1366x768"x60.3   77.20  1366 1430 1478 1616  768 770 775 792 -hsync -vsync (47.8 kHz eP)
[   293.645] (II) modeset(0): Modeline "1366x768"x40.0   51.51  1366 1430 1478 1626  768 770 775 792 -hsync -vsync (31.7 kHz e)
[   293.645] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   293.646] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   293.646] (II) modeset(0): Modeline "1280x720"x60.0   74.65  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.9 kHz)
[   293.646] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   293.646] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   293.646] (II) modeset(0): Modeline "1152x768"x59.9   71.95  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.8 kHz)
[   293.646] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   293.646] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   293.646] (II) modeset(0): Modeline "1024x768"x59.9   63.53  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[   293.646] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   293.646] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   293.646] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   293.646] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   293.646] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   293.646] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   293.646] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   293.646] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   293.646] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   293.646] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   293.646] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   293.646] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   293.646] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   293.646] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   293.646] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   293.646] (II) modeset(0): Modeline "800x600"x60.0   38.31  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[   293.646] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   293.646] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   293.646] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   293.646] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   293.646] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   293.646] (II) modeset(0): Modeline "848x480"x59.9   31.65  848 872 952 1056  480 483 493 500 -hsync +vsync (30.0 kHz)
[   293.646] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   293.646] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   293.646] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   293.646] (II) modeset(0): Modeline "720x480"x59.9   26.85  720 744 808 896  480 483 493 500 -hsync +vsync (30.0 kHz)
[   293.646] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   293.646] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   293.646] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   293.646] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   293.646] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   293.646] (II) modeset(0): Modeline "640x480"x59.9   23.98  640 664 720 800  480 483 487 500 -hsync +vsync (30.0 kHz)
[   293.646] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   293.646] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   293.646] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   293.646] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   293.647] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   293.647] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   293.647] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   293.647] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   293.647] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   293.647] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   293.647] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   293.647] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   293.647] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   293.647] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   293.647] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   293.647] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   293.647] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   293.647] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   293.647] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   293.647] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   293.647] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   293.647] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   293.647] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   293.647] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   293.648] (II) modeset(0): EDID for output HDMI-1
[   293.714] (II) modeset(0): EDID for output VGA-1
[   293.714] (II) modeset(0): Output eDP-1 connected
[   293.714] (II) modeset(0): Output HDMI-1 disconnected
[   293.714] (II) modeset(0): Output VGA-1 disconnected
[   293.714] (II) modeset(0): Using exact sizes for initial modes
[   293.714] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[   293.714] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   293.714] (==) modeset(0): DPI set to (96, 96)
[   293.714] (II) Loading sub module "fb"
[   293.714] (II) LoadModule: "fb"
[   293.714] (II) Module "fb" already built-in
[   293.714] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   293.714] (==) modeset(G0): RGB weight 888
[   293.714] (==) modeset(G0): Default visual is TrueColor
[   293.714] (II) Loading sub module "glamoregl"
[   293.714] (II) LoadModule: "glamoregl"
[   293.715] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   293.715] (II) Module glamoregl: vendor="X.Org Foundation"
[   293.715] 	compiled for 1.21.1.3, module version = 1.0.1
[   293.715] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   293.730] (II) modeset(G0): glamor X acceleration enabled on AMD HAINAN (DRM 2.50.0, 5.16.16-arch1-1, LLVM 13.0.1)
[   293.730] (II) modeset(G0): glamor initialized
[   293.730] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   293.730] (==) modeset(G0): DPI set to (96, 96)
[   293.730] (II) Loading sub module "fb"
[   293.730] (II) LoadModule: "fb"
[   293.730] (II) Module "fb" already built-in
[   293.730] (II) UnloadModule: "vesa"
[   293.730] (II) Unloading vesa
[   293.746] (==) modeset(0): Backing store enabled
[   293.746] (==) modeset(0): Silken mouse enabled
[   293.746] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   293.746] (==) modeset(0): DPMS enabled
[   293.746] (II) modeset(0): [DRI2] Setup complete
[   293.747] (II) modeset(0): [DRI2]   DRI driver: radeonsi
[   293.747] (II) modeset(0): [DRI2]   VDPAU driver: radeonsi
[   293.754] (==) modeset(G0): Backing store enabled
[   293.754] (==) modeset(G0): Silken mouse enabled
[   293.754] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[   293.755] (==) modeset(G0): DPMS enabled
[   293.755] (II) modeset(G0): [DRI2] Setup complete
[   293.755] (II) modeset(G0): [DRI2]   DRI driver: radeonsi
[   293.755] (II) modeset(G0): [DRI2]   VDPAU driver: radeonsi
[   293.755] (II) Initializing extension Generic Event Extension
[   293.755] (II) Initializing extension SHAPE
[   293.755] (II) Initializing extension MIT-SHM
[   293.756] (II) Initializing extension XInputExtension
[   293.756] (II) Initializing extension XTEST
[   293.756] (II) Initializing extension BIG-REQUESTS
[   293.756] (II) Initializing extension SYNC
[   293.757] (II) Initializing extension XKEYBOARD
[   293.757] (II) Initializing extension XC-MISC
[   293.757] (II) Initializing extension SECURITY
[   293.757] (II) Initializing extension XFIXES
[   293.758] (II) Initializing extension RENDER
[   293.758] (II) Initializing extension RANDR
[   293.758] (II) Initializing extension COMPOSITE
[   293.759] (II) Initializing extension DAMAGE
[   293.759] (II) Initializing extension MIT-SCREEN-SAVER
[   293.759] (II) Initializing extension DOUBLE-BUFFER
[   293.759] (II) Initializing extension RECORD
[   293.759] (II) Initializing extension DPMS
[   293.760] (II) Initializing extension Present
[   293.760] (II) Initializing extension DRI3
[   293.760] (II) Initializing extension X-Resource
[   293.760] (II) Initializing extension XVideo
[   293.761] (II) Initializing extension XVideo-MotionCompensation
[   293.761] (II) Initializing extension GLX
[   293.776] (II) AIGLX: Loaded and initialized radeonsi
[   293.776] (II) GLX: Initialized DRI2 GL provider for screen 0
[   293.776] (II) Initializing extension XFree86-VidModeExtension
[   293.776] (II) Initializing extension XFree86-DGA
[   293.776] (II) Initializing extension XFree86-DRI
[   293.776] (II) Initializing extension DRI2
[   293.777] (II) modeset(G0): Damage tracking initialized
[   293.777] (II) modeset(0): Damage tracking initialized
[   293.777] (II) modeset(0): Setting screen physical size to 361 x 203
[   293.926] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   293.926] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   293.926] (II) LoadModule: "libinput"
[   293.927] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   293.930] (II) Module libinput: vendor="X.Org Foundation"
[   293.930] 	compiled for 1.21.1.3, module version = 1.2.1
[   293.930] 	Module class: X.Org XInput Driver
[   293.930] 	ABI class: X.Org XInput driver, version 24.4
[   293.930] (II) Using input driver 'libinput' for 'Power Button'
[   293.930] (**) Power Button: always reports core events
[   293.930] (**) Option "Device" "/dev/input/event2"
[   293.934] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   293.934] (II) event2  - Power Button: device is a keyboard
[   293.934] (II) event2  - Power Button: device removed
[   293.954] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   293.954] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   293.955] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   293.956] (II) event2  - Power Button: device is a keyboard
[   293.957] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[   293.957] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   293.957] (II) Using input driver 'libinput' for 'Video Bus'
[   293.957] (**) Video Bus: always reports core events
[   293.957] (**) Option "Device" "/dev/input/event4"
[   293.958] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[   293.959] (II) event4  - Video Bus: device is a keyboard
[   293.959] (II) event4  - Video Bus: device removed
[   293.987] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event4"
[   293.987] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   293.989] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[   293.989] (II) event4  - Video Bus: device is a keyboard
[   293.991] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[   293.991] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   293.991] (II) Using input driver 'libinput' for 'Video Bus'
[   293.991] (**) Video Bus: always reports core events
[   293.991] (**) Option "Device" "/dev/input/event5"
[   293.993] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   293.993] (II) event5  - Video Bus: device is a keyboard
[   293.993] (II) event5  - Video Bus: device removed
[   294.010] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input6/event5"
[   294.010] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   294.013] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   294.013] (II) event5  - Video Bus: device is a keyboard
[   294.014] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   294.014] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   294.014] (II) Using input driver 'libinput' for 'Power Button'
[   294.014] (**) Power Button: always reports core events
[   294.014] (**) Option "Device" "/dev/input/event0"
[   294.016] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   294.016] (II) event0  - Power Button: device is a keyboard
[   294.016] (II) event0  - Power Button: device removed
[   294.041] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   294.042] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   294.043] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   294.044] (II) event0  - Power Button: device is a keyboard
[   294.045] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   294.045] (II) No input driver specified, ignoring this device.
[   294.045] (II) This device may have been added with another device file.
[   294.046] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event8)
[   294.046] (II) No input driver specified, ignoring this device.
[   294.046] (II) This device may have been added with another device file.
[   294.048] (II) config/udev: Adding input device HP Truevision HD: HP Truevision (/dev/input/event13)
[   294.048] (**) HP Truevision HD: HP Truevision: Applying InputClass "libinput keyboard catchall"
[   294.048] (II) Using input driver 'libinput' for 'HP Truevision HD: HP Truevision'
[   294.048] (**) HP Truevision HD: HP Truevision: always reports core events
[   294.048] (**) Option "Device" "/dev/input/event13"
[   294.050] (II) event13 - HP Truevision HD: HP Truevision: is tagged by udev as: Keyboard
[   294.050] (II) event13 - HP Truevision HD: HP Truevision: device is a keyboard
[   294.050] (II) event13 - HP Truevision HD: HP Truevision: device removed
[   294.064] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input14/event13"
[   294.064] (II) XINPUT: Adding extended input device "HP Truevision HD: HP Truevision" (type: KEYBOARD, id 10)
[   294.067] (II) event13 - HP Truevision HD: HP Truevision: is tagged by udev as: Keyboard
[   294.067] (II) event13 - HP Truevision HD: HP Truevision: device is a keyboard
[   294.068] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event10)
[   294.068] (II) No input driver specified, ignoring this device.
[   294.068] (II) This device may have been added with another device file.
[   294.068] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event11)
[   294.068] (II) No input driver specified, ignoring this device.
[   294.069] (II) This device may have been added with another device file.
[   294.069] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   294.069] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   294.069] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   294.069] (**) AT Translated Set 2 keyboard: always reports core events
[   294.070] (**) Option "Device" "/dev/input/event3"
[   294.071] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   294.071] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   294.073] (II) event3  - AT Translated Set 2 keyboard: device removed
[   294.107] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   294.107] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   294.109] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   294.109] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   294.112] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
[   294.112] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   294.112] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   294.112] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   294.112] (**) Option "Device" "/dev/input/event9"
[   294.113] (II) event9  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   294.116] (II) event9  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   294.116] (II) event9  - SynPS/2 Synaptics TouchPad: device removed
[   294.141] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
[   294.141] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[   294.143] (**) Option "AccelerationScheme" "none"
[   294.143] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   294.143] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   294.143] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   294.145] (II) event9  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   294.147] (II) event9  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   294.149] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   294.149] (II) No input driver specified, ignoring this device.
[   294.149] (II) This device may have been added with another device file.
[   294.149] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[   294.150] (II) No input driver specified, ignoring this device.
[   294.150] (II) This device may have been added with another device file.
[   294.154] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event12)
[   294.154] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   294.154] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[   294.155] (**) HP WMI hotkeys: always reports core events
[   294.155] (**) Option "Device" "/dev/input/event12"
[   294.156] (II) event12 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[   294.156] (II) event12 - HP WMI hotkeys: device is a keyboard
[   294.156] (II) event12 - HP WMI hotkeys: device removed
[   294.174] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event12"
[   294.174] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
[   294.176] (II) event12 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[   294.176] (II) event12 - HP WMI hotkeys: device is a keyboard
[   294.177] (II) config/udev: Adding input device Wireless hotkeys (/dev/input/event6)
[   294.177] (**) Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[   294.177] (II) Using input driver 'libinput' for 'Wireless hotkeys'
[   294.177] (**) Wireless hotkeys: always reports core events
[   294.177] (**) Option "Device" "/dev/input/event6"
[   294.178] (II) event6  - Wireless hotkeys: is tagged by udev as: Keyboard
[   294.178] (II) event6  - Wireless hotkeys: device is a keyboard
[   294.178] (II) event6  - Wireless hotkeys: device removed
[   294.197] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event6"
[   294.197] (II) XINPUT: Adding extended input device "Wireless hotkeys" (type: KEYBOARD, id 14)
[   294.198] (II) event6  - Wireless hotkeys: is tagged by udev as: Keyboard
[   294.199] (II) event6  - Wireless hotkeys: device is a keyboard
[   294.352] (II) modeset(0): EDID vendor "SDC", prod id 20049
[   294.352] (II) modeset(0): Printing DDC gathered Modelines:
[   294.352] (II) modeset(0): Modeline "1366x768"x0.0   77.20  1366 1430 1478 1616  768 770 775 792 -hsync -vsync (47.8 kHz eP)
[   294.352] (II) modeset(0): Modeline "1366x768"x0.0   51.51  1366 1430 1478 1626  768 770 775 792 -hsync -vsync (31.7 kHz e)
[   294.488] (II) modeset(0): EDID vendor "SDC", prod id 20049
[   294.489] (II) modeset(0): Printing DDC gathered Modelines:
[   294.489] (II) modeset(0): Modeline "1366x768"x0.0   77.20  1366 1430 1478 1616  768 770 775 792 -hsync -vsync (47.8 kHz eP)
[   294.489] (II) modeset(0): Modeline "1366x768"x0.0   51.51  1366 1430 1478 1626  768 770 775 792 -hsync -vsync (31.7 kHz e)
[   295.227] (II) event2  - Power Button: device removed
[   295.240] (II) event4  - Video Bus: device removed
[   295.264] (II) event5  - Video Bus: device removed
[   295.287] (II) event0  - Power Button: device removed
[   295.317] (II) event13 - HP Truevision HD: HP Truevision: device removed
[   295.350] (II) event3  - AT Translated Set 2 keyboard: device removed
[   295.370] (II) event9  - SynPS/2 Synaptics TouchPad: device removed
[   295.397] (II) event12 - HP WMI hotkeys: device removed
[   295.414] (II) event6  - Wireless hotkeys: device removed
[   295.438] (II) UnloadModule: "libinput"
[   295.438] (II) UnloadModule: "libinput"
[   295.438] (II) UnloadModule: "libinput"
[   295.438] (II) UnloadModule: "libinput"
[   295.438] (II) UnloadModule: "libinput"
[   295.438] (II) UnloadModule: "libinput"
[   295.438] (II) UnloadModule: "libinput"
[   295.438] (II) UnloadModule: "libinput"
[   295.439] (II) UnloadModule: "libinput"
[   296.037] (II) Server terminated successfully (0). Closing log file.

and lightdm.log

[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=5369
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/60-deepin.conf
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG:   [LightDM] contains unknown option greeter-session
[+0.00s] DEBUG: Registered seat module local
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
[+0.01s] DEBUG: Monitoring logind for seats
[+0.01s] DEBUG: New seat added from logind: seat0
[+0.01s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.01s] DEBUG: Seat seat0 has property CanMultiSession=no
[+0.01s] DEBUG: Seat seat0: Starting
[+0.01s] DEBUG: Seat seat0: Creating greeter session
[+0.01s] DEBUG: Seat seat0: Creating display server of type x
[+0.01s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.01s] DEBUG: Using VT 1
[+0.01s] DEBUG: Seat seat0: Starting local X display on VT 1
[+0.01s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.01s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+0.01s] DEBUG: XServer 0: Launching X Server
[+0.01s] DEBUG: Launching process 5375: /usr/bin/X -background none :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt1 -novtswitch
[+0.01s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+0.01s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.01s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.01s] DEBUG: Loading users from org.freedesktop.Accounts
[+0.76s] DEBUG: Got signal 10 from process 5375
[+0.76s] DEBUG: XServer 0: Got signal from X server :0
[+0.76s] DEBUG: XServer 0: Connecting to XServer :0
[+0.80s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+0.80s] DEBUG: Session pid=5397: Started with service 'lightdm-greeter', username 'lightdm'
[+0.81s] DEBUG: Session pid=5397: Authentication complete with return value 0: Success
[+0.81s] DEBUG: Seat seat0: Session authenticated, running command
[+0.81s] DEBUG: Session pid=5397: Running command /usr/bin/deepin-greeter
[+0.81s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+0.81s] DEBUG: Session pid=5397: Logging to /var/log/lightdm/seat0-greeter.log
[+0.83s] DEBUG: Activating VT 1
[+0.83s] DEBUG: Activating login1 session c79
[+0.83s] DEBUG: Seat seat0 changes active session to c79
[+0.83s] DEBUG: Session c79 is already active
[+1.15s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
[+1.78s] DEBUG: Session pid=5397: Exited with return value 139
[+1.78s] DEBUG: Seat seat0: Session stopped
[+1.78s] DEBUG: Seat seat0: Stopping; failed to start a greeter
[+1.78s] DEBUG: Seat seat0: Stopping
[+1.78s] DEBUG: Seat seat0: Stopping display server
[+1.78s] DEBUG: Sending signal 15 to process 5375
[+1.79s] DEBUG: Seat seat0 changes active session to 
[+2.61s] DEBUG: Process 5375 exited with return value 0
[+2.61s] DEBUG: XServer 0: X server stopped
[+2.61s] DEBUG: Releasing VT 1
[+2.61s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
[+2.61s] DEBUG: Seat seat0: Display server stopped
[+2.61s] DEBUG: Seat seat0: Stopped
[+2.61s] DEBUG: Required seat has stopped
[+2.61s] DEBUG: Stopping display manager
[+2.61s] DEBUG: Display manager stopped
[+2.61s] DEBUG: Stopping daemon
[+2.61s] DEBUG: Exiting with return value 1

lightdm-gtk-greeter.conf

# LightDM GTK+ Configuration
# Available configuration options listed below.
#
# Appearance:
#  theme-name = GTK+ theme to use
#  icon-theme-name = Icon theme to use
#  cursor-theme-name = Cursor theme to use
#  cursor-theme-size = Cursor size to use
#  background = Background file to use, either an image path or a color (e.g. #772953)
#  user-background = false|true ("true" by default)  Display user background (if available)
#  transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default)
#  transition-type = ease-in-out|linear|none  ("ease-in-out" by default)
#
# Fonts:
#  font-name = Font to use
#  xft-antialias = false|true  Whether to antialias Xft fonts
#  xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
#  xft-hintstyle = none|slight|medium|hintfull  What degree of hinting to use
#  xft-rgba = none|rgb|bgr|vrgb|vbgr  Type of subpixel antialiasing
#
# Login window:
#  active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor. Can be a semicolon separated list
#  position = x y ("50% 50%" by default)  Login window position
#  default-user-image = Image used as default user icon, path or #icon-name
#  hide-user-image = false|true ("false" by default)
#
# Panel:
#  panel-position = top|bottom ("top" by default)
#  clock-format = strftime-format string, e.g. %H:%M
#  indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power", "~clock", "~host", "~spacer". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
#
# Accessibility:
#  a11y-states = states of accessibility features: "name" - save state on exit, "-name" - disabled at start (default value for unlisted), "+name" - enabled at start. Allowed names: contrast, font, keyboard, reader.
#  keyboard = command to launch on-screen keyboard (e.g. "onboard")
#  keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default)  Works only for "onboard"
#  reader = command to launch screen reader (e.g. "orca")
#  at-spi-enabled = false|true ("true" by default) Enables accessibility at-spi-command if the greeter is built with it enabled
#
# Security:
#  allow-debugging = false|true ("false" by default)
#  screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
#
# Template for per-monitor configuration:
#  [monitor: name]
#  background = overrides default value
#  user-background = overrides default value
#  laptop = false|true ("false" by default) Marks monitor as laptop display
#  transition-duration = overrides default value
#
[greeter]
#background=
#user-background=
#theme-name=
#icon-theme-name=
#font-name=
#xft-antialias=
#xft-dpi=
#xft-hintstyle=
#xft-rgba=
#indicators=
#clock-format=
#keyboard=
#reader=
#position=
#screensaver-timeout=

lightdm.conf

#
# General configuration
#
# start-default-seat = true
# greeter-user = User to run greeter as
# minimum-display-number = Minimum display number to use for X servers
# minimum-vt = First VT to run displays on
# lock-memory = True to prevent memory from being paged to disk
# user-authority-in-system-dir = True if session authority should be in the system location
# guest-account-script = Script to be run to setup guest account
# logind-check-graphical = true
# log-directory = Directory to log information to
# run-directory = Directory to put running state in
# cache-directory = Directory to cache to
# sessions-directory = Directory to find sessions
# remote-sessions-directory = Directory to find remote sessions
# greeters-directory = Directory to find greeters
# backup-logs = True to move add a .old suffix to old log files when opening new ones
# dbus-service = True if LightDM provides a D-Bus service to control it
#
[LightDM]
#start-default-seat=true
#greeter-user=lightdm
#minimum-display-number=0
#minimum-vt=7 # Setting this to a value < 7 implies security issues, see FS#46799
#lock-memory=true
#user-authority-in-system-dir=false
#guest-account-script=guest-account
logind-check-graphical=true
#log-directory=/var/log/lightdm
run-directory=/run/lightdm
#cache-directory=/var/cache/lightdm
#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
#remote-sessions-directory=/usr/share/lightdm/remote-sessions
#greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
#backup-logs=true
#dbus-service=true

#
# Seat configuration
#
# Seat configuration is matched against the seat name glob in the section, for example:
# [Seat:*] matches all seats and is applied first.
# [Seat:seat0] matches the seat named "seat0".
# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
#
# type = Seat type (local, xremote)
# pam-service = PAM service to use for login
# pam-autologin-service = PAM service to use for autologin
# pam-greeter-service = PAM service to use for greeters
# xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
# xserver-config = Config file to pass to X server
# xserver-layout = Layout to pass to X server
# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
# xserver-share = True if the X server is shared for both greeter and session
# xserver-hostname = Hostname of X server (only for type=xremote)
# xserver-display-number = Display number of X server (only for type=xremote)
# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
# xdmcp-port = XDMCP UDP/IP port to communicate on
# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
greeter-session = lightdm-gtk-greeter
# greeter-hide-users = True to hide the user list
# greeter-allow-guest = True if the greeter should show a guest login option
# greeter-show-manual-login = True if the greeter should offer a manual login option
# greeter-show-remote-login = True if the greeter should offer a remote login option
# user-session = Session to load for users
# allow-user-switching = True if allowed to switch users
# allow-guest = True if guest login is allowed
# guest-session = Session to load for guests (overrides user-session)
# session-wrapper = Wrapper script to run session with
# greeter-wrapper = Wrapper script to run greeter with
# guest-wrapper = Wrapper script to run guest sessions with
# display-setup-script = Script to run when starting a greeter session (runs as root)
# display-stopped-script = Script to run after stopping the display server (runs as root)
# greeter-setup-script = Script to run when starting a greeter (runs as root)
# session-setup-script = Script to run when starting a user session (runs as root)
# session-cleanup-script = Script to run when quitting a user session (runs as root)
# autologin-guest = True to log in as guest by default
# autologin-user = User to log in with by default (overrides autologin-guest)
# autologin-user-timeout = Number of seconds to wait before loading default user
# autologin-session = Session to load for automatic login (overrides user-session)
# autologin-in-background = True if autologin session should not be immediately activated
# exit-on-failure = True if the daemon should exit if this seat fails
#
[Seat:*]
#type=local
#pam-service=lightdm
#pam-autologin-service=lightdm-autologin
#pam-greeter-service=lightdm-greeter
#xserver-command=X
#xmir-command=Xmir
#xserver-config=
#xserver-layout=
#xserver-allow-tcp=false
#xserver-share=true
#xserver-hostname=
#xserver-display-number=
#xdmcp-manager=
#xdmcp-port=177
#xdmcp-key=
#greeter-session=example-gtk-gnome
#greeter-hide-users=false
#greeter-allow-guest=true
#greeter-show-manual-login=false
#greeter-show-remote-login=true
#user-session=default
#allow-user-switching=true
#allow-guest=true
#guest-session=
session-wrapper=/etc/lightdm/Xsession
#greeter-wrapper=
#guest-wrapper=
#display-setup-script=
#display-stopped-script=
#greeter-setup-script=
#session-setup-script=
#session-cleanup-script=
#autologin-guest=false
#autologin-user=
#autologin-user-timeout=0
#autologin-in-background=false
#autologin-session=
#exit-on-failure=false

#
# XDMCP Server configuration
#
# enabled = True if XDMCP connections should be allowed
# port = UDP/IP port to listen for connections on
# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
#
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
# it can be a word and the first 7 characters are used as the key.
#
[XDMCPServer]
#enabled=false
#port=177
#listen-address=
#key=
#hostname=

#
# VNC Server configuration
#
# enabled = True if VNC connections should be allowed
# command = Command to run Xvnc server with
# port = TCP/IP port to listen for connections on
# listen-address = Host/address to listen for VNC connections (use all addresses if not present)
# width = Width of display to use
# height = Height of display to use
# depth = Color depth of display to use
#
[VNCServer]
#enabled=false
#command=Xvnc
#port=5900
#listen-address=
#width=1024
#height=768
#depth=8

seat0-greeter.log

/etc/deepin/greeters.d/lightdm-deepin-greeter: line 8: xsettingsd: command not found
2022-03-29, 05:39:18.291 [Debug  ] [  ] "/usr/lib/dde-session-shell/modules" is not exists.
2022-03-29, 05:39:18.303 [Warning] [  ] get security enhance status error:  QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name com.deepin.daemon.SecurityEnhance was not provided by any .service files")
2022-03-29, 05:39:18.304 [Debug  ] [  ] update user list:  ()
2022-03-29, 05:39:18.305 [Debug  ] [  ] SessionBaseModel::updateLastLogoutUser: 0
2022-03-29, 05:39:18.306 [Debug  ] [  ] update logined user list:  "{\"968\":[{\"Uid\":968,\"Desktop\":\"\",\"Display\":\":0\"}]}"
2022-03-29, 05:39:18.306 [Info   ] [  ] Logined users:  ()
2022-03-29, 05:39:18.308 [Debug  ] [  ] update current user, data: open /var/lib/lightdm/lightdm-deepin-greeter/state_user: no such file or directory
2022-03-29, 05:39:18.308 [Debug  ] [  ] user json data: open /var/lib/lightdm/lightdm-deepin-greeter/state_user: no such file or directory
2022-03-29, 05:39:18.308 [Warning] [  ] failed to obtain current user information from LockService!
/etc/deepin/greeters.d/lightdm-deepin-greeter: line 10:  5413 Segmentation fault      (core dumped) /usr/bin/lightdm-deepin-greeter

Last edited by grishi111 (2022-03-29 07:42:31)

Offline

#19 2022-03-29 07:44:12

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: [Solved][new install]lightdm fails to start

As with logind-check-graphical (see post #4), you have uncommented and edited greeter-session in the documentation section, rather than under [Seat:*]. That's what I see in #3 and in #14 you can clearly see that it has ended up in the [LightDM] section.

Last edited by Raynman (2022-03-29 07:46:41)

Offline

#20 2022-03-29 08:00:13

grishi111
Member
Registered: 2022-03-28
Posts: 10

Re: [Solved][new install]lightdm fails to start

Raynman wrote:

As with logind-check-graphical (see post #4), you have uncommented and edited greeter-session in the documentation section, rather than under [Seat:*]. That's what I see in #3 and in #14 you can clearly see that it has ended up in the [LightDM] section.

Thank you very much. This actually resolved the issue and I am able to login into GUI.
so, the issue was I added greeter-session = lightdm-gtk-greeter in incorrect section of the lightdm.conf. now I have added(uncomment/edited) in seat(*) section.
Is there any way I can mark this solved?

Last edited by grishi111 (2022-03-29 08:02:35)

Offline

#21 2022-03-29 08:11:22

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,285

Re: [Solved][new install]lightdm fails to start

You can edit the title in your first post and add [SOLVED] or so.

Offline

Board footer

Powered by FluxBB