You are not logged in.

#1 2025-03-31 14:05:47

scippie
Member
Registered: 2019-06-07
Posts: 168

[SOLVED] System hanging with terrible endless bell sound when bckspcng

I recently installed a new laptop with Arch. I don't think it's that important, but it's a Lenovo Yoga pro i9.
I am using KDE Plasma. The system is up to date.

Currently there are two applications I use that sometimes (although I am starting to think that it is every time) show this behavior (not all the time): these are Gimp and Audacity.
I select some field in the user interface, press and hold backspace to remove everything before the cursor, and when the cursor arrives at the beginning of the edit box, the (I guess error) bell starts ringing. But not once, but so many times that the whole system becomes unresponsive (mouse hangs, no response on power down button or ctrl-alt-del, ...) and I usually eventually have to press down and hold the power button to reset the system. I've had one time where the system recovered from it. I guess if I let it ring for a couple of minutes, it would always recover eventually. But the sound is terrible and annoying and I can't lower the volume.

My keyboard repeat rate is rather fast because I like that. I have a feeling that this starts the error sound so many times so fast. I feel that the system should prevent this from happening: if one bell is active, don't start another one.

Has anyone else encountered this problem? Is there any way to find out what is going on?

Note: disabling the system notification sounds in the KDE Appearance & Style Settings doesn't help. I would have expected that the error bell sound would come from those settings.

Edit: had to shorten the title to add the [SOLVED] tag.
FYI: at the moment I am not certain what caused the behavior, but at some point it got solved.

Last edited by scippie (2025-04-07 13:35:07)

Offline

#2 2025-04-01 00:34:52

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,439

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

You can disable the PC speaker. It could be possible that the laptop's PC speaker isn't built to handle a small overload of multiple beeps caused by your fast keyboard and somehow affects other I/O on the board.

Offline

#3 2025-04-01 12:34:11

scippie
Member
Registered: 2019-06-07
Posts: 168

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

twelveeighty wrote:

You can disable the PC speaker. It could be possible that the laptop's PC speaker isn't built to handle a small overload of multiple beeps caused by your fast keyboard and somehow affects other I/O on the board.

I already tried that because I had seen this suggestion elsewhere, but it doesn't solve the problem.
Unless I did it wrong of course: I created a nobeep.conf file in /etc/modprobe.d with these contents:

$ cat /etc/modprobe.d/nobeep.conf 
blacklist pcspkr
blacklist snd_pcsp

And rebooted. But the problem persists.

Update: I also tried it with blacklisting via kernel parameters. Didn't help.

module_blacklist=pcspkr,snd_pcsp

Last edited by scippie (2025-04-01 12:50:25)

Offline

#4 2025-04-01 14:19:53

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,439

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

Next time, please provide ALL details in your original post right away, don't drip-feed what you've already tried after a suggestion. Is there anything else you've tried and configured that we should keep in mind? Did you try the BIOS to see if there's an option there to turn off the speaker?

Offline

#5 2025-04-01 14:22:52

scippie
Member
Registered: 2019-06-07
Posts: 168

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

twelveeighty wrote:

Next time, please provide ALL details in your original post right away, don't drip-feed what you've already tried after a suggestion. Is there anything else you've tried and configured that we should keep in mind? Did you try the BIOS to see if there's an option there to turn off the speaker?

My apologies, you are right of course.
I did also try the BIOS and did not find any relevant setting.
And I already mentioned that I tried disabling the notification sounds in KDE.
I don't think there is anything else.

Offline

#6 2025-04-01 14:33:10

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,439

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

With pcspkr and snd_pcsp blacklisted, do you still hear the beep, or is the beep gone, but the delay is still there? Did you check if the modules are still loaded, or are the modules gone but the beep is still there?

Offline

#7 2025-04-01 14:38:18

scippie
Member
Registered: 2019-06-07
Posts: 168

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

twelveeighty wrote:

With pcspkr and snd_pcsp blacklisted, do you still hear the beep, or is the beep gone, but the delay is still there? Did you check if the modules are still loaded, or are the modules gone but the beep is still there?

I think is what you need?

$ lsmod | grep pcsp
$

Yes, the bell (not a beep, just to make sure) is still there as if it is playing hundreds of times at once again and again, and the system becomes as good as unresponsive. As good as means that I waited it out once and it did stop after minutes. Also, if I press the lower volume button, the volume will get lower after 30 seconds or so.

Offline

#8 2025-04-01 15:29:17

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

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

I assume the bell isn't exactly a sine-frequency and this only affects gtk (gimp and audacity would be gtk3)

https://wiki.archlinux.org/title/GTK#Examples

gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0

Offline

#9 2025-04-01 15:47:15

scippie
Member
Registered: 2019-06-07
Posts: 168

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

seth wrote:

I assume the bell isn't exactly a sine-frequency and this only affects gtk (gimp and audacity would be gtk3)

No it is the notification sound of the 'bell' from the Ocean team that is default when installing KDE Plasma,

seth wrote:

https://wiki.archlinux.org/title/GTK#Examples

gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0

The gtk-enable-event-sounds parameter was already set to 0 (2.0 config) / false (3.0 config)
I added the gtk-enable-input-feedback-sounds parameters, also 0 / false.
To be certain, I rebooted.
The problem is still there.

