this post was submitted on 12 Oct 2024
223 points (98.3% liked)

Technology

58619 readers
4342 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 hours ago* (last edited 2 hours ago) (4 children)

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.

[–] [email protected] 1 points 48 minutes ago

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.

[–] [email protected] 6 points 2 hours ago

those are two of the easiest features to support.

what distro is giving you trouble?

[–] [email protected] 3 points 2 hours ago

I run two multimonitor systems with different DPIs and 2.5gbe and they both run great. What issues are you hitting?

[–] [email protected] 0 points 1 hour ago

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)