Hi, I am still trying to figure out how to set up X11 to properly rotate using X11/DRM/TILER (which is merged into the letux-4.10.0 kernel).
LXDE starts up rotated, but "xrandr -o right" works and LXDE even rearranges the status bar. But requires DISPLAY to be initialized before.
Setting the option "rotate" to whatever rotation in xorg.conf seems to be ignored.
Here is the relevant xorg.conf:
Section "Monitor" Identifier "lcd" VendorName "BOE" ModelName "LH500WF1" Option "Rotate" "right" DisplaySize 111 62 # LCD size in millimeters EndSection
Section "Device" Identifier "display0" Driver "omap" Option "HWcursor" "False" EndSection
Section "Screen" Identifier "Screen 0" Device "display0" Monitor "lcd" EndSection
Any hints are welcome!
BR and thanks, Nikolaus