summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2008-01-06 06:27:00 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2008-01-06 06:27:00 +0000
commitd120537e5cbf895670e41f7646b113141f1ae274 (patch)
treeb1954d911f0de1dc068c778834686a9b0a10f2f2 /etc
parent9bf49896f1b9f170d86399e24482515b4ad3ac43 (diff)
Update the README and supply a suitable xorg.conf, now that we have X
working on OpenBSD/sgi. ok matthieu@
Diffstat (limited to 'etc')
-rw-r--r--etc/X11.sgi/xorg.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/etc/X11.sgi/xorg.conf b/etc/X11.sgi/xorg.conf
new file mode 100644
index 000000000..bdc93b45f
--- /dev/null
+++ b/etc/X11.sgi/xorg.conf
@@ -0,0 +1,32 @@
+#
+# Unaccelerated, single display configuration
+#
+# $OpenBSD: xorg.conf,v 1.1 2008/01/06 06:26:59 jsing Exp $
+#
+Section "Module"
+ Load "shadow"
+ Load "fb"
+EndSection
+
+Section "Device"
+ Identifier "Wsfb0"
+ Driver "wsfb"
+ Option "device" "/dev/ttyC0"
+EndSection
+
+Section "Screen"
+ Identifier "Screen0"
+ Device "Wsfb0"
+ SubSection "Display"
+ Depth 8
+ EndSubSection
+ SubSection "Display"
+ Depth 16
+ EndSubSection
+ SubSection "Display"
+ Depth 24
+ EndSubSection
+ SubSection "Display"
+ Depth 32
+ EndSubSection
+EndSection