How to rotate display screen
Section "Device"
Identifier "Raspberry Pi FBDEV"
Driver "fbturbo"
Option "fbdev" "/dev/fb0"
Option "SwapbuffersWait" "true"
Option "rotate" "cw"
EndSection "rotate" "cw" // clockwise 90°
"rotate" "ud" // clockwise 180°
"rotate" "ccw" //clockwise 270°

Last updated