By the way, in the Wiki, there is no mention of true / false, but in my 3.0 config files, it is actually used, and there are no 0 / 1 booleans there. (And to make sure, I tried using 0 instead of false, in case there was some bug in GTK 3 or something, it also didn't help)

Last edited by scippie (2025-04-01 16:46:57)

Offline

#10 2025-04-01 15:53:22

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

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

How do you launch those applications? From an interactive shell?
(I wonder whether they simply emit a signal that gets picked up by the parenting shell - and you said "sometimes (although I am starting to think that it is every time)" …)

Offline

#11 2025-04-01 16:48:38

scippie
Member
Registered: 2019-06-07
Posts: 168

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

seth wrote:

How do you launch those applications? From an interactive shell?
(I wonder whether they simply emit a signal that gets picked up by the parenting shell - and you said "sometimes (although I am starting to think that it is every time)" …)

Ah, no I start them from the KDE start button (with the Windows key) and typing some letters to then press enter when I recognize what I am looking for.

Offline

#12 2025-04-01 16:50:09

scippie
Member
Registered: 2019-06-07
Posts: 168

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

But wait! You made me try to start it from the terminal, and now the problem IS GONE!
So it has something to do with how KDE starts up the application??

Offline

#13 2025-04-01 17:20:08

scippie
Member
Registered: 2019-06-07
Posts: 168

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

I went and checked the launch settings when starting the applications from the menu:

For Audacity, it seems that the environment variables "GDK_BACKEND=x11 UBUNTU_MENUPROXY=0" are defined. Also the %F parameter is added.
For Gimp, there doesn't seem to be something extra. Also the %U parameter is added.
I don't do those things in the terminal of course.

I may have added the GDK_BACKEND=x11 thing myself, I can't remember but I know I used to on previous systems because otherwise it didn't work very nice on Wayland. But I certainly didn't add the UBUNTU_MENUPROXY=0 one.

But that seems to be all that's different. There are no special 'run in terminal' kind of settings that are enabled.

Offline

#14 2025-04-01 19:02:46

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

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

You can compare the environments of the running processes

tr '\0' '\n' < /proc/$(pidof audacity)/environ

(the sort and diff that)

Do you btw. use some https://wiki.archlinux.org/title/Input_method (fcitx etc)?

Offline

#15 2025-04-01 19:23:04

scippie
Member
Registered: 2019-06-07
Posts: 168

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

seth wrote:

You can compare the environments of the running processes

tr '\0' '\n' < /proc/$(pidof audacity)/environ

(the sort and diff that)

< COLORTERM=truecolor
6,9c4
< EDITOR=vim
---
> GDK_BACKEND=x11
32c27
< PATH=/home/me/bin:/usr/local/bin:/usr/bin
---
> PATH=/usr/local/bin:/usr/bin
38d32
< SHLVL=1
40,44c34
< TERMINATOR_DBUS_NAME=net.tenshu.Terminator25ef4b219e3b005583550f2b0f9f990c3
< TERMINATOR_DBUS_PATH=/net/tenshu/Terminator2
< TERMINATOR_UUID=urn:uuid:4aed1565-df08-43d2-9e70-69a064d6e816
< TERM=xterm-256color
---
> UBUNTU_MENUPROXY=0
47,48d36
< _=/usr/bin/audacity
< VTE_VERSION=8000
51c39
< XDG_ACTIVATION_TOKEN=kwin-29
---
> XDG_ACTIVATION_TOKEN=kwin-34

I left out some personal env vars that are mostly for my self-set-up development environment I have been using for years on all my machines (that don't have this problem). Other than that, I don't understand all of them of course, but I don't see why it would make such a difference.

seth wrote:

Do you btw. use some https://wiki.archlinux.org/title/Input_method (fcitx etc)?

None at all.

Offline

#16 2025-04-01 20:18:56

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

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

The GDK_BACKEND is the biggest difference - is this plasma in wayland (and do you have the same problem w/ plasma on X11)?

Offline

#17 2025-04-02 07:57:10

scippie
Member
Registered: 2019-06-07
Posts: 168

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

seth wrote:

The GDK_BACKEND is the biggest difference - is this plasma in wayland (and do you have the same problem w/ plasma on X11)?

It is Plasma in Wayland.

So I tried Plasma in X11 immediately yesterday, but my system doesn't want to start Plasma with X11 it seems. The SDDM login screen fades out and while you can vaguely see the last of it the system hangs (or at least it looks like that). I don't know if this is related or not and I immediately tried to find out what it is, but couldn't solve it.
I need some time to find out what is really going on, but this may take a while...

Btw. if by coincidence you can help me with this immediately, this is what Xorg.0.log contains.
I think something is going wrong with setting up the graphics driver.

X.Org X Server 1.21.1.15
X Protocol Version 11, Revision 0
[     6.136] Current Operating System: Linux lenovo 6.13.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 17 Feb 2025 17:42:11 +0000 x86_64
[     6.136] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e667d9e9-eafc-442c-aef4-d1abe0206a2a rw loglevel=3 quiet
[     6.136]  
[     6.136] Current version of pixman: 0.44.2
[     6.136] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     6.136] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.136] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 22 00:59:02 2025
[     6.136] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.137] (==) No Layout section.  Using the first Screen section.
[     6.137] (==) No screen section available. Using defaults.
[     6.137] (**) |-->Screen "Default Screen Section" (0)
[     6.137] (**) |   |-->Monitor "<default monitor>"
[     6.137] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     6.137] (**) Allowing byte-swapped clients
[     6.137] (==) Automatically adding devices
[     6.137] (==) Automatically enabling devices
[     6.137] (==) Automatically adding GPU devices
[     6.137] (==) Automatically binding GPU devices
[     6.137] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.137] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     6.137] 	Entry deleted from font path.
[     6.137] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     6.137] 	Entry deleted from font path.
[     6.137] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     6.137] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     6.137] 	Entry deleted from font path.
[     6.137] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     6.137] 	Entry deleted from font path.
[     6.137] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     6.137] 	Entry deleted from font path.
[     6.137] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     6.137] 	Entry deleted from font path.
[     6.137] (==) FontPath set to:
	
[     6.137] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.137] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.137] (II) Module ABI versions:
[     6.137] 	X.Org ANSI C Emulation: 0.4
[     6.137] 	X.Org Video Driver: 25.2
[     6.137] 	X.Org XInput driver : 24.4
[     6.137] 	X.Org Server Extension : 10.0
[     6.137] (++) using VT number 2

