Hallo,
ich bin ein Neuling im Linux-Bereich und habe momentan Probleme mein Touchscreen um 90° zu drehen.
Ich besitze ein Odroid c1+ mit Ubuntu 14.4.4 LTS...Ich habe schon einiges versucht leider ohne Erfolg. Im Odroid-Forum wurde mir gesagt es liegt am Linux Video Driver.
Folgendes steht derzeit in meiner /etc/X11/xorg.conf Datei
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# X.Org X server configuration file for xfree86-video-mali
Section "Device"
Identifier "Mali-Fbdev"
Driver "mali"
Option "fbdev" "/dev/fb0"
Option "DRI2" "true"
Option "DRI2_PAGE_FLIP" "false"
Option "DRI2_WAIT_VSYNC" "false"
Option "UMP_CACHED" "true"
Option "UMP_LOCK" "false"
Option "SWCursor" "true"
Option "HWCursor" "false"
EndSection
Section "ServerFlags"
Option "NoTrapSignals" "true"
Option "DontZap" "false"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
Section "DRI"
Mode 0666
EndSection
|
Ich hatte folgendes schon mal ausprobiert:
We've found a better way to handle screen rotation...
However, the "CW" option renders xrandr rotation useless...
We modified /etc/X11/xorg.conf...
In Section "Device"...
Replaced: Driver "armsoc"
with: Driver "fbdev"
Might need to comment out: Option "fbdev" "/dev/fb1"
and added: Option "Rotate" "CW"
Das hatte bei meinem Odroid XU4 auch geklappt nur nicht beim C1+. Hier habe ich auch nicht als Driver "armsoc" sondern "Mali" stehen.
Hat jemand eine Idee? xrandr hatte ich auch schon versucht aber ohne Erfolg
Vielen Dank für jede Hilfe und Anregung