summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-12-12 09:37:23 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-12-12 09:37:23 +0000
commit6e7caf813e9627f892a3b2133a820f4ae9ecb7c5 (patch)
treec66f197f1fa3418791d71cf0f6c1a694f13c8b6f /etc
parentb522bd6095933863381245b635456d2bf667f116 (diff)
minimize xorg.conf.
Diffstat (limited to 'etc')
-rw-r--r--etc/X11.sgi/xorg.conf27
1 files changed, 2 insertions, 25 deletions
diff --git a/etc/X11.sgi/xorg.conf b/etc/X11.sgi/xorg.conf
index b88ca2311..36c267a4d 100644
--- a/etc/X11.sgi/xorg.conf
+++ b/etc/X11.sgi/xorg.conf
@@ -1,7 +1,7 @@
#
-# Unaccelerated, single display configuration
+# $OpenBSD: xorg.conf,v 1.4 2009/12/12 09:37:22 matthieu Exp $
#
-# $OpenBSD: xorg.conf,v 1.3 2009/10/20 05:16:42 matthieu Exp $
+# Force loading of modules
#
Section "Module"
Load "shadow"
@@ -9,26 +9,3 @@ Section "Module"
Load "dri"
Load "dri2"
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