>> On Fri, Oct 06, 2017 at 05:11:05PM -0000, ti...@openmailbox.org wrote: >>> [...] >>> Any ideas how I get screen rotation in X going? >> >> $ xrandr -o right >> $ xrandr -o left >> $ xrandr -o normal > > Hi John, > > "xrandr -o left" (both as root and user, from xterm) gives me: > > X Error of failed request: BadMatch (invalid parameter attributes) [..]
The following xorg.conf produces the desired rotation: Section "Device" Identifier "Card0" Driver "wsfb" Option "Rotate" "CW" EndSection Many thanks to the one who made me realize. (Also I have been given the hint that the WSFB driver not has XRandr support, however this has not been evident from xrandr's output in itself.) Tinker