- Joined
- Jan 18, 2010
- Messages
- 11,411
Cool, I wasn't sure etnaviv and the Vivanti core was actually usable on the OMAP5As a workaround, I was able to use a X rotation using etnaviv:
/etc/X11/xorg.conf.d/10-video-etnaviv.conf
Code:Section "Device" Identifier "etnaviv" Driver "modesetting" Option "kmsdev" "/dev/dri/card1" Option "AccelMethod" "glamor" EndSection Section "ServerFlags" Option "AutoAddGPU" "false" EndSection