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>
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
Section "Device"
|
|
Identifier "fbdev"
|
|
Driver "fbdev"
|
|
Option "fbdev" "/dev/fb0"
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "screen0"
|
|
Device "fbdev"
|
|
EndSection
|