I’ve been an IT professional for 20 years now, but I’ve mainly dealt with Windows. I’ve worked with Linux servers through out the years, but never had Linux as a daily driver. And I decided it was time to change. I only had 2 requirements. One, I need to be able to use my Nvidia 3080 ti for local LLM and I need to be able to RDP with multiple screens to my work laptop running Windows 10.

My hope was to be able to get this all working and create some articles on how I did it to hopefully inspire/guide others. Unfortunately, I was not successful.

I started out with Ubuntu 22.04 and I could not get the live CD to boot. After some searching, I figured out I had to go in a turn off ACPI in boot loader. After that I was able to install Ubuntu side by side with Windows 11, but the boot loader errored out at the end of the install and Ubuntu would not boot.

Okay, back into Windows to download the boot loader fixer and boot to that. Alright, I’m finally able to get into Ubuntu, but I only have 1 of my 4 monitors working. Install the NVIDIA-SMI and reboot. All my monitors work now, but my network card is now broken.

Follow instructions on my phone to reinstall the linux-modules-extra package. Back into Windows to download that because, you know, no network connections. Reinstall the package, it doesn’t work. Go into advanced recovery, try restoring packages, nothing is working. I can either get my monitors to work or my network card. Never both at the same time.

I give up and decide it’s time to try out Fedora. The install process is much smoother. I boot up 3 of 4 monitors work. I find a great post on installing Nvidia drivers and CUDA. After doing that and rebooting, I have all 4 monitors and networking, woohoo!

Now, let’s test RDP. Install FreeRDP run with /multimon, and the screen for each remote window is shifted 1/3 of the way to the left. Strange. Do a little looking online, find an Issue on GitHub about how it is based on the primary monitor. Long story short, I can’t use multiple monitor RDP because I have different resolution monitors and they are stacked 2x2 instead of all in a row. Trust me I tried every combination I could think of.

Someone suggested using the nightly build because they have been working on this issue. Okay, I try that out and it fails to install because of a missing dependency. Apparently, there is a pull request from December to fix this on Fedora installs, but it hasn’t been merged. So, I would need to compile that specific branch myself.

At this point, I’m just so sick of every little thing being a huge struggle, I reboot and go back into Windows. I still have Fedora on there, but who would have thought something that sounds as simple as wanting to RDP across 4 monitors would be so damn difficult.

I’m not saying any of this to bag on Linux. It’s more of a discussion topic on, yes, I agree that there needs to be more adoption on Linux, but if someone with 20 years of IT experience gets this feed up with it, imagine how your average user would feel.

