diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-01-31 14:28:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-01-31 14:28:46 +0000 |
commit | a5cbec04868442c3342dc19a0dc9c05bb08f1a4b (patch) | |
tree | e25879fb8d099d2653e11ab37cc8694a6fad364f /etc | |
parent | a767edae81058fe4d0bee72897214ece055b4560 (diff) |
xorg.conf for loongson.
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 |