Installing Clear Linux Desktop on KVM - Login Issue

Hi All,

After having success getting KVM running under Clear Linux, I’ve decided to run up a desktop VM.
Unfortunately, I have had a few issues. First was getting the graphical bootloader to work?

Kept flashing section below over and over.

After going through a few sites and forums - looks like UEFI is required. Version used clear-39050-live-desktop.iso

I downloaded three OVMF files mentioned here:
clear-linux-documentation/kvm.rst at e6ec4f30f78f8b3c33138a3c0b98be0f5b32cf35 · clearlinux/clear-linux-documentation · GitHub. I placed them under /opt/kvm/uefi.

I then edited my VM xml file by adding following lines under OS section.

 <loader readonly='yes' type='pflash'>/opt/kvm/uefi/OVMF.fd</loader>
 <nvram template='/opt/kvm/uefi/OVMF.fd'>/var/lib/libvirt/qemu/nvram/clr_VARS.fd</nvram>

I was able to successfully install CL and boot to the login screen. Now what? If I try logging in, it just keeps reloading the login screen. I am able to console in and login but not through the GUI?

Anyone experienced this issue?

Kind Regards

Run the following command to prevent GDM from auto starting. The “desktop-autostart” bundle must be uninstalled for success with KDE or other non-GNOME desktop environments.

sudo swupd bundle-remove desktop-autostart
sync && sudo reboot

Hi marioroy,

Does CL not run Gnome by default? I am presuming it’s GNOME not KDE or other desktop environment?

Also in removing the desktop-autostart - would that prevent the desktop from loading? Or just the login GDM.

Under Xorg.0.log I get an error - Server aborting

[    27.452] (--) Log file renamed from "/var/log/Xorg.pid-1042.log" to "/var/log/Xorg.0.log"
[    27.455]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[    27.455] Current Operating System: Linux clr-d89af4ff027f497ebb94587107d9cbf6 6.3.2-1312.native #1 SMP Thu May 11 07:41:29 PDT 2023 x86_64
[    27.455] Kernel command line: initrd=\EFI\org.clearlinux\freestanding-00-early-ucode.cpio initrd=\EFI\org.clearlinux\freestanding-i915-firmware.cpio.xz root=PARTUUID=db75abda-fd40w
[    27.455]
[    27.455] Current version of pixman: 0.42.2
[    27.455]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    27.455] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    27.456] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 21 12:01:07 2023
[    27.456] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    27.457] (==) No Layout section.  Using the first Screen section.
[    27.457] (==) No screen section available. Using defaults.
[    27.457] (**) |-->Screen "Default Screen Section" (0)
[    27.457] (**) |   |-->Monitor "<default monitor>"
[    27.457] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    27.457] (==) Automatically adding devices
[    27.458] (==) Automatically enabling devices
[    27.458] (==) Automatically adding GPU devices
[    27.458] (==) Automatically binding GPU devices
[    27.458] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    27.458] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/TTF,
        /usr/share/fonts/X11/OTF,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi
[    27.458] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    27.458] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    27.458] (II) Module ABI versions:
[    27.458]    X.Org ANSI C Emulation: 0.4
[    27.458]    X.Org Video Driver: 25.2
[    27.458]    X.Org XInput driver : 24.4
[    27.458]    X.Org Server Extension : 10.0
[    27.459] (++) using VT number 2

