On Sun, 24 May 2026 15:32:04 +0200 "Dr. Nikolaus Klepp via tde-users" users@trinitydesktop.org wrote:
Please note: for the old DXXX ATOM CPUS you must use the "modesetting" driver, otherwise the GPU will crash:
cat > $MNT/etc/X11/xorg.conf.d/20-intel.conf << XXX Section "Device" Identifier "Intel Graphics" # Driver "intel" Driver "modesetting" Option "NoAccel" "True" Option "DRI" "False" EndSection XXX
Did you try the i915 driver? https://wiki.gentoo.org/wiki/Intel suggests that's the appropriate one for Atom D4xx/D5xx CPUs. (You may need mesa-amber to make proper use of that driver, though.)
E. Liddell