You are not logged in.

#1 2026-04-16 09:19:26

LichHunter
Member
Registered: 2026-02-20
Posts: 12

[SOLVED]Session crashes after login, booted back to sddm

So I have been using arch on my gigabyte laptop, running an nvidia 4060 and an intel cpu, everytime after I log in, it works for about 2 minutes and then boots me back to the sddm login screen. Curious enough when I try to change to tty, the login screen dissapears and I'm back inside KDE where I left off,

I use SDDM with KDE. Nvidia Graphics and Intel cpu with iGPU.

Here are my recent boot logs

https://termbin.com/2w3v

Any help is appreciated.

Last edited by LichHunter (Yesterday 09:29:08)

Offline

#2 2026-04-16 13:08:09

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

Re: [SOLVED]Session crashes after login, booted back to sddm

Apr 16 10:13:31 KHALED-BM sudo[4161]:   khaled : TTY=pts/1 ; PWD=/home/khaled ; USER=root ; COMMAND=/usr/bin/journalctl -e
sudo journalctl -b

after the session failed, you can

sudo journalctl -b | curl -s -H "Accept: application/json, */*" --upload-file - 'https://paste.c-net.org/'

Edit: there's somehow a 90s session

Apr 16 10:11:42 KHALED-BM (systemd)[1029]: pam_unix(systemd-user:session): session opened for user khaled(uid=1000) by khaled(uid=0)
Apr 16 10:11:42 KHALED-BM systemd[1]: Started Session 2 of User khaled.
Apr 16 10:13:12 KHALED-BM sddm-helper[1023]: pam_unix(sddm:session): session closed for user khaled

seems dbus related.

echo $DBUS_SESSION_BUS_ADDRESS

Last edited by seth (2026-04-16 13:15:09)

Offline

#3 2026-04-17 08:42:02

LichHunter
Member
Registered: 2026-02-20
Posts: 12

Re: [SOLVED]Session crashes after login, booted back to sddm

I did an update today, and so far I've rebooted the pc a few times and the error hasn't happened yet, but I'm still observing it, for the Dbus command:

echo $DBUS_SESSION_BUS_ADDRESS
unix:path=/run/user/1000/bus
seth wrote:

Edit: there's somehow a 90s session

Also, what does this mean

Offline

#4 2026-04-17 12:35:20

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

Re: [SOLVED]Session crashes after login, booted back to sddm

There was a session that ran for ~90s (suspiciously the default systemd service timeout)

the error hasn't happened yet, but I'm still observing it

Errr? Hein?
The dbus address is fine, unless the problem still manifests and please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

You can remove the tag and bump the thread w/ a new journal if and when this happens again.

Offline

#5 2026-05-07 08:53:52

LichHunter
Member
Registered: 2026-02-20
Posts: 12

Re: [SOLVED]Session crashes after login, booted back to sddm

So the problem occurred again with this boot, and here are the boot logs

https://termbin.com/wgl9

I hope anyone can help me with this, it's been been really weird, since the nvidia-open change. Thanks in advance.

Offline

#6 2026-05-07 13:29:44

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

Re: [SOLVED]Session crashes after login, booted back to sddm

COMMAND=/usr/bin/journalctl -e

sudo journalctl -b
???…
May 07 09:06:16 KHALED-BM sddm-helper-start-x11user[985]: " UnloadModule: \"libinput\"\n(II) systemd-logind: releasing fd for 13:68\n"
…
May 07 09:07:44 KHALED-BM sddm-helper[1050]: [PAM] Closing session
May 07 09:07:44 KHALED-BM sddm-helper[1050]: pam_unix(sddm:session): session closed for user khaled

Looks again like a session ran for ~90s

May 07 09:06:56 KHALED-BM systemd[1056]: Started Portal service (GTK/GNOME implementation).
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
May 07 09:06:56 KHALED-BM systemd[1056]: Starting Xdg Desktop Portal For KDE...
May 07 09:06:57 KHALED-BM systemd[1056]: Started Xdg Desktop Portal For KDE.
May 07 09:06:57 KHALED-BM systemd[1056]: Started Portal service.
May 07 09:06:57 KHALED-BM kwin_wayland[1218]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /proc/1218/root")
pacman -Qikk xdg-desktop-portal-kde

Offline

#7 2026-05-07 13:37:07

LichHunter
Member
Registered: 2026-02-20
Posts: 12

Re: [SOLVED]Session crashes after login, booted back to sddm

Is there any way to fix it? It's been random, it either works or not, depending on it's mood.

pacman -Qikk xdg-desktop-portal-kde
Name            : xdg-desktop-portal-kde
Version         : 6.6.4-1
Description     : A backend implementation for xdg-desktop-portal using Qt/KF5
Architecture    : x86_64
URL             : https://kde.org/plasma-desktop/
Licenses        : LGPL-2.0-or-later
Groups          : plasma
Provides        : xdg-desktop-portal-impl
Depends On      : gcc-libs  glibc  kconfig  kcoreaddons  kcrash  kglobalaccel  kguiaddons  kiconthemes  ki18n  kio  kio-fuse  kirigami  kirigami-addons  kitemviews  knotifications  kpipewire  kservice
                  kstatusnotifieritem  kwayland  kwindowsystem  libxkbcommon  plasma-workspace  qt6-base  qt6-declarative  wayland  xdg-desktop-portal
Optional Deps   : None
Required By     : plasma-integration
Optional For    : xdg-desktop-portal
Conflicts With  : None
Replaces        : None
Installed Size  : 2.40 MiB
Packager        : Antonio Rojas <arojas@archlinux.org>
Build Date      : Tue Apr 7 14:29:08 2026
Install Date    : Fri Apr 10 11:33:24 2026
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature

xdg-desktop-portal-kde: 182 total files, 0 altered files

Offline

#8 2026-05-07 13:44:12

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

Re: [SOLVED]Session crashes after login, booted back to sddm

First and foremost it would be helpful to see the entire journal - the beginning of your session is missing.
The next main question would be why xdg-desktop-portal-g* is
a) kicking in
b) installed

Can you "sudo pacman -Rs xdg-desktop-portal-gtk xdg-desktop-portal-gnome"?

Offline

#9 2026-05-07 14:01:09

LichHunter
Member
Registered: 2026-02-20
Posts: 12

Re: [SOLVED]Session crashes after login, booted back to sddm

for xdg-desktop-portal-g

sudo pacman -Rs xdg-desktop-portal-gtk
[sudo] password for khaled: 
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing xdg-desktop-portal-gtk breaks dependency 'xdg-desktop-portal-gtk' required by gtk4
:: removing xdg-desktop-portal-gtk breaks dependency 'xdg-desktop-portal-gtk' required by kde-gtk-config
 ✘  ~  sudo pacman -Rs xdg-desktop-portal-gtk xdg-desktop-portal-gnome
error: target not found: xdg-desktop-portal-gnome

This here is my boot journal

https://termbin.com/spc2

I've rebooted the pc over a dozen times now and it didn't display the same behavior.
I'm pretty much puzzled over what's going on.

Offline

#10 2026-05-07 14:26:44

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

Re: [SOLVED]Session crashes after login, booted back to sddm

May 07 14:57:40 KHALED-BM systemd[977]: Starting Portal service...
May 07 14:57:40 KHALED-BM systemd[977]: Starting flatpak document portal service...
May 07 14:57:40 KHALED-BM systemd[977]: Started flatpak document portal service.
May 07 14:57:40 KHALED-BM /usr/lib/xdg-desktop-portal[1095]: Choosing gtk.portal for org.freedesktop.impl.portal.Lockdown as a last-resort fallback
May 07 14:57:45 KHALED-BM systemd[977]: Starting Portal service (GTK/GNOME implementation)...
May 07 14:57:45 KHALED-BM systemd[977]: Started Portal service (GTK/GNOME implementation).
May 07 14:57:45 KHALED-BM systemd[977]: Starting Xdg Desktop Portal For KDE...
May 07 14:57:46 KHALED-BM systemd[977]: Started Xdg Desktop Portal For KDE.
May 07 14:57:46 KHALED-BM systemd[977]: Started Portal service.
May 07 14:57:46 KHALED-BM kwin_wayland[1088]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /proc/1088/root")
May 07 14:57:46 KHALED-BM ksmserver[1274]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.ksmserver'")
May 07 14:57:46 KHALED-BM gmenudbusmenuproxy[1352]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.gmenudbusmenuproxy'")
…
May 07 14:57:55 KHALED-BM kitty[1686]: [4.488] [glfw error 65544]: Notify: Failed to get server capabilities error: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Something's fishy about the session service nevertheless.

ps aux | grep dbus
qdbus6

Offline

#11 2026-05-07 14:29:11

LichHunter
Member
Registered: 2026-02-20
Posts: 12

Re: [SOLVED]Session crashes after login, booted back to sddm

ps aux | grep dbus
dbus         753  0.0  0.0   9012  6628 ?        Ss   14:57   0:00 /usr/bin/dbus-broker-launch --scope system --audit
dbus         759  0.0  0.0   6716  4828 ?        S    14:57   0:00 dbus-broker --log 10 --controller 9 --machine-id 4c95f3c73cff44f389d972babf33bba2 --max-bytes 536870912 --max-fds 4096 --max-matches 131072 --audit
root         971  0.0  0.1  86492 24468 ?        S    14:57   0:00 /usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-5c9de1c0-5cf3-48b3-9690-a95ce1845585 --id 3 --start /usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland --user khaled
khaled      1071  0.0  0.0   8452  6076 ?        Ss   14:57   0:00 /usr/bin/dbus-broker-launch --scope user
khaled      1072  0.0  0.0   6436  4604 ?        S    14:57   0:00 dbus-broker --log 11 --controller 10 --machine-id 4c95f3c73cff44f389d972babf33bba2 --max-bytes 100000000000000 --max-fds 25000000000000 --max-matches 5000000000
khaled      1266  0.0  0.0   8452  5988 ?        S    14:57   0:00 /usr/bin/dbus-broker-launch --config-file=/usr/share/defaults/at-spi2/accessibility.conf --scope user
khaled      1272  0.0  0.0   4604  2780 ?        S    14:57   0:00 dbus-broker --log 10 --controller 9 --machine-id 4c95f3c73cff44f389d972babf33bba2 --max-bytes 100000000000000 --max-fds 6400000 --max-matches 5000000000
khaled      1352  0.0  0.1 229792 27452 ?        Ssl  14:57   0:00 /usr/bin/gmenudbusmenuproxy
khaled      1541  0.0  0.0   7768  5568 ?        S    14:57   0:00 bash /home/khaled/.local/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/gdbus_get_signal.sh session luisbocanegra.panel.colorizer.c30.w88 luisbocanegra.panel.colorizer.c30.w88 preset preset_changed
khaled      1542  0.0  0.0   7768  5576 ?        S    14:57   0:00 bash /home/khaled/.local/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/gdbus_get_signal.sh session luisbocanegra.panel.colorizer.c30.w88 luisbocanegra.panel.colorizer.c30.w88 preset property_changed
khaled      1546  0.0  0.0 169460  8492 ?        Sl   14:57   0:00 gdbus monitor --session --dest luisbocanegra.panel.colorizer.c30.w88
khaled      1547  0.0  0.0 169460  8440 ?        Sl   14:57   0:00 gdbus monitor --session --dest luisbocanegra.panel.colorizer.c30.w88
khaled      1550  0.0  0.0   7768  4188 ?        S    14:57   0:00 bash /home/khaled/.local/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/gdbus_get_signal.sh session luisbocanegra.panel.colorizer.c30.w88 luisbocanegra.panel.colorizer.c30.w88 preset property_changed
khaled      1551  0.0  0.0   7768  4180 ?        S    14:57   0:00 bash /home/khaled/.local/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/gdbus_get_signal.sh session luisbocanegra.panel.colorizer.c30.w88 luisbocanegra.panel.colorizer.c30.w88 preset preset_changed
khaled      1573  0.0  0.0   7768  5496 ?        S    14:57   0:00 bash /home/khaled/.local/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/gdbus_get_signal.sh session luisbocanegra.panel.colorizer.c61.w89 luisbocanegra.panel.colorizer.c61.w89 preset preset_changed
khaled      1575  0.0  0.0 169460  8440 ?        Sl   14:57   0:00 gdbus monitor --session --dest luisbocanegra.panel.colorizer.c61.w89
khaled      1577  0.0  0.0   7768  4112 ?        S    14:57   0:00 bash /home/khaled/.local/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/gdbus_get_signal.sh session luisbocanegra.panel.colorizer.c61.w89 luisbocanegra.panel.colorizer.c61.w89 preset preset_changed
khaled      1582  0.0  0.0   7768  5508 ?        S    14:57   0:00 bash /home/khaled/.local/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/gdbus_get_signal.sh session luisbocanegra.panel.colorizer.c61.w89 luisbocanegra.panel.colorizer.c61.w89 preset property_changed
khaled      1585  0.0  0.0 169460  8448 ?        Sl   14:57   0:00 gdbus monitor --session --dest luisbocanegra.panel.colorizer.c61.w89
khaled      1587  0.0  0.0   7768  4112 ?        S    14:57   0:00 bash /home/khaled/.local/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/gdbus_get_signal.sh session luisbocanegra.panel.colorizer.c61.w89 luisbocanegra.panel.colorizer.c61.w89 preset property_changed
khaled      1593  0.0  0.0   7768  5476 ?        S    14:57   0:00 bash /home/khaled/.local/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/gdbus_get_signal.sh session luisbocanegra.panel.colorizer.c96.w98 luisbocanegra.panel.colorizer.c96.w98 preset preset_changed
khaled      1594  0.0  0.0   7768  5560 ?        S    14:57   0:00 bash /home/khaled/.local/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/gdbus_get_signal.sh session luisbocanegra.panel.colorizer.c96.w98 luisbocanegra.panel.colorizer.c96.w98 preset property_changed
khaled      1598  0.0  0.0 169460  8436 ?        Sl   14:57   0:00 gdbus monitor --session --dest luisbocanegra.panel.colorizer.c96.w98
khaled      1599  0.0  0.0 169460  8488 ?        Sl   14:57   0:00 gdbus monitor --session --dest luisbocanegra.panel.colorizer.c96.w98
khaled      1602  0.0  0.0   7768  4184 ?        S    14:57   0:00 bash /home/khaled/.local/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/gdbus_get_signal.sh session luisbocanegra.panel.colorizer.c96.w98 luisbocanegra.panel.colorizer.c96.w98 preset property_changed
khaled      1603  0.0  0.0   7768  4180 ?        S    14:57   0:00 bash /home/khaled/.local/share/plasma/plasmoids/luisbocanegra.panel.colorizer/contents/ui/tools/gdbus_get_signal.sh session luisbocanegra.panel.colorizer.c96.w98 luisbocanegra.panel.colorizer.c96.w98 preset preset_changed
khaled     18586  0.0  0.0   6680  4220 pts/1    S+   15:27   0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox --exclude-dir=.venv --exclude-dir=venv dbus
qdbus6
:1.0
:1.1
 org.freedesktop.systemd1
