Friend has an old laptop with windows 10 that he doesn’t use because too slow and freezing all the time. Wants to revive it to leave at his lab in grad school for browsing the internet and editing stuff on google docs so he doesn’t have to carry his newer laptop everyday.

I suggested Linux but I myself always used Debian and I am not sure it will run decently with such low specs. Was thinking maybe Debian 11 with xfce or something? Any better options?

  • wolf@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    24 hours ago

    The most important thing is not the distribution, but to enable ZRAM (or ZSWAP) and use a lightweight desktop. I am not sure how much difference a 32bit vs a 64bit distribution makes, but if possible you could take one for the team and run some trials and report your numbers (RAM usage) back here.

    Of course I recommend Debian with a lightweight desktop of your choice, or Alpine.

    • ReversalHatchery@beehaw.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      12 hours ago

      I’m not sure that cpu will be able to handle memory compression with a usable speed. I would expect it to make it even slower

      • wolf@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 hour ago

        I don’t know either, but unless one uses zstd (lzo seems more like a thing for this hardware), I would hope that it is totally usable. (Running zstd memory compression on a Raspberry Pi 2, w/o any noticeable speed impact)

      • wolf@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 hour ago

        Show me some numbers! ;-) … Perhaps I miss something, but basically we have 32bit pointers vs. 64bit pointers, the rest of the data should be the same size. 64bit should be faster for tasks where the CPU is the bottleneck/computations, so IMHO it will be an interesting tradeoff with no clear winner for me.