500
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 12 Oct 2024
500 points (98.4% liked)
Technology
59366 readers
1272 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
Man, I've been trying to migrate to Linux as my daily driver desktop over the last week. I love Linux passionately. But multi-monitor and 2.5Gb/s NIC support is just a disaster, basically to the point of completely unusable. It's so frustrating. It keeps pushing me back to Windows, because Windows just works when it comes to hardware.
For multi-monitor: use Wayland. For 2.5Gbps Ethernet NICs, they never work properly on any system in regard to performance, but I presume you are referencing the subpar Realtek NICs not connecting? Depending on the distro, you likely won't have the driver and/or firmware package preinstalled to make it work.
Yup, and installing the proper driver is usually pretty simple. If you post the hardware (or just the output of
lspci
) and your distro, we can probably find the package for you.those are two of the easiest features to support.
what distro is giving you trouble?
I run two multimonitor systems with different DPIs and 2.5gbe and they both run great. What issues are you hitting?
Multi monitor issues are purely on your distro - and are pretty easy to fix. At least for me on arch and bspwm (I haven't touched a Debian based install or full DE in years), setup was as easy as making my randr script run when my WM starts up, I imagine it's even easier with a full DE.
For 2.5 gb/s internet... I've never run into any problems or even had to configure anything. Fresh barebones arch install with lan, 2.5 gb/s out of the box. If you're getting less (my guess is 1 gb/s?) it's almost certainly a hardware issue (motherboard/network card is only 1 gb/s, port on router and/or switch is 1 gb/s, etc)
If you're having trouble with something, I highly recommend searching for the problem after checking a relevant wiki (archwiki is an awesome resource if you're on arch). If you're having issues you can't find problems to, feel free to shoot me a message and I'll try to help you out. I'm no expert, but I've been exclusively on Linux for 3 years (since I graduated and no longer was required to be on windows at all) and haven't run into any issues that I didn't find a relatively easy fix for)