Hello,
I have just updated my Manjaro system to the latest version and after rebooting, the graphical login screen did not display.
I went looking for errors in the journal and found those lines:
sddm[474655]: Display server starting...
sddm[474655]: Writing cookie to "/run/sddm/xauth_dgfEis"
sddm[474655]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_dgfEis -noreset -displayfd 16
sddm[474655]: Failed to read display number from pipe
sddm[474655]: Display server stopping...
sddm[474655]: Attempt 2 starting the Display server on vt 2 failed
So clearly, there is an issue with X that won’t start, so I went looking for clues inside the X server log which tells me this:
[ 15972.571] (--) Log file renamed from "/var/log/Xorg.pid-474681.log" to "/var/log/Xorg.0.log"
[ 15972.572]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[ 15972.572] Current Operating System: Linux server 6.1.131-1-MANJARO #1 SMP PREEMPT_DYNAMIC Thu Mar 13 15:02:58 UTC 2025 x86_64
[ 15972.572] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1-x86_64 root=UUID=fbef46d4-88f2-410f-b4a0-5317042b4585 rw time resume=UUID=95cd1d4c-4729-4ed0-9649-efdcc49d6c48 udev.log_priority=3 xhci_hcd.quirks=270336
[ 15972.572]
[ 15972.572] Current version of pixman: 0.44.2
[ 15972.572] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 15972.572] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 15972.572] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 28 22:07:15 2025
[ 15972.572] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 15972.572] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 15972.572] (==) No Layout section. Using the first Screen section.
[ 15972.572] (==) No screen section available. Using defaults.
[ 15972.572] (**) |-->Screen "Default Screen Section" (0)
[ 15972.572] (**) | |-->Monitor "<default monitor>"
[ 15972.573] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 15972.573] (**) | |-->Device "intel"
[ 15972.573] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 15972.573] (**) Allowing byte-swapped clients
[ 15972.573] (==) Automatically adding devices
[ 15972.573] (==) Automatically enabling devices
[ 15972.573] (==) Automatically adding GPU devices
[ 15972.573] (==) Automatically binding GPU devices
[ 15972.573] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 15972.573] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 15972.573] Entry deleted from font path.
[ 15972.573] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 15972.573] Entry deleted from font path.
[ 15972.573] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 15972.573] Entry deleted from font path.
[ 15972.573] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 15972.573] Entry deleted from font path.
[ 15972.573] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF
[ 15972.573] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 15972.573] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 15972.573] (II) Module ABI versions:
[ 15972.573] X.Org ANSI C Emulation: 0.4
[ 15972.573] X.Org Video Driver: 25.2
[ 15972.573] X.Org XInput driver : 24.4
[ 15972.573] X.Org Server Extension : 10.0
[ 15972.573] (++) using VT number 2
[ 15972.573] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 15972.577] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 15972.577] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 15972.578] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 15972.578] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 15972.583] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 15972.585] (--) PCI:*(0@0:2:0) 8086:1912:1028:06b7 rev 6, Mem @ 0xf5000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 15972.585] (--) PCI: (1@0:0:0) 10de:2504:1458:40e2 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 15972.585] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 15972.585] (II) LoadModule: "glx"
[ 15972.585] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 15972.587] (II) Module glx: vendor="X.Org Foundation"
[ 15972.587] compiled for 1.21.1.16, module version = 1.0.0
[ 15972.587] ABI class: X.Org Server Extension, version 10.0
[ 15972.587] (II) LoadModule: "modesetting"
[ 15972.587] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 15972.588] (II) Module modesetting: vendor="X.Org Foundation"
[ 15972.588] compiled for 1.21.1.16, module version = 1.21.1
[ 15972.588] Module class: X.Org Video Driver
[ 15972.588] ABI class: X.Org Video Driver, version 25.2
[ 15972.588] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 15972.613] (II) modeset(0): using drv /dev/dri/card0
[ 15972.614] (II) modeset(G0): using drv /dev/dri/card1
[ 15972.614] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 15972.614] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 15972.614] (==) modeset(0): RGB weight 888
[ 15972.614] (==) modeset(0): Default visual is TrueColor
[ 15972.614] (II) Loading sub module "glamoregl"
[ 15972.614] (II) LoadModule: "glamoregl"
[ 15972.614] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 15972.620] (II) Module glamoregl: vendor="X.Org Foundation"
[ 15972.620] compiled for 1.21.1.16, module version = 1.0.1
[ 15972.620] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15972.678] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 530 (SKL GT2)
[ 15972.678] (II) modeset(0): glamor initialized
[ 15972.678] (==) modeset(0): VariableRefresh: disabled
[ 15972.678] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 15972.705] (II) modeset(0): Output HDMI-1 has no monitor section
[ 15972.705] (II) modeset(0): Output DP-1 has no monitor section
[ 15972.708] (II) modeset(0): Output HDMI-2 has no monitor section
[ 15972.708] (II) modeset(0): Output DP-2 has no monitor section
[ 15972.712] (II) modeset(0): Output HDMI-3 has no monitor section
[ 15972.712] (II) modeset(0): Output DP-3 has no monitor section
[ 15972.739] (II) modeset(0): EDID for output HDMI-1
[ 15972.739] (II) modeset(0): Manufacturer: RAW Model: 0 Serial#: 1
[ 15972.739] (II) modeset(0): Year: 2012 Week: 6
[ 15972.739] (II) modeset(0): EDID Version: 1.3
[ 15972.739] (II) modeset(0): Digital Display Input
[ 15972.739] (II) modeset(0): Indeterminate output size
[ 15972.739] (II) modeset(0): Gamma: 2.20
[ 15972.739] (II) modeset(0): No DPMS capabilities specified
[ 15972.739] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 15972.739] (II) modeset(0): First detailed timing is preferred mode
[ 15972.739] (II) modeset(0): redX: 0.636 redY: 0.349 greenX: 0.290 greenY: 0.589
[ 15972.739] (II) modeset(0): blueX: 0.143 blueY: 0.080 whiteX: 0.313 whiteY: 0.329
[ 15972.739] (II) modeset(0): Supported established timings:
[ 15972.739] (II) modeset(0): 720x400@70Hz
[ 15972.739] (II) modeset(0): 640x480@60Hz
[ 15972.739] (II) modeset(0): 640x480@72Hz
[ 15972.739] (II) modeset(0): 640x480@75Hz
[ 15972.739] (II) modeset(0): 800x600@56Hz
[ 15972.739] (II) modeset(0): 800x600@60Hz
[ 15972.739] (II) modeset(0): 800x600@72Hz
[ 15972.739] (II) modeset(0): 800x600@75Hz
[ 15972.739] (II) modeset(0): 1024x768@60Hz
[ 15972.739] (II) modeset(0): 1024x768@70Hz
[ 15972.739] (II) modeset(0): 1024x768@75Hz
[ 15972.739] (II) modeset(0): Manufacturer's mask: 0
[ 15972.739] (II) modeset(0): Supported detailed timing:
[ 15972.739] (II) modeset(0): clock: 65.0 MHz Image Size: 575 x 323 mm
[ 15972.739] (II) modeset(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
[ 15972.739] (II) modeset(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
[ 15972.739] (II) modeset(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 80 kHz, PixClock max 165 MHz
[ 15972.739] (II) modeset(0): Monitor name: AAA
[ 15972.739] (II) modeset(0): Supported detailed timing:
[ 15972.739] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
[ 15972.739] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 15972.739] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 15972.739] (II) modeset(0): Supported detailed timing:
[ 15972.739] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
[ 15972.739] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 15972.739] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 15972.739] (II) modeset(0): Supported detailed timing:
[ 15972.739] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
[ 15972.739] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 15972.739] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 15972.739] (II) modeset(0): Supported detailed timing:
[ 15972.739] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
[ 15972.739] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 15972.739] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 15972.739] (II) modeset(0): Number of EDID sections to follow: 1
[ 15972.739] (II) modeset(0): EDID (in hex):
[ 15972.739] (II) modeset(0): 00ffffffffffff004837000001000000
[ 15972.739] (II) modeset(0): 06160103800000780ad7a5a2594a9624
[ 15972.739] (II) modeset(0): 145054afce0001010101010101010101
[ 15972.739] (II) modeset(0): 01010101010164190040410026301888
[ 15972.739] (II) modeset(0): 36003f4321000018000000fd00324c1e
[ 15972.739] (II) modeset(0): 5010000a202020202020000000000000
[ 15972.739] (II) modeset(0): 000000000000000000000000000000fc
[ 15972.739] (II) modeset(0): 004141410a2020202020202020200112
[ 15972.739] (II) modeset(0): 020329f123097f074f90010203060715
[ 15972.739] (II) modeset(0): 161112130405141f830100006c030c00
[ 15972.739] (II) modeset(0): 1000b82dc0010101018c0ad08a20e02d
[ 15972.739] (II) modeset(0): 10103e9600fd1e110000188c0ad09020
[ 15972.739] (II) modeset(0): 4031200c405500fd1e11000018011d80
[ 15972.739] (II) modeset(0): 18711c1620582c2500fd1e1100009e01
[ 15972.739] (II) modeset(0): 1d80d0721c1620102c2580fd1e110000
[ 15972.739] (II) modeset(0): 9e00000000000000000000000000003e
[ 15972.740] (--) modeset(0): HDMI max TMDS frequency 225000KHz
[ 15972.740] (II) modeset(0): Printing probed modes for output HDMI-1
[ 15972.740] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz eP)
[ 15972.740] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 15972.740] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 15972.740] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 15972.740] (II) modeset(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 15972.740] (II) modeset(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 15972.740] (II) modeset(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[ 15972.740] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 15972.740] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 15972.740] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 15972.740] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 15972.740] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 15972.740] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 15972.740] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 15972.740] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 15972.740] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 15972.740] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 15972.740] (II) modeset(0): Modeline "720x576i"x50.0 13.50 720 732 795 864 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 15972.740] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 15972.740] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 15972.740] (II) modeset(0): Modeline "720x480i"x60.0 13.51 720 739 801 858 480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[ 15972.740] (II) modeset(0): Modeline "720x480i"x59.9 13.50 720 739 801 858 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 15972.740] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 15972.740] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 15972.740] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 15972.740] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 15972.740] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 15972.740] (II) modeset(0): EDID for output DP-1
[ 15972.743] (II) modeset(0): EDID for output HDMI-2
[ 15972.743] (II) modeset(0): EDID for output DP-2
[ 15972.747] (II) modeset(0): EDID for output HDMI-3
[ 15972.747] (II) modeset(0): EDID for output DP-3
[ 15972.747] (II) modeset(0): Output HDMI-1 connected
[ 15972.747] (II) modeset(0): Output DP-1 disconnected
[ 15972.747] (II) modeset(0): Output HDMI-2 disconnected
[ 15972.747] (II) modeset(0): Output DP-2 disconnected
[ 15972.747] (II) modeset(0): Output HDMI-3 disconnected
[ 15972.747] (II) modeset(0): Output DP-3 disconnected
[ 15972.747] (II) modeset(0): Using exact sizes for initial modes
[ 15972.747] (II) modeset(0): Output HDMI-1 using initial mode 1024x768 +0+0
[ 15972.747] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 15972.747] (==) modeset(0): DPI set to (96, 96)
[ 15972.747] (II) Loading sub module "fb"
[ 15972.747] (II) LoadModule: "fb"
[ 15972.747] (II) Module "fb" already built-in
[ 15972.747] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 15972.747] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 15972.747] (==) modeset(G0): RGB weight 888
[ 15972.747] (==) modeset(G0): Default visual is TrueColor
[ 15972.747] (II) Loading sub module "glamoregl"
[ 15972.747] (II) LoadModule: "glamoregl"
[ 15972.748] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 15972.748] (II) Module glamoregl: vendor="X.Org Foundation"
[ 15972.748] compiled for 1.21.1.16, module version = 1.0.1
[ 15972.748] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15972.811] (II) modeset(G0): glamor X acceleration enabled on NVIDIA GeForce RTX 3060/PCIe/SSE2
[ 15972.811] (II) modeset(G0): glamor initialized
[ 15972.811] (II) modeset(G0): Output HDMI-1-4 has no monitor section
[ 15972.812] (II) modeset(G0): Output DP-1-4 has no monitor section
[ 15972.812] (II) modeset(G0): Output HDMI-1-5 has no monitor section
[ 15972.812] (II) modeset(G0): Output DP-1-5 has no monitor section
[ 15972.813] (II) modeset(G0): EDID for output HDMI-1-4
[ 15972.813] (II) modeset(G0): EDID for output DP-1-4
[ 15972.813] (II) modeset(G0): EDID for output HDMI-1-5
[ 15972.814] (II) modeset(G0): EDID for output DP-1-5
[ 15972.814] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 15972.814] (==) modeset(G0): DPI set to (96, 96)
[ 15972.814] (II) Loading sub module "fb"
[ 15972.814] (II) LoadModule: "fb"
[ 15972.814] (II) Module "fb" already built-in
[ 15972.830] (==) modeset(0): Backing store enabled
[ 15972.830] (==) modeset(0): Silken mouse enabled
[ 15972.964] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 15972.964] (==) modeset(0): DPMS enabled
[ 15972.965] (II) modeset(0): [DRI2] Setup complete
[ 15972.965] (II) modeset(0): [DRI2] DRI driver: iris
[ 15972.965] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 15973.064] (==) modeset(G0): Backing store enabled
[ 15973.064] (==) modeset(G0): Silken mouse enabled
[ 15973.065] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 15973.065] (==) modeset(G0): DPMS enabled
[ 15973.065] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[ 15973.065] (II) modeset(G0): [DRI2] Setup complete
[ 15973.065] (II) modeset(G0): [DRI2] DRI driver: nouveau
[ 15973.065] (II) modeset(G0): [DRI2] VDPAU driver: nouveau
[ 15973.065] (II) Initializing extension Generic Event Extension
[ 15973.065] (II) Initializing extension SHAPE
[ 15973.065] (II) Initializing extension MIT-SHM
[ 15973.065] (II) Initializing extension XInputExtension
[ 15973.066] (II) Initializing extension XTEST
[ 15973.066] (II) Initializing extension BIG-REQUESTS
[ 15973.066] (II) Initializing extension SYNC
[ 15973.066] (II) Initializing extension XKEYBOARD
[ 15973.066] (II) Initializing extension XC-MISC
[ 15973.066] (II) Initializing extension SECURITY
[ 15973.066] (II) Initializing extension XFIXES
[ 15973.066] (II) Initializing extension RENDER
[ 15973.066] (II) Initializing extension RANDR
[ 15973.066] (II) Initializing extension COMPOSITE
[ 15973.066] (II) Initializing extension DAMAGE
[ 15973.066] (II) Initializing extension MIT-SCREEN-SAVER
[ 15973.066] (II) Initializing extension DOUBLE-BUFFER
[ 15973.067] (II) Initializing extension RECORD
[ 15973.067] (II) Initializing extension DPMS
[ 15973.067] (II) Initializing extension Present
[ 15973.067] (II) Initializing extension DRI3
[ 15973.067] (II) Initializing extension X-Resource
[ 15973.067] (II) Initializing extension XVideo
[ 15973.067] (II) Initializing extension XVideo-MotionCompensation
[ 15973.067] (II) Initializing extension GLX
[ 15973.076] (II) AIGLX: Loaded and initialized iris
[ 15973.076] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 15973.076] (II) Initializing extension XFree86-VidModeExtension
[ 15973.076] (II) Initializing extension XFree86-DGA
[ 15973.076] (II) Initializing extension XFree86-DRI
[ 15973.076] (II) Initializing extension DRI2
[ 15973.076] (EE) modeset(G0): Failed to create pixmap
[ 15973.076] (EE)
Fatal server error:
[ 15973.076] (EE) failed to create screen resources(EE)
[ 15973.076] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 15973.076] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 15973.076] (EE)
[ 15973.076] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 15973.131] (EE) Server terminated with error (1). Closing log file.
This did not help me much, but looking around for similar errors, I saw some suggestions about forcing the device inside an X configuration file, finding out its PCI id with this command:
[obones@server ~]$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GA106 [GeForce RTX 3060 Lite Hash Rate] (rev a1)
Now, this is running on a machine that has a built in Intel GPU and an additional NVidia GPU but as I wanted all graphics to be handled by the Intel GPU, I created a file named /etc/X11/xorg.conf.d/15-force_intel.conf
with this content:
Section "Device"
Identifier "intel"
BusID "PCI:0:2:0" #Double check this with xorg log/lspci this needs to be the bus of your integrated card
Driver "modesetting"
EndSection
This used to work well, but I have a feeling that I missed an announcement or a new configuration somewhere that explains why sddm no longer works properly.
Does this ring a bell to anyone?
What can I try to get back to a working situation?
Thanks for your help.