LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 05-29-2021, 12:08 AM   #31
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,307
Blog Entries: 3

Rep: Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721

Quote:
Originally Posted by computersavvy View Post
The outlier is a chromebook, but it has a lot of bad karma involved.
Whether a Chromebook can be used as a general purpose computer or not is determined model by model:

https://mrchromebox.tech/#devices

(warning for javascript)

You'd also have to look at a tear down video for the model in question to see the SSD can be replaced at all. Some newer models have them as part of the motherboard. That is recommended for most setups and required after a few years of heavy use, since the SSDs do wear out rather quickly.
 
Old 05-29-2021, 09:49 AM   #32
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Quote:
Originally Posted by Turbocapitalist View Post
since the SSDs do wear out rather quickly.
??

Most of the modern TLC drives, given standard usage (1-2 GB of writes a day) have sufficient write endurance that it would take 25+ YEARS for them to fail. I wouldn't call that wearing out quickly. Some have endurances that with 1-2 GB of writes a day would last 40+ years until failure is expected.
 
Old 06-06-2021, 01:49 PM   #33
elgrandeperro
Member
 
Registered: Apr 2021
Posts: 415
Blog Entries: 2

Rep: Reputation: Disabled
I use low end Dells (Inspiron 11) for work. They almost always work fine with Linux Mint Cin, which is best for low end machines. People get frustrated running win 10 on them, and pretty much ditch them.

Yes, it does not have a hard disk, it uses emmc, videos/conferencing might not work well.

The hardware is pretty much supported, works fine for browsing work level things. For the cost of fixing a laptop, I can build another (about $100 US). Like I have 2 now.
 
Old 06-07-2021, 05:27 AM   #34
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,291

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
Originally Posted by elgrandeperro View Post
I use low end Dells (Inspiron 11) for work. They almost always work fine with Linux Mint Cin, which is best for low end machines. People get frustrated running win 10 on them, and pretty much ditch them.

Yes, it does not have a hard disk, it uses emmc, videos/conferencing might not work well.

The hardware is pretty much supported, works fine for browsing work level things. For the cost of fixing a laptop, I can build another (about $100 US). Like I have 2 now.
The weak link is the MMC card, which has a low life expectancy and needs backing up onto a disk.
 
Old 06-12-2021, 09:03 AM   #35
kevmccor
Member
 
Registered: Aug 2004
Location: Texas
Distribution: slackware
Posts: 158

Rep: Reputation: 44
I have a Thinkpad T450 with a 1600x900 screen (14"), i5-5300U CPU, 8GB memory. In hindsight I would have liked a 1920x1080 resolution better since the display adjustments in KDE are now better. The 1920x1020 fonts are too small without adjustment, but that is a personal preference. It works fine with Slackware and also with Ubuntu, based on experience. Bought from ebay reseller over a year ago. I am running Slackware.

The intel graphics work well, but there is an occasional very fine horizontal distortion line on the screen that disappears with movement. You can get Thinkpads with a nvidia graphics chip, but then you get into the "optimus" graphics system, which ties the intel graphics and nvidia graphics together. I think that works with linux, but I don't have much experience with that.

FYI, for Thinkpads, the trackpoint is a bit of an issue, so my /etc/rc.d/rc.local file has this:
Quote:
# try to improve trackpoint
# /sys/devices/platform/i8042/serio1/subsystem/devices/serio2/
if [ -w /sys/devices/platform/i8042/serio1/subsystem/devices/serio2/speed ]; then
echo '250' > /sys/devices/platform/i8042/serio1/subsystem/devices/serio2/speed
fi
if [ -w /sys/devices/platform/i8042/serio1/subsystem/devices/serio2/sensitivity ]; then
echo '250' > /sys/devices/platform/i8042/serio1/subsystem/devices/serio2/sensitivity
fi
if [ -w /sys/devices/platform/i8042/serio1/subsystem/devices/serio2/rate ]; then
echo '200' > /sys/devices/platform/i8042/serio1/subsystem/devices/serio2/rate
fi
if [ -w /sys/devices/platform/i8042/serio1/subsystem/devices/serio2/inertia ]; then
echo '10' > /sys/devices/platform/i8042/serio1/subsystem/devices/serio2/inertia
fi
I am not sure what the "rate" does. The KDE and xfce trackpoint adjustment screens don't work very well, IMHO.
 
  


Reply

Tags
laptop, purchase



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
disk space continuously decreasing (ps -ax )detail below , help punk123456 LQ Suggestions & Feedback 2 09-06-2010 06:36 PM
Fedora 7 wireless problems, Sorry long post due to detail jonnyw2k Linux - Wireless Networking 7 09-18-2007 03:46 PM
what is the best way to learn to use libpcap in detail gajaykrishnan Linux - Networking 1 02-11-2005 06:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 08:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration