diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-01-29 11:20:34 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-01-29 11:20:34 +0000 |
commit | 492a6a9c47964d6d24a4ea3055279504f617df1b (patch) | |
tree | b3c321f0e1e5e3d87647453c2de0c2c63d0522cb /etc | |
parent | 395598dae8abf64a216fb7d858224cfb7bf54a0e (diff) |
Use ttyC1 as the device for wsfb. This matches the xdm configuration.
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 |