I have TinyCore installed on a single board PC with an IntelĀ® integrated extreme GMA 3150 (Graphic Media Accelerator) graphics card. The attached screen is a 640x480 eGalax touch panel. I would like to rotate the screen which works fine with Xvesa when I add
Xvesa --screen 640x480@90x24
to .xsession.
However, due to the touch panel (which I can only callibrate manually using xinput when running Xorg), I would like to achieve the same with Xorg. Thus, I have installed the Xorg-7.6 extension and the xf86-video-intel driver. This works fine with the screen in the default orientation. Adding Option "Rotate" "left" to my xorg.conf results in
intel (0): Option "Rotate" is not used
in the Xorg.0.log file and the screen is not rotated.
I've also tried rotating the screen using
xrandr -o left
This makes the screen go blank and nothing happens other than I have to kill the X session using Ctrl+Alt+Backspace and restart X.
Is it possible to do the same as Xvesa does with the --screen flag using Xorg?