this post was submitted on 02 May 2025
32 points (90.0% liked)

Linux

54028 readers
1327 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Hey everyone!

I just bought a Lenovo Yoga L13 Gen2 and I am greatly disappointed, after installing Arch on it it's overheating a lot even when I only have Firefox open. During my research buying this laptop I also made the mistake of not checking if the RAM can be upgraded and now I'm stuck with 8 GB of soldered on, non-upgradable RAM.

Anyways this is why I'm turning to you, I spent hours upon hours researching trying to find the perfect laptop to buy before settling on this one, and since the result was so catastrophic I figured why not ask around in the community a bit.

I was only going to buy a used model since my budget isn't that big. The laptop is intended for browsing and some (Java) coding, so it doesn't need to be extremely powerful. The main use case is for a small laptop that I can use on my lap on the couch or in my recliner to browse or do some coding while using (Arch) Linux.

My MUST have requirements are:

  • 13 inch screen (max 14 inch)
  • Touchscreen with at least Full HD (1920x1080) resolution
  • Good/ perfect (Arch) Linux support
  • Good cooling/ doesn't get super hot

Ideally the following requirements should also be met:

  • Touchpad buttons with dedicated middle-mouse-button
  • Backlit Keyboard
  • Bright screen
  • Upgradble RAM or alternatively 16 GB RAM version available

I intend to spend around 300€ max used, for reference I paid 190€ for the L13 Gen2 with 94% battery health.

I would prefer a laptop that isn't older than 8th/9th Gen Intel and equivalent AMD. I would be open to models with Intel and AMD chips.

I am so grateful for anyone who sees this post and comes up with some suggestions, after hours upon hours of research I am a bit exhausted and desperate for some community suggestions.

Have an awesome day everybody! :-)

you are viewing a single comment's thread
view the rest of the comments
[–] pulido@lemmings.world 7 points 1 week ago

Before you upgrade, see how much you're utilizing swap space.

Type free into a terminal to see this.

If you don't see swap space, or if it looks under-utilized, you can increase the capacity and how much it's used.

See how much it's used with cat /proc/sys/vm/swappiness. 60 is the default, anything less than that means swap space isn't being used as often, anything greater means it's being used more often.

I recommend just asking AI on how to increase swap space if what you see is not enough.