Other SDDM + Hyprland doesn't work

CPU: Ryzen 9 9950X3D
Motherboard: Asus ROG X670E Hero
GPU: Nvidia RTX 4070 Ti Super
OS: FreeBSD 15.0-RELEASE-p1 (pkgbase)

1. In SDDM, keyboard and mouse doesn't work
2. In SDDM, Hyprland doesn't show up. Instead, it only shows "User Session" at top-left.

Should I switch to gdm or lightdm?

This is not Nvidia driver issue. I was running Gnome for the last few days before I uninstalled it.

Code:
➜ pkg leaf
FreeBSD-kernel-generic-15.0p1
FreeBSD-kernel-generic-dbg-15.0p1
FreeBSD-set-base-15.0
FreeBSD-set-lib32-15.0
alacritty-0.15.1_1
arcanist-php84-20220518_7
bastille-1.3.2.251225
bhyvemgr-gtk2-1.12.0
fd-3.01j_1
firefox-146.0.1,2
fusefs-exfat-1.4.0_1
fusefs-ntfs-2022.10.3_2
fzf-0.65.2_2
gh-2.79.0_1
ghidra-11.3.1
git-lfs-3.6.1_8
grub2-bhyve-0.40_11
hypridle-0.1.7
hyprland-0.51.1
hyprlock-0.9.1
hyprpaper-0.7.5_2
hyprpicker-0.4.5_2
libfido2-1.16.0
llvm21-21.1.2
neovim-0.11.4
noto-2.0
nvidia-drm-kmod-580.95.05_1
nvidia-xconfig-580.95.05
openjdk21-jre-21.0.8+9.1_1
pkg-2.4.2
pkgconf-2.4.3,1
py311-yubikey-manager-5.2.0
qemu-tools-10.1.0_1
sddm-0.21.0.36_2
vim-9.1.1744
vm-bhyve-1.6.2_1
vm-bhyve-zcomp-20250225.1
waybar-0.14.0_1
wifi-firmware-iwlwifi-kmod-ax210-20251125
xdg-desktop-portal-hyprland-1.3.10
xf86-input-keyboard-1.9.0_6
xf86-input-mouse-1.9.3_5
yubico-piv-tool-2.7.2
zsh-completions-0.35.0

/etc/X11/xorg.conf
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 580.95.05

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/sysmouse"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "keyboard"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:1:0:0"
EndSection

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

/usr/local/etc/sddm.conf
Code:
# Disable virtual keyboard by default
# InputMethod=""

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

[Wayland]
CompositorCommand=Hyprland

/var/log/Xorg.0.log
Code:
[    56.294] (--) Log file renamed from "/var/log/Xorg.pid-4897.log" to "/var/log/Xorg.0.log"
[    56.295]
X.Org X Server 1.21.1.20
X Protocol Version 11, Revision 0
[    56.295] Current Operating System: FreeBSD localhost 15.0-RELEASE-p1 FreeBSD 15.0-RELEASE-p1 releng/15.0-n280999-7bceec30b351 GENERIC amd64
[    56.295]
[    56.295] Current version of pixman: 0.46.2
[    56.295]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    56.295] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    56.295] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 28 13:30:03 2025
[    56.295] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[    56.296] (==) No Layout section.  Using the first Screen section.
[    56.296] (==) No screen section available. Using defaults.
[    56.296] (**) |-->Screen "Default Screen Section" (0)
[    56.296] (**) |   |-->Monitor "<default monitor>"
[    56.296] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    56.296] (**) Allowing byte-swapped clients
[    56.296] (==) Automatically adding devices
[    56.296] (==) Automatically enabling devices
[    56.296] (==) Automatically adding GPU devices
[    56.296] (==) Automatically binding GPU devices
[    56.296] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    56.296] (WW) The directory "/usr/local/share/fonts/misc/" does not exist.
[    56.296]    Entry deleted from font path.
[    56.297] (WW) The directory "/usr/local/share/fonts/Type1/" does not exist.
[    56.297]    Entry deleted from font path.
[    56.297] (WW) The directory "/usr/local/share/fonts/100dpi/" does not exist.
[    56.297]    Entry deleted from font path.
[    56.297] (WW) The directory "/usr/local/share/fonts/75dpi/" does not exist.
[    56.297]    Entry deleted from font path.
[    56.297] (==) FontPath set to:
        /usr/local/share/fonts/TTF/,
        /usr/local/share/fonts/OTF/,
        catalogue:/usr/local/etc/X11/fontpath.d
