diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/X11.loongson/xorg.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/X11.loongson/xorg.conf b/etc/X11.loongson/xorg.conf new file mode 100644 index 000000000..7ea0b122d --- /dev/null +++ b/etc/X11.loongson/xorg.conf @@ -0,0 +1,11 @@ +# +# $OpenBSD: xorg.conf,v 1.1 2010/01/31 14:28:45 matthieu Exp $ +# +# Force loading of modules +# +Section "Module" + Load "shadow" + Load "fb" + Load "dri" + Load "dri2" +EndSection |