[     6.137] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     6.138] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.138] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[     6.139] (II) xfree86: Adding drm device (/dev/dri/card1)
[     6.139] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     6.154] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     6.155] (--) PCI:*(0@0:2:0) 8086:7d55:17aa:3e46 rev 8, Mem @ 0x4202000000/16777216, 0x4210000000/268435456, BIOS @ 0x????????/131072
[     6.155] (--) PCI: (1@0:0:0) 10de:2860:17aa:3e46 rev 161, Mem @ 0x8e000000/16777216, 0x4000000000/8589934592, 0x4200000000/33554432, I/O @ 0x00003000/128
[     6.155] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     6.155] (II) LoadModule: "glx"
[     6.156] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.159] (II) Module glx: vendor="X.Org Foundation"
[     6.159] 	compiled for 1.21.1.15, module version = 1.0.0
[     6.159] 	ABI class: X.Org Server Extension, version 10.0
[     6.159] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[     6.159] 	loading driver: nvidia
[     6.159] (==) Matched intel as autoconfigured driver 0
[     6.159] (==) Matched nvidia as autoconfigured driver 1
[     6.159] (==) Matched nouveau as autoconfigured driver 2
[     6.159] (==) Matched nv as autoconfigured driver 3
[     6.159] (==) Matched modesetting as autoconfigured driver 4
[     6.159] (==) Matched fbdev as autoconfigured driver 5
[     6.159] (==) Matched vesa as autoconfigured driver 6
[     6.159] (==) Assigned the driver to the xf86ConfigLayout
[     6.159] (II) LoadModule: "intel"
[     6.159] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     6.160] (II) Module intel: vendor="X.Org Foundation"
[     6.160] 	compiled for 1.21.1.11, module version = 2.99.917
[     6.160] 	Module class: X.Org Video Driver
[     6.160] 	ABI class: X.Org Video Driver, version 25.2
[     6.160] (II) LoadModule: "nvidia"
[     6.160] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     6.162] (II) Module nvidia: vendor="NVIDIA Corporation"
[     6.162] 	compiled for 1.6.99.901, module version = 1.0.0
[     6.162] 	Module class: X.Org Video Driver
[     6.162] (II) LoadModule: "nouveau"
[     6.162] (WW) Warning, couldn't open module nouveau
[     6.162] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     6.162] (II) LoadModule: "nv"
[     6.162] (WW) Warning, couldn't open module nv
[     6.162] (EE) Failed to load module "nv" (module does not exist, 0)
[     6.162] (II) LoadModule: "modesetting"
[     6.162] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.163] (II) Module modesetting: vendor="X.Org Foundation"
[     6.163] 	compiled for 1.21.1.15, module version = 1.21.1
[     6.163] 	Module class: X.Org Video Driver
[     6.163] 	ABI class: X.Org Video Driver, version 25.2
[     6.163] (II) LoadModule: "fbdev"
[     6.163] (WW) Warning, couldn't open module fbdev
[     6.163] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     6.163] (II) LoadModule: "vesa"
[     6.163] (WW) Warning, couldn't open module vesa
[     6.163] (EE) Failed to load module "vesa" (module does not exist, 0)
[     6.163] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     6.163] (II) intel: Driver for Intel(R) HD Graphics
[     6.163] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     6.163] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     6.163] (II) NVIDIA dlloader X Driver  570.86.16  Fri Jan 24 20:45:52 UTC 2025
[     6.163] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     6.163] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     6.173] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 0
[     6.173] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[     6.173] (WW) Falling back to old probe method for modesetting
[     6.174] (II) Loading sub module "fb"
[     6.174] (II) LoadModule: "fb"
[     6.174] (II) Module "fb" already built-in
[     6.174] (II) Loading sub module "wfb"
[     6.174] (II) LoadModule: "wfb"
[     6.174] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     6.174] (II) Module wfb: vendor="X.Org Foundation"
[     6.174] 	compiled for 1.21.1.15, module version = 1.0.0
[     6.174] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.175] (WW) intel(0): Unknown chipset
[     6.175] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 14 threads
[     6.175] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     6.175] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     6.175] (==) intel(0): RGB weight 888
[     6.175] (==) intel(0): Default visual is TrueColor
[     6.175] (II) intel(0): Output eDP1 has no monitor section
[     6.176] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     6.176] (II) intel(0): Enabled output eDP1
[     6.176] (II) intel(0): Output HDMI1 has no monitor section
[     6.176] (II) intel(0): Enabled output HDMI1
[     6.176] (II) intel(0): Output DP1 has no monitor section
[     6.176] (II) intel(0): Enabled output DP1
[     6.176] (II) intel(0): Output DP2 has no monitor section
[     6.176] (II) intel(0): Enabled output DP2
[     6.176] (II) intel(0): Output DP3 has no monitor section
[     6.176] (II) intel(0): Enabled output DP3
[     6.176] (II) intel(0): Output DP4 has no monitor section
[     6.176] (II) intel(0): Enabled output DP4
[     6.176] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     6.176] (II) intel(0): Output VIRTUAL1 has no monitor section
[     6.176] (II) intel(0): Enabled output VIRTUAL1
[     6.176] (--) intel(0): Output eDP1 using initial mode 3200x2000 on pipe 0
[     6.176] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.176] (==) intel(0): DPI set to (96, 96)
[     6.176] (II) Loading sub module "dri3"
[     6.176] (II) LoadModule: "dri3"
[     6.176] (II) Module "dri3" already built-in
[     6.176] (II) Loading sub module "dri2"
[     6.176] (II) LoadModule: "dri2"
[     6.176] (II) Module "dri2" already built-in
[     6.176] (II) Loading sub module "present"
[     6.176] (II) LoadModule: "present"
[     6.176] (II) Module "present" already built-in
[     6.176] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[     6.176] (==) NVIDIA(G0): RGB weight 888
[     6.176] (==) NVIDIA(G0): Default visual is TrueColor
[     6.176] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[     6.176] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     6.176] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[     6.176] (**) NVIDIA(G0): Enabling 2D acceleration
[     6.176] (II) Loading sub module "glxserver_nvidia"
[     6.176] (II) LoadModule: "glxserver_nvidia"
[     6.176] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     6.210] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     6.210] 	compiled for 1.6.99.901, module version = 1.0.0
[     6.210] 	Module class: X.Org Server Extension
[     6.210] (II) NVIDIA GLX Module  570.86.16  Fri Jan 24 20:56:01 UTC 2025
[     6.210] (II) NVIDIA: The X server supports PRIME Render Offload.
[     6.213] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     6.213] (--) NVIDIA(0):     DFP-0
[     6.220] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 4070 Laptop GPU (AD106-B) at
[     6.220] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[     6.220] (--) NVIDIA(G0): Memory: 8384512 kBytes
[     6.220] (--) NVIDIA(G0): VideoBIOS: 95.06.32.00.4a
[     6.220] (II) NVIDIA(G0): Detected PCI Express Link width: 8X
[     6.220] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     6.220] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[     6.220] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[     6.220] (--) NVIDIA(GPU-0): 
[     6.225] (II) NVIDIA(G0): Validated MetaModes:
[     6.225] (II) NVIDIA(G0):     "NULL"
[     6.225] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[     6.225] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[     6.225] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[     6.225] (II) UnloadModule: "modesetting"
[     6.225] (II) Unloading modesetting
[     6.226] (II) intel(0): SNA initialized with generic backend
[     6.226] (==) intel(0): Backing store enabled
[     6.226] (==) intel(0): Silken mouse enabled
[     6.226] (II) intel(0): HW Cursor enabled
[     6.226] (==) intel(0): DPMS enabled
[     6.226] (==) intel(0): Display hotplug detection enabled
[     6.226] (II) intel(0): Textured video not supported on this hardware or backend
[     6.226] (II) intel(0): [DRI2] Setup complete
[     6.226] (II) intel(0): [DRI2]   DRI driver: i965
[     6.226] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     6.226] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     6.226] (II) intel(0): hardware support for Present enabled
[     6.227] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     6.227] (II) NVIDIA:     access.
[     6.234] (WW) NVIDIA(G0): ACPI: failed to determine the system's current power source
[     6.234] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     6.234] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[     6.234] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[     6.234] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[     6.234] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[     6.234] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[     6.234] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     6.234] (II) NVIDIA(G0):     Config Options in the README.
[     6.244] (II) NVIDIA(G0): Setting mode "NULL"
[     6.265] (==) NVIDIA(G0): Disabling shared memory pixmaps
[     6.265] (==) NVIDIA(G0): Backing store enabled
[     6.265] (==) NVIDIA(G0): Silken mouse enabled
[     6.265] (==) NVIDIA(G0): DPMS enabled
[     6.265] (II) Loading sub module "dri2"
[     6.265] (II) LoadModule: "dri2"
[     6.265] (II) Module "dri2" already built-in
[     6.265] (II) NVIDIA(G0): [DRI2] Setup complete
[     6.265] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[     6.265] (II) Initializing extension Generic Event Extension
[     6.265] (II) Initializing extension SHAPE
[     6.265] (II) Initializing extension MIT-SHM
[     6.266] (II) Initializing extension XInputExtension
[     6.266] (II) Initializing extension XTEST
[     6.266] (II) Initializing extension BIG-REQUESTS
[     6.266] (II) Initializing extension SYNC
[     6.266] (II) Initializing extension XKEYBOARD
[     6.266] (II) Initializing extension XC-MISC
[     6.266] (II) Initializing extension SECURITY
[     6.266] (II) Initializing extension XFIXES
[     6.266] (II) Initializing extension RENDER
[     6.266] (II) Initializing extension RANDR
[     6.266] (II) Initializing extension COMPOSITE
[     6.266] (II) Initializing extension DAMAGE
[     6.266] (II) Initializing extension MIT-SCREEN-SAVER
[     6.266] (II) Initializing extension DOUBLE-BUFFER
[     6.266] (II) Initializing extension RECORD
[     6.267] (II) Initializing extension DPMS
[     6.267] (II) Initializing extension Present
[     6.267] (II) Initializing extension DRI3
[     6.267] (II) Initializing extension X-Resource
[     6.267] (II) Initializing extension XVideo
[     6.267] (II) Initializing extension XVideo-MotionCompensation
[     6.267] (II) Initializing extension GLX
[     6.267] (II) Initializing extension GLX
[     6.267] (II) Indirect GLX disabled.
[     6.267] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[     6.267] (EE) AIGLX error: unable to load driver i965
[     6.343] (II) IGLX: Loaded and initialized swrast
[     6.343] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     6.343] (II) Initializing extension XFree86-VidModeExtension
[     6.343] (II) Initializing extension XFree86-DGA
[     6.343] (II) Initializing extension XFree86-DRI
[     6.343] (II) Initializing extension DRI2
[     6.343] (II) Initializing extension NV-GLX
[     6.343] (II) Initializing extension NV-CONTROL
[     6.344] (EE) intel(0): Failed to allocate caches, disabling RENDER acceleration
[     6.344] (II) intel(0): switch to mode 3200x2000@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     6.353] (II) intel(0): Setting screen physical size to 846 x 529
[     6.380] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     6.380] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.380] (II) LoadModule: "libinput"
[     6.380] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.381] (II) Module libinput: vendor="X.Org Foundation"
[     6.381] 	compiled for 1.21.1.13, module version = 1.5.0
[     6.381] 	Module class: X.Org XInput Driver
[     6.381] 	ABI class: X.Org XInput driver, version 24.4
[     6.381] (II) Using input driver 'libinput' for 'Video Bus'
[     6.381] (**) Video Bus: always reports core events
[     6.381] (**) Option "Device" "/dev/input/event4"
[     6.383] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     6.383] (II) event4  - Video Bus: device is a keyboard
[     6.383] (II) event4  - Video Bus: device removed
[     6.410] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[     6.410] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     6.410] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     6.410] (II) event4  - Video Bus: device is a keyboard
[     6.410] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     6.410] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.410] (II) Using input driver 'libinput' for 'Video Bus'
[     6.410] (**) Video Bus: always reports core events
[     6.410] (**) Option "Device" "/dev/input/event5"
[     6.411] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     6.411] (II) event5  - Video Bus: device is a keyboard
[     6.411] (II) event5  - Video Bus: device removed
[     6.427] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:64/LNXVIDEO:01/input/input5/event5"
[     6.427] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.427] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     6.427] (II) event5  - Video Bus: device is a keyboard
[     6.428] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     6.428] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.428] (II) Using input driver 'libinput' for 'Power Button'
[     6.428] (**) Power Button: always reports core events
[     6.428] (**) Option "Device" "/dev/input/event1"
[     6.428] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.428] (II) event1  - Power Button: device is a keyboard
[     6.428] (II) event1  - Power Button: device removed
[     6.445] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     6.445] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     6.446] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.446] (II) event1  - Power Button: device is a keyboard
[     6.446] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     6.446] (II) No input driver specified, ignoring this device.
[     6.446] (II) This device may have been added with another device file.
[     6.446] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     6.446] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     6.446] (II) Using input driver 'libinput' for 'Sleep Button'
[     6.446] (**) Sleep Button: always reports core events
[     6.446] (**) Option "Device" "/dev/input/event2"
[     6.447] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     6.447] (II) event2  - Sleep Button: device is a keyboard
[     6.447] (II) event2  - Sleep Button: device removed
[     6.457] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[     6.457] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     6.457] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     6.457] (II) event2  - Sleep Button: device is a keyboard
[     6.458] (II) config/udev: Adding input device SYNA2BA6:00 06CB:CFD3 Mouse (/dev/input/event9)
[     6.458] (**) SYNA2BA6:00 06CB:CFD3 Mouse: Applying InputClass "libinput pointer catchall"
[     6.458] (II) Using input driver 'libinput' for 'SYNA2BA6:00 06CB:CFD3 Mouse'
[     6.458] (**) SYNA2BA6:00 06CB:CFD3 Mouse: always reports core events
[     6.458] (**) Option "Device" "/dev/input/event9"
[     6.459] (II) event9  - SYNA2BA6:00 06CB:CFD3 Mouse: is tagged by udev as: Mouse Pointingstick
[     6.459] (II) event9  - SYNA2BA6:00 06CB:CFD3 Mouse: device is a pointer
[     6.459] (II) event9  - SYNA2BA6:00 06CB:CFD3 Mouse: device removed
[     6.486] (II) libinput: SYNA2BA6:00 06CB:CFD3 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.486] (II) libinput: SYNA2BA6:00 06CB:CFD3 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.486] (II) libinput: SYNA2BA6:00 06CB:CFD3 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.486] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-SYNA2BA6:00/0018:06CB:CFD3.0002/input/input12/event9"
[     6.486] (II) XINPUT: Adding extended input device "SYNA2BA6:00 06CB:CFD3 Mouse" (type: MOUSE, id 10)
[     6.486] (**) Option "AccelerationScheme" "none"
[     6.486] (**) SYNA2BA6:00 06CB:CFD3 Mouse: (accel) selected scheme none/0
[     6.486] (**) SYNA2BA6:00 06CB:CFD3 Mouse: (accel) acceleration factor: 2.000
[     6.486] (**) SYNA2BA6:00 06CB:CFD3 Mouse: (accel) acceleration threshold: 4
[     6.486] (II) event9  - SYNA2BA6:00 06CB:CFD3 Mouse: is tagged by udev as: Mouse Pointingstick
[     6.487] (II) event9  - SYNA2BA6:00 06CB:CFD3 Mouse: device is a pointer
[     6.488] (II) config/udev: Adding input device SYNA2BA6:00 06CB:CFD3 Mouse (/dev/input/mouse0)
[     6.488] (II) No input driver specified, ignoring this device.
[     6.488] (II) This device may have been added with another device file.
[     6.488] (II) config/udev: Adding input device SYNA2BA6:00 06CB:CFD3 Touchpad (/dev/input/event10)
[     6.488] (**) SYNA2BA6:00 06CB:CFD3 Touchpad: Applying InputClass "libinput touchpad catchall"
[     6.488] (II) Using input driver 'libinput' for 'SYNA2BA6:00 06CB:CFD3 Touchpad'
[     6.488] (**) SYNA2BA6:00 06CB:CFD3 Touchpad: always reports core events
[     6.488] (**) Option "Device" "/dev/input/event10"
[     6.488] (II) event10 - SYNA2BA6:00 06CB:CFD3 Touchpad: is tagged by udev as: Touchpad
[     6.489] (II) event10 - SYNA2BA6:00 06CB:CFD3 Touchpad: device is a touchpad
[     6.489] (II) event10 - SYNA2BA6:00 06CB:CFD3 Touchpad: device removed
[     6.522] (II) libinput: SYNA2BA6:00 06CB:CFD3 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.522] (II) libinput: SYNA2BA6:00 06CB:CFD3 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.522] (II) libinput: SYNA2BA6:00 06CB:CFD3 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.522] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-SYNA2BA6:00/0018:06CB:CFD3.0002/input/input13/event10"
[     6.522] (II) XINPUT: Adding extended input device "SYNA2BA6:00 06CB:CFD3 Touchpad" (type: TOUCHPAD, id 11)
[     6.523] (**) Option "AccelerationScheme" "none"
[     6.523] (**) SYNA2BA6:00 06CB:CFD3 Touchpad: (accel) selected scheme none/0
[     6.523] (**) SYNA2BA6:00 06CB:CFD3 Touchpad: (accel) acceleration factor: 2.000
[     6.523] (**) SYNA2BA6:00 06CB:CFD3 Touchpad: (accel) acceleration threshold: 4
[     6.524] (II) event10 - SYNA2BA6:00 06CB:CFD3 Touchpad: is tagged by udev as: Touchpad
[     6.525] (II) event10 - SYNA2BA6:00 06CB:CFD3 Touchpad: device is a touchpad
[     6.525] (II) config/udev: Adding input device SYNA2BA6:00 06CB:CFD3 Touchpad (/dev/input/mouse1)
[     6.525] (II) No input driver specified, ignoring this device.
[     6.525] (II) This device may have been added with another device file.
[     6.525] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event8)
[     6.525] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[     6.525] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[     6.525] (**) Ideapad extra buttons: always reports core events
[     6.525] (**) Option "Device" "/dev/input/event8"
[     6.526] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     6.526] (II) event8  - Ideapad extra buttons: device is a keyboard
[     6.526] (II) event8  - Ideapad extra buttons: device removed
[     6.558] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input8/event8"
[     6.558] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 12)
[     6.558] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     6.558] (II) event8  - Ideapad extra buttons: device is a keyboard
[     6.559] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event11)
[     6.559] (II) No input driver specified, ignoring this device.
[     6.559] (II) This device may have been added with another device file.
[     6.559] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event12)
[     6.559] (**) sof-hda-dsp Headphone: Applying InputClass "libinput keyboard catchall"
[     6.559] (II) Using input driver 'libinput' for 'sof-hda-dsp Headphone'
[     6.559] (**) sof-hda-dsp Headphone: always reports core events
[     6.559] (**) Option "Device" "/dev/input/event12"
[     6.560] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[     6.560] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[     6.560] (II) event12 - sof-hda-dsp Headphone: device removed
[     6.586] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16/event12"
[     6.586] (II) XINPUT: Adding extended input device "sof-hda-dsp Headphone" (type: KEYBOARD, id 13)
[     6.586] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[     6.586] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[     6.587] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event13)
[     6.587] (II) No input driver specified, ignoring this device.
[     6.587] (II) This device may have been added with another device file.
[     6.587] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event14)
[     6.587] (II) No input driver specified, ignoring this device.
[     6.587] (II) This device may have been added with another device file.
[     6.587] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event15)
[     6.587] (II) No input driver specified, ignoring this device.
[     6.587] (II) This device may have been added with another device file.
[     6.588] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[     6.588] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[     6.588] (II) Using input driver 'libinput' for 'Intel HID events'
[     6.588] (**) Intel HID events: always reports core events
[     6.588] (**) Option "Device" "/dev/input/event6"
[     6.588] (II) event6  - Intel HID events: is tagged by udev as: Keyboard
[     6.588] (II) event6  - Intel HID events: device is a keyboard
[     6.588] (II) event6  - Intel HID events: device removed
[     6.604] (**) Option "config_info" "udev:/sys/devices/platform/INTC1077:00/input/input6/event6"
[     6.604] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 14)
[     6.604] (II) event6  - Intel HID events: is tagged by udev as: Keyboard
[     6.604] (II) event6  - Intel HID events: device is a keyboard
[     6.605] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     6.605] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.605] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.605] (**) AT Translated Set 2 keyboard: always reports core events
[     6.605] (**) Option "Device" "/dev/input/event3"
[     6.605] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.605] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.606] (II) event3  - AT Translated Set 2 keyboard: device removed
[     6.622] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     6.622] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[     6.622] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.622] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.623] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[     6.623] (II) No input driver specified, ignoring this device.
[     6.623] (II) This device may have been added with another device file.
[     6.626] (EE) intel(0): Failed to submit rendering commands (Cannot allocate memory), disabling acceleration.
[     8.230] (II) intel(0): EDID vendor "CSW", prod id 5696
[     8.230] (II) intel(0): Using EDID range info for horizontal sync
[     8.230] (II) intel(0): Using EDID range info for vertical refresh
[     8.230] (II) intel(0): Printing DDC gathered Modelines:
[     8.230] (II) intel(0): Modeline "3200x2000"x0.0  437.07  3200 3248 3280 3360  2000 2003 2009 2168 -hsync -vsync (130.1 kHz eP)
[    19.169] (II) event4  - Video Bus: device removed
[    19.189] (II) event5  - Video Bus: device removed
[    19.209] (II) event1  - Power Button: device removed
[    19.219] (II) event2  - Sleep Button: device removed
[    19.229] (II) event9  - SYNA2BA6:00 06CB:CFD3 Mouse: device removed
[    19.249] (II) event10 - SYNA2BA6:00 06CB:CFD3 Touchpad: device removed
[    19.269] (II) event8  - Ideapad extra buttons: device removed
[    19.289] (II) event12 - sof-hda-dsp Headphone: device removed
[    19.309] (II) event6  - Intel HID events: device removed
[    19.319] (II) event3  - AT Translated Set 2 keyboard: device removed
[    34.400] (II) UnloadModule: "libinput"
[    34.400] (II) UnloadModule: "libinput"
[    34.400] (II) UnloadModule: "libinput"
[    34.400] (II) UnloadModule: "libinput"
[    34.400] (II) UnloadModule: "libinput"
[    34.400] (II) UnloadModule: "libinput"
[    34.400] (II) UnloadModule: "libinput"
[    34.400] (II) UnloadModule: "libinput"
[    34.400] (II) UnloadModule: "libinput"
[    34.401] (II) UnloadModule: "libinput"
[    34.406] (WW) NVIDIA(G0): Failed to set the display configuration
[    34.406] (WW) NVIDIA(G0):  - Setting a mode on head 0 failed: Insufficient permissions
[    34.406] (WW) NVIDIA(G0):  - Setting a mode on head 1 failed: Insufficient permissions
[    34.406] (WW) NVIDIA(G0):  - Setting a mode on head 2 failed: Insufficient permissions
[    34.406] (WW) NVIDIA(G0):  - Setting a mode on head 3 failed: Insufficient permissions
[    34.413] (II) NVIDIA(GPU-0): Deleting GPU-0
[    34.413] (II) Server terminated successfully (0). Closing log file.

