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:
10
iso/overlay/etc/X11/xorg.conf.d/10-fbdev.conf
Normal file
10
iso/overlay/etc/X11/xorg.conf.d/10-fbdev.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
Section "Device"
|
||||
Identifier "fbdev"
|
||||
Driver "fbdev"
|
||||
Option "fbdev" "/dev/fb0"
|
||||
EndSection
|
||||
|
||||
Section "Screen"
|
||||
Identifier "screen0"
|
||||
Device "fbdev"
|
||||
EndSection
|
||||
Reference in New Issue
Block a user