Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: Why is Windows faster than Ubuntu on my computer?

  1. #21
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Why is Windows faster than Ubuntu on my computer?

    It is probably just a difference between dynamic and static linking. Linux does dynamic linking, which does mean slower program startup than static but it saves on RAM and disk space (and download time!). There are also security benefits. One security update in a library will fix all programs that use the library without the program's author having to do anything.

    Startup speeds are a little slower with dynamic linking as it must find libraries from different parts of the disk and work out exactly what is needed.

    There may be other things you can try so I'll let others make suggestions. I have noticed VLC is more sluggish to start than on previous systems so I wouldn't mind trying something.
    Last edited by 3rdalbum; January 27th, 2013 at 04:00 PM.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  2. #22
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Why is Windows faster than Ubuntu on my computer?

    How bout bring up "top" (with the always on top option) and watching it as you try various programs. See if it gives any clues.

    Code:
    top

Page 3 of 3 FirstFirst 123

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •