Edit

IABSD.fr/xenocara/etc/X11.zaurus

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2012-01-29 11:20:33
    Hash : 5c29ea7e
    Message : Use ttyC1 as the device for wsfb. This matches the xdm configuration.

  • xorg.conf
  • # $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