fix(desktop): force fbdev Xorg driver for server framebuffer

Explicit xorg.conf.d config prevents Xorg from trying KMS/DRM
drivers that fail on server hardware with nomodeset.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-27 21:05:42 +03:00
parent c1aa3cf491
commit 7cb5c02a9b

View File

@@ -0,0 +1,10 @@
Section "Device"
Identifier "fbdev"
Driver "fbdev"
Option "fbdev" "/dev/fb0"
EndSection
Section "Screen"
Identifier "screen0"
Device "fbdev"
EndSection