:1.10
 org.freedesktop.portal.Documents
:1.11
 org.freedesktop.ScreenSaver
 org.freedesktop.a11y.Manager
 org.kde.KWin
 org.kde.KWin.Effect.WindowView1
 org.kde.KWin.HighlightWindow
 org.kde.KWin.NightLight
 org.kde.KWin.ScreenShot2
 org.kde.keyboard
 org.kde.kglobalaccel
 org.kde.screensaver
 org.kde.touchpad
:1.13
:1.14
:1.16
 org.freedesktop.ReserveDevice1.Audio0
 org.freedesktop.ReserveDevice1.Audio1
 org.freedesktop.ReserveDevice1.Audio2
:1.17
 org.pipewire.Telephony
:1.2
:1.20
 org.a11y.Bus
:1.21
:1.22
 org.gtk.Settings
 org.kde.GtkConfig
 org.kde.StatusNotifierWatcher
 org.kde.Wacom
 org.kde.kappmenu
 org.kde.kded6
 org.kde.plasmanetworkmanagement
 org.kde.plasmashell.accentColor
:1.23
 org.freedesktop.impl.portal.desktop.kwallet
 org.freedesktop.secrets
 org.kde.ksecretd
 org.kde.secretservicecompat
:1.24
 org.kde.ksmserver
:1.26
:1.27
:1.28
:1.29
 ca.desrt.dconf
:1.30
 com.canonical.Unity
 org.freedesktop.Notifications
 org.kde.JobViewServer
 org.kde.StatusNotifierHost-1290
 org.kde.klipper
 org.kde.kuiserver
 org.kde.plasmashell
:1.31
 org.kde.plasma.browser.integration
:1.32
 org.kde.ActivityManager
 org.kde.runners.activities
:1.34
 org.kde.gmenudbusmenuproxy
:1.35
 org.kde.xembedsniproxy
:1.36
 org.pulseaudio.Server
:1.37
 org.kde.kaccess
:1.38
 org.kde.polkit-kde-authentication-agent-1
:1.39
 org.freedesktop.PowerManagement
 org.freedesktop.PowerManagement.Inhibit
 org.kde.ScreenBrightness
 org.kde.Solid.PowerManagement
 org.kde.Solid.PowerManagement.PolicyAgent
 org.kde.org_kde_powerdevil
:1.4
 org.kde.KWinWrapper
:1.41
 org.kde.kwalletd
 org.kde.kwalletd5
 org.kde.kwalletd6
:1.42
:1.43
:1.47
 org.kde.discover.notifier
:1.49
 org.freedesktop.impl.portal.desktop.gtk
:1.50
:1.51
 org.freedesktop.impl.portal.desktop.kde
:1.52
:1.53
:1.55
 org.freedesktop.background.Monitor
:1.57
:1.58
:1.59
 luisbocanegra.panel.colorizer.c30.w88
:1.6
 org.kde.baloo
:1.60
 luisbocanegra.panel.colorizer.c61.w89
:1.61
:1.62
:1.63
 luisbocanegra.panel.colorizer.c96.w98
:1.68
 org.mozilla.firefox_developer_edition.L2hvbWUva2hhbGVkLy5tb3ppbGxhL2ZpcmVmb3gvMDF5ZTl0YzguZGV2LWVkaXRpb24tZGVmYXVsdA__
 org.mpris.MediaPlayer2.firefox.instance_1_68
:1.69
 org.mozilla.firefox.L2hvbWUva2hhbGVkLy5tb3ppbGxhL2ZpcmVmb3gvc3BqNDZybnUuZGVmYXVsdC1yZWxlYXNl
:1.7
 org.freedesktop.portal.Desktop
:1.70
:1.71
:1.72
:1.73
:1.78
 org.kde.plasma.browser_integration
 org.mpris.MediaPlayer2.plasma-browser-integration
:1.79
 org.kde.plasma.browser_integration-3095
:1.9
 org.freedesktop.impl.portal.PermissionStore
:1.93
org.freedesktop.DBus

Offline

#12 2026-05-07 14:40:47

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

Re: [SOLVED]Session crashes after login, booted back to sddm

Session bus is there, get rid of whatever "luisbocanegra.panel.colorizer" is and see whether the problem remains.

Offline

#13 2026-05-07 14:44:18

LichHunter
Member
Registered: 2026-02-20
Posts: 12

Re: [SOLVED]Session crashes after login, booted back to sddm

Thanks for all the help! I went to the github page after you mentioned that, and there is a small bit about system updates:

