Answer the question
In order to leave comments, you need to log in
How to rotate screen 90' on Cubian platform?
Tell me how to competently rotate the screen 90 'on the Cubian platform?
I started tinkering with xorg.conf settings, but there is no such file in this OS assembly, but there is a 99-sunxifb.conf file,
here is its contents
Section "Device"
Identifier "Sunxi FBDEV"
Driver "fbturbo"
Option "fbdev" "/dev/fb0"
Option "Rotate" "CW" #rotation support for screen in driver. can do cw, etc
Option "ShadowFB" "on"
Option "HWCursor" "true"
Option "DRI2" "true"
Option "DRI2HWOverlay" "true"
EndSection
Section "Screen"
Identifier "Sunxi Screen"
Device "Sunxi FBDEV"
EndSection
Section "InputDevice"
Identifier "touchscreen" //--- не понятно на что влияет и откуда брать
Option "Device" "/dev/input/event2" //--- в моем случае event3
Driver "mtev" //---какой драйвер обрабатывает мышь в Cubieboard2 также не могу понять / найти
Option "Rotation" "1" //--- ед. что понятно
EndSection
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question