OESF Portables Forum
Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => 6000 - Tosa => Topic started by: gab74 on June 03, 2004, 06:04:21 am
-
i want to change resolution on my sl600
from 640x480 to 320x240
How can do this ? thanks
-
If you are talking about changing for a single app, then tap-hold the apps icon and check the \"run magnified\" checkbox. Don\'t know how you would do it for the whole machine (or why you would want to either)
Stu
-
i want to change resolution, because i want to paly to a full screen resolution 320x240 with mplayer....
with 640x480 resolution my divix plays at half screen...
-
use the kino2 frontend and it will automatically change to qvga
-
problem is kino2 doesent work on sl6000l......gives me a bus error message and hangs when i try to play a file !
-
I'm not getting the "Run Magnified" option on tap and hold...just the run as root option. Any ideas?
-
I'm not getting the "Run Magnified" option on tap and hold...just the run as root option. Any ideas?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=70982\"][{POST_SNAPBACK}][/a][/div]
not every application has that by default, but you can always get this option by modifying the program's desktop file:
Look for /home/QtPalmtop/apps/Applications/[myProgram].desktop
add the following line to the end of the file
Display=640x480/144dpi,480x640/144dpi
Some program may not like this though, such as certain versions of Kino2.
-
Gab74-get the lates kino and mplayer. It runs great on my 6000l.should on yours too.
-
Yes, it works ! Thanks
-
not every application has that by default, but you can always get this option by modifying the program's desktop file:
Look for /home/QtPalmtop/apps/Applications/[myProgram].desktop
add the following line to the end of the file
CODE
Display=640x480/144dpi,480x640/144dpi
Some program may not like this though, such as certain versions of Kino2.
I had figured this out by looking at the .desktop files of other programs. The problem was it was necessary to reboot in order for that to take effect (at least that's what it took me to get it to work). I ended up fixing the problem in a roundabout way...some bad install caused my Z to quit running QT, so I reformatted and started fresh (I got a used unit, so stuff was from a previous user). Now the icons show the Run Magnified box.
I've noticed that a Restart QTopia option is no longer available...is there a way to do this via command line? I noticed it's not in /etc/rc.d/init.d like opie.
-
I've noticed that a Restart QTopia option is no longer available...is there a way to do this via command line? I noticed it's not in /etc/rc.d/init.d like opie.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=71362\"][{POST_SNAPBACK}][/a][/div]
If you have a terminal, you can kill -15 the qpe process. This how I have been restarting QT.
I hope this helps,
Craig...
-
I've noticed that a Restart QTopia option is no longer available...is there a way to do this via command line? I noticed it's not in /etc/rc.d/init.d like opie.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=71362\"][{POST_SNAPBACK}][/a][/div]
If you have a terminal, you can kill -15 the qpe process. This how I have been restarting QT.
I hope this helps,
Craig...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=71550\"][{POST_SNAPBACK}][/a][/div]
Big help, thanks!