[    56.297] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[    56.297] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    56.297] (II) Module ABI versions:
[    56.297]    X.Org ANSI C Emulation: 0.4
[    56.297]    X.Org Video Driver: 25.2
[    56.297]    X.Org XInput driver : 24.4
[    56.297]    X.Org Server Extension : 10.0
[    56.359] (II) xfree86: Adding drm device (/dev/dri/card0)
[    56.359] (II) Platform probe for /dev/dri/card0
[    56.477] (**) OutputClass "nvidia" ModulePath extended to "/usr/local/lib/nvidia/xorg,/usr/local/lib/xorg/modules,/usr/local/lib/xorg/modules"
[    56.477] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    56.477] (--) PCI:*(1@0:0:0) 10de:2705:1043:896b rev 161, Mem @ 0xdd000000/16777216, 0xf800000000/17179869184, 0xfc00000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/65536
[    56.477] (--) PCI: (107@0:0:0) 1002:164e:1043:8877 rev 201, Mem @ 0xfc70000000/268435456, 0xfc80000000/2097152, 0xde500000/524288, I/O @ 0x0000d000/256, BIOS @ 0x????????/65536
[    56.477] (II) LoadModule: "glx"
[    56.478] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[    56.482] (II) Module glx: vendor="X.Org Foundation"
[    56.482]    compiled for 1.21.1.20, module version = 1.0.0
[    56.482]    ABI class: X.Org Server Extension, version 10.0
[    56.482] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    56.482]    loading driver: nvidia
[    56.482] (==) Matched nvidia as autoconfigured driver 0
[    56.482] (==) Matched nv as autoconfigured driver 1
[    56.482] (==) Matched modesetting as autoconfigured driver 2
[    56.482] (==) Matched scfb as autoconfigured driver 3
[    56.482] (==) Matched vesa as autoconfigured driver 4
[    56.482] (==) Assigned the driver to the xf86ConfigLayout
[    56.482] (II) LoadModule: "nvidia"
[    56.482] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
[    56.484] (II) Module nvidia: vendor="NVIDIA Corporation"
[    56.484]    compiled for 1.6.99.901, module version = 1.0.0
[    56.484]    Module class: X.Org Video Driver
[    56.485] (II) LoadModule: "nv"
[    56.485] (WW) Warning, couldn't open module nv
[    56.485] (EE) Failed to load module "nv" (module does not exist, 0)
[    56.485] (II) LoadModule: "modesetting"
[    56.485] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
[    56.486] (II) Module modesetting: vendor="X.Org Foundation"
[    56.486]    compiled for 1.21.1.20, module version = 1.21.1
[    56.486]    Module class: X.Org Video Driver
[    56.486]    ABI class: X.Org Video Driver, version 25.2
[    56.486] (II) LoadModule: "scfb"
[    56.486] (WW) Warning, couldn't open module scfb
[    56.486] (EE) Failed to load module "scfb" (module does not exist, 0)
[    56.486] (II) LoadModule: "vesa"
[    56.486] (WW) Warning, couldn't open module vesa
[    56.486] (EE) Failed to load module "vesa" (module does not exist, 0)
[    56.486] (II) NVIDIA dlloader X Driver  580.95.05  Tue Sep 23 09:33:06 UTC 2025
[    56.486] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    56.486] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    56.486] (--) Using syscons driver with X support (version 2.0)
[    56.486] (++) using VT number 9

