xref: /OK3568_Linux_fs/buildroot/board/minnowboard/fs-overlay-graphical/etc/X11/xorg.conf.d/01-modules.conf (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1
2# Xorg does not implement real dynamic linking and requires that its
3# modules get loaded in the right order.
4# https://forums.gentoo.org/viewtopic-p-8245578.html#8245578
5Section "Module"
6   Load "vgahw"
7   Load "fb"
8   Load "shadowfb"
9   Load "int10"
10   Load "vbe"
11EndSection
12