Hi.

$ lspci
gives
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)

I also found all the kernel compilation options in
/usr/src/linux*/kernel/config_data
and the relevant section probably is the following, after the stars line.
If you give me some hints I can try to recompile the kernel with a new set of option
*****************************************************************
# Graphics support
#
# CONFIG_AGP is not set
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=1
# CONFIG_VGA_SWITCHEROO is not set
CONFIG_DRM=m
# CONFIG_DRM_DP_AUX_CHARDEV is not set
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
# CONFIG_DRM_DP_CEC is not set

#
# I2C encoder or helper chips
#
# CONFIG_DRM_I2C_CH7006 is not set
# CONFIG_DRM_I2C_SIL164 is not set
# CONFIG_DRM_I2C_NXP_TDA998X is not set
# CONFIG_DRM_I2C_NXP_TDA9950 is not set
# end of I2C encoder or helper chips

#
# ARM devices
#
# end of ARM devices

# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_AMDGPU is not set
# CONFIG_DRM_NOUVEAU is not set
# CONFIG_DRM_I915 is not set
# CONFIG_DRM_VGEM is not set
# CONFIG_DRM_VKMS is not set
# CONFIG_DRM_VMWGFX is not set
# CONFIG_DRM_GMA500 is not set
# CONFIG_DRM_UDL is not set
# CONFIG_DRM_AST is not set
# CONFIG_DRM_MGAG200 is not set
# CONFIG_DRM_QXL is not set
# CONFIG_DRM_VIRTIO_GPU is not set
CONFIG_DRM_PANEL=y

#
# Display Panels
#
# end of Display Panels

CONFIG_DRM_BRIDGE=y
CONFIG_DRM_PANEL_BRIDGE=y

#
# Display Interface Bridges
#
# CONFIG_DRM_ANALOGIX_ANX78XX is not set
# end of Display Interface Bridges

# CONFIG_DRM_ETNAVIV is not set
# CONFIG_DRM_BOCHS is not set
# CONFIG_DRM_CIRRUS_QEMU is not set
# CONFIG_DRM_GM12U320 is not set
# CONFIG_DRM_SIMPLEDRM is not set
# CONFIG_DRM_XEN_FRONTEND is not set
# CONFIG_DRM_VBOXVIDEO is not set
# CONFIG_DRM_GUD is not set
# CONFIG_DRM_HYPERV is not set
# CONFIG_DRM_LEGACY is not set
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y

Il giorno lun 22 mag 2023 alle ore 20:22 Matt Housh <jaeger@crux.ninja> ha scritto:
On 2023-05-22 11:14, attilio semenzato wrote:
> Hi everyone.

Hello and welcome! Glad you're liking crux.

Regarding the Xorg issues, these error (EE) lines are probably the most
telling:

> [ 11775.202] (EE) open /dev/dri/card0: No such file or directory
> [ 11775.202] (EE) open /dev/dri/card0: No such file or directory

This often indicates missing DRI/DRM support in the kernel. I would
recommend checking your kernel config for CONFIG_DRM and the appropriate
CONFIG_DRM_* options for your GPU driver. If those are missing, add
them, recompile the kernel, and give it another try.

If you're not sure which kernel options are needed, tell us what kind of
GPU you have (lspci | grep -E '3D|VGA') and we can maybe give some
hints/answers.

Regards,
Matt

_______________________________________________
CRUX mailing list
CRUX@lists.crux.nu
https://lists.crux.nu/mailman/listinfo/crux