Last edited by scippie (2025-04-02 07:58:41)

Offline

#18 2025-04-02 08:27:03

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

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

[     6.136] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 22 00:59:02 2025

The xorg log is vastly date, SDDM defaults to run on X11, so I'm not sure this is an issue at all, but certainly get rid of xf86-video-intel.
Its not suggested for your IGP and unless properly configured results in

[     6.343] (II) IGLX: Loaded and initialized swrast
[     6.343] (II) GLX: Initialized DRISWRAST GL provider for screen 0

software emulation.

Offline

#19 2025-04-02 08:44:48

scippie
Member
Registered: 2019-06-07
Posts: 168

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

seth wrote:
[     6.136] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 22 00:59:02 2025

The xorg log is vastly date, SDDM defaults to run on X11, so I'm not sure this is an issue at all,

I completely missed that. This is the log from when I was initially installing this new laptop.
There doesn't seem to be any new log file!

seth wrote:

but certainly get rid of xf86-video-intel.

Tried it, but it didn't solve the issue.

But as the log is clearly outdated and there doesn't seem to be any recent one, I am at a loss for the moment (and at the moment don't have the time to investigate).
Your help is certainly appreciated!

Offline

#20 2025-04-02 09:00:26

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

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

SDDM likely starts rootless and the log will be in /home/sddm or so.

