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

Title: changing resolution ?
Post 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
Title: changing resolution ?
Post by: Stubear on June 03, 2004, 08:11:00 am
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
Title: changing resolution ?
Post by: gab74 on June 03, 2004, 09:56:07 am
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...
Title: changing resolution ?
Post by: omega on June 03, 2004, 10:14:31 am
use the kino2 frontend and it will automatically change to qvga
Title: changing resolution ?
Post by: gab74 on June 05, 2004, 04:51:45 am
problem is kino2 doesent work on sl6000l......gives me a bus error message and hangs when i try to play a file !
Title: changing resolution ?
Post by: undrwater on March 16, 2005, 12:50:00 pm
I'm not getting the "Run Magnified" option on tap and hold...just the run as root option.  Any ideas?
Title: changing resolution ?
Post by: xjqian on March 17, 2005, 01:17:41 am
Quote
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
Code: [Select]
Display=640x480/144dpi,480x640/144dpiSome program may not  like this though, such as certain versions of Kino2.
Title: changing resolution ?
Post by: adf on March 17, 2005, 02:29:35 am
Gab74-get the lates kino and mplayer. It runs great on my 6000l.should on yours too.
Title: changing resolution ?
Post by: gab74 on March 17, 2005, 04:45:00 am
Yes, it works ! Thanks
Title: changing resolution ?
Post by: undrwater on March 18, 2005, 09:06:16 pm
Quote
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.
Title: changing resolution ?
Post by: cvmiller on March 20, 2005, 08:06:09 pm
Quote
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...
Title: changing resolution ?
Post by: undrwater on March 21, 2005, 12:43:21 am
Quote
Quote
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!