[    27.461] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[    27.462] (II) xfree86: Adding drm device (/dev/dri/card0)
[    27.462] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/drm/card0
[    27.463] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    27.467] (--) PCI:*(0@0:1:0) 1af4:1050:1af4:1100 rev 1, Mem @ 0xc0000000/8388608, 0x800500000/16384, 0xc2053000/4096, BIOS @ 0x????????/131072
[    27.467] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    27.467] (II) LoadModule: "glx"
[    27.468] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    27.469] (II) Module glx: vendor="X.Org Foundation"
[    27.469]    compiled for 1.21.1.8, module version = 1.0.0
[    27.469]    ABI class: X.Org Server Extension, version 10.0
[    27.470] (==) Matched modesetting as autoconfigured driver 0
[    27.470] (==) Matched fbdev as autoconfigured driver 1
[    27.470] (==) Matched vesa as autoconfigured driver 2
[    27.470] (==) Assigned the driver to the xf86ConfigLayout
[    27.470] (II) LoadModule: "modesetting"
[    27.470] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    27.471] (II) Module modesetting: vendor="X.Org Foundation"
[    27.471]    compiled for 1.21.1.8, module version = 1.21.1
[    27.471]    Module class: X.Org Video Driver
[    27.471]    ABI class: X.Org Video Driver, version 25.2
[    27.471] (II) LoadModule: "fbdev"
[    27.471] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[    27.471] (II) Module fbdev: vendor="X.Org Foundation"
[    27.471]    compiled for 1.21.1.8, module version = 0.5.0
[    27.472]    Module class: X.Org Video Driver
[    27.472]    ABI class: X.Org Video Driver, version 25.2
[    27.472] (II) LoadModule: "vesa"
[    27.472] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[    27.472] (II) Module vesa: vendor="X.Org Foundation"
[    27.472]    compiled for 1.21.1.8, module version = 2.6.0
[    27.472]    Module class: X.Org Video Driver
[    27.472]    ABI class: X.Org Video Driver, version 25.2
[    27.472] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    27.472] (II) FBDEV: driver for framebuffer: fbdev
[    27.472] (II) VESA: driver for VESA chipsets: vesa
[    27.473] (II) modeset(0): using drv /dev/dri/card0
[    27.473] (WW) Falling back to old probe method for fbdev
[    27.473] (II) Loading sub module "fbdevhw"
[    27.473] (II) LoadModule: "fbdevhw"
[    27.473] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[    27.473] (II) Module fbdevhw: vendor="X.Org Foundation"
[    27.473]    compiled for 1.21.1.8, module version = 0.0.2
[    27.473]    ABI class: X.Org Video Driver, version 25.2
[    27.473] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    27.473] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    27.474] (==) modeset(0): RGB weight 888
[    27.474] (==) modeset(0): Default visual is TrueColor
[    27.474] (II) Loading sub module "glamoregl"
[    27.474] (II) LoadModule: "glamoregl"
[    27.474] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[    27.476] (II) Module glamoregl: vendor="X.Org Foundation"
[    27.476]    compiled for 1.21.1.8, module version = 1.0.1
[    27.477]    ABI class: X.Org ANSI C Emulation, version 0.4
[    27.504] (II) modeset(0): Refusing to try glamor on llvmpipe
[    27.505] (II) modeset(0): glamor initialization failed
[    27.505] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[    27.505] (II) modeset(0): Output Virtual-1 has no monitor section
[    27.505] (II) modeset(0): EDID for output Virtual-1
[    27.505] (II) modeset(0): Manufacturer: RHT  Model: 1234  Serial#: 0
[    27.505] (II) modeset(0): Year: 2014  Week: 42
[    27.505] (II) modeset(0): EDID Version: 1.4
[    27.505] (II) modeset(0): Digital Display Input
[    27.506] (II) modeset(0): 8 bits per channel
[    27.506] (II) modeset(0): Digital interface is DisplayPort
[    27.506] (II) modeset(0): Max Image Size [cm]: horiz.: 32  vert.: 20
[    27.506] (II) modeset(0): Gamma: 2.20
[    27.506] (II) modeset(0): No DPMS capabilities specified
[    27.506] (II) modeset(0): Supported color encodings: RGB 4:4:4
[    27.506] (II) modeset(0): Default color space is primary color space
[    27.506] (II) modeset(0): First detailed timing is preferred mode
[    27.506] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    27.506] (II) modeset(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    27.506] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[    27.506] (II) modeset(0): Supported established timings:
[    27.506] (II) modeset(0): 640x480@60Hz
[    27.506] (II) modeset(0): 800x600@60Hz
[    27.506] (II) modeset(0): 1024x768@60Hz
[    27.506] (II) modeset(0): Manufacturer's mask: 0
[    27.506] (II) modeset(0): Supported standard timings:
[    27.506] (II) modeset(0): #0: hsize: 2048  vsize 1152  refresh: 60  vid: 49377
[    27.506] (II) modeset(0): #1: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    27.506] (II) modeset(0): #2: hsize: 1920  vsize 1200  refresh: 60  vid: 209
[    27.506] (II) modeset(0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    27.506] (II) modeset(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    27.506] (II) modeset(0): #5: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    27.506] (II) modeset(0): #6: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    27.506] (II) modeset(0): #7: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    27.506] (II) modeset(0): Supported detailed timing:
[    27.506] (II) modeset(0): clock: 107.3 MHz   Image Size:  325 x 203 mm
[    27.506] (II) modeset(0): h_active: 1280  h_sync: 1600  h_sync_end 1638 h_blank_end 1728 h_border: 0
[    27.506] (II) modeset(0): v_active: 800  v_sync: 804  v_sync_end 808 v_blanking: 828 v_border: 0
[    27.507] (II) modeset(0): Established timings III: (not decoded)
[    27.507] (II) modeset(0): Ranges: V min: 50 V max: 125 Hz, H min: 30 H max: 160 kHz,
[    27.507] (II) modeset(0): Monitor name: QEMU Monitor
[    27.507] (II) modeset(0): Number of EDID sections to follow: 1
[    27.507] (II) modeset(0): EDID (in hex):
[    27.507] (II) modeset(0):   00ffffffffffff004914341200000000
[    27.507] (II) modeset(0):   2a180104a520147806ee91a3544c9926
[    27.507] (II) modeset(0):   0f5054210800e1c0d1c0d100a940b300
[    27.507] (II) modeset(0):   950081808140ea2900c051201c304026
[    27.507] (II) modeset(0):   444045cb10000018000000f7000a0040
[    27.507] (II) modeset(0):   82002820000000000000000000fd0032
[    27.507] (II) modeset(0):   7d1ea0ff010a202020202020000000fc
[    27.507] (II) modeset(0):   0051454d55204d6f6e69746f720a013a
[    27.507] (II) modeset(0):   02030b00467d6560591f610000001000
[    27.507] (II) modeset(0):   00000000000000000000000000000000
[    27.507] (II) modeset(0):   10000000000000000000000000000000
[    27.507] (II) modeset(0):   00001000000000000000000000000000
[    27.507] (II) modeset(0):   00000000100000000000000000000000
[    27.507] (II) modeset(0):   00000000000010000000000000000000
[    27.507] (II) modeset(0):   00000000000000001000000000000000
[    27.507] (II) modeset(0):   0000000000000000000000000000002f
[    27.507] (II) modeset(0): Printing probed modes for output Virtual-1
[    27.507] (II) modeset(0): Modeline "1280x800"x75.0  107.30  1280 1600 1638 1728  800 804 808 828 -hsync -vsync (62.1 kHz eP)
[    27.507] (II) modeset(0): Modeline "5120x2160"x50.0  742.50  5120 6216 6304 6600  2160 2168 2178 2250 +hsync +vsync (112.5 kHz e)
[    27.507] (II) modeset(0): Modeline "4096x2160"x50.0  594.00  4096 5064 5152 5280  2160 2168 2178 2250 +hsync +vsync (112.5 kHz e)
[    27.507] (II) modeset(0): Modeline "3840x2160"x60.0  594.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (135.0 kHz e)
[    27.507] (II) modeset(0): Modeline "3840x2160"x50.0  594.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (112.5 kHz e)
[    27.507] (II) modeset(0): Modeline "3840x2160"x59.9  593.41  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (134.9 kHz e)
[    27.507] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[    27.507] (II) modeset(0): Modeline "2560x1080"x50.0  185.62  2560 3108 3152 3300  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    27.507] (II) modeset(0): Modeline "1856x1392"x60.0  218.25  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[    27.508] (II) modeset(0): Modeline "1792x1344"x60.0  204.75  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[    27.508] (II) modeset(0): Modeline "2048x1152"x60.0  162.00  2048 2074 2154 2250  1152 1153 1156 1200 +hsync +vsync (72.0 kHz e)
[    27.508] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[    27.508] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[    27.508] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    27.508] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    27.508] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    27.508] (II) modeset(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    27.508] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    27.508] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    27.508] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    27.508] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[    27.508] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[    27.508] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    27.508] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    27.508] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    27.508] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    27.508] (II) modeset(0): Output Virtual-1 connected
[    27.508] (II) modeset(0): Using exact sizes for initial modes
[    27.508] (II) modeset(0): Output Virtual-1 using initial mode 1280x800 +0+0
[    27.508] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    27.508] (==) modeset(0): DPI set to (96, 96)
[    27.508] (II) Loading sub module "fb"
[    27.508] (II) LoadModule: "fb"
[    27.508] (II) Module "fb" already built-in
[    27.508] (II) UnloadModule: "fbdev"
[    27.508] (II) Unloading fbdev
[    27.508] (II) UnloadSubModule: "fbdevhw"
[    27.509] (II) Unloading fbdevhw
[    27.509] (II) UnloadModule: "vesa"
[    27.509] (II) Unloading vesa
[    27.510] (==) modeset(0): Backing store enabled
[    27.510] (==) modeset(0): Silken mouse enabled
[    27.510] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    27.511] (==) modeset(0): DPMS enabled
[    27.511] (II) Initializing extension Generic Event Extension
[    27.511] (II) Initializing extension SHAPE
[    27.511] (II) Initializing extension MIT-SHM
[    27.511] (II) Initializing extension XInputExtension
[    27.511] (II) Initializing extension XTEST
[    27.511] (II) Initializing extension BIG-REQUESTS
[    27.511] (II) Initializing extension SYNC
[    27.511] (II) Initializing extension XKEYBOARD
[    27.511] (II) Initializing extension XC-MISC
[    27.511] (II) Initializing extension XFIXES
[    27.511] (II) Initializing extension RENDER
[    27.511] (II) Initializing extension RANDR
[    27.511] (II) Initializing extension COMPOSITE
[    27.511] (II) Initializing extension DAMAGE
[    27.511] (II) Initializing extension MIT-SCREEN-SAVER
[    27.511] (II) Initializing extension DOUBLE-BUFFER
[    27.511] (II) Initializing extension RECORD
[    27.511] (II) Initializing extension DPMS
[    27.512] (II) Initializing extension Present
[    27.512] (II) Initializing extension DRI3
[    27.512] (II) Initializing extension X-Resource
[    27.512] (II) Initializing extension XVideo
[    27.512] (II) Initializing extension XVideo-MotionCompensation
[    27.512] (II) Initializing extension GLX
[    27.512] (II) AIGLX: Screen 0 is not DRI2 capable
[    27.516] (II) IGLX: Loaded and initialized swrast
[    27.516] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    27.516] (II) Initializing extension XFree86-VidModeExtension
[    27.517] (II) Initializing extension XFree86-DGA
[    27.517] (II) Initializing extension XFree86-DRI
[    27.517] (II) Initializing extension DRI2
[    27.517] (II) modeset(0): Damage tracking initialized
[    27.517] (II) modeset(0): Setting screen physical size to 338 x 211
[    27.554] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    27.554] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    27.554] (II) LoadModule: "libinput"
[    27.554] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[    27.555] (II) Module libinput: vendor="X.Org Foundation"
[    27.555]    compiled for 1.21.1.8, module version = 1.3.0
[    27.555]    Module class: X.Org XInput Driver
[    27.555]    ABI class: X.Org XInput driver, version 24.4
[    27.555] (II) Using input driver 'libinput' for 'Power Button'
[    27.556] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 22 paused 0
[    27.556] (**) Power Button: always reports core events
[    27.556] (**) Option "Device" "/dev/input/event0"
[    27.557] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    27.557] (II) event0  - Power Button: device is a keyboard
[    27.558] (II) event0  - Power Button: device removed
[    27.558] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[    27.558] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    27.558] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    27.558] (II) event0  - Power Button: device is a keyboard
[    27.559] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/event1)
[    27.559] (**) QEMU QEMU USB Tablet: Applying InputClass "libinput pointer catchall"
[    27.559] (II) Using input driver 'libinput' for 'QEMU QEMU USB Tablet'
[    27.708] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0
[    27.708] (**) QEMU QEMU USB Tablet: always reports core events
[    27.708] (**) Option "Device" "/dev/input/event1"
[    27.710] (II) event1  - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[    27.710] (II) event1  - QEMU QEMU USB Tablet: device is a pointer
[    27.710] (II) event1  - QEMU QEMU USB Tablet: device removed
[    27.711] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input1/event1"
[    27.711] (II) XINPUT: Adding extended input device "QEMU QEMU USB Tablet" (type: MOUSE, id 7)
[    27.711] (**) Option "AccelerationScheme" "none"
[    27.711] (**) QEMU QEMU USB Tablet: (accel) selected scheme none/0
[    27.711] (**) QEMU QEMU USB Tablet: (accel) acceleration factor: 2.000
[    27.711] (**) QEMU QEMU USB Tablet: (accel) acceleration threshold: 4
[    27.712] (II) event1  - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[    27.712] (II) event1  - QEMU QEMU USB Tablet: device is a pointer
[    27.713] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    27.713] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    27.713] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    27.714] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 26 paused 0
[    27.714] (**) AT Translated Set 2 keyboard: always reports core events
[    27.714] (**) Option "Device" "/dev/input/event2"
[    27.716] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    27.716] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    27.716] (II) event2  - AT Translated Set 2 keyboard: device removed
[    27.716] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    27.717] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[    27.717] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    27.718] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    27.719] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event3)
[    27.719] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[    27.719] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[    27.720] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[    27.720] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[    27.720] (**) Option "Device" "/dev/input/event3"
[    27.721] (II) event3  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    27.722] (II) event3  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    27.723] (II) event3  - ImExPS/2 Generic Explorer Mouse: device removed
[    27.723] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    27.723] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    27.723] (II) libinput: ImExPS/2 Generic Explorer Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    27.724] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event3"
[    27.724] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 9)
[    27.725] (**) Option "AccelerationScheme" "none"
[    27.725] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[    27.725] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[    27.725] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[    27.726] (II) event3  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    27.726] (II) event3  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    28.134] (II) modeset(0): EDID vendor "RHT", prod id 4660
[    28.134] (II) modeset(0): Using EDID range info for horizontal sync
[    28.134] (II) modeset(0): Using EDID range info for vertical refresh
[    28.134] (II) modeset(0): Printing DDC gathered Modelines:
[    28.134] (II) modeset(0): Modeline "1280x800"x0.0  107.30  1280 1600 1638 1728  800 804 808 828 -hsync -vsync (62.1 kHz eP)
[    28.134] (II) modeset(0): Modeline "1280x768"x0.0   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[    28.134] (II) modeset(0): Modeline "1360x768"x0.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[    28.134] (II) modeset(0): Modeline "1400x1050"x0.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    28.134] (II) modeset(0): Modeline "1792x1344"x0.0  204.75  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[    28.134] (II) modeset(0): Modeline "1856x1392"x0.0  218.25  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[    28.134] (II) modeset(0): Modeline "1920x1440"x0.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[    28.134] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    28.134] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    28.134] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    28.134] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    28.134] (II) modeset(0): Modeline "2048x1152"x60.0  197.97  2048 2184 2408 2768  1152 1153 1156 1192 -hsync +vsync (71.5 kHz e)
[    28.134] (II) modeset(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    28.134] (II) modeset(0): Modeline "1920x1200"x0.0  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[    28.134] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    28.134] (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    28.134] (II) modeset(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    28.134] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    28.134] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    28.584] (EE)
[    28.584] (EE) Backtrace:
[    28.584] (EE) 0: /usr/bin/X (xorg_backtrace+0x47) [0x55a345069f27]
[    28.584] (EE) 1: /usr/bin/X (0x55a344f05000+0x168df9) [0x55a34506ddf9]
[    28.584] (EE) 2: /usr/lib64/glibc-hwcaps/x86-64-v3/libc.so.6 (0x55a344400000+0x3c6e0) [0x55a34443c6e0]
[    28.584] (EE) 3: /usr/lib64/glibc-hwcaps/x86-64-v3/libc.so.6 (pthread_kill+0xfb) [0x55a3444928eb]
[    28.584] (EE) 4: /usr/lib64/glibc-hwcaps/x86-64-v3/libc.so.6 (gsignal+0x12) [0x55a34443c642]
[    28.584] (EE) 5: /usr/lib64/glibc-hwcaps/x86-64-v3/libc.so.6 (abort+0xc5) [0x55a34442249f]
[    28.584] (EE) 6: /usr/lib64/glibc-hwcaps/x86-64-v3/libc.so.6 (0x55a344400000+0x223d5) [0x55a3444223d5]
[    28.584] (EE) 7: /usr/lib64/glibc-hwcaps/x86-64-v3/libc.so.6 (0x55a344400000+0x33452) [0x55a344433452]
[    28.584] (EE) 8: /usr/bin/X (0x55a344f05000+0x1faa73) [0x55a3450ffa73]
[    28.584] (EE) 9: /usr/bin/X (0x55a344f05000+0x1fd2e6) [0x55a3451022e6]
[    28.584] (EE) 10: /usr/bin/X (0x55a344f05000+0x1fdfbb) [0x55a345102fbb]
[    28.584] (EE) 11: /usr/bin/X (0x55a344f05000+0x8167c) [0x55a344f8667c]
[    28.584] (EE) 12: /usr/bin/X (0x55a344f05000+0x8641d) [0x55a344f8b41d]
[    28.584] (EE) 13: /usr/lib64/glibc-hwcaps/x86-64-v3/libc.so.6 (0x55a344400000+0x238f7) [0x55a3444238f7]
[    28.584] (EE) 14: /usr/lib64/glibc-hwcaps/x86-64-v3/libc.so.6 (__libc_start_main+0x85) [0x55a3444239b5]
[    28.584] (EE) 15: /usr/bin/X (_start+0x21) [0x55a344f45991]
[    28.584] (EE)
[    28.584] (EE)
Fatal server error:
[    28.584] (EE) Caught signal 6 (Aborted). Server aborting
[    28.584] (EE)
[    28.584] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[    28.584] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    28.584] (EE)
[    28.588] (EE) Server terminated with error (1). Closing log file.

