You are not logged in.

#1 2022-03-27 20:45:28

kiosnk
Member
Registered: 2022-02-26
Posts: 19

[SOLVED] System stuck after laptop maintanance (Acer Nitro 5)

Today I decided to open my laptop to clean it since it was heating a bit. Everything went fine until I tried to boot Arch.

Now, I'm stuck at boot with audit messages like this:

[ xxx.xxxxxx] audit: type: 1130 audit(xxxxxxx.xxxx) pid=1 uid=0 auid=xxxx ses=xxxx msg='unit=lightdm comn="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success/failed

I'm using an Acer Nitro 5 with Intel CPU and Nvidia GPU.
Possibly relevant BIOS settings:

Secure boot disabled

UEFI

AHCI

I believe the problem is in BIOS settings since it reseted, but I don't know what's wrong. I've also tried changing AHCI to "RST with Optane" (I believe this was the option I was using before) but it gets stuck on "Waiting for 10 seconds..." (Using LUKS) and then:

ERROR: device '/dev/mapper/cryptlvm not found. Skipping fsck
::Mounting '/dev/mapper/cryptlvm' on real root. Mount /new_root: no filesystem type specified.
You are being dropped into an emergency shell.

Any ideas?

Last edited by kiosnk (2022-03-28 05:36:55)

Offline

#2 2022-03-27 22:32:21

kiosnk
Member
Registered: 2022-02-26
Posts: 19

Re: [SOLVED] System stuck after laptop maintanance (Acer Nitro 5)

Updaye:
I chrooted into my partition and found out /boot was empty.
Trying to fix it now.

I guess I have to reinstall the kernel, mkinitcpio and grub

Offline

#3 2022-03-27 23:22:44

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

Re: [SOLVED] System stuck after laptop maintanance (Acer Nitro 5)

if you have a distinct /boot partition and you didn't mount that then this condition will be normal, how sure are you that is not the case?

Offline

#4 2022-03-27 23:42:46

kiosnk
Member
Registered: 2022-02-26
Posts: 19

Re: [SOLVED] System stuck after laptop maintanance (Acer Nitro 5)

V1del wrote:

if you have a distinct /boot partition and you didn't mount that then this condition will be normal, how sure are you that is not the case?

I believe that was the case, indeed. After following the Wiki and trying to configure the boot again, I found my configurations file.

I believe the issue I'm facing is related to Lightdm (it's the only service that appears on that audit message) or possibly some Nvidia configuration...

Offline

#5 2022-03-27 23:48:21

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

Re: [SOLVED] System stuck after laptop maintanance (Acer Nitro 5)

Are you stuck or can you switch TTYs with Ctrl+Alt+F2 and the like? if you can post a journal

sudo journalctl -b

https://wiki.archlinux.org/title/List_o … n_services if you can't but it's just lightdm try booting with the systemd.unit=multi-user.target kernel parameter and post journalctl -b-1 instead as well as the current /var/log/Xorg.0.log

Some random suggestion though I doubt this would lead to this message is the early KMS loading race: https://wiki.archlinux.org/title/Kernel … _KMS_start

Offline

#6 2022-03-28 00:11:33

kiosnk
Member
Registered: 2022-02-26
Posts: 19

Re: [SOLVED] System stuck after laptop maintanance (Acer Nitro 5)

V1del wrote:

Are you stuck or can you switch TTYs with Ctrl+Alt+F2 and the like? if you can post a journal

sudo journalctl -b

https://wiki.archlinux.org/title/List_o … n_services if you can't but it's just lightdm try booting with the systemd.unit=multi-user.target kernel parameter and post journalctl -b-1 instead as well as the current /var/log/Xorg.0.log

Some random suggestion though I doubt this would lead to this message is the early KMS loading race: https://wiki.archlinux.org/title/Kernel … _KMS_start

Okay, managed to get the journalctl.
The issue seems to be a script I have for lightdm.
The boot is stuck on this loop:

"lightdm: warning: output eDP1-1 not found, ignoring
Xrandr: need crtc to set gamma on."

Then lightdm service stops and tries to start again.

