diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-07-04 19:49:02 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-07-04 19:49:02 +0000 |
commit | 18ca4e6e50f22a677ecd4f27d985da64ac1bcf03 (patch) | |
tree | ea6e04c5615bf81290adda447c014f5a7368be22 /etc | |
parent | efbbc04466695df32ecad43d22482355923c74ca (diff) |
Simplify zaurus xorg.conf now that input devices are auto-configured.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/X11.zaurus/xorg.conf | 48 |
1 files changed, 1 insertions, 47 deletions
diff --git a/etc/X11.zaurus/xorg.conf b/etc/X11.zaurus/xorg.conf index 79e3d99d0..284e44242 100644 --- a/etc/X11.zaurus/xorg.conf +++ b/etc/X11.zaurus/xorg.conf @@ -1,32 +1,4 @@ -Section "ServerLayout" - Identifier "wsfb" - Screen 0 "Screen0" 0 0 - InputDevice "TouchScreen0" "CorePointer" - InputDevice "Keyboard0" "CoreKeyboard" -EndSection - -Section "Files" - FontPath "/usr/X11R6/lib/X11/fonts/misc/" - FontPath "/usr/X11R6/lib/X11/fonts/TTF/" - FontPath "/usr/X11R6/lib/X11/fonts/OTF/" - FontPath "/usr/X11R6/lib/X11/fonts/Type1/" - FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" -EndSection - -Section "InputDevice" - Identifier "Keyboard0" - Driver "kbd" - Option "XkbModel" "zaurus" -EndSection - -Section "InputDevice" - Identifier "TouchScreen0" - Driver "ws" - Option "device" "/dev/wsmouse" - Option "ZAxisMapping" "4 5" - # this can be used to use the screen in vertical mode - # Option "Rotate" "CCW" -EndSection +# $OpenBSD: xorg.conf,v 1.4 2011/07/04 19:49:01 matthieu Exp $ Section "Device" Identifier "Wsdisplay0" @@ -35,21 +7,3 @@ Section "Device" # Comment out to use the screen in vertical mode Option "rotate" "CW" EndSection - -Section "Monitor" - Identifier "Monitor" - VendorName "Sharp" - ModelName "Zaurus" -EndSection - -Section "Screen" - Identifier "Screen0" - Device "Wsdisplay0" - Monitor "Monitor" - DefaultDepth 16 - SubSection "Display" - Depth 16 - EndSubSection -EndSection - - |