Install xorg.conf which loads all extensions.
Change-Id: I4592dec88703a80e8852690bb004e07e818b1753
This commit is contained in:
parent
0a4059ee41
commit
0a390218fa
@ -77,6 +77,7 @@
|
|||||||
./etc/X11/twm minix-base xorg
|
./etc/X11/twm minix-base xorg
|
||||||
./etc/X11/xdm minix-base xorg
|
./etc/X11/xdm minix-base xorg
|
||||||
./etc/X11/xinit minix-base xorg
|
./etc/X11/xinit minix-base xorg
|
||||||
|
./etc/X11/xorg.conf minix-base xorg,optional
|
||||||
./etc/X11/xserver minix-base xorg
|
./etc/X11/xserver minix-base xorg
|
||||||
./etc/X11/xsm minix-base xorg
|
./etc/X11/xsm minix-base xorg
|
||||||
./etc/boot.cfg.default minix-base
|
./etc/boot.cfg.default minix-base
|
||||||
|
@ -330,6 +330,11 @@ install-etc-files: .PHONY .MAKE check_DESTDIR MAKEDEV
|
|||||||
fi; \
|
fi; \
|
||||||
${INSTALL_FILE} -o ${owner} -g ${group} -m ${mode} ${sdir}${files} ${tdir};
|
${INSTALL_FILE} -o ${owner} -g ${group} -m ${mode} ${sdir}${files} ${tdir};
|
||||||
.endfor
|
.endfor
|
||||||
|
.if ${MKX11} == "yes"
|
||||||
|
${INSTALL_DIR} -o ${BINOWN} -g ${BINGRP} -m 755 ${DESTDIR}/etc/X11
|
||||||
|
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 ${NETBSDSRCDIR}/etc/xorg.conf \
|
||||||
|
${DESTDIR}/etc/X11/xorg.conf
|
||||||
|
.endif # ${MKX11} == "yes"
|
||||||
# LSC: We need a safe install target for etc files, as this is expected from
|
# LSC: We need a safe install target for etc files, as this is expected from
|
||||||
# our current user base. This safe version only leaves out the master.passwd
|
# our current user base. This safe version only leaves out the master.passwd
|
||||||
# file in order not to loose any user account created.
|
# file in order not to loose any user account created.
|
||||||
|
16
etc/xorg.conf
Normal file
16
etc/xorg.conf
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Section "Module"
|
||||||
|
Load "dbe"
|
||||||
|
Load "dri"
|
||||||
|
Load "dri2"
|
||||||
|
Load "extmod"
|
||||||
|
Load "glx"
|
||||||
|
Load "record"
|
||||||
|
Load "shadow"
|
||||||
|
Load "exa"
|
||||||
|
Load "fb"
|
||||||
|
Load "int10"
|
||||||
|
Load "shadowfb"
|
||||||
|
Load "vbe"
|
||||||
|
Load "vgahw"
|
||||||
|
Load "xaa"
|
||||||
|
EndSection
|
Loading…
x
Reference in New Issue
Block a user