The C++ plugin may stop working or cause Plasma to crash after a system update (#209) and will need to be rebuilt, see Build from source (With C++ Plugin).

https://github.com/luisbocanegra/plasma-panel-colorizer
It's an extension to customize plasma dock.

Offline

#14 2026-06-01 10:25:50

LichHunter
Member
Registered: 2026-02-20
Posts: 12

Re: [SOLVED]Session crashes after login, booted back to sddm

Alright now we're back with the same problem, I removed the panel colorizer, and I removed all it's remnants. I did an update today and it resulted into the same error. And now after I reboot I get a stuck or blinking cursor in the top left corner, in that case I have to switch to tty2  login and start plasma manually. Here are my latest boot logs

https://paste.c-net.org/DealingInvasive

Offline

#15 2026-06-01 15:08:11

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

Re: [SOLVED]Session crashes after login, booted back to sddm

Not the same error at all.

Jun 01 11:13:14 KHALED-BM sddm-helper-start-wayland[746]: Starting Wayland process "weston --shell=kiosk" "sddm"
Jun 01 11:13:14 KHALED-BM sddm-helper-start-wayland[746]: Failed to start "weston --shell=kiosk": Child process set up failed: execve: No such file or directory
Jun 01 11:13:14 KHALED-BM sddm-helper-start-wayland[746]: SDDM was unable to start "weston --shell=kiosk"
Jun 01 11:13:14 KHALED-BM sddm-helper[730]: [PAM] Closing session
Jun 01 11:13:14 KHALED-BM sddm-helper[730]: pam_unix(sddm-greeter:session): session closed for user sddm
Jun 01 11:13:14 KHALED-BM sddm-helper[730]: [PAM] Ended.
Jun 01 11:13:14 KHALED-BM sddm[726]: Auth: sddm-helper exited with 4
Jun 01 11:13:14 KHALED-BM sddm[726]: Greeter stopped. SDDM::Auth::HELPER_DISPLAYSERVER_ERROR
Jun 01 11:13:14 KHALED-BM sddm[726]: Removing display SDDM::Display(0x56366b7847a0) ...
Jun 01 11:13:14 KHALED-BM sddm[726]: Socket server stopping...
Jun 01 11:13:14 KHALED-BM sddm[726]: Socket server stopped.
Jun 01 11:13:14 KHALED-BM sddm[726]: Failed to launch the display server, falling back to DisplayServer=x11-user
Jun 01 11:13:14 KHALED-BM systemd[1]: session-c1.scope: Deactivated successfully.
Jun 01 11:13:14 KHALED-BM sddm[726]: Adding new display...
Jun 01 11:13:14 KHALED-BM sddm[726]: Loaded empty theme configuration
Jun 01 11:13:14 KHALED-BM systemd-logind[625]: Session c1 logged out. Waiting for processes to exit.
Jun 01 11:13:14 KHALED-BM systemd-logind[625]: Removed session c1.
Jun 01 11:13:14 KHALED-BM sddm[726]: Using VT 1
Jun 01 11:13:14 KHALED-BM sddm[726]: Display server started.
Jun 01 11:13:14 KHALED-BM sddm[726]: Socket server starting...
Jun 01 11:13:14 KHALED-BM sddm[726]: Socket server started.
Jun 01 11:13:14 KHALED-BM sddm[726]: Loading theme configuration from "/usr/share/sddm/themes/Nordic-Plasma-6/theme.conf"
Jun 01 11:13:14 KHALED-BM sddm[726]: Greeter starting...
Jun 01 11:13:14 KHALED-BM systemd[736]: Reached target Sound Card.
Jun 01 11:13:14 KHALED-BM sddm-helper[749]: [PAM] Starting...
Jun 01 11:13:14 KHALED-BM sddm-helper[749]: [PAM] Authenticating...
Jun 01 11:13:14 KHALED-BM sddm-helper[749]: [PAM] returning.
Jun 01 11:13:14 KHALED-BM sddm-helper[749]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=963) by (uid=0)
Jun 01 11:13:14 KHALED-BM systemd-logind[625]: New session 'c2' of user 'sddm' with class 'greeter' and type 'x11'.
Jun 01 11:13:14 KHALED-BM systemd[1]: Started Session c2 of User sddm.
Jun 01 11:13:14 KHALED-BM sddm-helper[749]: Starting X11 session: "/usr/bin/X -nolisten tcp -background none -seat seat0 -noreset -keeptty -novtswitch -verbose 3" "/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm--MVFMpL --theme /usr/share/sddm/themes/Nordic-Plasma-6"
Jun 01 11:13:14 KHALED-BM sddm-helper[752]: Jumping to VT 1
Jun 01 11:13:14 KHALED-BM sddm-helper[752]: VT mode didn't need to be fixed
Jun 01 11:13:14 KHALED-BM sddm[726]: Greeter session started successfully
Jun 01 11:13:14 KHALED-BM sddm-helper-start-x11user[752]: Xauthority path: "/run/user/963/xauth_hOvrRB"
Jun 01 11:13:14 KHALED-BM sddm-helper-start-x11user[752]: Running server: /usr/bin/X -nolisten tcp -background none -seat seat0 -noreset -keeptty -novtswitch -verbose 3 -auth /run/user/963/xauth_hOvrRB -displayfd 13 vt1
Jun 01 11:13:15 KHALED-BM kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
Jun 01 11:13:15 KHALED-BM kernel: nvidia 0000:01:00.0: [drm] fb1: nvidia-drmdrmfb frame buffer device
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: X11 display: :0
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: starting XOrg Greeter... ":0"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: Writing cookie to "/run/user/963/xauth_hOvrRB"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: Setting default cursor...
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: Failed to start "xsetroot -cursor_name left_ptr": Child process set up failed: execve: No such file or directory
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: Running display setup script: /usr/share/sddm/scripts/Xsetup
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(--) Log file renamed from \"/var/lib/sddm/.local/share/xorg/Xorg.pid-755.log\" to \"/var/lib/sddm/.local/share/xorg/Xorg.0.log\"\n\nX.Org X Server 1.21.1.22\nX Protocol Version 11, Revision 0\nCurrent Operating System: Linux KHALED-BM 7.0.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 23 May 2026 14:21:20 +0000 x86_64\nKernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=d9aecf24-9f65-447f-bba7-a0c456a550c7 rw rootflags=subvol=@ loglevel=3 quiet nvidia-drm.modeset=1 nvidia_drm.fbdev=1\n \nCurrent version of pixman: 0.46.4\n\tBefore reporting problems, check http://wiki.x.org\n\tto make sure that you have the latest version.\nMarkers: (--) probed, (**) from config file, (==) default setting,\n\t(++) from command line, (!!) notice, (II) informational,\n\t(WW) warning, (EE) error, (NI) not implemented, (??) unknown.\n(==) Log file: \"/var/lib/sddm/.local/share/xorg/Xorg.0.log\", Time: Mon Jun  1 11:13:15 2026\n(==) Using config directory: \"/etc/X11/xorg.conf.d\"\n(==) Using system config directory \"/usr/share/X11/xorg.conf.d\"\n(==) No Layout section.  Using the first Screen section.\n(==) No screen section available. Using defaults.\n(**) |-->Screen \"Default Screen Section\" (0)\n(**) |   |-->Monitor \"<default monitor>\"\n(==) No monitor specified for screen \"Default Screen Section\".\n\tUsing a default monitor configuration.\n(**) Allowing byte-swapped clients\n(==) Automatically adding devices\n(==) Automatically enabling devices\n(==) Automatically adding GPU devices\n(==) Automatically binding GPU devices\n(==) Max clients allowed: 256, resource mask: 0x1fffff\n(WW) The directory \"/usr/share/fonts/misc\" does not exist.\n\tEntry deleted from font path.\n(WW) `fonts.dir' not found (or not valid) in \"/usr/share/fonts/TTF\".\n\tEntry deleted from font path.\n\t(Run 'mkfontdir' on \"/usr/share/fonts/TTF\").\n(WW) The directory \"/usr/share/fonts/OTF\" does not exist.\n\tEntry deleted from font path.\n(WW) The directory \"/usr/share/fonts/Type1\" does not exist.\n\tEntry deleted from font path.\n(WW) The directory \"/usr/share/fonts/100dpi\" does not exist.\n\tEntry deleted from font path.\n(WW) The directory \"/usr/share/fonts/75dpi\" does not exist.\n\tEntry deleted from font path.\n(==) FontPath set to:\n\t\n(==) ModulePath set to \"/usr/lib/xorg/modules\"\n(II) The server relies on udev to provide the list of input devices.\n\tIf no devices become available, reconfigure udev or disable AutoAddDevices.\n(II) Module ABI versions:\n\tX.Org ANSI C Emulation: 0.4\n\tX.Org Video Driver: 25.2\n\tX.Org XInput driver : 24.4\n\tX.Org Server Extension : 10.0\n(++) using VT number 1\n\n(II) systemd-logind: took control of session /org/freedesktop/login1/session/c2\n(II) xfree86: Adding drm device (/dev/dri/card0)\n(II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0\n(II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0\n(II) xfree86: Adding drm device (/dev/dri/card1)\n(II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1\n(II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 15 paused 0\n(**) OutputClass \"nvidia\" ModulePath extended to \"/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules\"\n(--) PCI:*(0@0:2:0) 8086:a7a8:1558:a553 rev 4, Mem @ 0x6202000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072\n(--) PCI: (1@0:0:0) 10de:28a0:1558:a553 rev 161, Mem @ 0x75000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288\n(II) LoadModule: \"glx\"\n(II) Loading /usr/lib/xorg/modules/extensions/libglx.so\n(II) Module glx: vendor=\"X.Org Foundation\"\n\tcompiled for 1.21.1.22, module version = 1.0.0\n\tABI class: X.Org Server Extension, version 10.0\n(II) Applying OutputClass \"nvidia\" to /dev/dri/card0\n\tloading driver: nvidia\n(==) Matched intel as autoconfigured driver 0\n(==) Matched nvidia as autoconfigured driver 1\n(==) Matched nouveau as autoconfigured driver 2\n(==) Matched nv as autoconfigured driver 3\n(==) Matched modesetting as autoconfigured driver 4\n(==) Matched fbdev as autoconfigured driver 5\n(==) Matched vesa as autoconfigured driver 6\n(==) Assigned the driver to the xf86ConfigLayout\n(II) LoadModule: \"intel\"\n(WW) Warning, couldn't open module intel\n(EE) Failed to load module \"intel\" (module does not exist, 0)\n(II) LoadModule: \"nvidia\"\n(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so\n(II) Module nvidia: vendor=\"NVIDIA Corporation\"\n\tcompiled for 1.16.99.901, module version = 1.0.0\n\tModule class: X.Org Video Driver\n(II) LoadModule: \"nouveau\"\n(WW) Warning, couldn't open module nouveau\n(EE) Failed to load module \"nouveau\" (module does not exist, 0)\n(II) LoadModule: \"nv\"\n(WW) Warning, couldn't open module nv\n(EE) Failed to load module \"nv\" (module does not exist, 0)\n(II) LoadModule: \"modesetting\"\n(II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so\n(II) Module modesetting: vendor=\"X.Org Foundation\"\n\tcompiled for 1.21.1.22, module version = 1.21.1\n\tModule class: X.Org Video Driver\n\tABI class: X.Org Video Driver, version 25.2\n(II) LoadModule: \"fbdev\"\n(WW) Warning, couldn't open module fbdev\n(EE) Failed to load module \"fbdev\" (module does not exist, 0)\n(II) LoadModule: \"vesa\"\n(WW) Warning, couldn't open module vesa\n(EE) Failed to load module \"vesa\" (module does not exist, 0)\n(II) NVIDIA dlloader X Driver  610.43.02  Tue May 19 11:10:45 UTC 2026\n(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs\n(II) modesetting: Driver for Modesetting Kernel Drivers: kms\n(II) modeset(0): using drv /dev/dri/card1\n(II) systemd-logind: releasing fd for 226:0\n(II) Loading sub module \"fb\"\n(II) LoadModule: \"fb\"\n(II) Module \"fb\" already built-in\n(II) Loading sub module \"wfb\"\n(II) LoadModule: \"wfb\"\n(II) Loading /usr/lib/xorg/modules/libwfb.so\n(II) Module wfb: vendor=\"X.Org Foundation\"\n\tcompiled for 1.21.1.22, module version = 1.0.0\n\tABI class: X.Org ANSI C Emulation, version 0.4\n(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support\n(II) modeset(0): Creating default Display subsection in Screen section\n\t\"Default Screen Section\" for depth/fbbpp 24/32\n(==) modeset(0): Depth 24, (==) framebuffer bpp 32\n(==) modeset(0): RGB weight 888\n(==) modeset(0): Default visual is TrueColor\n(II) Loading sub module \"glamoregl\"\n(II) LoadModule: \"glamoregl\"\n(II) Loading /usr/lib/xorg/modules/libglamoregl.so\n(II) Module glamoregl: vendor=\"X.Org Foundation\"\n\tcompiled for 1.21.1.22, module version = 1.0.1\n\tABI class: X.Org ANSI C Emulation, version 0.4\n(II) modeset(0): glamor: Using OpenGL 4.6 context.\n(II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (RPL-P)\n(II) modeset(0): glamor initialized\n(==) modeset(0): VariableRefresh: disabled\n(==) modeset(0): AsyncFlipSecondaries: disabled\n(II) modeset(0): Output eDP-1 has no monitor section\n(II) modeset(0): Output DP-1 has no monitor section\n(II) modeset(0): Output HDMI-1 has no monitor section\n(II) modeset(0): EDID for output eDP-1\n(II) modeset(0): Manufacturer: BOE  Model: b77  Serial#: 0\n(II) modeset(0): Year: 2022  Week: 26\n(II) modeset(0): EDID Version: 1.4\n(II) modeset(0): Digital Display Input\n(II) modeset(0): 8 bits per channel\n(II) modeset(0): Digital interface is DisplayPort\n(II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 21\n(II) modeset(0): Gamma: 2.20\n(II) modeset(0): No DPMS capabilities specified\n(II) modeset(0): Supported color encodings: RGB 4:4:4 \n(II) modeset(0): First detailed timing is preferred mode\n(II) modeset(0): Preferred mode is native pixel format and refresh rate\n(II) modeset(0): Display is continuous-frequency\n(II) modeset(0): redX: 0.583 redY: 0.330   greenX: 0.345 greenY: 0.572\n(II) modeset(0): blueX: 0.155 blueY: 0.123   whiteX: 0.318 whiteY: 0.338\n(II) modeset(0): Manufacturer's mask: 0\n(II) modeset(0): Supported detailed timing:\n(II) modeset(0): clock: 162.3 MHz   Image Size:  345 x 215 mm\n(II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0\n(II) modeset(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1300 v_border: 0\n(II) modeset(0): Ranges: V min: 60 V max: 165 Hz, H min: 215 H max: 215 kHz, PixClock max 455 MHz\n(II) modeset(0):  NE160WUM-NX6\n(II) modeset(0): Number of EDID sections to follow: 1\n(II) modeset(0): EDID (in hex):\n(II) modeset(0): \t00ffffffffffff0009e5770b00000000\n(II) modeset(0): \t1a200104a52215780366ea9554589227\n(II) modeset(0): \t1f515600000001010101010101010101\n(II) modeset(0): \t010101010101663f80a070b064403020\n(II) modeset(0): \t360059d71000001a000000fd003ca5d7\n(II) modeset(0): \td72d010a202020202020000000fe004e\n(II) modeset(0): \t4531363057554d2d4e58360a00000000\n(II) modeset(0): \t000000000000000000000000000001be\n(II) modeset(0): \t7020790200220014f7ce06857f079f00\n(II) modeset(0): \t2f001f00af046300020005002b000627\n(II) modeset(0): \t003ca40000810013721a000003013ca5\n(II) modeset(0): \t000000000000a5000000000000000000\n(II) modeset(0): \t00000000000000000000000000000000\n(II) modeset(0): \t00000000000000000000000000000000\n(II) modeset(0): \t00000000000000000000000000000000\n(II) modeset(0): \t00000000000000000000000000006d90\n(II) modeset(0): Printing probed modes for output eDP-1\n(II) modeset(0): Modeline \"1920x1200\"x165.0  446.20  1920 1968 2000 2080  1200 1203 1209 1300 -hsync -vsync (214.5 kHz eP)\n(II) modeset(0): Modeline \"1920x1200\"x60.0  162.30  1920 1968 2000 2080  1200 1203 1209 1300 +hsync -vsync (78.0 kHz eP)\n(II) modeset(0): Modeline \"1920x1200\"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)\n(II) modeset(0): Modeline \"1920x1200\"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)\n(II) modeset(0): Modeline \"1920x1080\"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)\n(II) modeset(0): Modeline \"1920x1080\"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)\n(II) modeset(0): Modeline \"1920x1080\"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)\n(II) modeset(0): Modeline \"1920x1080\"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)\n(II) modeset(0): Modeline \"1600x1200\"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)\n(II) modeset(0): Modeline \"1600x1200\"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)\n(II) modeset(0): Modeline \"1600x1200\"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)\n(II) modeset(0): Modeline \"1600x1200\"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)\n(II) modeset(0): Modeline \"1600x1200\"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)\n(II) modeset(0): Modeline \"1680x1050\"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)\n(II) modeset(0): Modeline \"1680x1050\"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)\n(II) modeset(0): Modeline \"1400x1050\"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)\n(II) modeset(0): Modeline \"1400x1050\"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)\n(II) modeset(0): Modeline \"1600x900\"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)\n(II) modeset(0): Modeline \"1600x900\"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)\n(II) modeset(0): Modeline \"1600x900\"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)\n(II) modeset(0): Modeline \"1600x900\"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)\n(II) modeset(0): Modeline \"1280x1024\"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)\n(II) modeset(0): Modeline \"1280x1024\"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)\n(II) modeset(0): Modeline \"1280x1024\"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)\n(II) modeset(0): Modeline \"1400x900\"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)\n(II) modeset(0): Modeline \"1400x900\"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)\n(II) modeset(0): Modeline \"1280x960\"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)\n(II) modeset(0): Modeline \"1280x960\"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)\n(II) modeset(0): Modeline \"1440x810\"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)\n(II) modeset(0): Modeline \"1440x810\"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)\n(II) modeset(0): Modeline \"1368x768\"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)\n(II) modeset(0): Modeline \"1368x768\"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)\n(II) modeset(0): Modeline \"1280x800\"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)\n(II) modeset(0): Modeline \"1280x800\"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)\n(II) modeset(0): Modeline \"1280x800\"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)\n(II) modeset(0): Modeline \"1280x800\"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)\n(II) modeset(0): Modeline \"1152x864\"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)\n(II) modeset(0): Modeline \"1280x720\"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)\n(II) modeset(0): Modeline \"1280x720\"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)\n(II) modeset(0): Modeline \"1280x720\"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)\n(II) modeset(0): Modeline \"1280x720\"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)\n(II) modeset(0): Modeline \"1024x768\"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)\n(II) modeset(0): Modeline \"1024x768\"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)\n(II) modeset(0): Modeline \"1024x768\"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)\n(II) modeset(0): Modeline \"1024x768\"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)\n(II) modeset(0): Modeline \"1024x768\"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)\n(II) modeset(0): Modeline \"1024x768\"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)\n(II) modeset(0): Modeline \"1024x768\"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)\n(II) modeset(0): Modeline \"1024x768i\"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)\n(II) modeset(0): Modeline \"960x720\"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)\n(II) modeset(0): Modeline \"960x720\"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)\n(II) modeset(0): Modeline \"960x720\"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)\n(II) modeset(0): Modeline \"928x696\"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)\n(II) modeset(0): Modeline \"928x696\"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)\n(II) modeset(0): Modeline \"896x672\"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)\n(II) modeset(0): Modeline \"896x672\"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)\n(II) modeset(0): Modeline \"1024x576\"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)\n(II) modeset(0): Modeline \"1024x576\"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)\n(II) modeset(0): Modeline \"1024x576\"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)\n(II) modeset(0): Modeline \"1024x576\"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)\n(II) modeset(0): Modeline \"960x600\"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)\n(II) modeset(0): Modeline \"960x600\"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)\n(II) modeset(0): Modeline \"832x624\"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)\n(II) modeset(0): Modeline \"960x540\"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)\n(II) modeset(0): Modeline \"960x540\"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)\n(II) modeset(0): Modeline \"960x540\"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)\n(II) modeset(0): Modeline \"960x540\"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)\n(II) modeset(0): Modeline \"800x600\"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)\n(II) modeset(0): Modeline \"800x600\"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)\n(II) modeset(0): Modeline \"800x600\"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)\n(II) modeset(0): Modeline \"800x600\"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)\n(II) modeset(0): Modeline \"800x600\"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)\n(II) modeset(0): Modeline \"800x600\"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)\n(II) modeset(0): Modeline \"800x600\"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)\n(II) modeset(0): Modeline \"800x600\"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)\n(II) modeset(0): Modeline \"800x600\"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)\n(II) modeset(0): Modeline \"800x600\"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)\n(II) modeset(0): Modeline \"840x525\"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)\n(II) modeset(0): Modeline \"840x525\"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)\n(II) modeset(0): Modeline \"864x486\"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)\n(II) modeset(0): Modeline \"864x486\"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)\n(II) modeset(0): Modeline \"700x525\"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)\n(II) modeset(0): Modeline \"700x525\"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)\n(II) modeset(0): Modeline \"800x450\"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)\n(II) modeset(0): Modeline \"800x450\"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)\n(II) modeset(0): Modeline \"640x512\"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)\n(II) modeset(0): Modeline \"640x512\"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)\n(II) modeset(0): Modeline \"640x512\"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)\n(II) modeset(0): Modeline \"700x450\"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)\n(II) modeset(0): Modeline \"700x450\"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)\n(II) modeset(0): Modeline \"640x480\"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)\n(II) modeset(0): Modeline \"640x480\"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)\n(II) modeset(0): Modeline \"640x480\"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)\n(II) modeset(0): Modeline \"640x480\"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)\n(II) modeset(0): Modeline \"640x480\"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)\n(II) modeset(0): Modeline \"640x480\"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)\n(II) modeset(0): Modeline \"720x405\"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)\n(II) modeset(0): Modeline \"720x405\"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)\n(II) modeset(0): Modeline \"720x400\"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)\n(II) modeset(0): Modeline \"684x384\"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)\n(II) modeset(0): Modeline \"684x384\"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)\n(II) modeset(0): Modeline \"640x400\"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)\n(II) modeset(0): Modeline \"640x400\"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)\n(II) modeset(0): Modeline \"640x400\"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)\n(II) modeset(0): Modeline \"576x432\"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)\n(II) modeset(0): Modeline \"640x360\"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)\n(II) modeset(0): Modeline \"640x360\"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)\n(II) modeset(0): Modeline \"640x360\"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)\n(II) modeset(0): Modeline \"640x360\"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)\n(II) modeset(0): Modeline \"640x350\"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)\n(II) modeset(0): Modeline \"512x384\"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)\n(II) modeset(0): Modeline \"512x384\"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)\n(II) modeset(0): Modeline \"512x384\"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)\n(II) modeset(0): Modeline \"512x384\"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)\n(II) modeset(0): Modeline \"512x384i\"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)\n(II) modeset(0): Modeline \"512x288\"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)\n(II) modeset(0): Modeline \"512x288\"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)\n(II) modeset(0): Modeline \"416x312\"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)\n(II) modeset(0): Modeline \"480x270\"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)\n(II) modeset(0): Modeline \"480x270\"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)\n(II) modeset(0): Modeline \"400x300\"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)\n(II) modeset(0): Modeline \"400x300\"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)\n(II) modeset(0): Modeline \"400x300\"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)\n(II) modeset(0): Modeline \"400x300\"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)\n(II) modeset(0): Modeline \"400x300\"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)\n(II) modeset(0): Modeline \"432x243\"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)\n(II) modeset(0): Modeline \"432x243\"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)\n(II) modeset(0): Modeline \"320x240\"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)\n(II) modeset(0): Modeline \"320x240\"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)\n(II) modeset(0): Modeline \"320x240\"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)\n(II) modeset(0): Modeline \"320x240\"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)\n(II) modeset(0): Modeline \"360x202\"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)\n(II) modeset(0): Modeline \"360x202\"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)\n(II) modeset(0): Modeline \"360x200\"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)\n(II) modeset(0): Modeline \"320x200\"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)\n(II) modeset(0): Modeline \"320x180\"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)\n(II) modeset(0): Modeline \"320x180\"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)\n(II) modeset(0): Modeline \"320x175\"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)\n(II) modeset(0): EDID for output DP-1\n(II) modeset(0): EDID for output HDMI-1\n(II) modeset(0): Output eDP-1 connected\n(II) modeset(0): Output DP-1 disconnected\n(II) modeset(0): Output HDMI-1 disconnected\n(II) modeset(0): Using exact sizes for initial modes\n(II) modeset(0): Output eDP-1 using initial mode 1920x1200 +0+0\n(==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)\n(==) modeset(0): DPI set to (96, 96)\n(II) Loading sub module \"fb\"\n(II) LoadModule: \"fb\"\n(II) Module \"fb\" already built-in\n(==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32\n(==) NVIDIA(G0): RGB weight 888\n(==) NVIDIA(G0): Default visual is TrueColor\n(==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)\n(II) Applying OutputClass \"nvidia\" options to /dev/dri/card0\n(**) NVIDIA(G0): Option \"AllowEmptyInitialConfiguration\"\n(**) NVIDIA(G0): Enabling 2D acceleration\n(II) Loading sub module \"glxserver_nvidia\"\n(II) LoadModule: \"glxserver_nvidia\"\n(II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so\n(II) Module glxserver_nvidia: vendor=\"NVIDIA Corporation\"\n\tcompiled for 1.16.99.901, module version = 1.0.0\n\tModule class: X.Org Server Extension\n(II) NVIDIA GLX Module  610.43.02  Tue May 19 11:12:39 UTC 2026\n(II) NVIDIA: The X server supports PRIME Render Offload.\n(--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0\n(--) NVIDIA(0):     DFP-0\n(--) NVIDIA(0):     DFP-1\n(--) NVIDIA(0):     DFP-2 (boot)\n(II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 4060 Laptop GPU (AD107-A) at\n(II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)\n(--) NVIDIA(G0): Memory: 8384512 kBytes\n(--) NVIDIA(G0): VideoBIOS: 95.07.34.00.6e\n(II) NVIDIA(G0): Detected PCI Express Link width: 8X\n(--) NVIDIA(GPU-0): DFP-0: disconnected\n(--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort\n(--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock\n(--) NVIDIA(GPU-0): \n(--) NVIDIA(GPU-0): DFP-1: disconnected\n(--) NVIDIA(GPU-0): DFP-1: Internal TMDS\n(--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock\n(--) NVIDIA(GPU-0): \n(--) NVIDIA(GPU-0): XMI Mi 27 NFGL (DFP-2): connected\n(--) NVIDIA(GPU-0): XMI Mi 27 NFGL (DFP-2): Internal TMDS\n(--) NVIDIA(GPU-0): XMI Mi 27 NFGL (DFP-2): 600.0 MHz maximum pixel clock\n(--) NVIDIA(GPU-0): \n(II) NVIDIA(G0): Validated MetaModes:\n(II) NVIDIA(G0):     \"NULL\"\n(II) NVIDIA(G0): Virtual screen size determined to be 640 x 480\n(WW) NVIDIA(G0): Cannot find size of first mode for XMI Mi 27 NFGL (DFP-2);\n(WW) NVIDIA(G0):     cannot compute DPI from XMI Mi 27 NFGL (DFP-2)'s EDID.\n(==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default\n(==) modeset(0): Backing store enabled\n(==) modeset(0): Silken mouse enabled\n(II) modeset(0): Initializing kms color map for depth 24, 8 bpc.\n(==) modeset(0): DPMS enabled\n(II) modeset(0): [DRI2] Setup complete\n(II) modeset(0): [DRI2]   DRI driver: iris\n(II) modeset(0): [DRI2]   VDPAU driver: va_gl\n(WW) NVIDIA: Failed to bind sideband socket to\n(WW) NVIDIA:     '/var/run/nvidia-xdriver-627df168' Permission denied\n(II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory\n(II) NVIDIA:     access.\n(II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon\n(II) NVIDIA(G0):     may not be running or the \"AcpidSocketPath\" X\n(II) NVIDIA(G0):     configuration option may not be set correctly.  When the\n(II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will\n(II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For\n(II) NVIDIA(G0):     details, please see the \"ConnectToAcpid\" and\n(II) NVIDIA(G0):     \"AcpidSocketPath\" X configuration options in Appendix B: X\n(II) NVIDIA(G0):     Config Options in the README.\n(II) NVIDIA(G0): Setting mode \"NULL\"\n(II) NVIDIA(G0): Disabling shared memory pixmaps\n(==) NVIDIA(G0): Backing store enabled\n(==) NVIDIA(G0): Silken mouse enabled\n(==) NVIDIA(G0): DPMS enabled\n(II) Loading sub module \"dri2\"\n(II) LoadModule: \"dri2\"\n(II) Module \"dri2\" already built-in\n(II) NVIDIA(G0): [DRI2] Setup complete\n(II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia\n(II) Initializing extension Generic Event Extension\n(II) Initializing extension SHAPE\n(II) Initializing extension MIT-SHM\n(II) Initializing extension XInputExtension\n(II) Initializing extension XTEST\n(II) Initializing extension BIG-REQUESTS\n(II) Initializing extension SYNC\n(II) Initializing extension XKEYBOARD\n(II) Initializing extension XC-MISC\n(II) Initializing extension SECURITY\n(II) Initializing extension XFIXES\n(II) Initializing extension RENDER\n(II) Initializing extension RANDR\n(II) Initializing extension COMPOSITE\n(II) Initializing extension DAMAGE\n(II) Initializing extension MIT-SCREEN-SAVER\n(II) Initializing extension DOUBLE-BUFFER\n(II) Initializing extension RECORD\n(II) Initializing extension DPMS\n(II) Initializing extension Present\n(II) Initializing extension DRI3\n(II) Initializing extension X-Resource\n(II) Initializing extension XVideo\n(II) Initializing extension XVideo-MotionCompensation\n(II) Initializing extension GLX\n(II) Initializing extension GLX\n(II) Indirect GLX disabled.\n(II) AIGLX: Loaded and initialized iris\n(II) GLX: Initialized DRI2 GL provider for screen 0\n(II) Initializing extension XFree86-VidModeExtension\n(II) Initializing extension XFree86-DGA\n(II) Initializing extension XFree86-DRI\n(II) Initializing extension DRI2\n(II) Initializing extension NV-GLX\n(II) Initializing extension NV-CONTROL\n(II) modeset(0): Damage tracking initialized\n(II) modeset(0): Setting screen physical size to 508 x 317\nThe XKEYBOARD keymap compiler (xkbcomp) reports:\n> Warning:          Multiple symbols for level 1/group 1 on key <FK23>\n>                   Using F23, ignoring XF86TouchpadOff\n> Warning:          Symbol map for key <FK23> redefined\n>                   Using last definition for conflicting fields\n> Warning:          Symbol map for key <FK24> redefined\n>                   Using last definition for conflicting fields\nErrors from xkbcomp are not fatal to the X server\n(II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event24)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event25)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event26)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event27)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device SINO WEALTH Game Mouse (/dev/input/event5)\n(**) SINO WEALTH Game Mouse: Applying InputClass \"libinput pointer catchall\"\n(II) LoadModule: \"libinput\"\n(II) Loading /usr/lib/xorg/modules/input/libinput_drv.so\n(II) Module libinput: vendor=\"X.Org Foundation\"\n\tcompiled for 1.21.1.13, module version = 1.5.0\n\tModule class: X.Org XInput Driver\n\tABI class: X.Org XInput driver, version 24.4\n(II) Using input driver 'libinput' for 'SINO WEALTH Game Mouse'\n(II) systemd-logind: got fd for /dev/input/event5 13:69 fd 40 paused 0\n(**) SINO WEALTH Game Mouse: always reports core events\n(**) Option \"Device\" \"/dev/input/event5\"\n(II) event5  - SINO WEALTH Game Mouse: is tagged by udev as: Mouse\n(II) event5  - SINO WEALTH Game Mouse: device is a pointer\n(II) event5  - SINO WEALTH Game Mouse: device removed\n(II) libinput: SINO WEALTH Game Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.\n(II) libinput: SINO WEALTH Game Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.\n(II) libinput: SINO WEALTH Game Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.\n(**) Option \"config_info\" \"udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.1/3-9.1:1.0/0003:258A:1007.0001/input/input6/event5\"\n(II) XINPUT: Adding extended input device \"SINO WEALTH Game Mouse\" (type: MOUSE, id 6)\n(**) Option \"AccelerationScheme\" \"none\"\n(**) SINO WEALTH Game Mouse: (accel) selected scheme none/0\n(**) SINO WEALTH Game Mouse: (accel) acceleration factor: 2.000\n(**) SINO WEALTH Game Mouse: (accel) acceleration threshold: 4\n(II) event5  - SINO WEALTH Game Mouse: is tagged by udev as: Mouse\n(II) event5  - SINO WEALTH Game Mouse: device is a pointer\n(II) config/udev: Adding input device SINO WEALTH Game Mouse (/dev/input/mouse0)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device SINO WEALTH Game Mouse Keyboard (/dev/input/event6)\n(**) SINO WEALTH Game Mouse Keyboard: Applying InputClass \"libinput keyboard catchall\"\n(**) SINO WEALTH Game Mouse Keyboard: Applying InputClass \"system-keyboard\"\n(II) Using input driver 'libinput' for 'SINO WEALTH Game Mouse Keyboard'\n(II) systemd-logind: got fd for /dev/input/event6 13:70 fd 43 paused 0\n(**) SINO WEALTH Game Mouse Keyboard: always reports core events\n(**) Option \"Device\" \"/dev/input/event6\"\n(II) event6  - SINO WEALTH Game Mouse Keyboard: is tagged by udev as: Keyboard\n(II) event6  - SINO WEALTH Game Mouse Keyboard: device is a keyboard\n(II) event6  - SINO WEALTH Game Mouse Keyboard: device removed\n(**) Option \"config_info\" \"udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.1/3-9.1:1.1/0003:258A:1007.0002/input/input7/event6\"\n(II) XINPUT: Adding extended input device \"SINO WEALTH Game Mouse Keyboard\" (type: KEYBOARD, id 7)\n(**) Option \"xkb_model\" \"pc105\"\n(**) Option \"xkb_layout\" \"fr\"\nThe XKEYBOARD keymap compiler (xkbcomp) reports:\n> Warning:          Multiple symbols for level 1/group 1 on key <FK23>\n>                   Using F23, ignoring XF86TouchpadOff\n> Warning:          Symbol map for key <FK23> redefined\n>                   Using last definition for conflicting fields\n> Warning:          Symbol map for key <FK24> redefined\n>                   Using last definition for conflicting fields\nErrors from xkbcomp are not fatal to the X server\n(II) event6  - SINO WEALTH Game Mouse Keyboard: is tagged by udev as: Keyboard\n(II) event6  - SINO WEALTH Game Mouse Keyboard: device is a keyboard\n(II) config/udev: Adding input device Jieli Technology UACDemoV1.0 (/dev/input/event7)\n(**) Jieli Technology UACDemoV1.0: Applying InputClass \"libinput keyboard catchall\"\n(**) Jieli Technology UACDemoV1.0: Applying InputClass \"system-keyboard\"\n(II) Using input driver 'libinput' for 'Jieli Technology UACDemoV1.0'\n(II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0\n(**) Jieli Technology UACDemoV1.0: always reports core events\n(**) Option \"Device\" \"/dev/input/event7\"\n(II) event7  - Jieli Technology UACDemoV1.0: is tagged by udev as: Keyboard\n(II) event7  - Jieli Technology UACDemoV1.0: device is a keyboard\n(II) event7  - Jieli Technology UACDemoV1.0: device removed\n(**) Option \"config_info\" \"udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.2/3-9.2:1.4/0003:4C4A:4155.0003/input/input9/event7\"\n(II) XINPUT: Adding extended input device \"Jieli Technology UACDemoV1.0\" (type: KEYBOARD, id 8)\n(**) Option \"xkb_model\" \"pc105\"\n(**) Option \"xkb_layout\" \"fr\"\n(II) event7  - Jieli Technology UACDemoV1.0: is tagged by udev as: Keyboard\n(II) event7  - Jieli Technology UACDemoV1.0: device is a keyboard\n(II) config/udev: Adding input device REDRAGON Gaming Keyboard (/dev/input/event9)\n(**) REDRAGON Gaming Keyboard: Applying InputClass \"libinput keyboard catchall\"\n(**) REDRAGON Gaming Keyboard: Applying InputClass \"system-keyboard\"\n(II) Using input driver 'libinput' for 'REDRAGON Gaming Keyboard'\n(II) systemd-logind: got fd for /dev/input/event9 13:73 fd 45 paused 0\n(**) REDRAGON Gaming Keyboard: always reports core events\n(**) Option \"Device\" \"/dev/input/event9\"\n(II) event9  - REDRAGON Gaming Keyboard: is tagged by udev as: Keyboard\n(II) event9  - REDRAGON Gaming Keyboard: device is a keyboard\n(II) event9  - REDRAGON Gaming Keyboard: device removed\n(**) Option \"config_info\" \"udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.4/3-9.4:1.0/0003:320F:511B.0004/input/input11/event9\"\n(II) XINPUT: Adding extended input device \"REDRAGON Gaming Keyboard\" (type: KEYBOARD, id 9)\n(**) Option \"xkb_model\" \"pc105\"\n(**) Option \"xkb_layout\" \"fr\"\n(II) event9  - REDRAGON Gaming Keyboard: is tagged by udev as: Keyboard\n(II) event9  - REDRAGON Gaming Keyboard: device is a keyboard\n(II) config/udev: Adding input device REDRAGON Gaming Keyboard (/dev/input/event10)\n(**) REDRAGON Gaming Keyboard: Applying InputClass \"libinput keyboard catchall\"\n(**) REDRAGON Gaming Keyboard: Applying InputClass \"system-keyboard\"\n(II) Using input driver 'libinput' for 'REDRAGON Gaming Keyboard'\n(II) systemd-logind: got fd for /dev/input/event10 13:74 fd 46 paused 0\n(**) REDRAGON Gaming Keyboard: always reports core events\n(**) Option \"Device\" \"/dev/input/event10\"\n(II) event10 - REDRAGON Gaming Keyboard: is tagged by udev as: Keyboard\n(II) event10 - REDRAGON Gaming Keyboard: device is a keyboard\n(II) event10 - REDRAGON Gaming Keyboard: device removed\n(II) libinput: REDRAGON Gaming Keyboard: needs a virtual subdevice\n(**) Option \"config_info\" \"udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.4/3-9.4:1.1/0003:320F:511B.0005/input/input12/event10\"\n(II) XINPUT: Adding extended input device \"REDRAGON Gaming Keyboard\" (type: MOUSE, id 10)\n(**) Option \"AccelerationScheme\" \"none\"\n(**) REDRAGON Gaming Keyboard: (accel) selected scheme none/0\n(**) REDRAGON Gaming Keyboard: (accel) acceleration factor: 2.000\n(**) REDRAGON Gaming Keyboard: (accel) acceleration threshold: 4\n(II) event10 - REDRAGON Gaming Keyboard: is tagged by udev as: Keyboard\n(II) event10 - REDRAGON Gaming Keyboard: device is a keyboard\n(II) config/udev: Adding input device REDRAGON Gaming Keyboard (/dev/input/event11)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device REDRAGON Gaming Keyboard (/dev/input/event12)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device REDRAGON Gaming Keyboard Mouse (/dev/input/event13)\n(**) REDRAGON Gaming Keyboard Mouse: Applying InputClass \"libinput pointer catchall\"\n(II) Using input driver 'libinput' for 'REDRAGON Gaming Keyboard Mouse'\n(II) systemd-logind: got fd for /dev/input/event13 13:77 fd 47 paused 0\n(**) REDRAGON Gaming Keyboard Mouse: always reports core events\n(**) Option \"Device\" \"/dev/input/event13\"\n(II) event13 - REDRAGON Gaming Keyboard Mouse: is tagged by udev as: Mouse\n(II) event13 - REDRAGON Gaming Keyboard Mouse: device is a pointer\n(II) event13 - REDRAGON Gaming Keyboard Mouse: device removed\n(II) libinput: REDRAGON Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.\n(II) libinput: REDRAGON Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.\n(II) libinput: REDRAGON Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.\n(**) Option \"config_info\" \"udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.4/3-9.4:1.1/0003:320F:511B.0005/input/input15/event13\"\n(II) XINPUT: Adding extended input device \"REDRAGON Gaming Keyboard Mouse\" (type: MOUSE, id 11)\n(**) Option \"AccelerationScheme\" \"none\"\n(**) REDRAGON Gaming Keyboard Mouse: (accel) selected scheme none/0\n(**) REDRAGON Gaming Keyboard Mouse: (accel) acceleration factor: 2.000\n(**) REDRAGON Gaming Keyboard Mouse: (accel) acceleration threshold: 4\n(II) event13 - REDRAGON Gaming Keyboard Mouse: is tagged by udev as: Mouse\n(II) event13 - REDRAGON Gaming Keyboard Mouse: device is a pointer\n(II) config/udev: Adding input device REDRAGON Gaming Keyboard Mouse (/dev/input/mouse1)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/event16)\n(**) FTCS1000:01 2808:0102 Mouse: Applying InputClass \"libinput pointer catchall\"\n(II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Mouse'\n(II) systemd-logind: got fd for /dev/input/event16 13:80 fd 48 paused 0\n(**) FTCS1000:01 2808:0102 Mouse: always reports core events\n(**) Option \"Device\" \"/dev/input/event16\"\n(II) event16 - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse\n(II) event16 - FTCS1000:01 2808:0102 Mouse: device is a pointer\n(II) event16 - FTCS1000:01 2808:0102 Mouse: device removed\n(II) libinput: FTCS1000:01 2808:0102 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.\n(II) libinput: FTCS1000:01 2808:0102 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.\n(II) libinput: FTCS1000:01 2808:0102 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.\n(**) Option \"config_info\" \"udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-FTCS1000:01/0018:2808:0102.0007/input/input22/event16\"\n(II) XINPUT: Adding extended input device \"FTCS1000:01 2808:0102 Mouse\" (type: MOUSE, id 12)\n(**) Option \"AccelerationScheme\" \"none\"\n(**) FTCS1000:01 2808:0102 Mouse: (accel) selected scheme none/0\n(**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration factor: 2.000\n(**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration threshold: 4\n(II) event16 - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse\n(II) event16 - FTCS1000:01 2808:0102 Mouse: device is a pointer\n(II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/mouse2)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/event17)\n(**) FTCS1000:01 2808:0102 Touchpad: Applying InputClass \"libinput touchpad catchall\"\n(II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Touchpad'\n(II) systemd-logind: got fd for /dev/input/event17 13:81 fd 49 paused 0\n(**) FTCS1000:01 2808:0102 Touchpad: always reports core events\n(**) Option \"Device\" \"/dev/input/event17\"\n(II) event17 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad\n(II) event17 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad\n(II) event17 - FTCS1000:01 2808:0102 Touchpad: device removed\n(II) libinput: FTCS1000:01 2808:0102 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.\n(II) libinput: FTCS1000:01 2808:0102 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.\n(II) libinput: FTCS1000:01 2808:0102 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.\n(**) Option \"config_info\" \"udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-FTCS1000:01/0018:2808:0102.0007/input/input23/event17\"\n(II) XINPUT: Adding extended input device \"FTCS1000:01 2808:0102 Touchpad\" (type: TOUCHPAD, id 13)\n(**) Option \"AccelerationScheme\" \"none\"\n(**) FTCS1000:01 2808:0102 Touchpad: (accel) selected scheme none/0\n(**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration factor: 2.000\n(**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration threshold: 4\n(II) event17 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad\n(II) event17 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad\n(II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/mouse3)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event18)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event19)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event20)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event21)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event22)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event23)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device Video Bus (/dev/input/event8)\n(**) Video Bus: Applying InputClass \"libinput keyboard catchall\"\n(**) Video Bus: Applying InputClass \"system-keyboard\"\n(II) Using input driver 'libinput' for 'Video Bus'\n(II) systemd-logind: got fd for /dev/input/event8 13:72 fd 50 paused 0\n(**) Video Bus: always reports core events\n(**) Option \"Device\" \"/dev/input/event8\"\n(II) event8  - Video Bus: is tagged by udev as: Keyboard\n(II) event8  - Video Bus: device is a keyboard\n(II) event8  - Video Bus: device removed\n(**) Option \"config_info\" \"udev:/sys/devices/pci0000:00/acpi.video_bus.0/input/input10/event8\"\n(II) XINPUT: Adding extended input device \"Video Bus\" (type: KEYBOARD, id 14)\n(**) Option \"xkb_model\" \"pc105\"\n(**) Option \"xkb_layout\" \"fr\"\n(II) event8  - Video Bus: is tagged by udev as: Keyboard\n(II) event8  - Video Bus: device is a keyboard\n(II) config/udev: Adding input device Intel HID events (/dev/input/event15)\n(**) Intel HID events: Applying InputClass \"libinput keyboard catchall\"\n(**) Intel HID events: Applying InputClass \"system-keyboard\"\n(II) Using input driver 'libinput' for 'Intel HID events'\n(II) systemd-logind: got fd for /dev/input/event15 13:79 fd 51 paused 0\n(**) Intel HID events: always reports core events\n(**) Option \"Device\" \"/dev/input/event15\"\n(II) event15 - Intel HID events: is tagged by udev as: Keyboard\n(II) event15 - Intel HID events: device is a keyboard\n(II) event15 - Intel HID events: device removed\n(**) Option \"config_info\" \"udev:/sys/devices/platform/INTC1051:00/input/input17/event15\"\n(II) XINPUT: Adding extended input device \"Intel HID events\" (type: KEYBOARD, id 15)\n(**) Option \"xkb_model\" \"pc105\"\n(**) Option \"xkb_layout\" \"fr\"\n(II) event15 - Intel HID events: is tagged by udev as: Keyboard\n(II) event15 - Intel HID events: device is a keyboard\n(II) config/udev: Adding input device Power Button (/dev/input/event3)\n(**) Power Button: Applying InputClass \"libinput keyboard catchall\"\n(**) Power Button: Applying InputClass \"system-keyboard\"\n(II) Using input driver 'libinput' for 'Power Button'\n(II) systemd-logind: got fd for /dev/input/event3 13:67 fd 52 paused 0\n(**) Power Button: always reports core events\n(**) Option \"Device\" \"/dev/input/event3\"\n(II) event3  - Power Button: is tagged by udev as: Keyboard\n(II) event3  - Power Button: device is a keyboard\n(II) event3  - Power Button: device removed\n(**) Option \"config_info\" \"udev:/sys/devices/platform/LNXPWRBN:00/input/input3/event3\"\n(II) XINPUT: Adding extended input device \"Power Button\" (type: KEYBOARD, id 16)\n(**) Option \"xkb_model\" \"pc105\"\n(**) Option \"xkb_layout\" \"fr\"\n(II) event3  - Power Button: is tagged by udev as: Keyboard\n(II) event3  - Power Button: device is a keyboard\n(II) config/udev: Adding input device Power Button (/dev/input/event0)\n(**) Power Button: Applying InputClass \"libinput keyboard catchall\"\n(**) Power Button: Applying InputClass \"system-keyboard\"\n(II) Using input driver 'libinput' for 'Power Button'\n(II) systemd-logind: got fd for /dev/input/event0 13:64 fd 53 paused 0\n(**) Power Button: always reports core events\n(**) Option \"Device\" \"/dev/input/event0\"\n(II) event0  - Power Button: is tagged by udev as: Keyboard\n(II) event0  - Power Button: device is a keyboard\n(II) event0  - Power Button: device removed\n(**) Option \"config_info\" \"udev:/sys/devices/platform/PNP0C0C:00/input/input0/event0\"\n(II) XINPUT: Adding extended input device \"Power Button\" (type: KEYBOARD, id 17)\n(**) Option \"xkb_model\" \"pc105\"\n(**) Option \"xkb_layout\" \"fr\"\n(II) event0  - Power Button: is tagged by udev as: Keyboard\n(II) event0  - Power Button: device is a keyboard\n(II) config/udev: Adding input device Lid Switch (/dev/input/event2)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device Sleep Button (/dev/input/event1)\n(**) Sleep Button: Applying InputClass \"libinput keyboard catchall\"\n(**) Sleep Button: Applying InputClass \"system-keyboard\"\n(II) Using input driver 'libinput' for 'Sleep Button'\n(II) systemd-logind: got fd for /dev/input/event1 13:65 fd 54 paused 0\n(**) Sleep Button: always reports core events\n(**) Option \"Device\" \"/dev/input/event1\"\n(II) event1  - Sleep Button: is tagged by udev as: Keyboard\n(II) event1  - Sleep Button: device is a keyboard\n(II) event1  - Sleep Button: device removed\n(**) Option \"config_info\" \"udev:/sys/devices/platform/PNP0C0E:00/input/input1/event1\"\n(II) XINPUT: Adding extended input device \"Sleep Button\" (type: KEYBOARD, id 18)\n(**) Option \"xkb_model\" \"pc105\"\n(**) Option \"xkb_layout\" \"fr\"\n(II) event1  - Sleep Button: is tagged by udev as: Keyboard\n(II) event1  - Sleep Button: device is a keyboard\n(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)\n(**) AT Translated Set 2 keyboard: Applying InputClass \"libinput keyboard catchall\"\n(**) AT Translated Set 2 keyboard: Applying InputClass \"system-keyboard\"\n(II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'\n(II) systemd-logind: got fd for /dev/input/event4 13:68 fd 55 paused 0\n(**) AT Translated Set 2 keyboard: always reports core events\n(**) Option \"Device\" \"/dev/input/event4\"\n(II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard\n(II) event4  - AT Translated Set 2 keyboard: device is a keyboard\n(II) event4  - AT Translated Set 2 keyboard: device removed\n(**) Option \"config_info\" \"udev:/sys/devices/platform/i8042/serio0/input/input4/event4\"\n(II) XINPUT: Adding extended input device \"AT Translated Set 2 keyboard\" (type: KEYBOARD, id 19)\n(**) Option \"xkb_model\" \"pc105\"\n(**) Option \"xkb_layout\" \"fr\"\n(II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard\n(II) event4  - AT Translated Set 2 keyboard: device is a keyboard\n(II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event30)\n(**) ImPS/2 Generic Wheel Mouse: Applying InputClass \"libinput pointer catchall\"\n(II) Using input driver 'libinput' for 'ImPS/2 Generic Wheel Mouse'\n(II) systemd-logind: got fd for /dev/input/event30 13:94 fd 56 paused 0\n(**) ImPS/2 Generic Wheel Mouse: always reports core events\n(**) Option \"Device\" \"/dev/input/event30\"\n(II) event30 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse\n(II) event30 - ImPS/2 Generic Wheel Mouse: emulating high-resolution scroll wheel events.\n(II) event30 - ImPS/2 Generic Wheel Mouse: device is a pointer\n(II) event30 - ImPS/2 Generic Wheel Mouse: device removed\n(II) libinput: ImPS/2 Generic Wheel Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.\n(II) libinput: ImPS/2 Generic Wheel Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.\n(II) libinput: ImPS/2 Generic Wheel Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.\n(**) Option \"config_info\" \"udev:/sys/devices/platform/i8042/serio1/input/input18/event30\"\n(II) XINPUT: Adding extended input device \"ImPS/2 Generic Wheel Mouse\" (type: MOUSE, id 20)\n(**) Option \"AccelerationScheme\" \"none\"\n(**) ImPS/2 Generic Wheel Mouse: (accel) selected scheme none/0\n(**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000\n(**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4\n(II) event30 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse\n(II) event30 - ImPS/2 Generic Wheel Mouse: emulating high-resolution scroll wheel events.\n(II) event30 - ImPS/2 Generic Wheel Mouse: device is a pointer\n(II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse5)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device PC Speaker (/dev/input/event14)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device keyd virtual keyboard (/dev/input/event28)\n(**) keyd virtual keyboard: Applying InputClass \"libinput keyboard catchall\"\n(**) keyd virtual keyboard: Applying InputClass \"system-keyboard\"\n(II) Using input driver 'libinput' for 'keyd virtual keyboard'\n(II) systemd-logind: got fd for /dev/input/event28 13:92 fd 57 paused 0\n(**) keyd virtual keyboard: always reports core events\n(**) Option \"Device\" \"/dev/input/event28\"\n(II) event28 - keyd virtual keyboard: is tagged by udev as: Keyboard\n(II) event28 - keyd virtual keyboard: device is a keyboard\n(II) event28 - keyd virtual keyboard: device removed\n(**) Option \"config_info\" \"udev:/sys/devices/virtual/input/input35/event28\"\n(II) XINPUT: Adding extended input device \"keyd virtual keyboard\" (type: KEYBOARD, id 21)\n(**) Option \"xkb_model\" \"pc105\"\n(**) Option \"xkb_layout\" \"fr\"\n(II) event28 - keyd virtual keyboard: is tagged by udev as: Keyboard\n(II) event28 - keyd virtual keyboard: device is a keyboard\n(II) config/udev: Adding input device keyd virtual pointer (/dev/input/event29)\n(**) keyd virtual pointer: Applying InputClass \"libinput pointer catchall\"\n(II) Using input driver 'libinput' for 'keyd virtual pointer'\n(II) systemd-logind: got fd for /dev/input/event29 13:93 fd 58 paused 0\n(**) keyd virtual pointer: always reports core events\n(**) Option \"Device\" \"/dev/input/event29\"\n(II) event29 - keyd virtual pointer: is tagged by udev as: Mouse\n(II) event29 - keyd virtual pointer: emulating high-resolution scroll wheel events.\n(II) event29 - keyd virtual pointer: device is a pointer\n(II) event29 - keyd virtual pointer: device removed\n(II) libinput: keyd virtual pointer: Step value 0 was provided, libinput Fallback acceleration function is used.\n(II) libinput: keyd virtual pointer: Step value 0 was provided, libinput Fallback acceleration function is used.\n(II) libinput: keyd virtual pointer: Step value 0 was provided, libinput Fallback acceleration function is used.\n(**) Option \"config_info\" \"udev:/sys/devices/virtual/input/input36/event29\"\n(II) XINPUT: Adding extended input device \"keyd virtual pointer\" (type: MOUSE, id 22)\n(**) Option \"AccelerationScheme\" \"none\"\n(**) keyd virtual pointer: (accel) selected scheme none/0\n(**) keyd virtual pointer: (accel) acceleration factor: 2.000\n(**) keyd virtual pointer: (accel) acceleration threshold: 4\n(II) event29 - keyd virtual pointer: is tagged by udev as: Mouse\n(II) event29 - keyd virtual pointer: emulating high-resolution scroll wheel events.\n(II) event29 - keyd virtual pointer: device is a pointer\n(II) config/udev: Adding input device keyd virtual pointer (/dev/input/js0)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n(II) config/udev: Adding input device keyd virtual pointer (/dev/input/mouse4)\n(II) No input driver specified, ignoring this device.\n(II) This device may have been added with another device file.\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(**) REDRAGON Gaming Keyboard: Applying InputClass \"libinput keyboard catchall\"\n(**) REDRAGON Gaming Keyboard: Applying InputClass \"system-keyboard\"\n(II) Using input driver 'libinput' for 'REDRAGON Gaming Keyboard'\n(II) systemd-logind: returning pre-existing fd for /dev/input/event10 13:74\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(**) REDRAGON Gaming Keyboard: always reports core events\n(**) Option \"Device\" \"/dev/input/event10\"\n(II) libinput: REDRAGON Gaming Keyboard: is a virtual subdevice\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(**) Option \"config_info\""
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " \"udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.4/3-9.4:1.1/0003:320F:511B.0005/input/input12/event10\"\n(II) XINPUT: Adding extended input device \"REDRAGON Gaming Keyboard\" (type: KEYBOARD, id 23)\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(**) Option \"xkb_model\" \"pc105\""
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "\n(**) Option \"xkb_layout\""
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " \"fr\"\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 /dev/dri/card0\nxf86: remove device 0 /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(II) UnloadModule: \"nvidia\"\n(II) UnloadSubModule: \"glxserver_nvidia\"\n(II) Unloading glxserver_nvidia\n(II) UnloadSubModule: \"wfb\"\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE) \n(EE) Backtrace:\n"
Jun 01 11:13:16 KHALED-BM sddm-greeter-qt6[770]: High-DPI autoscaling Enabled
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " unw_get_proc_name failed: no unwind info found [-10]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE) "
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "0: /usr/lib/Xorg (?+0x0) [0x55919564f994]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " unw_get_proc_name failed: no unwind info found [-10]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE) "
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "1: /usr/lib/libc.so.6 (?+0x0) [0x7fc5e103e8f0]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " 2: /usr/lib/Xorg (RRTellChanged+0x9c9) [0x5591955a6af9]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " unw_get_proc_name failed: no unwind info found [-10]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE) "
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "3: /usr/lib/Xorg (?+0x0) [0x5591956b4bd4]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " unw_get_proc_name failed: no unwind info found [-10]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE) "
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "4: /usr/lib/Xorg (?+0x0) [0x5591956dee16]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " unw_get_proc_name failed: no unwind info found [-10]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE) "
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "5: /usr/lib/Xorg (?+0x0) [0x5591956def08]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " unw_get_proc_name failed: no unwind info found [-10]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " 6: /usr/lib/Xorg (?+0x0) [0x55919564d132]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " 7: /usr/lib/Xorg (WaitForSomething+0x1d7) [0x55919564a0b7]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE) "
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "unw_get_proc_name failed: no unwind info found [-10]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " 8: /usr/lib/Xorg (?+0x0) [0x559195520b99]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE) "
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "unw_get_proc_name failed: no unwind info found [-10]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE) "
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "9: /usr/lib/libc.so.6 (?+0x0) [0x7fc5e1027741]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE) 10: /usr/lib/libc.so.6 (__libc_start_main+0x89) [0x7fc5e1027879]\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " 11: /usr/lib/Xorg (_start+0x25) [0x559195521d05]\n(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " \n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " Segmentation fault at address 0x34\n(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " \nFatal server error:\n(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " Caught signal 11 (Segmentation fault). Server aborting\n(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " \n(EE)"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: " \nPlease consult the The X.Org Foundation support \n\t at http://wiki.x.org\n for help. \n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE) Please also check the log file at \"/var/lib/sddm/.local/share/xorg/Xorg.0.log\" for additional information.\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE) \n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(II) "
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "AIGLX: Suspending AIGLX clients for VT switch\n"
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: "(EE) Server terminated with error (1). Closing log file.\n"
Jun 01 11:13:16 KHALED-BM systemd-coredump[775]: Process 755 (Xorg) of user 963 terminated abnormally with signal 6/ABRT, processing...
Jun 01 11:13:16 KHALED-BM systemd[1]: Created slice Slice /system/drkonqi-coredump-processor.
Jun 01 11:13:16 KHALED-BM systemd[1]: Created slice Slice /system/systemd-coredump.
Jun 01 11:13:16 KHALED-BM systemd[1]: Started Process Core Dump (PID 775/UID 0).
Jun 01 11:13:16 KHALED-BM systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Jun 01 11:13:16 KHALED-BM sddm-greeter-qt6[770]: could not connect to display :0
Jun 01 11:13:16 KHALED-BM sddm-greeter-qt6[770]: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
Jun 01 11:13:16 KHALED-BM sddm-greeter-qt6[770]: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Jun 01 11:13:16 KHALED-BM sddm-greeter-qt6[770]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                                 
                                                 Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vkkhrdisplay, vnc, wayland-brcm, wayland-egl, wayland, xcb.
Jun 01 11:13:16 KHALED-BM systemd-coredump[794]: Process 770 (sddm-greeter-qt) of user 963 terminated abnormally with signal 6/ABRT, processing...
Jun 01 11:13:16 KHALED-BM systemd[1]: Started Process Core Dump (PID 794/UID 0).
Jun 01 11:13:16 KHALED-BM systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Jun 01 11:13:16 KHALED-BM systemd-coredump[797]: Process 770 (sddm-greeter-qt) of user 963 dumped core.
                                                 
                                                 Stack trace of thread 770:
                                                 #0  0x00007f8d8d69a29c n/a (libc.so.6 + 0x9a29c)
                                                 #1  0x00007f8d8d63e7d0 raise (libc.so.6 + 0x3e7d0)
                                                 #2  0x00007f8d8d625681 abort (libc.so.6 + 0x25681)
                                                 #3  0x00007f8d8de968e4 n/a (libQt6Core.so.6 + 0x968e4)
                                                 #4  0x00007f8d8de9771d _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x9771d)
                                                 #5  0x00007f8d8eee72da n/a (libQt6Gui.so.6 + 0xe72da)
                                                 #6  0x00007f8d8efae228 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x1ae228)
                                                 #7  0x00007f8d8df89175 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x189175)
                                                 #8  0x00007f8d8efae32b _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x1ae32b)
                                                 #9  0x00007f8d8efaf69e _ZN15QGuiApplicationC2ERiPPci (libQt6Gui.so.6 + 0x1af69e)
                                                 #10 0x000055dcd5f56d75 n/a (sddm-greeter-qt6 + 0x17d75)
                                                 #11 0x00007f8d8d627741 n/a (libc.so.6 + 0x27741)
                                                 #12 0x00007f8d8d627879 __libc_start_main (libc.so.6 + 0x27879)
                                                 #13 0x000055dcd5f579a5 n/a (sddm-greeter-qt6 + 0x189a5)
                                                 ELF object binary architecture: AMD x86-64
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: quitting helper-start-x11
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: Stopping server...
Jun 01 11:13:16 KHALED-BM systemd[1]: systemd-coredump@1-2-794_37011-0.service: Deactivated successfully.
Jun 01 11:13:16 KHALED-BM systemd-coredump[792]: Process 755 (Xorg) of user 963 dumped core.
                                                 
                                                 Stack trace of thread 755:
                                                 #0  0x00007fc5e109a29c n/a (libc.so.6 + 0x9a29c)
                                                 #1  0x00007fc5e103e7d0 raise (libc.so.6 + 0x3e7d0)
                                                 #2  0x00007fc5e1025681 abort (libc.so.6 + 0x25681)
                                                 #3  0x000055919564d4fe OsAbort (Xorg + 0x1604fe)
                                                 #4  0x000055919565a8d0 FatalError (Xorg + 0x16d8d0)
                                                 #5  0x000055919564f9f3 n/a (Xorg + 0x1629f3)
                                                 #6  0x00007fc5e103e8f0 n/a (libc.so.6 + 0x3e8f0)
                                                 #7  0x00005591955a6af9 RRTellChanged (Xorg + 0xb9af9)
                                                 #8  0x00005591956b4bd4 n/a (Xorg + 0x1c7bd4)
                                                 #9  0x00005591956dee16 n/a (Xorg + 0x1f1e16)
                                                 #10 0x00005591956def08 n/a (Xorg + 0x1f1f08)
                                                 #11 0x000055919564d132 n/a (Xorg + 0x160132)
                                                 #12 0x000055919564a0b7 WaitForSomething (Xorg + 0x15d0b7)
                                                 #13 0x0000559195520b99 n/a (Xorg + 0x33b99)
                                                 #14 0x00007fc5e1027741 n/a (libc.so.6 + 0x27741)
                                                 #15 0x00007fc5e1027879 __libc_start_main (libc.so.6 + 0x27879)
                                                 #16 0x0000559195521d05 _start (Xorg + 0x34d05)
                                                 
                                                 Stack trace of thread 761:
                                                 #0  0x00007fc5e10a0a52 n/a (libc.so.6 + 0xa0a52)
                                                 #1  0x00007fc5e1094abc n/a (libc.so.6 + 0x94abc)
                                                 #2  0x00007fc5e1094e07 n/a (libc.so.6 + 0x94e07)
                                                 #3  0x00007fc5e109766c pthread_cond_wait (libc.so.6 + 0x9766c)
                                                 #4  0x00007fc5dd42eace n/a (libgallium-26.1.1-arch1.2.so + 0x62eace)
                                                 #5  0x00007fc5dd3e37fd n/a (libgallium-26.1.1-arch1.2.so + 0x5e37fd)
                                                 #6  0x00007fc5dd42ea0d n/a (libgallium-26.1.1-arch1.2.so + 0x62ea0d)
                                                 #7  0x00007fc5e10981b9 n/a (libc.so.6 + 0x981b9)
                                                 #8  0x00007fc5e111d21c n/a (libc.so.6 + 0x11d21c)
                                                 
                                                 Stack trace of thread 769:
                                                 #0  0x00007fc5e109503e n/a (libc.so.6 + 0x9503e)
                                                 #1  0x00007fc5e109bb69 pthread_mutex_lock (libc.so.6 + 0x9bb69)
                                                 #2  0x000055919564bc36 n/a (Xorg + 0x15ec36)
                                                 #3  0x000055919564d132 n/a (Xorg + 0x160132)
                                                 #4  0x000055919564e8d9 n/a (Xorg + 0x1618d9)
                                                 #5  0x00007fc5e10981b9 n/a (libc.so.6 + 0x981b9)
                                                 #6  0x00007fc5e111d21c n/a (libc.so.6 + 0x11d21c)
                                                 
                                                 Stack trace of thread 760:
                                                 #0  0x00007fc5e10a0a52 n/a (libc.so.6 + 0xa0a52)
                                                 #1  0x00007fc5e1094abc n/a (libc.so.6 + 0x94abc)
                                                 #2  0x00007fc5e1094e07 n/a (libc.so.6 + 0x94e07)
                                                 #3  0x00007fc5e109766c pthread_cond_wait (libc.so.6 + 0x9766c)
                                                 #4  0x00007fc5dd42eace n/a (libgallium-26.1.1-arch1.2.so + 0x62eace)
                                                 #5  0x00007fc5dd3e37fd n/a (libgallium-26.1.1-arch1.2.so + 0x5e37fd)
                                                 #6  0x00007fc5dd42ea0d n/a (libgallium-26.1.1-arch1.2.so + 0x62ea0d)
                                                 #7  0x00007fc5e10981b9 n/a (libc.so.6 + 0x981b9)
                                                 #8  0x00007fc5e111d21c n/a (libc.so.6 + 0x11d21c)
                                                 
                                                 Stack trace of thread 758:
                                                 #0  0x00007fc5e10a0a52 n/a (libc.so.6 + 0xa0a52)
                                                 #1  0x00007fc5e1094abc n/a (libc.so.6 + 0x94abc)
                                                 #2  0x00007fc5e1094e07 n/a (libc.so.6 + 0x94e07)
                                                 #3  0x00007fc5e109766c pthread_cond_wait (libc.so.6 + 0x9766c)
                                                 #4  0x00007fc5dd42eace n/a (libgallium-26.1.1-arch1.2.so + 0x62eace)
                                                 #5  0x00007fc5dd3e37fd n/a (libgallium-26.1.1-arch1.2.so + 0x5e37fd)
                                                 #6  0x00007fc5dd42ea0d n/a (libgallium-26.1.1-arch1.2.so + 0x62ea0d)
                                                 #7  0x00007fc5e10981b9 n/a (libc.so.6 + 0x981b9)
                                                 #8  0x00007fc5e111d21c n/a (libc.so.6 + 0x11d21c)
                                                 
                                                 Stack trace of thread 759:
                                                 #0  0x00007fc5e10a0a52 n/a (libc.so.6 + 0xa0a52)
                                                 #1  0x00007fc5e1094abc n/a (libc.so.6 + 0x94abc)
                                                 #2  0x00007fc5e1094e07 n/a (libc.so.6 + 0x94e07)
                                                 #3  0x00007fc5e109766c pthread_cond_wait (libc.so.6 + 0x9766c)
                                                 #4  0x00007fc5dd42eace n/a (libgallium-26.1.1-arch1.2.so + 0x62eace)
                                                 #5  0x00007fc5dd3e37fd n/a (libgallium-26.1.1-arch1.2.so + 0x5e37fd)
                                                 #6  0x00007fc5dd42ea0d n/a (libgallium-26.1.1-arch1.2.so + 0x62ea0d)
                                                 #7  0x00007fc5e10981b9 n/a (libc.so.6 + 0x981b9)
                                                 #8  0x00007fc5e111d21c n/a (libc.so.6 + 0x11d21c)
                                                 ELF object binary architecture: AMD x86-64
Jun 01 11:13:16 KHALED-BM systemd[1]: systemd-coredump@0-1-775_37010-0.service: Deactivated successfully.
Jun 01 11:13:16 KHALED-BM systemd[1]: systemd-coredump@0-1-775_37010-0.service: Consumed 194ms CPU time over 240ms wall clock time, 104.4M memory peak.
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: quitting helper-start-x11
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: Stopping server...
Jun 01 11:13:16 KHALED-BM sddm-helper-start-x11user[752]: Running display stop script: /usr/share/sddm/scripts/Xstop
Jun 01 11:13:16 KHALED-BM kernel: sddm-helper-sta[752]: segfault at 8 ip 00007f2dd0de2b4d sp 00007fff2a3a2aa0 error 4 in libQt6Core.so.6.11.1[1e2b4d,7f2dd0c94000+439000] likely on CPU 12 (core 24, socket 0)
Jun 01 11:13:16 KHALED-BM kernel: Code: d8 64 48 8b 1c 25 28 00 00 00 48 89 5d c8 48 89 fb 48 8d 7d b0 48 89 de e8 30 fd f9 ff 4c 8b 65 b0 4d 85 e4 0f 84 e3 00 00 00 <48> 8b 43 08 80 78 30 00 0f 88 d5 00 00 00 4c 89 6d e8 4c 89 75 f0
Jun 01 11:13:16 KHALED-BM systemd-coredump[809]: Process 752 (sddm-helper-sta) of user 963 terminated abnormally with signal 11/SEGV, processing...
Jun 01 11:13:16 KHALED-BM systemd[1]: Started Process Core Dump (PID 809/UID 0).
Jun 01 11:13:17 KHALED-BM systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Jun 01 11:13:17 KHALED-BM systemd-coredump[810]: Process 752 (sddm-helper-sta) of user 963 dumped core.
                                                 
                                                 Stack trace of thread 752:
                                                 #0  0x00007f2dd0de2b4d _ZN7QObject11deleteLaterEv (libQt6Core.so.6 + 0x1e2b4d)
                                                 #1  0x000055842aaf7c58 n/a (sddm-helper-start-x11user + 0x13c58)
                                                 #2  0x00007f2dd0df081b n/a (libQt6Core.so.6 + 0x1f081b)
                                                 #3  0x00007f2dd0d84298 _ZN16QCoreApplication4exitEi (libQt6Core.so.6 + 0x184298)
                                                 #4  0x00007f2dd0d842db _ZN16QCoreApplication5eventEP6QEvent (libQt6Core.so.6 + 0x1842db)
                                                 #5  0x00007f2dd0d835f8 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt6Core.so.6 + 0x1835f8)
                                                 #6  0x00007f2dd0d83d44 _ZN23QCoreApplicationPrivate4quitEv (libQt6Core.so.6 + 0x183d44)
                                                 #7  0x00007f2dd0df081b n/a (libQt6Core.so.6 + 0x1f081b)
                                                 #8  0x00007f2dd0fd8596 n/a (libQt6Core.so.6 + 0x3d8596)
                                                 #9  0x00007f2dd0df081b n/a (libQt6Core.so.6 + 0x1f081b)
                                                 #10 0x00007f2dd0e03dc0 _ZN15QSocketNotifier5eventEP6QEvent (libQt6Core.so.6 + 0x203dc0)
                                                 #11 0x00007f2dd0d835f8 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt6Core.so.6 + 0x1835f8)
                                                 #12 0x00007f2dd109f9b0 n/a (libQt6Core.so.6 + 0x49f9b0)
                                                 #13 0x00007f2dd09c3bfd n/a (libglib-2.0.so.0 + 0x61bfd)
                                                 #14 0x00007f2dd09c5e57 n/a (libglib-2.0.so.0 + 0x63e57)
                                                 #15 0x00007f2dd09c5fe5 g_main_context_iteration (libglib-2.0.so.0 + 0x63fe5)
                                                 #16 0x00007f2dd109d0b2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x49d0b2)
                                                 #17 0x00007f2dd0d91983 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x191983)
                                                 #18 0x00007f2dd0d86eaa _ZN16QCoreApplication4execEv (libQt6Core.so.6 + 0x186eaa)
                                                 #19 0x000055842aaeee07 n/a (sddm-helper-start-x11user + 0xae07)
                                                 #20 0x00007f2dd0227741 n/a (libc.so.6 + 0x27741)
                                                 #21 0x00007f2dd0227879 __libc_start_main (libc.so.6 + 0x27879)
                                                 #22 0x000055842aaf3615 n/a (sddm-helper-start-x11user + 0xf615)
                                                 ELF object binary architecture: AMD x86-64
Jun 01 11:13:17 KHALED-BM sddm-helper[749]: [PAM] Closing session
Jun 01 11:13:17 KHALED-BM sddm-helper[749]: pam_unix(sddm-greeter:session): session closed for user sddm
Jun 01 11:13:17 KHALED-BM systemd[1]: systemd-coredump@2-4097-809_37013-0.service: Deactivated successfully.
Jun 01 11:13:17 KHALED-BM sddm-helper[749]: [PAM] Ended.
Jun 01 11:13:17 KHALED-BM sddm[726]: Auth: sddm-helper exited with 11
Jun 01 11:13:17 KHALED-BM sddm[726]: Greeter stopped. SDDM::Auth::HelperExitStatus(11)

SDDM wants to start a wayland display using weston in kiosk mode but fails (you probably don't have weston installed) and then resorts to sddm-helper-start-x11user which crashes in some randr call.
Please post all /var/lib/sddm/.local/share/xorg/Xorg*log files

Offline

#16 2026-06-01 15:14:45

LichHunter
Member
Registered: 2026-02-20
Posts: 12

Re: [SOLVED]Session crashes after login, booted back to sddm

Offline

#17 2026-06-01 19:33:13

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

Re: [SOLVED]Session crashes after login, booted back to sddm

[     8.157] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.157] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[     8.157] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[     8.191] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[     8.767] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     9.643] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 /dev/dri/card0
[     9.643] xf86: remove device 0 /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0

The nvidia device somehow gets removed from the server.

[     8.931] (--) NVIDIA(GPU-0): XMI Mi 27 NFGL (DFP-2): connected
[     8.931] (--) NVIDIA(GPU-0): XMI Mi 27 NFGL (DFP-2): Internal TMDS
[     8.931] (--) NVIDIA(GPU-0): XMI Mi 27 NFGL (DFP-2): 600.0 MHz maximum pixel clock
[     8.931] (--) NVIDIA(GPU-0): 
[     8.963] (II) NVIDIA(G0): Validated MetaModes:
[     8.963] (II) NVIDIA(G0):     "NULL"
[     8.963] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[     9.145] (WW) NVIDIA(G0): Cannot find size of first mode for XMI Mi 27 NFGL (DFP-2);
[     9.145] (WW) NVIDIA(G0):     cannot compute DPI from XMI Mi 27 NFGL (DFP-2)'s EDID.

There's a problem but that doesn't explain this

The server ends w/

[     9.689] (II) AIGLX: Suspending AIGLX clients for VT switch

during the crash and that's likely also the cause for losing the nvidia device (specifically permissions to access it)

Why are we here at all?
Did you try to https://wiki.archlinux.org/title/SDDM#Wayland but don't have weston installed?
What happens if you either
a) reset SDDM to the default X11 backend
b) use kwin_wayland instead of weston
c) install weston ?

Offline

#18 Yesterday 08:57:29

LichHunter
Member
Registered: 2026-02-20
Posts: 12

Re: [SOLVED]Session crashes after login, booted back to sddm

So I installed weston, and it rebooted a few times, and it appears it's not happening anymore. But changing the config as per the wiki in /etc/sddm.conf.d/10-wayland.conf doesn't do anything and uninstalling weston leads to the same problem right at the first reboot.

This is what I put put into the config file:

[General]
DisplayServer=wayland
GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell

[Wayland]
CompositorCommand=kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1

Offline

#19 Yesterday 09:28:50

LichHunter
Member
Registered: 2026-02-20
Posts: 12

Re: [SOLVED]Session crashes after login, booted back to sddm

I have finally managed to fix this using, it turns out that I didn't see the single config file outside the conf.d folder, so I added the settings there and now it works as it should, It also started displaying sddm on both of my screens, whereas it used to be only on the laptop screen, I just need to fix the screen order and I'm good to go.

Thanks for all the help o7.

Offline

Board footer

Powered by FluxBB