buildroot/board/minnowboard/fs-overlay-graphical/etc/X11/xorg.conf.d/01-modules.conf

12 lines
278 B
Plaintext

# Xorg does not implement real dynamic linking and requires that its
# modules get loaded in the right order.
# https://forums.gentoo.org/viewtopic-p-8245578.html#8245578
Section "Module"
Load "vgahw"
Load "fb"
Load "shadowfb"
Load "int10"
Load "vbe"
EndSection