SDDM의 검은색 화면 및 커서

SDDM의 검은색 화면 및 커서

방금 새 컴퓨터를 구입했습니다(Intel Core i9 10850K CPU, 따라서 Intel UHD Graphics 630 CPGPU 포함).

다음과 같이:

$ lspci -v
00:02.0 VGA compatible controller: Intel Corporation Device 9bc5 (rev 05) (prog-if 00 [VGA controller])
        DeviceName: Onboard - Video
        Subsystem: ASUSTeK Computer Inc. Device 8694
        Flags: bus master, fast devsel, latency 0, IRQ 144
        Memory at 6000000000 (64-bit, non-prefetchable) [size=16M]
        Memory at 4000000000 (64-bit, prefetchable) [size=256M]
        I/O ports at 3000 [size=64]
        Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: i915
        Kernel modules: i915

ArchLinux를 설정하려고 하는데 SDDM을 시작할 때 부팅 시 커서와 함께 검은색 화면이 나타납니다.

나는 팔로우했다Xorg 위키 페이지xorg-server또한 지정된 대로 설치합니다 xf86-video-intel.인텔 그래픽 위키 페이지, 내가 만들었다 /etc/X11/xorg.conf.d/20-intel.conf:

Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
EndSection

내 로그를 조사한 후 다음을 얻습니다.

$ systemctl status sddm
● sddm.service - Simple Desktop Display Manager
     Loaded: loaded (/usr/lib/systemd/system/sddm.service; enabled; vendor preset: disabled)
     Active: active (running) since Fri 2020-10-09 21:25:16 CEST; 2h 11min ago
       Docs: man:sddm(1)
             man:sddm.conf(5)
   Main PID: 539 (sddm)
      Tasks: 16 (limit: 76963)
     Memory: 62.7M
     CGroup: /system.slice/sddm.service
             ├─539 /usr/bin/sddm
             └─547 /usr/lib/Xorg -nolisten tcp -auth /var/run/sddm/{1d4eff37-b951-4f1a-aaed-3371dfcdcb66} -background none -noreset -displayfd 17 -seat seat0 vt1

Oct 09 21:25:18 barracuda sddm-helper[569]: [PAM] Starting...
Oct 09 21:25:18 barracuda sddm-helper[569]: [PAM] Authenticating...
Oct 09 21:25:18 barracuda sddm-helper[569]: pam_faillock(sddm-autologin:auth): User unknown
Oct 09 21:25:18 barracuda sddm-helper[569]: pam_kwallet5(sddm-autologin:auth): (null): pam_sm_authenticate
Oct 09 21:25:18 barracuda sddm-helper[569]: pam_kwallet5(sddm-autologin:auth): pam_kwallet5: Couldn't get user info (passwd) info
Oct 09 21:25:20 barracuda sddm-helper[569]: [PAM] authenticate: Authentication failure
Oct 09 21:25:20 barracuda sddm-helper[569]: [PAM] returning.
Oct 09 21:25:20 barracuda sddm[539]: Authentication error: "Authentication failure"
Oct 09 21:25:20 barracuda sddm-helper[569]: [PAM] Ended.
Oct 09 21:25:20 barracuda sddm[539]: Auth: sddm-helper exited with 1

나는 또한 다음을 시도했습니다 sddm-greeter.

[23:38:20.242] (II) GREETER: High-DPI autoscaling not Enabled
[23:38:20.244] (WW) GREETER: could not connect to display 
[23:38:20.244] (II) GREETER: Could not load the Qt platform plugin "xcb" in "" even though it was found.
[23:38:20.244] (EE) GREETER: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: wayland-org.kde.kwin.qpa, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.

내 것이 Xorg.0.log나에게 고전을 주지만:

(EE) Failed to open authorization file "/var/run/sddm/{1d4eff37-b951-4f1a-aaed-3371dfcdcb66}": No such file or directory

이는 일반적으로 를 실행할 수는 있지만 비디오 드라이버가 올바르게 구성되지 않았음을 나타냅니다 startx.

관련 설치 패키지는 다음과 같습니다.

local/libdrm 2.4.102-1
local/linux 5.8.14.arch1-1
local/sddm 0.18.1-3
local/sddm-kcm 5.19.5-1 (plasma)
local/xf86-video-intel 1:2.99.917+908+g7181c5a4-1 (xorg-drivers)
local/xorg-server 1.20.9-2 (xorg)

내가 간과하고 있는 것이 있나요? 미리 감사드립니다.

관련 정보