![]() |
2009-10-18
, 02:37
|
|
Posts: 117 |
Thanked: 32 times |
Joined on Oct 2009
@ USA
|
#22
|
The main problem here is that your intended document was not designed to be displayed in small screens in the first place. If it was, then it should support reflow-able text.
To take this issue to the extreme, imagine trying to read a plain 'ol newspaper rendered as a PDF. You can ask for a 2560x2048 3.5" screen (or whatever) to be able to render the whole width of the content but you'll still end up finding the bottleneck elsewhere (your eyes).
![]() |
2009-10-18
, 02:40
|
|
Posts: 117 |
Thanked: 32 times |
Joined on Oct 2009
@ USA
|
#23
|
The 770 didn't run 800x480 well, the framerates were generally bad. Let's not fool ourselves with that.
The performance would decrease with increased resolution. What the cpu speed is doesn't have a direct correlation here. The display bandwidths are mostly separate, although you naturally need the cpu in determining what the content on screen should be. That's not the bottleneck in most cases: processing and determining the content doesn't take so much cpu power.
Simplying the issue, one can say that the amount of pixels you can push on screen per second is fixed. The more pixels each frame has, the less frames per second you can do. If the device would be 480x320 resolution, it would be a lot faster in many cases.
![]() |
2009-10-18
, 03:11
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#24
|
![]() |
2009-10-18
, 16:53
|
|
Posts: 117 |
Thanked: 32 times |
Joined on Oct 2009
@ USA
|
#25
|
800x480 = 384000 Pixels
1024x600 = 614400 Pixels
1280x720 = 972800 Pixels.
By jumping from the current screen size to 1024x600 you almost double the amount of pixels per screen refresh. If you jump to 1280 it is almost 3 times the amount of pixels. This would mean the processor/graphics system would have to handle a LOT more data per-refresh.
Nathan
![]() |
2009-10-18
, 17:38
|
|
Posts: 117 |
Thanked: 32 times |
Joined on Oct 2009
@ USA
|
#26
|
![]() |
2009-10-18
, 17:55
|
|
Posts: 117 |
Thanked: 32 times |
Joined on Oct 2009
@ USA
|
#27
|
The Following User Says Thank You to solarion For This Useful Post: | ||
![]() |
2009-10-18
, 20:58
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#28
|
FWIW, TI says OMAP3430 supports up to 1024x768. (http://focus.ti.com/general/docs/wtb...emplateId=6123)
I'd presume that it should work "fine" (for whatever they determine to be "fine") at that resolution.
![]() |
2009-10-18
, 21:48
|
|
Posts: 29 |
Thanked: 13 times |
Joined on Jan 2009
@ Bulgaria
|
#29
|
![]() |
2009-10-18
, 22:09
|
Posts: 716 |
Thanked: 303 times |
Joined on Sep 2009
@ Sheffield, UK
|
#30
|
The performance would decrease with increased resolution. What the cpu speed is doesn't have a direct correlation here. The display bandwidths are mostly separate, although you naturally need the cpu in determining what the content on screen should be. That's not the bottleneck in most cases: processing and determining the content doesn't take so much cpu power.
Simplying the issue, one can say that the amount of pixels you can push on screen per second is fixed. The more pixels each frame has, the less frames per second you can do. If the device would be 480x320 resolution, it would be a lot faster in many cases.