[    56.499] (II) Loading sub module "fb"
[    56.499] (II) LoadModule: "fb"
[    56.499] (II) Module "fb" already built-in
[    56.499] (II) Loading sub module "wfb"
[    56.499] (II) LoadModule: "wfb"
[    56.499] (II) Loading /usr/local/lib/xorg/modules/libwfb.so
[    56.500] (II) Module wfb: vendor="X.Org Foundation"
[    56.500]    compiled for 1.21.1.20, module version = 1.0.0
[    56.500]    ABI class: X.Org ANSI C Emulation, version 0.4
[    56.500] (WW) Falling back to old probe method for modesetting
[    56.501] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    56.501] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    56.501] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    56.501] (==) NVIDIA(0): RGB weight 888
[    56.501] (==) NVIDIA(0): Default visual is TrueColor
[    56.501] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    56.501] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    56.501] (**) NVIDIA(0): Enabling 2D acceleration
[    56.501] (II) Loading sub module "glxserver_nvidia"
[    56.501] (II) LoadModule: "glxserver_nvidia"
[    56.501] (II) Loading /usr/local/lib/xorg/modules/extensions/libglxserver_nvidia.so
[    56.550] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    56.550]    compiled for 1.6.99.901, module version = 1.0.0
[    56.550]    Module class: X.Org Server Extension
[    56.550] (II) NVIDIA GLX Module  580.95.05  Tue Sep 23 09:34:30 UTC 2025
[    56.550] (II) NVIDIA: The X server supports PRIME Render Offload.
[    56.551] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    56.551] (--) NVIDIA(0):     DFP-0 (boot)
[    56.551] (--) NVIDIA(0):     DFP-1
[    56.551] (--) NVIDIA(0):     DFP-2
[    56.551] (--) NVIDIA(0):     DFP-3
[    56.551] (--) NVIDIA(0):     DFP-4
[    56.551] (--) NVIDIA(0):     DFP-5
[    56.551] (--) NVIDIA(0):     DFP-6
[    56.551] (--) NVIDIA(0):     DFP-7
[    56.555] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 4070 Ti SUPER (AD103-A) at
[    56.555] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[    56.555] (--) NVIDIA(0): Memory: 16769024 kBytes
[    56.555] (--) NVIDIA(0): VideoBIOS: 95.03.45.00.c5
[    56.555] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    56.600] (--) NVIDIA(GPU-0): BenQ ZOWIE XL LCD (DFP-0): connected
[    56.600] (--) NVIDIA(GPU-0): BenQ ZOWIE XL LCD (DFP-0): Internal TMDS
[    56.600] (--) NVIDIA(GPU-0): BenQ ZOWIE XL LCD (DFP-0): 600.0 MHz maximum pixel clock
[    56.600] (--) NVIDIA(GPU-0):
[    56.600] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    56.600] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    56.600] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    56.600] (--) NVIDIA(GPU-0):
[    56.601] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    56.601] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    56.601] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    56.601] (--) NVIDIA(GPU-0):
[    56.602] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    56.602] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    56.602] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    56.602] (--) NVIDIA(GPU-0):
[    56.602] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    56.602] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    56.602] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[    56.602] (--) NVIDIA(GPU-0):
[    56.603] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    56.603] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    56.603] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    56.603] (--) NVIDIA(GPU-0):
[    56.603] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    56.603] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    56.603] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[    56.603] (--) NVIDIA(GPU-0):
[    56.604] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    56.604] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[    56.604] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[    56.604] (--) NVIDIA(GPU-0):
[    56.651] (==) NVIDIA(0):
[    56.651] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    56.651] (==) NVIDIA(0):     will be used as the requested mode.
[    56.651] (==) NVIDIA(0):
[    56.652] (II) NVIDIA(0): Validated MetaModes:
[    56.652] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[    56.652] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    56.700] (--) NVIDIA(0): DPI set to (90, 91); computed from "UseEdidDpi" X config
[    56.700] (--) NVIDIA(0):     option
[    56.700] (II) UnloadModule: "modesetting"
[    56.700] (II) Unloading modesetting
[    56.701] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    56.701] (II) NVIDIA:     access.
[    56.731] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[    56.756] (==) NVIDIA(0): Disabling shared memory pixmaps
[    56.756] (==) NVIDIA(0): Backing store enabled
[    56.756] (==) NVIDIA(0): Silken mouse enabled
[    56.756] (==) NVIDIA(0): DPMS enabled
[    56.756] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    56.756] (II) Loading sub module "dri2"
[    56.756] (II) LoadModule: "dri2"
[    56.756] (II) Module "dri2" already built-in
[    56.756] (II) NVIDIA(0): [DRI2] Setup complete
[    56.756] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    56.757] (II) Initializing extension Generic Event Extension
[    56.757] (II) Initializing extension SHAPE
[    56.757] (II) Initializing extension MIT-SHM
[    56.757] (II) Initializing extension XInputExtension
[    56.757] (II) Initializing extension XTEST
[    56.757] (II) Initializing extension BIG-REQUESTS
[    56.757] (II) Initializing extension SYNC
[    56.757] (II) Initializing extension XKEYBOARD
[    56.757] (II) Initializing extension XC-MISC
[    56.757] (II) Initializing extension SECURITY
[    56.757] (II) Initializing extension XFIXES
[    56.757] (II) Initializing extension RENDER
[    56.757] (II) Initializing extension RANDR
[    56.757] (II) Initializing extension COMPOSITE
[    56.757] (II) Initializing extension DAMAGE
[    56.757] (II) Initializing extension MIT-SCREEN-SAVER
[    56.757] (II) Initializing extension DOUBLE-BUFFER
[    56.757] (II) Initializing extension RECORD
[    56.757] (II) Initializing extension DPMS
[    56.757] (II) Initializing extension Present
[    56.757] (II) Initializing extension DRI3
[    56.757] (II) Initializing extension X-Resource
[    56.757] (II) Initializing extension XVideo
[    56.758] (II) Initializing extension XVideo-MotionCompensation
[    56.758] (II) Initializing extension GLX
[    56.758] (II) Initializing extension GLX
[    56.758] (II) Indirect GLX disabled.
[    56.758] (II) GLX: Another vendor is already registered for screen 0
[    56.758] (II) Initializing extension XFree86-VidModeExtension
[    56.758] (II) Initializing extension XFree86-DGA
[    56.758] (II) Initializing extension XFree86-DRI
[    56.758] (II) Initializing extension DRI2
[    56.758] (II) Initializing extension NV-GLX
[    56.758] (II) Initializing extension NV-CONTROL
[    56.758] (II) Initializing extension XINERAMA
[    57.469] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event0)
[    57.469] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
[    57.469] (II) No input driver specified, ignoring this device.
[    57.469] (II) This device may have been added with another device file.
[    57.469] (II) config/udev: Adding input device System mouse (/dev/input/event1)
[    57.469] (II) No input driver specified, ignoring this device.
[    57.469] (II) This device may have been added with another device file.
[    57.469] (II) config/udev: Adding input device BY Tech Gaming Keyboard Consumer Control (/dev/input/event10)
[    57.469] (**) BY Tech Gaming Keyboard Consumer Control: Applying InputClass "Evdev keyboard"
[    57.469] (II) No input driver specified, ignoring this device.
[    57.469] (II) This device may have been added with another device file.
[    57.469] (II) config/udev: Adding input device BY Tech Gaming Keyboard Mouse (/dev/input/event11)
[    57.469] (II) No input driver specified, ignoring this device.
[    57.469] (II) This device may have been added with another device file.
[    57.469] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    57.469] (**) Power Button: Applying InputClass "Evdev keyboard"
[    57.469] (II) No input driver specified, ignoring this device.
[    57.469] (II) This device may have been added with another device file.
[    57.469] (II) config/udev: Adding input device Logitech USB Receiver Keyboard (/dev/input/event3)
[    57.469] (**) Logitech USB Receiver Keyboard: Applying InputClass "Evdev keyboard"
[    57.469] (II) No input driver specified, ignoring this device.
[    57.469] (II) This device may have been added with another device file.
[    57.469] (II) config/udev: Adding input device BY Tech Gaming Keyboard (/dev/input/event4)
[    57.469] (**) BY Tech Gaming Keyboard: Applying InputClass "Evdev keyboard"
[    57.469] (II) No input driver specified, ignoring this device.
[    57.469] (II) This device may have been added with another device file.
[    57.469] (II) config/udev: Adding input device BY Tech Gaming Keyboard (/dev/input/event5)
[    57.469] (**) BY Tech Gaming Keyboard: Applying InputClass "Evdev keyboard"
[    57.469] (II) No input driver specified, ignoring this device.
[    57.469] (II) This device may have been added with another device file.
[    57.469] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/event6)
[    57.469] (II) No input driver specified, ignoring this device.
[    57.469] (II) This device may have been added with another device file.
[    57.469] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event7)
[    57.469] (**) Logitech USB Receiver Consumer Control: Applying InputClass "Evdev keyboard"
[    57.469] (II) No input driver specified, ignoring this device.
[    57.469] (II) This device may have been added with another device file.
[    57.469] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event8)
[    57.469] (**) Logitech USB Receiver System Control: Applying InputClass "Evdev keyboard"
[    57.469] (II) No input driver specified, ignoring this device.
[    57.469] (II) This device may have been added with another device file.
[    57.469] (II) config/udev: Adding input device BY Tech Gaming Keyboard System Control (/dev/input/event9)
[    57.469] (**) BY Tech Gaming Keyboard System Control: Applying InputClass "Evdev keyboard"
[    57.469] (II) No input driver specified, ignoring this device.
[    57.469] (II) This device may have been added with another device file.
[    91.133] (II) NVIDIA(GPU-0): Deleting GPU-0
[    91.147] (II) Server terminated successfully (0). Closing log file.
 
