Hello,
I've installed Artix with Runit, than installed xorg with all packages provided plus xorg-xinit.
lspci gives the following:
lspci | grep -e VGA -e 3D
Thus the xf86-video-intel package was installed.
The elogind & elogind-runit is installed, enabled and running.
sudo sv status elogind
run: elogind: (pid 1178) 4974s
For window manager I'm going to use dwm or i3.
System loads OK to tty1, after login trying to dmw|i3 (with sudo or without) gives the following:
dwm: cannot open display
With sudo startx dwm nothing happens as well.
From Xorg.0.log the bottom lines:
[ 1958.573] (**) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 1958.573] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 1958.573] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 1958.573] (WW) Disabling Mouse0
[ 1958.573] (WW) Disabling Keyboard0
[ 1958.574] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200313
[ 1958.574] (II) intel(0): SNA compiled from 2.99.917-908-g7181c5a4
[ 1960.651] intel: waited 2020 ms for i915.ko driver to load
[ 1960.675] Number of created screens does not match number of detected devices.
Configuration failed.
[ 1960.675] (EE) Server terminated with error (2). Closing log file.
Here is Xorg.0.log
I've checked this posts "Cannot open display "default display"", "boot stop before login, cant startx", "Warning: networkmanager 1.14.7dev+3+g353743b99-1 breaks X11", "boot stop before login, cant startx", but it didn't help.
Could you please help me to resolve this issue?