diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/X11.zaurus/xorg.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/X11.zaurus/xorg.conf b/etc/X11.zaurus/xorg.conf index 284e44242..eafa1c5f6 100644 --- a/etc/X11.zaurus/xorg.conf +++ b/etc/X11.zaurus/xorg.conf @@ -1,9 +1,9 @@ -# $OpenBSD: xorg.conf,v 1.4 2011/07/04 19:49:01 matthieu Exp $ +# $OpenBSD: xorg.conf,v 1.5 2012/01/29 11:20:33 matthieu Exp $ Section "Device" Identifier "Wsdisplay0" Driver "wsfb" - Option "device" "/dev/ttyC0" + Option "device" "/dev/ttyC1" # Comment out to use the screen in vertical mode Option "rotate" "CW" EndSection |