![]() ![]() |
Jul 17 2009, 02:11 PM
Post
#1
|
|
|
Group: Members Posts: 81 Joined: 11-December 07 Member No.: 21,059 |
As a part of my setting up my fluxbox installation on pdaXi13, I'm doing little modifications to enhance functionality or solve small issues. Instead of posting them in my fluxbox thread, I'll post them here.
The first concerns the issue that takes place whenever you are watching a movie in mplayer and rotate the screen. This causes the screen to turn white, and requires a hard reset. I fixed this by making sure that rotation only takes place whenever mplayer is not running. Just add these three lines to the beginning of /usr/bin/rotate.sh CODE if [ "`pidof mplayer`" != "" ] || [ "`pidof mplayer2`" != "" ]; then exit 0 fi Now, whenever you are watching a movie in mplayer, you can swivel the screen without problems. I seem to remember having the same issue in cacko. Maybe the screen rotate logic is shared. In this case, this modification should work equally well. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 20th May 2013 - 10:20 AM |