/var/log/sddm.log
Code:
[01:37:18.873] (II) DAEMON: Initializing...
[01:37:18.882] (II) DAEMON: Starting...
[01:37:18.882] (II) DAEMON: No session manager found
[01:37:18.882] (II) DAEMON: Adding new display...
[01:37:18.882] (II) DAEMON: Loaded empty theme configuration
[01:37:18.883] (II) DAEMON: Xauthority path: "/var/run/sddm/xauth_YKGVYU"
[01:37:18.883] (II) DAEMON: Using VT 9
[01:37:18.883] (II) DAEMON: Display server starting...
[01:37:18.883] (II) DAEMON: Writing cookie to "/var/run/sddm/xauth_YKGVYU"
[01:37:18.883] (II) DAEMON: Running: /usr/local/bin/X -nolisten tcp -background none -seat seat0 vt9 -auth /var/run/sddm/xauth_YKGVYU -noreset -displayfd 16
[01:37:19.126] (II) DAEMON: Setting default cursor
[01:37:19.126] (WW) DAEMON: Could not setup default cursor
[01:37:19.127] (II) DAEMON: Could not set Xcursor resources QProcess::FailedToStart
[01:37:19.127] (II) DAEMON: Running display setup script  "/usr/local/share/sddm/scripts/Xsetup"
[01:37:19.128] (II) DAEMON: Display server started.
[01:37:19.128] (II) DAEMON: Socket server starting...
[01:37:19.128] (II) DAEMON: Socket server started.
[01:37:19.128] (WW) DAEMON: The configured theme "breeze" doesn't exist, using the embedded theme instead
[01:37:19.128] (II) DAEMON: Loaded empty theme configuration
[01:37:19.128] (II) DAEMON: Greeter starting...
[01:37:19.138] (II) HELPER: [PAM] Starting...
[01:37:19.138] (II) HELPER: [PAM] Authenticating...
[01:37:19.138] (II) HELPER: [PAM] returning.
[01:37:19.138] (II) HELPER: Writing cookie to "/tmp/xauth_hUQlXY"
[01:37:19.138] (II) HELPER: Starting X11 session: "" "/usr/local/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-maeIgV"
[01:37:19.139] (II) DAEMON: Greeter session started successfully
[01:37:19.202] (II) DAEMON: Message received from greeter: Connect
[01:37:21.947] (II) DAEMON: Message received from greeter: Login
[01:37:21.947] (II) DAEMON: Reading from "/usr/local/share/xsessions/gnome-classic-xorg.desktop"
[01:37:21.947] (II) DAEMON: Session "/usr/local/share/xsessions/gnome-classic-xorg.desktop" selected, command: "env GNOME_SHELL_SESSION_MODE=classic gnome-session" for VT 9
[01:37:21.958] (II) HELPER: [PAM] Starting...
[01:37:21.958] (II) HELPER: [PAM] Authenticating...
[01:37:21.958] (II) HELPER: [PAM] Preparing to converse...
[01:37:21.958] (II) HELPER: [PAM] Conversation with 1 messages
[01:37:21.959] (II) HELPER: [PAM] returning.
[01:37:21.959] (II) DAEMON: Authentication for user  "minsoochoo"  successful
[01:37:21.960] (II) HELPER: [PAM] Preparing to converse...
[01:37:21.960] (II) HELPER: [PAM] Conversation with 1 messages
[01:37:21.960] (WW) DAEMON: Authentication information: SDDM::Auth::INFO_UNKNOWN "Last login: Sun Dec 28 01:35:35 on pts/1"
[01:37:21.960] (II) HELPER: Writing cookie to "/tmp/xauth_POvGCo"
[01:37:21.960] (II) HELPER: Starting X11 session: "" "/usr/local/share/sddm/scripts/Xsession \"env GNOME_SHELL_SESSION_MODE=classic gnome-session\""
[01:37:21.962] (II) DAEMON: Session started true
[01:37:21.975] (II) HELPER: [PAM] Closing session
[01:37:21.975] (II) HELPER: [PAM] Ended.
[01:37:21.976] (II) DAEMON: Auth: sddm-helper exited successfully
[01:37:21.976] (II) DAEMON: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
[01:37:21.977] (II) HELPER: [PAM] Closing session
[01:37:21.977] (II) HELPER: [PAM] Ended.
[01:37:21.978] (II) DAEMON: Auth: sddm-helper exited successfully
[01:37:21.978] (II) DAEMON: Socket server stopping...
[01:37:21.978] (II) DAEMON: Socket server stopped.
[01:37:21.978] (II) DAEMON: Display server stopping...
[01:37:22.001] (II) DAEMON: Display server stopped.
[01:37:22.001] (II) DAEMON: Running display stop script  QList("/usr/local/share/sddm/scripts/Xstop")
[01:37:22.002] (II) DAEMON: Removing display SDDM::Display(0xd6518439380) ...
[01:37:22.002] (II) DAEMON: Adding new display...
[01:37:22.002] (II) DAEMON: Loaded empty theme configuration
[01:37:22.002] (II) DAEMON: Xauthority path: "/var/run/sddm/xauth_PvxaIw"
[01:37:22.002] (II) DAEMON: Using VT 9
[01:37:22.002] (II) DAEMON: Display server starting...
[01:37:22.002] (II) DAEMON: Writing cookie to "/var/run/sddm/xauth_PvxaIw"
[01:37:22.002] (II) DAEMON: Running: /usr/local/bin/X -nolisten tcp -background none -seat seat0 vt9 -auth /var/run/sddm/xauth_PvxaIw -noreset -displayfd 18
[01:37:22.135] (II) DAEMON: Setting default cursor
[01:37:22.136] (WW) DAEMON: Could not setup default cursor
[01:37:22.137] (II) DAEMON: Could not set Xcursor resources QProcess::FailedToStart
[01:37:22.137] (II) DAEMON: Running display setup script  "/usr/local/share/sddm/scripts/Xsetup"
[01:37:22.137] (II) DAEMON: Display server started.
[01:37:22.137] (II) DAEMON: Socket server starting...
[01:37:22.137] (II) DAEMON: Socket server started.
[01:37:22.137] (WW) DAEMON: The configured theme "breeze" doesn't exist, using the embedded theme instead
[01:37:22.137] (II) DAEMON: Loaded empty theme configuration
[01:37:22.138] (II) DAEMON: Greeter starting...
[01:37:22.146] (II) HELPER: [PAM] Starting...
[01:37:22.146] (II) HELPER: [PAM] Authenticating...
[01:37:22.146] (II) HELPER: [PAM] returning.
[01:37:22.146] (II) HELPER: Writing cookie to "/tmp/xauth_hZgvAC"
[01:37:22.146] (II) HELPER: Starting X11 session: "" "/usr/local/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-idGbBe"
[01:37:22.147] (II) DAEMON: Greeter session started successfully
[01:37:22.178] (II) DAEMON: Message received from greeter: Connect
[01:37:25.343] (II) DAEMON: Message received from greeter: Login
[01:37:25.343] (II) DAEMON: Reading from "/usr/local/share/xsessions/gnome-classic-xorg.desktop"
[01:37:25.343] (II) DAEMON: Session "/usr/local/share/xsessions/gnome-classic-xorg.desktop" selected, command: "env GNOME_SHELL_SESSION_MODE=classic gnome-session" for VT 9
(Truncated—similar logs)
[16:07:03.545] (II) DAEMON: Using VT 7
[16:07:03.545] (II) DAEMON: Display server started.
[16:07:03.545] (II) DAEMON: Socket server starting...
[16:07:03.545] (II) DAEMON: Socket server started.
[16:07:03.545] (WW) DAEMON: The configured theme "breeze" doesn't exist, using the embedded theme instead
[16:07:03.545] (II) DAEMON: Loaded empty theme configuration
[16:07:03.545] (II) DAEMON: Greeter starting...
[16:07:03.545] (II) DAEMON: Socket server stopping...
[16:07:03.545] (II) DAEMON: Socket server stopped.
[16:07:03.545] (WW) DAEMON: Auth: sddm-helper (--socket /tmp/sddm-auth-22888ddc-feee-44c9-81b3-3497ec92636c --id 14 --start /usr/local/bin/sddm-greeter-qt6 --socket /tmp/sddm--spkBOR --user sddm --display-server Hyprland --greeter) crashed (exit code 1)
[16:07:03.545] (WW) DAEMON: Auth: sddm-helper exited with 15
 
Issues 1 and 2 occurs when /usr/local/etc/sddm.conf is
Code:
# Disable virtual keyboard by default
InputMethod=""

After changing to the config above (explicitly stating wayland&hyprland), /var/log/sddm.log is produced and the ttyv6 is pitch black with a keyboard cursor blinking at top left.
 
Back
Top