I just updated OpenSUSE Tumbleweed to 20240807 on my PC with Intel ARC, but have found that SDDM refuses to start. I can get in via startplasma-wayland
, but would like to have SDDM available.
Here’s my inxi
CPU: 6-core AMD Ryzen 5 5600X (-MT MCP-) speed/min/max: 2366/2200/5279 MHz
Kernel: 6.10.3-1-default x86_64 Up: 0h 36m Mem: 4.23/31.26 GiB (13.5%)
Storage: 5.46 TiB (60.2% used) Procs: 356 Shell: Bash inxi: 3.3.35
I’m also running an Intel ARC A770 Limited Edition (and just installed OneAPI)
Here’s my Xorg.0.log:
[ 1323.006] (--) Log file renamed from "/var/log/Xorg.pid-79596.log" to "/var/log/Xorg.0.log"
[ 1323.006]
X.Org X Server 1.21.1.12
X Protocol Version 11, Revision 0
[ 1323.006] Current Operating System: Linux localhost.localdomain 6.10.3-1-default #1 SMP PREEMPT_DYNAMIC Sun Aug 4 06:37:13 UTC 2024 (ba01e0e) x86_64
[ 1323.006] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.10.3-1-default root=UUID=671ce992-b8c9-4309-8dd8-40467d7a6049 splash=silent mitigations=auto quiet security=apparmor
[ 1323.006]
[ 1323.006] Current version of pixman: 0.43.4
[ 1323.006] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1323.006] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1323.006] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 7 15:34:40 2024
[ 1323.006] (==) Using config file: "/etc/X11/xorg.conf"
[ 1323.006] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 1323.006] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1323.006] (==) ServerLayout "X.org Configured"
[ 1323.006] (**) |-->Screen "Screen0" (0)
[ 1323.007] (**) | |-->Monitor "Monitor0"
[ 1323.007] (**) | |-->Device "Card0"
[ 1323.007] (**) |-->Input Device "Mouse0"
[ 1323.007] (**) |-->Input Device "Keyboard0"
[ 1323.007] (**) Allowing byte-swapped clients
[ 1323.007] (==) Automatically adding devices
[ 1323.007] (==) Automatically enabling devices
[ 1323.007] (==) Automatically adding GPU devices
[ 1323.007] (==) Automatically binding GPU devices
[ 1323.007] (==) Max clients allowed: 512, resource mask: 0xfffff
[ 1323.007] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[ 1323.007] Entry deleted from font path.
[ 1323.007] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[ 1323.007] Entry deleted from font path.
[ 1323.007] (**) FontPath set to:
/usr/share/fonts/misc:unscaled,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/ghostscript/,
/usr/share/fonts/cyrillic:unscaled,
/usr/share/fonts/truetype/,
built-ins,
/usr/share/fonts/misc:unscaled,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/ghostscript/,
/usr/share/fonts/cyrillic:unscaled,
/usr/share/fonts/truetype/,
built-ins
[ 1323.007] (**) ModulePath set to "/usr/lib64/xorg/modules"
[ 1323.007] (WW) Ignoring unrecognized extension "XFree86-DGA"
[ 1323.007] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 1323.007] (WW) Disabling Mouse0
[ 1323.007] (WW) Disabling Keyboard0
[ 1323.007] (II) Loader magic: 0x561e80ce2b00
[ 1323.007] (II) Module ABI versions:
[ 1323.007] X.Org ANSI C Emulation: 0.4
[ 1323.007] X.Org Video Driver: 25.2
[ 1323.007] X.Org XInput driver : 24.4
[ 1323.007] X.Org Server Extension : 10.0
[ 1323.007] (++) using VT number 1
[ 1323.007] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 1323.008] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 1323.008] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:01.0/0000:0b:00.0/drm/card1
[ 1323.024] (--) PCI:*(11@0:0:0) 8086:56a0:8086:1020 rev 8, Mem @ 0xfb000000/16777216, 0x7800000000/17179869184, BIOS @ 0x????????/2097152
[ 1323.024] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 1323.024] (II) LoadModule: "glx"
[ 1323.024] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 1323.025] (II) Module glx: vendor="X.Org Foundation"
[ 1323.025] compiled for 1.21.1.12, module version = 1.0.0
[ 1323.025] ABI class: X.Org Server Extension, version 10.0
[ 1323.025] (II) LoadModule: "vnc"
[ 1323.025] (II) Loading /usr/lib64/xorg/modules/extensions/libvnc.so
[ 1323.039] (II) Module vnc: vendor="TigerVNC Project"
[ 1323.039] compiled for 1.21.1.11, module version = 1.0.0
[ 1323.039] Module class: X.Org Server Extension
[ 1323.039] ABI class: X.Org Server Extension, version 10.0
[ 1323.039] (II) LoadModule: "intel"
[ 1323.039] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 1323.039] (II) Module intel: vendor="X.Org Foundation"
[ 1323.039] compiled for 1.21.1.11, module version = 2.99.917
[ 1323.039] Module class: X.Org Video Driver
[ 1323.039] ABI class: X.Org Video Driver, version 25.2
[ 1323.039] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 1323.040] (II) intel: Driver for Intel(R) HD Graphics
[ 1323.040] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 1323.040] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 1323.054] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20230929
[ 1323.054] (WW) intel(0): Unknown chipset
[ 1323.054] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 6 threads
[ 1323.054] (EE) intel(0): Given depth (24) is not supported by the Intel driver and this chipset.
[ 1323.070] (II) UnloadModule: "intel"
[ 1323.070] (EE) Screen(s) found, but none have a usable configuration.
[ 1323.070] (EE)
Fatal server error:
[ 1323.070] (EE) no screens found(EE)
[ 1323.070] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 1323.070] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 1323.070] (EE)
[ 1323.137] (EE) Server terminated with error (1). Closing log file.