OS and storage. Backups are on external drives. My laptop has four drives, all of them 8TB. It's basically a desktop replacement for light workstation applications and a media center.klu9 wrote: ⤴Wed Sep 04, 2024 3:46 pmOut of curiosity, what would you use 3 (or more?) drives for in a laptop? OS, storage, backup?Lady Fitzgerald wrote: ⤴Wed Sep 04, 2024 3:25 pm It also has room for only two drives and not enough I/O ports. It's great in theory but doesn't go far enough for me.
What Linux really needs for laptops
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 6 months after creation.
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 6 months after creation.
- Lady Fitzgerald
- Level 16
- Posts: 6587
- Joined: Tue Jan 07, 2020 3:12 pm
- Location: AZ, SSA (Squabbling States of America)
Re: What Linux really needs for laptops
Last edited by Lady Fitzgerald on Fri Sep 06, 2024 12:39 pm, edited 1 time in total.
Jeannie
To ensure the safety of your data, you have to be proactive, not reactive, so, back it up!
To ensure the safety of your data, you have to be proactive, not reactive, so, back it up!
- AZgl1800
- Level 20
- Posts: 11587
- Joined: Thu Dec 31, 2015 3:20 am
- Location: Oklahoma where the wind comes Sweeping down the Plains
- Contact:
Re: What Linux really needs for laptops
by the time I finished my configuration,
I ended up with
$2,998.00 for it
wow, wonder if 16" display will look smaller than my current 17" screen??
I ended up with
$2,998.00 for it
wow, wonder if 16" display will look smaller than my current 17" screen??
- Lady Fitzgerald
- Level 16
- Posts: 6587
- Joined: Tue Jan 07, 2020 3:12 pm
- Location: AZ, SSA (Squabbling States of America)
Re: What Linux really needs for laptops
I would say around an inch smaller.
Jeannie
To ensure the safety of your data, you have to be proactive, not reactive, so, back it up!
To ensure the safety of your data, you have to be proactive, not reactive, so, back it up!
Re: What Linux really needs for laptops
It would be on my personal list of things I want to see in Linux and Linux Mint. As it is, I just don't want to purchase any laptop with less than a 70 w/hr batter just for usage life. System 76 power works decently I must admit.kpv wrote: ⤴Wed Sep 04, 2024 4:00 pmYou mean Linux Mint, because other popular distros already come with some power management enabled out of the box:
- TLP (not included in any distros that I know of)
- PPD
- tuned
- system76-power
etc
IMHO LM should do the same. Ideally it should support hibernation.
Also enable zram/zswap and stem darkening.
Re: What Linux really needs for laptops
Thanks, got it.Lady Fitzgerald wrote: ⤴Wed Sep 04, 2024 4:56 pm OS and storage. Backups are external drives. My laptop has four drives, all of them 8TB. It's basically a desktop replacement for light workstation applications and a media center.
Re: What Linux really needs for laptops
Display Wars!
Stats | 17 inch 16x10 | 16 inch 16x10
Width | 14.42 inches | 13.57 inches
Height | 9.01 inches | 8.48 inches
Area | 129.89 inches² | 115.06 inches²
Re: What Linux really needs for laptops
If you want power efficiency, start with a Raspberry Pi.
Raspberry Pi were making ARM based motherboards back when Apple was dumping PowerPC to proclaim the X86 processor, which "Apple invented", the greatest thing ever.
The Pi uses LXDE which, to me, is not as good as Cinnamon, but it uses less power and Raspberry Pi tuned LXDE for the Pi by changing the Windows Manager and other components. Low power!
ARM gets that low power by not using performance features. No multiple level caches. No instruction decoding. You have to build performance optimisation into the code compiler. Which creates problems when you swithc from one ARM CPU to another.
ARM chips are built like Lego bricks. You buy the rights for 1 of this, 2 of that. You can build at least 3,678,473 different ARM CPUs. If you include super performance feature 1,367 and the programmer does not include code for that feature, the feature is wasted. That is why it is so hard to get performance from Apple chips if you are not an Apple programmer.
As an engineer testing alternatives to Intel laptops, desktops, and servers, Apple never delivered a machine in Australia that was faster than the best from Intel and Apple was always more expensive. I was testing machines you could buy, not announcements.
China backs RiscV because they do not want to pay one of the world's richest companies tens of billions of dollars in licensing fees for ARM. RiscV has an interesting future.
Raspberry Pi were making ARM based motherboards back when Apple was dumping PowerPC to proclaim the X86 processor, which "Apple invented", the greatest thing ever.
The Pi uses LXDE which, to me, is not as good as Cinnamon, but it uses less power and Raspberry Pi tuned LXDE for the Pi by changing the Windows Manager and other components. Low power!
ARM gets that low power by not using performance features. No multiple level caches. No instruction decoding. You have to build performance optimisation into the code compiler. Which creates problems when you swithc from one ARM CPU to another.
ARM chips are built like Lego bricks. You buy the rights for 1 of this, 2 of that. You can build at least 3,678,473 different ARM CPUs. If you include super performance feature 1,367 and the programmer does not include code for that feature, the feature is wasted. That is why it is so hard to get performance from Apple chips if you are not an Apple programmer.
As an engineer testing alternatives to Intel laptops, desktops, and servers, Apple never delivered a machine in Australia that was faster than the best from Intel and Apple was always more expensive. I was testing machines you could buy, not announcements.
China backs RiscV because they do not want to pay one of the world's richest companies tens of billions of dollars in licensing fees for ARM. RiscV has an interesting future.