Offline

#21 2025-04-02 09:29:00

scippie
Member
Registered: 2019-06-07
Posts: 168

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

Oh man, Seth, I am so sorry, but I am starting to remember now... I am not using SDDM at all.

I started out with using SDDM, but at some point I remember it no longer started up for some reason. A quick search (because I had a lot of work to do) brought me to the tip to install gdm, and that's what I did then. So I have been running gdm all this time and forgot about it. I am not at all interested in how my login screen looks and which login screen has which 'look' so I can't tell them apart.

I have been looking inside the sddm config file and found out its log location (it is in my own home folder under .local/share) and it was also completely outdated and only contained a wayland log file.
It indeed defaults to X11. My X11 seems to be broken and that's probably why SDDM will no longer start. Gdm probably starts in Wayland and doesn't have that problem, but of course, as soon as I want to start an X11 session, the same problem returns.

Any tips in where to get started? I know this is probably going completely off topic currently, but maybe it's somehow related of course...

Offline

#22 2025-04-02 14:40:48

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

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

Check ~/.local/share/xorg/Xorg.*.log - attempting to start an X11 session should™ log there.

WRT the OT: did removing the GDK_BACKEND environment change anything about the behavior?
Resp. you can try to "GDK_BACKEND=x11 audacity" from konsole and see whether that then triggers the bell (so whether the environment is relevant to your problem at all)

Offline

#23 2025-04-03 15:00:18

scippie
Member
Registered: 2019-06-07
Posts: 168

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

seth wrote:

Check ~/.local/share/xorg/Xorg.*.log - attempting to start an X11 session should™ log there.

[    14.591] (--) Log file renamed from "/home/me/.local/share/xorg/Xorg.pid-1535.log" to "/home/me/.local/share/xorg/Xorg.0.log"
[    14.591] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[    14.591] Current Operating System: Linux lenovo 6.13.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 23 Mar 2025 17:17:30 +0000 x86_64
[    14.591] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e667d9e9-eafc-442c-aef4-d1abe0206a2a rw loglevel=3 quiet module_blacklist=pcspkr,snd_pcsp
[    14.591]  
[    14.591] Current version of pixman: 0.44.2
[    14.591] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    14.591] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    14.591] (==) Log file: "/home/me/.local/share/xorg/Xorg.0.log", Time: Wed Apr  2 10:38:28 2025
[    14.592] (==) Using config file: "/etc/X11/xorg.conf"
[    14.592] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.592] (==) ServerLayout "Layout0"
[    14.592] (**) |-->Screen "Screen0" (0)
[    14.592] (**) |   |-->Monitor "Monitor0"
[    14.593] (**) |   |-->Device "Device0"
[    14.593] (**) |-->Input Device "Keyboard0"
[    14.593] (**) |-->Input Device "Mouse0"
[    14.593] (**) Allowing byte-swapped clients
[    14.593] (==) Automatically adding devices
[    14.593] (==) Automatically enabling devices
[    14.593] (==) Automatically adding GPU devices
[    14.593] (==) Automatically binding GPU devices
[    14.593] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    14.593] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    14.593] 	Entry deleted from font path.
[    14.593] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    14.593] 	Entry deleted from font path.
[    14.593] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    14.593] 	Entry deleted from font path.
[    14.593] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    14.593] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.593] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    14.593] (WW) Disabling Keyboard0
[    14.593] (WW) Disabling Mouse0
[    14.593] (II) Module ABI versions:
[    14.593] 	X.Org ANSI C Emulation: 0.4
[    14.593] 	X.Org Video Driver: 25.2
[    14.593] 	X.Org XInput driver : 24.4
[    14.593] 	X.Org Server Extension : 10.0
[    14.593] (++) using VT number 2

