Hi!<br>
I found a workaround to use apps under qx and in a usable landscape mode. You have to make a simple script but:<br>
- you have to launch it within xterm with matchbox (+ virtual keyboard);<br>
- the screen flickers a little (very little, it is usable), I think I 
have to set a proper screen refresh rate but I didn&#39;t manage to get it 
yet;<br>
<br>
example:<br>
<br>
&gt; #!/bin/sh<br>
&gt; killall matchbox-keyboard<br>
&gt; xrandr -o 1<br>
&gt; xinput set-int-prop &quot;Touchscreen&quot; &quot;Evdev Axis Inversion&quot; 8 0 1<br>
&gt; xinput set-int-prop &quot;Touchscreen&quot; &quot;Evdev Axes Swap&quot; 8 0<br>
&gt; xinput set-int-prop &quot;Touchscreen&quot; &quot;Evdev Axis Calibration&quot; 32 98 911 918 107<br>
&gt;<br>
&gt; YOUR_APP_HERE<br>
&gt;<br>
&gt; xrandr -o normal<br>
&gt; xinput set-int-prop &quot;Touchscreen&quot; &quot;Evdev Axis Inversion&quot; 8 0 0<br>
&gt; xinput set-int-prop &quot;Touchscreen&quot; &quot;Evdev Axes Swap&quot; 8 1<br>
&gt; xinput set-int-prop &quot;Touchscreen&quot; &quot;Evdev Axis Calibration&quot; 32 107 918 911 98<br>
<br>
change YOUR_APP_HERE with for example:<br>
openttd<br>
numptyphysics -geometry 640x480<br>
scummvm<br>
<br>
enjoy ;)<br>
<br>
Joif<style>img, #cubbies-overlay{ -moz-transition-property: margin, box-shadow, z-index; -moz-transition-duration: 0.1s; -webkit-transition-property: margin, box-shadow, z-index; -webkit-transition-duration: 0.1s; }
.cubbies-selected{ z-index: 9999; box-shadow: 3px 3px 8px -1px blue !important; cursor: pointer !important; margin: -3px 3px 3px -3px; }
.cubbies-selected:active{ box-shadow: 2px 2px 5px -1px darkblue !important; margin: -1px 1px 1px -1px; }
#cubbies-overlay{ position: fixed; z-index: 9999; bottom: 30px; left: 30px; box-shadow: 0 2px 3px rgba(0,0,0,0.8); border: none; }
#cubbies-overlay:hover{ box-shadow: 0 2px 3px rgb(0,0,0); }</style>