Anywhere else to look to troubleshoot?

Looking at the gdm.service I see the following - still searching on information about the errors

● gdm.service - GNOME Display Manager
     Loaded: loaded (/usr/lib/systemd/system/gdm.service; disabled; preset: disabled)
     Active: active (running) since Sun 2023-05-21 12:00:58 UTC; 10h ago
TriggeredBy: ● gdm.path
    Process: 343 ExecStartPre=/usr/libexec/gdm-wait-for-drm (code=exited, status=0/SUCCESS)
   Main PID: 474 (gdm)
      Tasks: 4 (limit: 4649)
     Memory: 5.3M
     CGroup: /system.slice/gdm.service
             └─474 /usr/sbin/gdm

May 21 12:01:02 clr-d89af4ff027f497ebb94587107d9cbf6 gdm-password][999]: Gdm: gdm_settings_get_value: assertion 'settings->backends != NULL' failed
May 21 12:01:07 clr-d89af4ff027f497ebb94587107d9cbf6 gdm-password][999]: gkr-pam: unable to locate daemon control file
May 21 12:01:07 clr-d89af4ff027f497ebb94587107d9cbf6 gdm-password][999]: gkr-pam: stashed password to try later in open session
May 21 12:01:07 clr-d89af4ff027f497ebb94587107d9cbf6 gdm-password][999]: pam_unix(gdm-password:session): session opened for user anowak by (uid=0)
May 21 12:01:07 clr-d89af4ff027f497ebb94587107d9cbf6 gdm-password][999]: gnome-keyring-daemon: no process capabilities, insecure memory might get used
May 21 12:01:07 clr-d89af4ff027f497ebb94587107d9cbf6 gdm-password][999]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
May 21 12:01:07 clr-d89af4ff027f497ebb94587107d9cbf6 gdm[474]: Gdm: gdm_settings_get_value: assertion 'settings->backends != NULL' failed
May 21 12:01:08 clr-d89af4ff027f497ebb94587107d9cbf6 gdm[474]: Gdm: GdmDisplay: Session never registered, failing
May 21 12:01:08 clr-d89af4ff027f497ebb94587107d9cbf6 gdm[474]: Gdm: gdm_settings_get_value: assertion 'settings->backends != NULL' failed
May 21 12:05:54 clr-d89af4ff027f497ebb94587107d9cbf6 gdm[474]: Gdm: gdm_settings_get_value: assertion 'settings->backends != NULL' failed

Sorry, I misread KVM for KDE. In which case, please ignore my suggestion.

So I removed gnome and gdm and instead loaded my preferred desktop, xfce4 and lightdm.
Now I am able to log into the desktop, at least. It takes a good 30 sec to load the desktop and found most applications take 10-20 sec to load. I can’t seem to logout as I get the following error.
image
I’m sure it’s not meant to be this way? Why is Clear Linux Desktop so broken?

This is a clean install, what am I doing wrong?

I’m happy to use the default gnome desktop if I was able to login. Can’t find much information on the errors provided above.

Cheers