





Zwopper wrote:It works great on my Fujitsu Siemens Lifebook T4215 and on my Fujitsu Siemens Esprimo Mobile U9200, to name but a few!
Actually it works on all my FSC tablets, but that would sound like boasting and I refrain myself from that...![]()
![]()

captain_juno wrote:Zwopper wrote:It works great on my Fujitsu Siemens Lifebook T4215 and on my Fujitsu Siemens Esprimo Mobile U9200, to name but a few!
Actually it works on all my FSC tablets, but that would sound like boasting and I refrain myself from that...![]()
![]()
So I guess the screen flips around fine and the different inputs work well (pen and touch screen)?
#!/bin/bash
#Screen rotation with xrandr and xsetwacom
CURR_STATE=`xrandr | grep LVDS | cut -d " " -f4 | cut -c2`
echo "Current state is: " $CURR_STATE
if [ $CURR_STATE = "n" ]; then
echo "true"
xrandr -o right
xsetwacom set stylus Rotate CW
xsetwacom set eraser Rotate CW
xsetwacom set cursor Rotate CW
else
echo "false"
xrandr -o normal
xsetwacom set stylus Rotate none
xsetwacom set eraser Rotate none
xsetwacom set cursor Rotate none
fi
#END


Users browsing this forum: No registered users and 8 guests