diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2008-01-06 06:27:00 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2008-01-06 06:27:00 +0000 |
commit | d120537e5cbf895670e41f7646b113141f1ae274 (patch) | |
tree | b1954d911f0de1dc068c778834686a9b0a10f2f2 /etc | |
parent | 9bf49896f1b9f170d86399e24482515b4ad3ac43 (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.conf | 32 |
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 |