vocore2
vocore2 copied to clipboard
Cannot Rotate FrameBuffer
I compiled the fbusb module, and I have connected a vocore display to my amd64 PC.
However, no matter what I try, the screen is in portrait mode. I would like to achieve a clockwise 90 degrees rotation.
more /sys/class/graphics/fb1/rotate
gives a value of 0. And if i try to
echo 1 > /sys/class/graphics/fb1/rotate
it doesn't take, it remains 0.
I am positive the device is attached as fb1.
Is there anyway to acheive this in hardware?