Quote:
Originally Posted by gloriousglib
FYI I had the same rotation problem starting KoboLauncher from Nickel. But from Kobo Start Menu KoboLauncher launched without a hitch.
|
The problem is that since 3.2.0 nickel changes the screen rotation. Therefore, I suggested to execute
these two lines of code as a work around, until Sergey comes with the real solution The lines would go into launcher.sh. The edited part would then look like:
Code:
echo 0 > /sys/class/graphics/fb0/rotate
$ROOT/launcher -qws -stylesheet $STYLESHEET
echo 1 > /sys/class/graphics/fb0/rotate
I did not try it myself however. As for the last line, I am not sure. If nickel doesn't work after returning from the launcher, try
Code:
echo 3 > /sys/class/graphics/fb0/rotate
instead.
Edit: It is "echo 3"; cf. next post