Of course if anyone has any recommendation on getting my RDP working, I’m all ears on that too.

    •  lemmyvore   ( @lemmyvore@feddit.nl ) 
      link
      fedilink
      English
      145 months ago

      Perhaps we could suggest OP other things to try before we suggest they should rip out their GPU. I don’t know, basic problem-solving approach, like using the Nouveau or generic Vesa driver to rule out the proprietary Nvidia driver, or a different screen-sharing method to rule out RDP. Which is a proprietary Windows protocol so it may not work perfectly from Linux and with an unusual hardware configuration.

      • I don’t completely disagree with you. But it’s also a reality I’ve had to deal with myself as well. My personal take is I’d rather avoid the brand altogether if you care about Linux, but I also realize it’s not always possible if you care about - or need, for various reasons - things like CUDA, NVENC and RTX. In this case, OP specifically wants CUDA, and that won’t work without the proprietary driver.

            • Are they actually good? Or are they decent?

              Because AMD on Windows has a lot of flaws compared to Nvidia. Nvidia can run anything with tons of cutting-edge features and everything is documented. AMD on the other hand, doesn’t come close to that kind of support.

              AMD does work of course, just not always how it should.

              Is it actually good on Linux out of the box? Or does it still require finicking every now and then?

              • I had issues with my Nvidia gpu and Wayland Desktops.

                Especially with the new Steam Big Picture mode both Linux and Windows being laggy.

                AMD on the other hand had one issue in Windows where my friend told me to reinstall the drivers because the second Monitor couldnt be detected at random times when rebooting.

                On Linux on the other Hand… zero issues. Literally. I am satisfied how good it works compared to trashy Nvidia having constant issues. Even on Windows I had issues with Nvidia because you need to sign in and download the drivers. Sometimes there is an update and you never know, and wonder why your game doesnt work. Well, because you need the newest update suddenly. Not with AMD on Windows. And on Linux. You dont even need to install amything. Mostly preinstalled Mesa drivers but I am not that certain.

          • I have two AMD Radeon cards for Linux that I’m pretty happy with that replaced a couple of Nvidia cards. They are an RX6800 and an RX6700XT. They were both ex mining cards that I bought when the miners were dumping their ethereum rigs, so they were pretty cheap.

            If I had to buy a new card to fill that gap, I’d probably get a 7800XT, but if you don’t game on them you could get a much lower end model like an RX7600.

    • From what I’ve read, I must be the luckiest person in the world. I’ve been on Linux for 10+ years and only ever had Nvidia hardware. I’ve never had any issues aside from the occasional Vsync annoyance.

  • Windows admin here. It was immediately clear to me how this would end:

    1. someone proficient in windows goes back to being a dumb newbie is gonna be frustrating as heck.

    2. being a power user/IT professional most likely means non standard setup

    3. there are very few windows native admins in the linux sphere to test things from a non dev/non user perspective

    4. the companies making „professional“ linux are still not comparable to M$

    5. „professional linux“ would probably be RHEL for you.

    6. you can try and run a windows vm in your linux to try if stuff works then.

    7. your mindset needs to change: you‘re now a guy responsible for implementing rdp correctly, embrace open source and make it work for everyone. See the amount of influence you can actually have.

    8. if you can, consider using windows and linux side by side as long as needed, until stuff works. Find the reasons people abandon windows (i.e. you finally have control).

    Just a stream of ideas. Hmu if you have any questions.

    • All extremely valid points. Especially…

      1. your mindset needs to change: you‘re now a guy responsible for implementing rdp correctly, embrace open source and make it work for everyone. See the amount of influence you can actually have.

      This is the mind set I need. I was most likely so frustrated at the driver issues by this point, I probably didn’t give it the go it needed. Like I said when it came to compiling a dev branch, I just said f it. Hopefully I’ll get some time in the coming days to approach it with a fresh mindset.

    • someone proficient in windows goes back to being a dumb newbie is gonna be frustrating as heck.

      This was me. I kept thinking Linux was making things “overly complicated” until I really stopped to consider how extremely complicated it is in Windows or MacOS to do anything, we’re just all used to it. Once I re-framed my perspective to that of “a noob that was learning” it made it so much less frustrating and now after learning I see that Linux in most ways does things so much simper.

      Now I don’t think it’s ease-of-use issues that prevent people from going with Linux, it’s switching costs. Few have time to learn a new system. Even if it is the easiest to learn.

  • if someone with 20 years of IT experience gets this feed up with it, imagine how your average user would feel.

    The average user just wants to open up a browser to use tiktok, instagram, gmail, and whatever else it is people use these days. Maybe edit a few documents and look at local pictures? The average user isn’t going to use RDP or train an LLM.

    As others have said: NVIDIA sucks for linux. They have sucked for linux for more than a decade (snippet). And RDP: try Remmina.

    Also dualbooting is so-so. Windows likes to mess up the bootloader for no reason during updates. If you switch, it’s best to go full linux or try first from a VM.

    CC BY-NC-SA 4.0

    • Even the average user will sometimes need non-average features.

      Maybe they want to print a document and have an old HP printer laying somewhere.

      Maybe they want to try this AI filter thingy that is such a fad on Tiktok

      Maybe they need to digitally sign a document, or log in using their card reader and government ID to do their taxes.

      If even one of those don’t work how they should immediately out of the box, then Linux is not for the average user.

      • Maybe they want to print a document and have an old HP printer laying somewhere.

        Linux is probably your best bet actually.

        Maybe they want to try this AI filter thingy that is such a fad on Tiktok

        Browsers work on linux

        Maybe they need to digitally sign a document, or log in using their card reader and government ID to do their taxes.

        All works on linux, most likely even works through the browser (which is what I’ve been doing).

        If even one of those don’t work how they should immediately out of the box, then Linux is not for the average user.

        And they work “out of the box” on windows? You have to go to a download page, to get the right driver, ensure you have the right windows version and service pack (those are still a thing right?), restart your computer and hope it worked. Hey, maybe there’s even some new fangled “security measure” that installs a rootkit that requires you to go into your BIOS to activate a feature in order for it to work.

        Since it’s not “out of the box”, maybe windows should also be canned, right?

        CC BY-NC-SA 4.0

  • At this point, I’m just so sick of every little thing being a huge struggle

    Suffering is inevitable. This is the first noble truth in Buddhism. Troubleshooting Linux is Tao.

    • It certainly made me think back to my early days of fighting IRQ conflicts in Windows ME. Or trying to get a LAN party going with mixtures of 98, 98 SE, and ME. And getting excited about the troubleshooting. I guess all these years later I’ve just gotten salty.

      • I remember getting excited to tbs something that didn’t work when learning a new thing. At this point, I’m middle aged (old is what I would have called it then) and bored with spending any time doing anything I don’t want to do. My free time is precious. If it works, great. If not, let’s fix it. At no point am I interested in doing more than I have to.

  • You definitely are not a typical user, and you have specific requirements that heavily bias towards Windows.

    Just do what works best for you. Yes, you’ll have to put up with Windows BS, but your problems with daily driving Linux are worse.

    • This is great advice!

      More people should turn to linux, absolutely, but it shouldn’t be just because it is linux. I think people should look at what they want from their device in particular, look at what is offerred by multiple systems and os’, and decide from there that they want to use linux because it does x, y, z best.

      That is what made me decide to use linux as more than just a project or afternoon curiosity!

  • For RDP, i use Remmina, no idea if it will do what you want for your weird monitor layout, but it is a well featured RDP client.

    I would say that your experience is unusual, even with nvidia. Ive always used nvidia, and its generally been a significantly smoother experience.

  • Same as you, in IT forever, …I switched, and I’m never going back. It’s fast, and it’s brought the joy back for me. Nvidia needs to do better, but that was the only difficulty I had.

  • You tried. That is far more than many people. Good for you!

    I have had similar experiences, but from Linux to other OSes. The mental models for using them are really different, and those don’t get enough discussion.

  • Don’t give up too easily friend. I’ve been slowly moving some of my hone systems away from Window’s, and much like you, I’ve spent close to 20 years as a Windows admin. I have the advantage of using Linux on my always ancient laptops over the years and it is my personal opinion that Debian is the way to go.

    Give LMDE (Linux Mint Debian Edition) a go, it is very familiar to navigate coming from Windows and isn’t going to have constant updates breaking stuff (looking at you Arch).

    First thing after installing run apt-get update, then add the Nvidia drivers (add the source to your sources and install, if you need help, post back and we’ve got you!) and reboot.

  • Hey buddy, no stress, I feel ya! Switching OSes is like trying a new flavor of ice cream – it can be an adventure at times. But, let me share some wisdom from my Linux journey. When we focus on the small stuff, we unintentionally give power to the big guys. Linux is all about flexibility and community support. Sure, it might not be perfect right away, but that’s part of the fun! Keep pushing through, you’ll soon see why so many of us love this open-source world. Let’s rock this Linux life together

  • For RDP, I use Remmina. Multimon only works on X though, not wayland, so make sure that’s the graphic server you’re running. Idk if it’ll work for 2x2 tho, I only have 2 monitors.

    For the headaches, I use a magic pill that I’m not legally allowed to view the ingredients of and cry into my Tissues as a Service.

  • Thank you for sharing your story!

    For your kind of use case and issues, I’d recommend finding someone local with a good amount of Linux experience and do a couple of pair sessions. I find this transports a lot more (especially ‘soft’) knowledge on concepts and how to do things efficiently. Also, it helps to share frustrations ;-)

    Linux does not try to be another Windows. While it’s fairly possible to treat it kinda as such especially in newer times, it won’t feel efficient or convenient that way, in my experience.