What my script does is basically to set the output resolution for my monitors. eDP1-1 used to be the name of my laptop screen, but apparently that changed after I opened it to clean (probably due to some BIOS reset, not sure).

I believe I have to change it's name but "xrandr --listmonitors" returns "Can't open display". Do you have any idea on how I can get the correct name for my display?

Offline

#7 2022-03-28 00:35:17

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

Re: [SOLVED] System stuck after laptop maintanance (Acer Nitro 5)

Remove your script, start xorg without it, check the outputname, or post/check the Xorg log

Offline

#8 2022-03-28 00:53:50

kiosnk
Member
Registered: 2022-02-26
Posts: 19

Re: [SOLVED] System stuck after laptop maintanance (Acer Nitro 5)

Sorry for the delay to post my Xorg log.

I tried removing my script but it didn`t solve the issue (it got stuck in other errors which I didn't log but I can if you want, but I've been using this script for quite some time, so I guess it should work with it...). Nonetheless, this is my xorg log (using my script):

[    63.741] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[    63.741] Current Operating System: Linux acer 5.15.31-1-lts #1 SMP Wed, 23 Mar 2022 09:55:25 +0000 x86_64
[    63.741] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=d0516658-a0c1-4ec6-aefe-e5f23ace6d53 rw cryptdevice=UUID=8037018c-2944-4b54-b931-30dc938ce5cf:cryptlvm root=/dev/mapper/cryptlvm loglevel=3 nvidia-drm.modeset=1
[    63.741]  
[    63.741] Current version of pixman: 0.40.0
[    63.741] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    63.741] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    63.741] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 27 21:25:17 2022
[    63.741] (==) Using config file: "/etc/X11/xorg.conf"
[    63.741] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    63.741] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    63.741] (==) ServerLayout "Layout0"
[    63.741] (**) |-->Screen "Screen0" (0)
[    63.741] (**) |   |-->Monitor "Monitor0"
[    63.741] (**) |   |-->Device "Device0"
[    63.741] (**) |-->Input Device "Keyboard0"
[    63.741] (**) |-->Input Device "Mouse0"
[    63.741] (**) Option "Xinerama" "0"
[    63.741] (==) Automatically adding devices
[    63.741] (==) Automatically enabling devices
[    63.741] (==) Automatically adding GPU devices
[    63.741] (==) Automatically binding GPU devices
[    63.741] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    63.741] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    63.741] 	Entry deleted from font path.
[    63.741] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    63.741] (==) ModulePath set to "/usr/lib/xorg/modules"
[    63.741] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    63.741] (WW) Disabling Keyboard0
[    63.741] (WW) Disabling Mouse0
[    63.741] (II) Module ABI versions:
[    63.741] 	X.Org ANSI C Emulation: 0.4
[    63.741] 	X.Org Video Driver: 25.2
[    63.741] 	X.Org XInput driver : 24.4
[    63.741] 	X.Org Server Extension : 10.0
[    63.742] (++) using VT number 7

[    63.742] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    63.742] (II) xfree86: Adding drm device (/dev/dri/card1)
[    63.742] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    63.750] (II) xfree86: Adding drm device (/dev/dri/card0)
[    63.750] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    63.761] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    63.761] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia-lts/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    63.761] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[    63.762] (--) PCI: (0@0:2:0) 8086:3e9b:1025:1264 rev 0, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    63.762] (--) PCI:*(1@0:0:0) 10de:1c8d:1025:1265 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    63.762] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    63.762] (II) LoadModule: "glx"
[    63.762] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    63.763] (II) Module glx: vendor="X.Org Foundation"
[    63.763] 	compiled for 1.21.1.3, module version = 1.0.0
[    63.763] 	ABI class: X.Org Server Extension, version 10.0
[    63.763] (II) LoadModule: "nvidia"
[    63.763] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    63.763] (II) Module nvidia: vendor="NVIDIA Corporation"
[    63.763] 	compiled for 1.6.99.901, module version = 1.0.0
[    63.763] 	Module class: X.Org Video Driver
[    63.763] (II) NVIDIA dlloader X Driver  510.54  Tue Feb  8 04:38:00 UTC 2022
[    63.763] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    63.763] (II) Loading sub module "fb"
[    63.763] (II) LoadModule: "fb"
[    63.763] (II) Module "fb" already built-in
[    63.763] (II) Loading sub module "wfb"
[    63.763] (II) LoadModule: "wfb"
[    63.763] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    63.763] (II) Module wfb: vendor="X.Org Foundation"
[    63.763] 	compiled for 1.21.1.3, module version = 1.0.0
[    63.763] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    63.763] (II) Loading sub module "ramdac"
[    63.763] (II) LoadModule: "ramdac"
[    63.763] (II) Module "ramdac" already built-in
[    63.763] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    63.763] (==) NVIDIA(0): RGB weight 888
[    63.763] (==) NVIDIA(0): Default visual is TrueColor
[    63.763] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    63.763] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    63.763] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    63.763] (**) NVIDIA(0): Option "Stereo" "0"
[    63.763] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[    63.763] (**) NVIDIA(0): Option "SLI" "Off"
[    63.764] (**) NVIDIA(0): Option "MultiGPU" "Off"
[    63.764] (**) NVIDIA(0): Option "BaseMosaic" "off"
[    63.764] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    63.764] (**) NVIDIA(0): Stereo disabled by request
[    63.764] (**) NVIDIA(0): NVIDIA SLI disabled.
[    63.764] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[    63.764] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +1600+0 {ForceCompositionPipeline=On, AllowGSYNC=Off}"
[    63.764] (**) NVIDIA(0): Enabling 2D acceleration
[    63.764] (II) Loading sub module "glxserver_nvidia"
[    63.764] (II) LoadModule: "glxserver_nvidia"
[    63.764] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    63.768] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    63.768] 	compiled for 1.6.99.901, module version = 1.0.0
[    63.768] 	Module class: X.Org Server Extension
[    63.768] (II) NVIDIA GLX Module  510.54  Tue Feb  8 04:36:31 UTC 2022
[    63.768] (II) NVIDIA: The X server supports PRIME Render Offload.
[    63.769] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    63.769] (--) NVIDIA(0):     DFP-0
[    63.769] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1050 (GP107-A) at PCI:1:0:0
[    63.769] (II) NVIDIA(0):     (GPU-0)
[    63.769] (--) NVIDIA(0): Memory: 4194304 kBytes
[    63.769] (--) NVIDIA(0): VideoBIOS: 86.07.4f.00.1c
[    63.769] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    63.769] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    63.769] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    63.769] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    63.769] (--) NVIDIA(GPU-0): 
[    63.769] (WW) NVIDIA(0): No valid modes for
[    63.769] (WW) NVIDIA(0):     "nvidia-auto-select+1600+0{ForceCompositionPipeline=On,AllowGSYNC=Off}";
[    63.769] (WW) NVIDIA(0):     removing.
[    63.769] (WW) NVIDIA(0): 
[    63.769] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[    63.769] (WW) NVIDIA(0):     "nvidia-auto-select".
[    63.769] (WW) NVIDIA(0): 
[    63.769] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    63.769] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    63.769] (II) NVIDIA(0): Validated MetaModes:
[    63.769] (II) NVIDIA(0):     "NULL"
[    63.769] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    63.769] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    63.769] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    63.770] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    63.770] (II) NVIDIA:     access.
[    63.775] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    63.775] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    63.775] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    63.775] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    63.775] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    63.775] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    63.775] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    63.775] (II) NVIDIA(0):     Config Options in the README.
[    63.790] (II) NVIDIA(0): Setting mode "NULL"
[    63.795] (==) NVIDIA(0): Disabling shared memory pixmaps
[    63.795] (==) NVIDIA(0): Backing store enabled
[    63.795] (==) NVIDIA(0): Silken mouse enabled
[    63.795] (**) NVIDIA(0): DPMS enabled
[    63.795] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    63.795] (II) Loading sub module "dri2"
[    63.795] (II) LoadModule: "dri2"
[    63.795] (II) Module "dri2" already built-in
[    63.795] (II) NVIDIA(0): [DRI2] Setup complete
[    63.795] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    63.795] (II) Initializing extension Generic Event Extension
[    63.795] (II) Initializing extension SHAPE
[    63.795] (II) Initializing extension MIT-SHM
[    63.795] (II) Initializing extension XInputExtension
[    63.795] (II) Initializing extension XTEST
[    63.795] (II) Initializing extension BIG-REQUESTS
[    63.795] (II) Initializing extension SYNC
[    63.795] (II) Initializing extension XKEYBOARD
[    63.795] (II) Initializing extension XC-MISC
[    63.795] (II) Initializing extension SECURITY
[    63.795] (II) Initializing extension XFIXES
[    63.795] (II) Initializing extension RENDER
[    63.796] (II) Initializing extension RANDR
[    63.796] (II) Initializing extension COMPOSITE
[    63.796] (II) Initializing extension DAMAGE
[    63.796] (II) Initializing extension MIT-SCREEN-SAVER
[    63.796] (II) Initializing extension DOUBLE-BUFFER
[    63.796] (II) Initializing extension RECORD
[    63.796] (II) Initializing extension DPMS
[    63.796] (II) Initializing extension Present
[    63.796] (II) Initializing extension DRI3
[    63.796] (II) Initializing extension X-Resource
[    63.796] (II) Initializing extension XVideo
[    63.796] (II) Initializing extension XVideo-MotionCompensation
[    63.796] (II) Initializing extension GLX
[    63.796] (II) Initializing extension GLX
[    63.796] (II) Indirect GLX disabled.
[    63.796] (II) GLX: Another vendor is already registered for screen 0
[    63.796] (II) Initializing extension XFree86-VidModeExtension
[    63.796] (II) Initializing extension XFree86-DGA
[    63.796] (II) Initializing extension XFree86-DRI
[    63.796] (II) Initializing extension DRI2
[    63.797] (II) Initializing extension NV-GLX
[    63.797] (II) Initializing extension NV-CONTROL
[    63.843] (II) config/udev: Adding input device Acer Wireless Radio Control (/dev/input/event5)
[    63.843] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    63.843] (II) LoadModule: "libinput"
[    63.843] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    63.844] (II) Module libinput: vendor="X.Org Foundation"
[    63.844] 	compiled for 1.21.1.3, module version = 1.2.1
[    63.844] 	Module class: X.Org XInput Driver
[    63.844] 	ABI class: X.Org XInput driver, version 24.4
[    63.844] (II) Using input driver 'libinput' for 'Acer Wireless Radio Control'
[    63.844] (**) Acer Wireless Radio Control: always reports core events
[    63.844] (**) Option "Device" "/dev/input/event5"
[    63.845] (II) event5  - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[    63.845] (II) event5  - Acer Wireless Radio Control: device is a keyboard
[    63.845] (II) event5  - Acer Wireless Radio Control: device removed
[    63.993] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/10251229:00/input/input5/event5"
[    63.993] (II) XINPUT: Adding extended input device "Acer Wireless Radio Control" (type: KEYBOARD, id 6)
[    63.996] (II) event5  - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[    63.996] (II) event5  - Acer Wireless Radio Control: device is a keyboard
[    63.997] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    63.997] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    63.997] (II) Using input driver 'libinput' for 'Power Button'
[    63.997] (**) Power Button: always reports core events
[    63.997] (**) Option "Device" "/dev/input/event3"
[    63.999] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    63.999] (II) event3  - Power Button: device is a keyboard
[    63.999] (II) event3  - Power Button: device removed
[    64.053] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    64.053] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    64.055] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    64.055] (II) event3  - Power Button: device is a keyboard
[    64.057] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    64.057] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    64.057] (II) Using input driver 'libinput' for 'Video Bus'
[    64.057] (**) Video Bus: always reports core events
[    64.057] (**) Option "Device" "/dev/input/event11"
[    64.059] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    64.059] (II) event11 - Video Bus: device is a keyboard
[    64.059] (II) event11 - Video Bus: device removed
[    64.143] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12/event11"
[    64.143] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    64.146] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    64.146] (II) event11 - Video Bus: device is a keyboard
[    64.148] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    64.148] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    64.148] (II) Using input driver 'libinput' for 'Video Bus'
[    64.148] (**) Video Bus: always reports core events
[    64.148] (**) Option "Device" "/dev/input/event10"
[    64.150] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    64.151] (II) event10 - Video Bus: device is a keyboard
[    64.151] (II) event10 - Video Bus: device removed
[    64.263] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input11/event10"
[    64.263] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    64.266] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    64.266] (II) event10 - Video Bus: device is a keyboard
[    64.268] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    64.268] (II) No input driver specified, ignoring this device.
[    64.268] (II) This device may have been added with another device file.
[    64.269] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    64.269] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    64.269] (II) Using input driver 'libinput' for 'Power Button'
[    64.269] (**) Power Button: always reports core events
[    64.269] (**) Option "Device" "/dev/input/event2"
[    64.271] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    64.271] (II) event2  - Power Button: device is a keyboard
[    64.271] (II) event2  - Power Button: device removed
[    64.323] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    64.323] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[    64.326] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    64.326] (II) event2  - Power Button: device is a keyboard
[    64.327] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    64.328] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    64.328] (II) Using input driver 'libinput' for 'Sleep Button'
[    64.328] (**) Sleep Button: always reports core events
[    64.328] (**) Option "Device" "/dev/input/event1"
[    64.329] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    64.330] (II) event1  - Sleep Button: device is a keyboard
[    64.330] (II) event1  - Sleep Button: device removed
[    64.363] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    64.363] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[    64.366] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    64.366] (II) event1  - Sleep Button: device is a keyboard
[    64.368] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    64.368] (II) No input driver specified, ignoring this device.
[    64.368] (II) This device may have been added with another device file.
[    64.369] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    64.369] (II) No input driver specified, ignoring this device.
[    64.369] (II) This device may have been added with another device file.
[    64.370] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    64.370] (II) No input driver specified, ignoring this device.
[    64.370] (II) This device may have been added with another device file.
[    64.371] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    64.371] (II) No input driver specified, ignoring this device.
[    64.371] (II) This device may have been added with another device file.
[    64.373] (II) config/udev: Adding input device HD WebCam: HD WebCam (/dev/input/event9)
[    64.373] (**) HD WebCam: HD WebCam: Applying InputClass "libinput keyboard catchall"
[    64.373] (II) Using input driver 'libinput' for 'HD WebCam: HD WebCam'
[    64.373] (**) HD WebCam: HD WebCam: always reports core events
[    64.373] (**) Option "Device" "/dev/input/event9"
[    64.376] (II) event9  - HD WebCam: HD WebCam: is tagged by udev as: Keyboard
[    64.376] (II) event9  - HD WebCam: HD WebCam: device is a keyboard
[    64.376] (II) event9  - HD WebCam: HD WebCam: device removed
[    64.493] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input10/event9"
[    64.493] (II) XINPUT: Adding extended input device "HD WebCam: HD WebCam" (type: KEYBOARD, id 12)
[    64.497] (II) event9  - HD WebCam: HD WebCam: is tagged by udev as: Keyboard
[    64.497] (II) event9  - HD WebCam: HD WebCam: device is a keyboard
[    64.499] (II) config/udev: Adding input device ELAN0504:01 04F3:3091 Mouse (/dev/input/event6)
[    64.499] (**) ELAN0504:01 04F3:3091 Mouse: Applying InputClass "libinput pointer catchall"
[    64.499] (II) Using input driver 'libinput' for 'ELAN0504:01 04F3:3091 Mouse'
[    64.499] (**) ELAN0504:01 04F3:3091 Mouse: always reports core events
[    64.499] (**) Option "Device" "/dev/input/event6"
[    64.502] (II) event6  - ELAN0504:01 04F3:3091 Mouse: is tagged by udev as: Mouse Pointingstick
[    64.503] (II) event6  - ELAN0504:01 04F3:3091 Mouse: device is a pointer
[    64.505] (II) event6  - ELAN0504:01 04F3:3091 Mouse: device removed
[    64.613] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN0504:01/0018:04F3:3091.0001/input/input17/event6"
[    64.613] (II) XINPUT: Adding extended input device "ELAN0504:01 04F3:3091 Mouse" (type: MOUSE, id 13)
[    64.614] (**) Option "AccelerationScheme" "none"
[    64.614] (**) ELAN0504:01 04F3:3091 Mouse: (accel) selected scheme none/0
[    64.614] (**) ELAN0504:01 04F3:3091 Mouse: (accel) acceleration factor: 2.000
[    64.614] (**) ELAN0504:01 04F3:3091 Mouse: (accel) acceleration threshold: 4
[    64.616] (II) event6  - ELAN0504:01 04F3:3091 Mouse: is tagged by udev as: Mouse Pointingstick
[    64.617] (II) event6  - ELAN0504:01 04F3:3091 Mouse: device is a pointer
[    64.621] (II) config/udev: Adding input device ELAN0504:01 04F3:3091 Mouse (/dev/input/mouse0)
[    64.621] (II) No input driver specified, ignoring this device.
[    64.621] (II) This device may have been added with another device file.
[    64.622] (II) config/udev: Adding input device ELAN0504:01 04F3:3091 Touchpad (/dev/input/event7)
[    64.623] (**) ELAN0504:01 04F3:3091 Touchpad: Applying InputClass "libinput touchpad catchall"
[    64.623] (II) Using input driver 'libinput' for 'ELAN0504:01 04F3:3091 Touchpad'
[    64.623] (**) ELAN0504:01 04F3:3091 Touchpad: always reports core events
[    64.623] (**) Option "Device" "/dev/input/event7"
[    64.625] (II) event7  - ELAN0504:01 04F3:3091 Touchpad: is tagged by udev as: Touchpad
[    64.629] (II) event7  - ELAN0504:01 04F3:3091 Touchpad: device is a touchpad
[    64.629] (II) event7  - ELAN0504:01 04F3:3091 Touchpad: device removed
[    64.743] (**) Option "Tapping"
[    64.744] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN0504:01/0018:04F3:3091.0001/input/input19/event7"
[    64.744] (II) XINPUT: Adding extended input device "ELAN0504:01 04F3:3091 Touchpad" (type: TOUCHPAD, id 14)
[    64.748] (**) Option "AccelerationScheme" "none"
[    64.748] (**) ELAN0504:01 04F3:3091 Touchpad: (accel) selected scheme none/0
[    64.748] (**) ELAN0504:01 04F3:3091 Touchpad: (accel) acceleration factor: 2.000
[    64.748] (**) ELAN0504:01 04F3:3091 Touchpad: (accel) acceleration threshold: 4
[    64.751] (II) event7  - ELAN0504:01 04F3:3091 Touchpad: is tagged by udev as: Touchpad
[    64.755] (II) event7  - ELAN0504:01 04F3:3091 Touchpad: device is a touchpad
[    64.757] (II) config/udev: Adding input device ELAN0504:01 04F3:3091 Touchpad (/dev/input/mouse1)
[    64.757] (II) No input driver specified, ignoring this device.
[    64.757] (II) This device may have been added with another device file.
[    64.758] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17)
[    64.758] (II) No input driver specified, ignoring this device.
[    64.758] (II) This device may have been added with another device file.
[    64.760] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    64.760] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    64.760] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    64.760] (**) AT Translated Set 2 keyboard: always reports core events
[    64.760] (**) Option "Device" "/dev/input/event4"
[    64.762] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    64.762] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    64.764] (II) event4  - AT Translated Set 2 keyboard: device removed
[    64.804] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    64.804] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[    64.806] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    64.807] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    64.811] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    64.811] (II) No input driver specified, ignoring this device.
[    64.812] (II) This device may have been added with another device file.
[    64.814] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event12)
[    64.814] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    64.814] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[    64.814] (**) Acer WMI hotkeys: always reports core events
[    64.814] (**) Option "Device" "/dev/input/event12"
[    64.814] (II) event12 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[    64.814] (II) event12 - Acer WMI hotkeys: device is a keyboard
[    64.814] (II) event12 - Acer WMI hotkeys: device removed
[    64.913] (**) Option "config_info" "udev:/sys/devices/virtual/input/input20/event12"
[    64.913] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 16)
[    64.914] (II) event12 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[    64.914] (II) event12 - Acer WMI hotkeys: device is a keyboard
[    64.919] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    64.919] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    64.919] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    64.919] (--) NVIDIA(GPU-0): 
[    64.922] (II) event5  - Acer Wireless Radio Control: device removed
[    65.054] (II) event3  - Power Button: device removed
[    65.233] (II) event11 - Video Bus: device removed
[    65.383] (II) event10 - Video Bus: device removed
[    65.583] (II) event2  - Power Button: device removed
[    65.704] (II) event1  - Sleep Button: device removed
[    65.793] (II) event9  - HD WebCam: HD WebCam: device removed
[    65.903] (II) event6  - ELAN0504:01 04F3:3091 Mouse: device removed
[    65.983] (II) event7  - ELAN0504:01 04F3:3091 Touchpad: device removed
[    66.063] (II) event4  - AT Translated Set 2 keyboard: device removed
[    66.163] (II) event12 - Acer WMI hotkeys: device removed
[    66.256] (II) UnloadModule: "libinput"
[    66.256] (II) UnloadModule: "libinput"
[    66.256] (II) UnloadModule: "libinput"
[    66.256] (II) UnloadModule: "libinput"
[    66.256] (II) UnloadModule: "libinput"
[    66.256] (II) UnloadModule: "libinput"
[    66.256] (II) UnloadModule: "libinput"
[    66.256] (II) UnloadModule: "libinput"
[    66.256] (II) UnloadModule: "libinput"
[    66.257] (II) UnloadModule: "libinput"
[    66.257] (II) UnloadModule: "libinput"
[    66.275] (II) NVIDIA(GPU-0): Deleting GPU-0
[    66.328] (II) Server terminated successfully (0). Closing log file.

Here's my script:

#!/bin/sh
#xrandr --setprovideroutputsource modesetting NVIDIA-0
#xrandr --output HDMI-0 --primary --mode 2560x1080 --pos 1600x0 --rotate normal --output eDP-1-1 --mode 1600x900 --pos 0x180 --rotate normal

intern=DFP-0
extern=HDMI-0

if xrandr | grep "$extern disconnected"; then
	xrandr --output "$extern" --off --output "$intern" --primary --mode 1600x900 --pos 0x180 --rotate normal --brightness 0.65
else
	xrandr --output "$intern" --mode 1600x900 --pos 0x1800 --rotate normal --brightness 0.65 --output "$extern" --primary --right-of "$intern" --mode 2560x1080 --pos 1600x0 --rotate normal
fi

I tried changing "eDP1-1" to "DFP-0" (since I saw it on Xorg) but it didn't work (the same error occurs).

@edit:

Reading these logs, I believe this is the issue:
"[    63.769] (WW) NVIDIA(0): No valid modes for
[    63.769] (WW) NVIDIA(0):     "nvidia-auto-select+1600+0{ForceCompositionPipeline=On,AllowGSYNC=Off}";"

I enabled ForceCompositionPipeline to fix a tearing issue just today and haven't rebooted since then. I did so via Nvidia settings GUI, I guess it might boot up again if I disable this setting. I will have a look at the wiki to see if i can find in which file this config is set

@edit2: removed this config but the issue remains. Removed lightdm, I can use another tty but lightdm does work yet. I believe what I have to do now is to figure out the correct identifier for my monitor, but I can't run xrandr. Any other way to do it?

Last edited by kiosnk (2022-03-28 03:03:06)

Offline

#9 2022-03-28 05:34:42

kiosnk
Member
Registered: 2022-02-26
Posts: 19

Re: [SOLVED] System stuck after laptop maintanance (Acer Nitro 5)

Okay, finally fixed it.
Turns out, it had nothing to do with BIOS reset.

The solution was removing Xorg, nvidia, nvidia-settings, lightdm, lightdm-gtk-greeter, lightdm-gtk-greeter-settings, removing the X11 and lightdm folders and then reinstall everything following the Wiki.

I believe this problem started after following these instructions (I applied the recommended setting via GUI). I will not do any further tests for now since I need my laptop functional to work.

Thanks for your support, V1del!

Last edited by kiosnk (2022-03-28 05:35:36)

Offline

Board footer

Powered by FluxBB