[    14.593] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    14.594] (II) xfree86: Adding drm device (/dev/dri/card0)
[    14.594] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    14.594] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    14.594] (II) xfree86: Adding drm device (/dev/dri/card1)
[    14.594] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    14.594] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 15 paused 0
[    14.596] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    14.597] (--) PCI:*(0@0:2:0) 8086:7d55:17aa:3e46 rev 8, Mem @ 0x4202000000/16777216, 0x4210000000/268435456, BIOS @ 0x????????/131072
[    14.597] (--) PCI: (1@0:0:0) 10de:2860:17aa:3e46 rev 161, Mem @ 0x8e000000/16777216, 0x4000000000/8589934592, 0x4200000000/33554432, I/O @ 0x00003000/128
[    14.597] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    14.597] (II) LoadModule: "glx"
[    14.599] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    14.600] (II) Module glx: vendor="X.Org Foundation"
[    14.600] 	compiled for 1.21.1.16, module version = 1.0.0
[    14.600] 	ABI class: X.Org Server Extension, version 10.0
[    14.600] (II) LoadModule: "nvidia"
[    14.600] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    14.602] (II) Module nvidia: vendor="NVIDIA Corporation"
[    14.602] 	compiled for 1.6.99.901, module version = 1.0.0
[    14.602] 	Module class: X.Org Video Driver
[    14.602] (II) NVIDIA dlloader X Driver  570.133.07  Fri Mar 14 12:44:59 UTC 2025
[    14.602] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    14.602] (II) systemd-logind: releasing fd for 226:0
[    14.602] (II) Loading sub module "fb"
[    14.602] (II) LoadModule: "fb"
[    14.602] (II) Module "fb" already built-in
[    14.602] (II) Loading sub module "wfb"
[    14.602] (II) LoadModule: "wfb"
[    14.602] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    14.603] (II) Module wfb: vendor="X.Org Foundation"
[    14.603] 	compiled for 1.21.1.16, module version = 1.0.0
[    14.603] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.603] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    14.603] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    14.603] (==) NVIDIA(0): RGB weight 888
[    14.603] (==) NVIDIA(0): Default visual is TrueColor
[    14.603] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    14.603] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    14.603] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    14.603] (**) NVIDIA(0): Enabling 2D acceleration
[    14.603] (II) Loading sub module "glxserver_nvidia"
[    14.603] (II) LoadModule: "glxserver_nvidia"
[    14.603] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    14.614] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    14.614] 	compiled for 1.6.99.901, module version = 1.0.0
[    14.614] 	Module class: X.Org Server Extension
[    14.614] (II) NVIDIA GLX Module  570.133.07  Fri Mar 14 12:49:49 UTC 2025
[    14.614] (II) NVIDIA: The X server supports PRIME Render Offload.
[    14.617] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    14.617] (--) NVIDIA(0):     DFP-0
[    14.623] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 4070 Laptop GPU (AD106-B) at
[    14.623] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[    14.623] (--) NVIDIA(0): Memory: 8384512 kBytes
[    14.623] (--) NVIDIA(0): VideoBIOS: 95.06.32.00.4a
[    14.623] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[    14.623] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    14.623] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    14.623] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    14.623] (--) NVIDIA(GPU-0): 
[    14.623] (==) NVIDIA(0): 
[    14.623] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    14.623] (==) NVIDIA(0):     will be used as the requested mode.
[    14.623] (==) NVIDIA(0): 
[    14.623] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    14.623] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    14.628] (II) NVIDIA(0): Validated MetaModes:
[    14.628] (II) NVIDIA(0):     "NULL"
[    14.628] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    14.628] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    14.628] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    14.628] (WW) NVIDIA: Failed to bind sideband socket to
[    14.628] (WW) NVIDIA:     '/var/run/nvidia-xdriver-d1481fc5' Permission denied
[    14.629] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    14.629] (II) NVIDIA:     access.
[    14.638] (WW) NVIDIA(0): ACPI: failed to determine the system's current power source
[    14.638] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    14.638] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    14.638] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    14.638] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    14.638] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    14.638] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    14.638] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    14.638] (II) NVIDIA(0):     Config Options in the README.
[    14.656] (II) NVIDIA(0): Setting mode "NULL"
[    14.680] (==) NVIDIA(0): Disabling shared memory pixmaps
[    14.680] (==) NVIDIA(0): Backing store enabled
[    14.680] (==) NVIDIA(0): Silken mouse enabled
[    14.680] (**) NVIDIA(0): DPMS enabled
[    14.680] (II) Loading sub module "dri2"
[    14.680] (II) LoadModule: "dri2"
[    14.680] (II) Module "dri2" already built-in
[    14.680] (II) NVIDIA(0): [DRI2] Setup complete
[    14.680] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    14.680] (II) Initializing extension Generic Event Extension
[    14.680] (II) Initializing extension SHAPE
[    14.680] (II) Initializing extension MIT-SHM
[    14.680] (II) Initializing extension XInputExtension
[    14.680] (II) Initializing extension XTEST
[    14.680] (II) Initializing extension BIG-REQUESTS
[    14.681] (II) Initializing extension SYNC
[    14.681] (II) Initializing extension XKEYBOARD
[    14.681] (II) Initializing extension XC-MISC
[    14.681] (II) Initializing extension SECURITY
[    14.681] (II) Initializing extension XFIXES
[    14.681] (II) Initializing extension RENDER
[    14.681] (II) Initializing extension RANDR
[    14.681] (II) Initializing extension COMPOSITE
[    14.681] (II) Initializing extension DAMAGE
[    14.681] (II) Initializing extension MIT-SCREEN-SAVER
[    14.681] (II) Initializing extension DOUBLE-BUFFER
[    14.681] (II) Initializing extension RECORD
[    14.681] (II) Initializing extension DPMS
[    14.681] (II) Initializing extension Present
[    14.681] (II) Initializing extension DRI3
[    14.681] (II) Initializing extension X-Resource
[    14.681] (II) Initializing extension XVideo
[    14.681] (II) Initializing extension XVideo-MotionCompensation
[    14.681] (II) Initializing extension GLX
[    14.681] (II) Initializing extension GLX
[    14.681] (II) Indirect GLX disabled.
[    14.681] (II) GLX: Another vendor is already registered for screen 0
[    14.681] (II) Initializing extension XFree86-VidModeExtension
[    14.681] (II) Initializing extension XFree86-DGA
[    14.681] (II) Initializing extension XFree86-DRI
[    14.681] (II) Initializing extension DRI2
[    14.682] (II) Initializing extension NV-GLX
[    14.682] (II) Initializing extension NV-CONTROL
[    14.731] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    14.731] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    14.731] (II) LoadModule: "libinput"
[    14.731] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    14.732] (II) Module libinput: vendor="X.Org Foundation"
[    14.732] 	compiled for 1.21.1.13, module version = 1.5.0
[    14.732] 	Module class: X.Org XInput Driver
[    14.732] 	ABI class: X.Org XInput driver, version 24.4
[    14.732] (II) Using input driver 'libinput' for 'Video Bus'
[    14.733] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 41 paused 0
[    14.733] (**) Video Bus: always reports core events
[    14.733] (**) Option "Device" "/dev/input/event4"
[    14.733] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    14.734] (II) event4  - Video Bus: device is a keyboard
[    14.734] (II) event4  - Video Bus: device removed
[    14.734] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[    14.734] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    14.734] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    14.734] (II) event4  - Video Bus: device is a keyboard
[    14.734] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    14.734] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    14.734] (II) Using input driver 'libinput' for 'Video Bus'
[    14.735] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 44 paused 0
[    14.735] (**) Video Bus: always reports core events
[    14.735] (**) Option "Device" "/dev/input/event5"
[    14.735] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    14.735] (II) event5  - Video Bus: device is a keyboard
[    14.735] (II) event5  - Video Bus: device removed
[    14.735] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:64/LNXVIDEO:01/input/input5/event5"
[    14.735] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    14.735] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    14.735] (II) event5  - Video Bus: device is a keyboard
[    14.736] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    14.736] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    14.736] (II) Using input driver 'libinput' for 'Power Button'
[    14.736] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 45 paused 0
[    14.736] (**) Power Button: always reports core events
[    14.736] (**) Option "Device" "/dev/input/event1"
[    14.736] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    14.736] (II) event1  - Power Button: device is a keyboard
[    14.736] (II) event1  - Power Button: device removed
[    14.736] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    14.736] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    14.736] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    14.736] (II) event1  - Power Button: device is a keyboard
[    14.737] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    14.737] (II) No input driver specified, ignoring this device.
[    14.737] (II) This device may have been added with another device file.
[    14.737] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    14.737] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    14.737] (II) Using input driver 'libinput' for 'Sleep Button'
[    14.737] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 46 paused 0
[    14.737] (**) Sleep Button: always reports core events
[    14.737] (**) Option "Device" "/dev/input/event2"
[    14.738] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    14.738] (II) event2  - Sleep Button: device is a keyboard
[    14.738] (II) event2  - Sleep Button: device removed
[    14.738] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[    14.738] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    14.738] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    14.738] (II) event2  - Sleep Button: device is a keyboard
[    14.739] (II) config/udev: Adding input device SYNA2BA6:00 06CB:CFD3 Mouse (/dev/input/event8)
[    14.739] (**) SYNA2BA6:00 06CB:CFD3 Mouse: Applying InputClass "libinput pointer catchall"
[    14.739] (II) Using input driver 'libinput' for 'SYNA2BA6:00 06CB:CFD3 Mouse'
[    14.740] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 47 paused 0
[    14.740] (**) SYNA2BA6:00 06CB:CFD3 Mouse: always reports core events
[    14.740] (**) Option "Device" "/dev/input/event8"
[    14.740] (II) event8  - SYNA2BA6:00 06CB:CFD3 Mouse: is tagged by udev as: Mouse Pointingstick
[    14.740] (II) event8  - SYNA2BA6:00 06CB:CFD3 Mouse: device is a pointer
[    14.740] (II) event8  - SYNA2BA6:00 06CB:CFD3 Mouse: device removed
[    14.740] (II) libinput: SYNA2BA6:00 06CB:CFD3 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.740] (II) libinput: SYNA2BA6:00 06CB:CFD3 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.740] (II) libinput: SYNA2BA6:00 06CB:CFD3 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.740] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-SYNA2BA6:00/0018:06CB:CFD3.0002/input/input11/event8"
[    14.740] (II) XINPUT: Adding extended input device "SYNA2BA6:00 06CB:CFD3 Mouse" (type: MOUSE, id 10)
[    14.740] (**) Option "AccelerationScheme" "none"
[    14.740] (**) SYNA2BA6:00 06CB:CFD3 Mouse: (accel) selected scheme none/0
[    14.740] (**) SYNA2BA6:00 06CB:CFD3 Mouse: (accel) acceleration factor: 2.000
[    14.740] (**) SYNA2BA6:00 06CB:CFD3 Mouse: (accel) acceleration threshold: 4
[    14.741] (II) event8  - SYNA2BA6:00 06CB:CFD3 Mouse: is tagged by udev as: Mouse Pointingstick
[    14.741] (II) event8  - SYNA2BA6:00 06CB:CFD3 Mouse: device is a pointer
[    14.741] (II) config/udev: Adding input device SYNA2BA6:00 06CB:CFD3 Mouse (/dev/input/mouse0)
[    14.741] (II) No input driver specified, ignoring this device.
[    14.741] (II) This device may have been added with another device file.
[    14.741] (II) config/udev: Adding input device SYNA2BA6:00 06CB:CFD3 Touchpad (/dev/input/event9)
[    14.741] (**) SYNA2BA6:00 06CB:CFD3 Touchpad: Applying InputClass "libinput touchpad catchall"
[    14.741] (II) Using input driver 'libinput' for 'SYNA2BA6:00 06CB:CFD3 Touchpad'
[    14.742] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 48 paused 0
[    14.742] (**) SYNA2BA6:00 06CB:CFD3 Touchpad: always reports core events
[    14.742] (**) Option "Device" "/dev/input/event9"
[    14.742] (II) event9  - SYNA2BA6:00 06CB:CFD3 Touchpad: is tagged by udev as: Touchpad
[    14.743] (II) event9  - SYNA2BA6:00 06CB:CFD3 Touchpad: device is a touchpad
[    14.743] (II) event9  - SYNA2BA6:00 06CB:CFD3 Touchpad: device removed
[    14.743] (II) libinput: SYNA2BA6:00 06CB:CFD3 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.743] (II) libinput: SYNA2BA6:00 06CB:CFD3 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.743] (II) libinput: SYNA2BA6:00 06CB:CFD3 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.743] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-SYNA2BA6:00/0018:06CB:CFD3.0002/input/input12/event9"
[    14.743] (II) XINPUT: Adding extended input device "SYNA2BA6:00 06CB:CFD3 Touchpad" (type: TOUCHPAD, id 11)
[    14.743] (**) Option "AccelerationScheme" "none"
[    14.743] (**) SYNA2BA6:00 06CB:CFD3 Touchpad: (accel) selected scheme none/0
[    14.743] (**) SYNA2BA6:00 06CB:CFD3 Touchpad: (accel) acceleration factor: 2.000
[    14.743] (**) SYNA2BA6:00 06CB:CFD3 Touchpad: (accel) acceleration threshold: 4
[    14.744] (II) event9  - SYNA2BA6:00 06CB:CFD3 Touchpad: is tagged by udev as: Touchpad
[    14.744] (II) event9  - SYNA2BA6:00 06CB:CFD3 Touchpad: device is a touchpad
[    14.745] (II) config/udev: Adding input device SYNA2BA6:00 06CB:CFD3 Touchpad (/dev/input/mouse1)
[    14.745] (II) No input driver specified, ignoring this device.
[    14.745] (II) This device may have been added with another device file.
[    14.745] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event6)
[    14.745] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[    14.745] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[    14.745] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 49 paused 0
[    14.745] (**) Ideapad extra buttons: always reports core events
[    14.745] (**) Option "Device" "/dev/input/event6"
[    14.745] (II) event6  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    14.745] (II) event6  - Ideapad extra buttons: device is a keyboard
[    14.746] (II) event6  - Ideapad extra buttons: device removed
[    14.746] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input6/event6"
[    14.746] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 12)
[    14.746] (II) event6  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    14.746] (II) event6  - Ideapad extra buttons: device is a keyboard
[    14.746] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event10)
[    14.746] (II) No input driver specified, ignoring this device.
[    14.746] (II) This device may have been added with another device file.
[    14.746] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event11)
[    14.746] (**) sof-hda-dsp Headphone: Applying InputClass "libinput keyboard catchall"
[    14.746] (II) Using input driver 'libinput' for 'sof-hda-dsp Headphone'
[    14.746] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 50 paused 0
[    14.746] (**) sof-hda-dsp Headphone: always reports core events
[    14.746] (**) Option "Device" "/dev/input/event11"
[    14.747] (II) event11 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[    14.747] (II) event11 - sof-hda-dsp Headphone: device is a keyboard
[    14.747] (II) event11 - sof-hda-dsp Headphone: device removed
[    14.747] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input15/event11"
[    14.747] (II) XINPUT: Adding extended input device "sof-hda-dsp Headphone" (type: KEYBOARD, id 13)
[    14.747] (II) event11 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[    14.747] (II) event11 - sof-hda-dsp Headphone: device is a keyboard
[    14.747] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event12)
[    14.747] (II) No input driver specified, ignoring this device.
[    14.747] (II) This device may have been added with another device file.
[    14.748] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event13)
[    14.748] (II) No input driver specified, ignoring this device.
[    14.748] (II) This device may have been added with another device file.
[    14.748] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event14)
[    14.748] (II) No input driver specified, ignoring this device.
[    14.748] (II) This device may have been added with another device file.
[    14.748] (II) config/udev: Adding input device Intel HID events (/dev/input/event7)
[    14.748] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    14.748] (II) Using input driver 'libinput' for 'Intel HID events'
[    14.748] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 51 paused 0
[    14.748] (**) Intel HID events: always reports core events
[    14.748] (**) Option "Device" "/dev/input/event7"
[    14.748] (II) event7  - Intel HID events: is tagged by udev as: Keyboard
[    14.748] (II) event7  - Intel HID events: device is a keyboard
[    14.748] (II) event7  - Intel HID events: device removed
[    14.748] (**) Option "config_info" "udev:/sys/devices/platform/INTC1077:00/input/input7/event7"
[    14.748] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 14)
[    14.749] (II) event7  - Intel HID events: is tagged by udev as: Keyboard
[    14.749] (II) event7  - Intel HID events: device is a keyboard
[    14.749] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    14.749] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    14.749] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    14.749] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 52 paused 0
[    14.749] (**) AT Translated Set 2 keyboard: always reports core events
[    14.749] (**) Option "Device" "/dev/input/event3"
[    14.750] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    14.750] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    14.750] (II) event3  - AT Translated Set 2 keyboard: device removed
[    14.750] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    14.750] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[    14.750] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    14.750] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    15.385] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    15.385] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    15.385] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    15.385] (--) NVIDIA(GPU-0): 
[    15.596] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    15.596] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    15.596] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    15.596] (--) NVIDIA(GPU-0): 
[    15.745] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    15.745] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    15.745] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[    15.745] (--) NVIDIA(GPU-0):

Don't really see anything wrong except that it suddenly stops.

seth wrote:

WRT the OT: did removing the GDK_BACKEND environment change anything about the behavior?
Resp. you can try to "GDK_BACKEND=x11 audacity" from konsole and see whether that then triggers the bell (so whether the environment is relevant to your problem at all)

I tried this, and it indeed triggers the bell. So yes, it seems to be relevant.

And that is weird, because I used to add this environment variable on my other computers to make sure the user interface worked smoothly, but I never had this problem then. But of course, on the other hand, my X11 on this pc doesn't seem to be in good health.

Offline

#24 2025-04-03 15:25:05

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

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

[    14.592] (==) Using config file: "/etc/X11/xorg.conf"

nvidia-settings generated cruft, remove that.
Instead rather add "nvidia_drm.modeset=1" to the https://wiki.archlinux.org/title/Kernel_parameters to restore the natural order of cards
Since there're not outputs connected to the nvidia GPU, I'd assume it's also the reason why X11 "doesn't work" for you.

I tried this, and it indeed triggers the bell. So yes, it seems to be relevant.

So, remove that environment vriable? At least try whether the GTK clients behave w/o.

Offline

#25 2025-04-03 15:41:59

scippie
Member
Registered: 2019-06-07
Posts: 168

Re: [SOLVED] System hanging with terrible endless bell sound when bckspcng

seth wrote:
[    14.592] (==) Using config file: "/etc/X11/xorg.conf"

nvidia-settings generated cruft, remove that.

While I originally didn't generate this file, it now existed as a try to make it work again. And I never removed it of course.

seth wrote:

Instead rather add "nvidia_drm.modeset=1" to the https://wiki.archlinux.org/title/Kernel_parameters to restore the natural order of cards
Since there're not outputs connected to the nvidia GPU, I'd assume it's also the reason why X11 "doesn't work" for you.

I already had before, but also together with the generated nvidia config.

And now it works!

Under X11, I do get a bell sound, but it doesn't repeat so indefinitely, so the system doesn't freeze on it.

seth wrote:

So, remove that environment vriable? At least try whether the GTK clients behave w/o.

Yes, that works, but there is a reason why it is there. While I don't immediately notice it now, I know I used to add this to have a moving cursor while playing audio.
And... on the Gimp menu entry, there is no such GDK_BACKEND=x11, so I can't remove it there.

But now that X11 is fixed again, I am going to try under Wayland to see if the problem still exists. But I post this reply already to not lose it if the system hangs after the test.

Offline

Board footer

Powered by FluxBB