Author Topic: Love the X11 rom, but is performance likely to improve ?  (Read 3124 times)

Anonymous

  • Guest
Love the X11 rom, but is performance likely to improve ?
« on: December 27, 2003, 10:09:03 am »
Trying out the X11 ROM and think it is fantastic. Especially with the planned releases (PIM + Outlook Sync.)

But it seams very sluggish at the moment. even when doing things which do not look to intensive.

e.g.

Bring up Light and Power settings 5+ seconds.
Start Gnumeric (excellent app.) 25 seconds.
Not exactly fast off the lights considering it has 400 Horse power under the bonnet..

I\'m assuming this is normal performance for everyone else.
Overclocking looks like a nice way to fry the internals etc.

Is this mostly due to the Beta status and likely to imporve or is it going to be an inherent problem due to the big overhead of running X etc.

Other than the speed issues (and a few oversized dialogs) this thing looks untouchable.

Foxdie

  • Sr. Member
  • ****
  • Posts: 465
    • View Profile
    • http://trackmygps.co.uk
Love the X11 rom, but is performance likely to improve ?
« Reply #1 on: December 27, 2003, 10:39:50 am »
X11 was always sluggish for me, even when I ran it on a 1GHz AMD Athlon.

I guess I\'ve secretly noticed it\'s sluggish as well and I wish it was as fast as the old Qtopia ROM but I guess it\'s just one of the tradeoffs for the X11 server.
Jason "Foxdie" Gaunt
HTC Universal G4 with 2GB SD card running Debian Titchy Linux
[img]http://trackmygps.co.uk/signatures/foxdie.gif\" border=\"0\" class=\"linked-sig-image\" /]
Click image to view my GPS tracker
Follow me on Twitter: @jasongaunt

Anonymous

  • Guest
Love the X11 rom, but is performance likely to improve ?
« Reply #2 on: December 27, 2003, 11:02:30 am »
apps running slow because they use libs, which loading from flash. If load it in memory when system starting, that will decrease free RAM memory.

Zuber

  • Sr. Member
  • ****
  • Posts: 277
    • View Profile
    • http://www.shirtpocket.co.uk
Love the X11 rom, but is performance likely to improve ?
« Reply #3 on: December 27, 2003, 11:28:01 am »
I have a habit of suggesting things in a manner which makes them sound like a quick 5 minutes fix when they clearly take a lot more effort. So I\'ll apologise now

Not a coder (for this type of stuff anyway) but it sounds like you could have some of the commonly used stuff preloaded into memory (user configurable) and impliment a swap disk (internal or storage card depending on reliability etc.).

That way you get the better performance, and the swap disk algorithms can take care of what to keep in memory and bin it if more free memory is needed.

Not unlike what is done on \"real\" PCs.

Things start slowing down if you start running lots of apps etc. at once, but presumably, not much slower than they would have been in the first place.

Like I said only a five minute fix
Zuber
ShirtPocket Ltd.
www.shirtpocket.co.uk

Anonymous

  • Guest
Love the X11 rom, but is performance likely to improve ?
« Reply #4 on: December 27, 2003, 11:34:53 am »
yes