
22 May
2023
22 May
'23
6:22 p.m.
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