blob: eafa1c5f6e7ae26051506d790fa29b00fbb974bb (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: xorg.conf,v 1.5 2012/01/29 11:20:33 matthieu Exp $
Section "Device"
Identifier "Wsdisplay0"
Driver "wsfb"
Option "device" "/dev/ttyC1"
# Comment out to use the screen in vertical mode
Option "rotate" "CW"
EndSection
|