diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-09-04 10:41:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-09-04 10:41:58 +0000 |
commit | c6cbce4c2abca8389d9e8d0bbfa1c95362745dc4 (patch) | |
tree | 1bb495f8bcf66497b74f9748ce64530f3a35d1e3 /etc | |
parent | 4d73ec0fe959356f74aa661facfd2f3b7472a213 (diff) |
Remove macppc default xorg.conf. Discussed with ajacoutot@, drahn@ oga@
and todd@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/X11.macppc/xorg.conf | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/etc/X11.macppc/xorg.conf b/etc/X11.macppc/xorg.conf deleted file mode 100644 index 200864135..000000000 --- a/etc/X11.macppc/xorg.conf +++ /dev/null @@ -1,64 +0,0 @@ -Section "ServerLayout" - Identifier "wsfb" - Screen 0 "Screen0" 0 0 - InputDevice "Mouse0" "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 "Protocol" "standard" - Option "XkbRules" "xorg" - Option "XkbModel" "macintosh" -EndSection - -Section "InputDevice" - Identifier "Mouse0" - Driver "mouse" - Option "Protocol" "wsmouse" - Option "Device" "/dev/wsmouse" - Option "ZAxisMapping" "4 5" -EndSection - -Section "Monitor" - Identifier "Monitor" - VendorName "Unknown" - ModelName "Unknown" -# Adjust those to your monitor before using another device than wsfb -# or you can destroy it !! - HorizSync 31.5-60 - VertRefresh 50-70 -EndSection - -Section "Device" - Identifier "Wsdisplay0" - Driver "wsfb" - Option "device" "/dev/ttyC0" -EndSection - -Section "Screen" - Identifier "Screen0" - Device "Wsdisplay0" - Monitor "Monitor" - DefaultDepth 8 - SubSection "Display" - Depth 8 - EndSubSection - SubSection "Display" - Depth 16 - EndSubSection - SubSection "Display" - Depth 24 - EndSubSection -EndSection - - |