View Single Post
Old 03-04-2014, 06:24 AM   #324
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by gloriousglib View Post
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

Last edited by tshering; 03-06-2014 at 04:02 AM.
tshering is offline   Reply With Quote