Sziasztok!
Abban segítek egy osztrák srácot, hogy fullos működésre bírjuk az ubuntut a Desire HD-n :)
Egy HTC HD2-höz készült image-t használunk. Bootolásra bírtuk, megy az érintőképernyő (multi touch-al). Működik a GSM hálózat, így lehet hívni, sms-ezni. De nem megy a hang, a wifi és folyik a munka, hogy az usbn tudjunk billentyűzetet, egeret, pendriveot használni.
itt található az image: http://www.multiupload.com/543YL7ISX8
Most így néz ki az xorg.conf:
Section "Monitor"
Identifier "Monitor0"
Mode "480x800"
DotClock 0
HTimings 480 480 480 480
VTimings 800 800 800 800
Flags "-HSync" "-VSync"
EndMode
EndSection
Section "Device"
Identifier "fbdev"
Driver "fbdev"
Option "ShadowFB" "on"
Option "Rotate" "CW"
#Option "RandRRotation" "true"
EndSection
Section "Screen"
Identifier "Framebuffer"
Device "fbdev"
Monitor "Monitor"
DefaultFbBpp 16
SubSection "Display"
Depth 16
Modes "480x800"
EndSubSection
EndSection
Section "Screen"
Identifier "480x800x16"
Device "fbdev"
Monitor "Monitor"
DefaultFbBpp 16
SubSection "Display"
Depth 16
Modes "480x800"
EndSubSection
EndSection
Section "InputDevice"
Identifier "Touchscreen"
Driver "multitouch"
# MatchIsTouchpad "true"
Option "CorePointer" "true"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/event1"
Option "Protocol" "Auto"
Option "Rotate" "CW"
EndSection
Section "InputDevice"
Identifier "dummy"
Driver "void"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "XkbLayout" "en_US"
EndSection
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen "480x800x16"
InputDevice "Touchscreen" "CorePointer"
InputDevice "Keyboard" "CoreKeyboard"
EndSection
Így a kép el van forgatva fekvő helyzetbe, viszont az érintőképernyő álló helyzetben érzékel, így ha fel akarok mozgatni egy ablakot, akkor jobbra viszem, ha jobbra akarom mozgatni, akkor lefelé viszem...
Hogy tudnám beállítani, hogy az "érintés is elforogjon"?
Minden tippet örömmel fogadok.
Üvd, Roland