Section "Device" Identifier "Video Device" Driver "fbturbo" # Uncomment for addition debug traces in xorg log: #Option "Debug" "true" Option "fbdev" "/dev/fb0" # landscape Option "Rotate" "CW" EndSection Section "Monitor" # use xrandr Identifier "default" EndSection Section "Screen" Identifier "Screen" Monitor "default" Device "Video Device" EndSection Section "InputClass" Identifier "evdev touchscreen catchall" MatchIsTouchscreen "on" MatchDevicePath "/dev/input/event*" Driver "evdev" # landscape Option "SwapAxes" "on" Option "InvertY" "on" EndSection