Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Hi all, I have a Dell Inspiron 9100 Laptop, 3 GHz P4, 512MD DDR and a 7200 RPM HD, The HD was the deal maker for me. I installed Debian ...
  1. #1
    Just Joined!
    Join Date
    Dec 2004
    Posts
    15

    Speeding up Debain

    Hi all,

    I have a Dell Inspiron 9100 Laptop, 3 GHz P4, 512MD DDR and a 7200 RPM HD, The HD was the deal maker for me.

    I installed Debian unstable and all is working, but it is slow. Apps are slow to start, GNOME and KDE start slow. Actually it runs about as fast or just a little bit faster than my 533 Celeron Optiplex 100.

    I've shut off most unneeded services i.e; exim4, NetATalk, and the like. I suspect that what is really makeing it run slow is Debian is optimized for i386. So what I am asking is for is suggestions on where to look about optimizing my kernel, and anything else to get this bad boy laptop to run at full speed.

    I tried Yoper for a week and it ran a whole lot faster than Debian, but it's not anything close to as powerul (interms of available applications, support, and stability) as Debian.


    Thanks for your suggestions.

    Norm

  2. #2
    Linux Engineer kriss's Avatar
    Join Date
    Jun 2003
    Posts
    1,113
    Check out ubuntu. Its build off Debian and thus uses the apt-tool to fetch software and such.

    Or you can try to re-build gnome or kde, or whatever you use as that might speed up things (optimizing and such).

    Good luck

  3. #3
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    have you tried hdparm? IIRC, one reason why yoper is faster is because it is enabled by default.

  4. #4
    Just Joined!
    Join Date
    Dec 2004
    Posts
    15
    Thanks folks for the sugestions. I'll give hdparm a try and see if that helps. I've heard about Ubunto, I'll look into that too.

  5. #5
    Just Joined!
    Join Date
    Dec 2004
    Posts
    15
    Well, I did some tweaking with hdparm. With some help from this article http://www.linuxdevcenter.com/pub/a/...29/hdparm.html and some googleing I discovered that I have a Hitachi Travelstar 60GB 7200 RPM hard drive.

    using these paramaters in /etc/hdparm.conf

    Code:
    hdparm -A1 -d1 -Xudma13 -c1 -m16 /dev/hda
    I was able to eek out a little more speed. I don't know that much about hardrive technology to realy milk it, but maybe someone else might post a better hdparm to pass.

    Thanks again for the suggestion of using hdparm.

    Open Source Rocks !!!

    Norm

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    i have always just used
    Code:
    hdparm -d1 /dev/hda
    (I think I got it from a search on this forum )

  7. #7
    Linux Guru sarumont's Avatar
    Join Date
    Apr 2003
    Location
    /dev/urandom
    Posts
    3,682
    You can also try prelinking your larger apps so they start more quickly. KDE, Gnome, OOo, etc. are much improved by a good prelink.
    "Time is an illusion. Lunchtime, doubly so."
    ~Douglas Adams, The Hitchhiker's Guide to the Galaxy

  8. #8
    Just Joined!
    Join Date
    Dec 2004
    Posts
    15
    Prelink, I have never heard of that before. Could you post a link or two where I can get some info on that.

    Thanks again,

  9. #9
    Just Joined!
    Join Date
    May 2004
    Location
    San Antonio, TX
    Posts
    49
    Just out of curiosity, what are you using for a swap partition? It may be that you need a little more swap space to keep things from swapping in and out too often.

    Of course if you don't have any swap partition, that may also be the problem

    ---

    Yup, I'm one of those blog people

  10. #10
    Linux Guru sarumont's Avatar
    Join Date
    Apr 2003
    Location
    /dev/urandom
    Posts
    3,682
    Quote Originally Posted by nvbauer
    Prelink, I have never heard of that before. Could you post a link or two where I can get some info on that.

    Thanks again,
    Here's the Homepage from the prelink ebuild:

    ftp://people.redhat.com/jakub/prelink


    Basically what it does is link all the shared libraries to a program statically so that when the program is started, it doesn't have to search/load the libraries: it has them already. This speeds up larger programs that use a lot of shared libraries.
    "Time is an illusion. Lunchtime, doubly so."
    ~Douglas Adams, The Hitchhiker's Guide to the Galaxy

Page 1 of 2 1 2 LastLast

Posting Permissions

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