this post was submitted on 26 Jun 2025
1 points (100.0% liked)

Linux

11489 readers
12 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

Considering switching to Linux, but I have many questions.

  1. Gaming - I enjoy gaming and want a Distro that will let me play most games. I have read that keeping nVidia drivers up to date can be (was?) a problem. I currently use steam for 99% of my gaming, I’m aware steam is porting a lot for SteamOS, but what are the limitations of this? Will I have to wait for a port before I can play a new game? Are there stability issues?

  2. I’ve developed a lot of pretty basic macros for excel in Visual Basic, I’m not a programmer by any means, but I can write some algorithms to do QoL coding. Is making the switch to open office seamless? Will my .xlsx docs incur formatting issues? Will my macros translate to whatever editor is used in open office? Does open office use the same codes for cell functions? Are there statistic package add-ons like with excel? Essentially, I’m asking how much work is ahead of me if I make this switch?

  3. I do enjoy the old version of outlook and work with many people who use outlook calendars for scheduling. Is there a similar program that will work with the same functionality on their end? (E.g. a mail client that will allow me to accept calendar invites from others and confirm it on both ends?).

  4. I am familiar with Visual Studio and use it as my IDE for very basic programming (I like to tinker with automating certain tasks in games, again by no means a programmer). Is there an equivalent FOSS version that would have a low learning curve coming from Microsoft’s IDE?

top 22 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 day ago

To me it looks you are pretty deep in MS ecosystem. The easiest to switch to Linux are developers because development on Windows sucks and casual users because they depend only on their web browser. Since you are both a gamer and deep in MS office suite it will be very hard because its completley different ecosystem.

My proposal: recreate your environment in VM and switch on linux host with that same setup. And then try get step by step over a year outside of that VM.

[–] [email protected] 0 points 1 day ago (1 children)

OpenOffice has seen essentially no development since 2011, when the trademark got transferred to Oracle after they bought Sun Microsystems.

The project got forked into LibreOffice to dodge the trademark issue, but it's the same devs, practically the same project, but now under a non-profit organization. Well, and with 14 more years of development.

So, use LibreOffice instead of OpenOffice. It will most likely come pre-installed on whichever Linux distro you go with. But you can also try it out on Windows beforehand, if you have concerns.

[–] [email protected] 0 points 1 day ago (1 children)

Just a headsup incase you try it on windows 11 before you do on linux:

LibreOffice, out of the box, is slow and buggy sometimes on windows 11 and the user interface doesn't look as smooth as on linux. You might have to tweak some graphics settings to bearable.

LibreOffice looks and works significantly better on Linux.

[–] [email protected] 0 points 20 hours ago

Ive personally not encountered any of the issues listed above for Libreoffice on Windows, it runs just as well on my win10 system as it does my Linux system (dual boot). That said, I have yet to try it out on Win11 amd if I do, it will be virtualized vs running on bare metal.

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

#Gaming

On the machine I used Nvidia on, I ran Linux Mint and used that distro's driver manager. It was fairly straightforward. I found an appropriate time to build a new machine and I'm now a Ryzen/Radeon kind of guy.

In broad strokes, what Valve has done for Linux gaming is build a compatibility layer that translates the game's calls for Windows systems into those that Linux can understand, especially translating DirectX API calls to Vulkan. So, for the most part, Windows games now "just run." You do not need to wait for a game to be ported to Linux, and in fact many just simply aren't anymore; Valve's instructions are to target Windows and let Proton handle Linux gamers. The one place you'll find issues are some games that use kernel level anti-cheat, a technology that can work on Linux, but many studios choose not to let it.

#Excel/macros

I don't know if a conversion to a FOSS office suite (I would recommend LibreOffice or possibly OnlyOffice) will be 100% seamless, the most trouble I had with LibreOffice was collaborating with others. An MLA formatted essay made in LOWriter may translate fine, powerpoint presentations and spreadsheets might be a little wonky.

The cool thing about FOSS apps is you don't have to have Linux to give them a try. You can install LibreOffice in Windows and try it out yourself.

#Outlook

I don't know a damn thing about Outlook. There are several email clients available for Linux, which I don't use, so, I can't really help you here.

#Programming IDEs

I don't think VisualStudio is available for Linux; their text editor VSCode and a "we built the parts they opened" called VSCodium are.

Linux is an extremely programmer friendly environment; you'll find a lot of IDEs available. Your typical Linux distro ships with Python and Perl interpreters among others just built right in, along with GCC of course. I've messed around with the Godot game engine, along with Arduino, though these days if I'm going to do much programming I'm going to do it in Python, including for microcontrollers. These days I've somewhat standardized on ESP32s running MicroPython.

[–] [email protected] 0 points 1 day ago* (last edited 1 day ago)

Lots of folks mentioning VSCode as the alternate to VS, but it is very much not that. VS is an IDE, VSCode is a text editor that just has a big plugin community. Do not expect a low learning curve. The VS alternative that's an actual IDE, and does have a low learning curve, is JetBrains Rider. Unfortunately it is neither F nor OSS.

[–] [email protected] 0 points 1 day ago
  1. I am familiar with Visual Studio and use it as my IDE for very basic programming (I like to tinker with automating certain tasks in games, again by no means a programmer). Is there an equivalent FOSS version that would have a low learning curve coming from Microsoft’s IDE?

VSCode is the heir-apparent to Visual Studio.

It is FOSS (mostly). To get the pure FOSS version, look for VSCodium, instead. Both run natively on Linux, were destined to mimic Visual Studio, but applying some usability lessons learned.

In my opinion, the feature set is equivalent, except some cases VSCode/VSCodium is dramatically better.

I used to run Visual Studio and VSCodium side by side, but I haven't been tempted to open Visual Studio in several years.

[–] [email protected] 0 points 1 day ago* (last edited 1 day ago)
  1. I do enjoy the old version of outlook and work with many people who use outlook calendars for scheduling. Is there a similar program that will work with the same functionality on their end? (E.g. a mail client that will allow me to accept calendar invites from others and confirm it on both ends?).

I believe Thunderbird is still the most widely supported local mail client. (Corrections welcome, but last time I used a non-webmail email client, it seemed the most popular.) I have found Thunderbird is more stable and reliable on Linux than on Windows or Mac. And thunderbird seems to intentionally mimic older versions of outlook.

For any non-mircrosoft email provider, Thunderbird seems to usually be what the mail provider tests with, if they support non-web email access.

If using Microsoft as your email provider, I think Microsoft occasionally sabotages Thunderbird intentionally. I have not had a good experience, with this combination.

But Outlook(.com) works fine and is fully featured, in a browser on any version of Linux.

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

Gaming - go to protondb.com and look for the games you at regularly. If something g you at isn't supported (mostly specific online multiplayer games) then you're out of luck. Most games work seamlessly.

Watch some YouTube videos about people showing how to install Nvidia drivers to get an idea of how complicated it is.

[–] [email protected] 0 points 1 day ago* (last edited 1 day ago)
  1. Gaming on Linux is nearly effortless within the Steam ecosystem. Outside if that, it requires a little more technical proficiency and a willingness or excitement for learning. Lutris, Heroic, and Bottles are all tools that can help you run non-Steam Windows software on Linux. Your mileage WILL vary depending on what you want to run. Non-games are very hit-and-miss.
  2. Use LibreOffice, not OpenOffice. Formulas should work natively, but macros may need to be reimplemented since LibreOffice Calc uses a different “Basic” than Excel.
  3. That depends on what you mean by “Outlook”. I’d wager most Linux users automatically pick Thunderbird, which is a fairly basic mail client compared to the MS Office version of Outlook. It is comparable to the lightweight built-in Windows Outlook, though. I prefer Evolution as my mail client, which is closer to Apple Mail or Windows Outlook. Try some things out and see what you like.
  4. VSCode and VSCodium are readily available FOSS editors. There is also Kate, which comes with many KDE-based distros. Jetbrains IDEs work very well on Linux, whether you use free community, free non-commercial, or paid versions.
[–] [email protected] 0 points 1 day ago

I can speak to a few of your questions. I've been fully on Linux, both my laptop and gaming PC for two years now.

  1. Gaming - I use Steam for all of my games, and have had few issues. Steam uses Proton to allow non-native games to run, and it happens all within the Steam client. New Proton versions update within Steam just like your games. I've run across a few games that wouldn't launch or would CTD, but those are few and far between and similar to my experience in Windows.

Sample of games I've played without issue:

  • Star Wars Jedi: Survivor
  • Horizon: Forbidden West
  • Helldivers 2
  • Red Dead Redemption 2
  • Dwarf Fortress
  • Kingdom Come Deliverance 2
  • Fallout: New Vegas
  • Deep Rock Galactic
  • Sea of Stars
  • Factorio

I have an Nvidia 3080Ti and use the proprietary Nvidia drivers. From what I recall, the install was painless and I haven't had driver issues.

  1. OpenOffice - I use LibreOffice, because to my understanding it is actively maintained unlike OpenOffice, and I haven't had any issues casually using it to view documents.

  2. I use Thunderbird for my mail client and haven't had any issues setting it up or using basic functionality. It works just as well as it did under Windows.

  3. I installed VS Code or one of the foss alternatives, can't remember which, and haven't had issues with it.

TL;DR that's really my experience with everything in Linux. Some things are a learning curve, but most stuff just works. I'm also not a tinkerer. I just wanted an OS that works and stays out of my way and Linux has been great for that.

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

I would say, instead of trying to 100% switch over, instead dip a toe in. Dual boot, or run a seperate system as linux first. Slowly grow into it, and then if in a few years, it feels feasible, put it on as your main and have your windows system as the back up. Then maybe eventually you won't need/want a back up at some point.

[–] [email protected] 0 points 2 days ago
  1. Protondb - info about current state and playability of almost any game on Steam driven by community.
  2. AFAIK many calendar apps use CalDAV protocol which is quite universal. So basically any compatible with CavDAV protocol app (Thunderbird, Evolution) will work just fine.
  3. VS Code + some extensions - yes, I know that it is not an IDE. I use it for game development on Unity (C#) and it makes job done.
[–] [email protected] 0 points 2 days ago

The thing with Office is Microsoft has worked hard to keep it's monopoly. Office is it's cash cow and so they avoid standards deliberately to make it harder to move off. There are plenty of alternatives, lots of email software, etc. It's just about taking your time and moving bit by bit. You can install LibreOffice and Mozilla Thunderbird on Windows to try them out. LibreOffice being what replaced open office.

[–] [email protected] 0 points 2 days ago

Gaming - I enjoy gaming and want a Distro that will let me play most games. I have read that keeping nVidia drivers up to date can be (was?) a problem. I currently use steam for 99% of my gaming, I’m aware steam is porting a lot for SteamOS, but what are the limitations of this? Will I have to wait for a port before I can play a new game? Are there stability issues?

For gaming you should keep in mind that you want a distro with decently new packages to avoid issues with Nvidia & also to have the correct drivers for some titles: fedora is good for a strong base, although I heard they are doing away with there x86 libraries... I prefer endeavor os, but you will at very least need to learn to use pacman and yay, but they aren't hard to understand if you have basic programming experience. You should also know that almost all games that are not supported on Linux nowadays are either really new, like launch day new, or they rely on an invasive anti cheat: are we anti cheat yet & proton db should give you a decent idea if your library is compatible.

I’ve developed a lot of pretty basic macros for excel in Visual Basic, I’m not a programmer by any means, but I can write some algorithms to do QoL coding. Is making the switch to open office seamless? Will my .xlsx docs incur formatting issues? Will my macros translate to whatever editor is used in open office? Does open office use the same codes for cell functions? Are there statistic package add-ons like with excel? Essentially, I’m asking how much work is ahead of me if I make this switch?

I don't have nearly enough experience with your second point, my only thoughts are that you should be looking into libre office - it's the most mature in my eyes, and open office has made a lot of questionable decisions recently. Also as a general rule, I would say there is about an equivalent amount of compatibility between the oss alternatives and the different versions of the Ms office suite, it will be noticeable, but so long as you don't live and die by formatting, it will just be mildly inconvenient.

I do enjoy the old version of outlook and work with many people who use outlook calendars for scheduling. Is there a similar program that will work with the same functionality on their end? (E.g. a mail client that will allow me to accept calendar invites from others and confirm it on both ends?).

I believe you are looking for proton, they are the oss answer to the Ms and Google suites, I don't know if you will have quite the amount of compatibility you want between people, but if that's important just use the web versions of your preferred suite.

I am familiar with Visual Studio and use it as my IDE for very basic programming (I like to tinker with automating certain tasks in games, again by no means a programmer). Is there an equivalent FOSS version that would have a low learning curve coming from Microsoft’s IDE?

Vs code is almost entirely open source, as such, there is a project called vs codium which takes the publicly available vs code source code and keeps it fully open source, if you like the visual studio program you will hardly notice a difference.

[–] [email protected] 0 points 2 days ago
  1. I think Thunderbird does that
[–] [email protected] 0 points 2 days ago

I can tell you macros in Excel will more than likely not transfer. As for formatting, 50/50 depending on how in-depth it is. I would advise dual booting/vm for Excel. There just is no other program as powerful. I'm not saying Libre or others can't do what your looking to do, but more than likely would need a rebuild to get there.

[–] [email protected] 0 points 2 days ago
  1. I can recommend VSCodium. It is based on the open-sourced code of VSCode. On many distros you will find it in the default repositories.
[–] [email protected] 0 points 2 days ago* (last edited 2 days ago) (1 children)

Steam has a compatibility layer called Proton, when enabled you can play games designed to run on Windows. You can check ProtonDB to see if a game runs or you can just check by yourself.

Games that use anticheat are the most prone to not work on Linux.

Also, you don't have to move to Linux cold turkey. You can try dual boot and adapt your workflow at your own pace. GL 🙂

[–] [email protected] 0 points 2 days ago

Some anticheat... For example Marvel Rivals, Star Wars Battlefront 2, Counter Strike 2 etc should work fine

[–] [email protected] 0 points 2 days ago (1 children)

Install Mint, install Windows in a VM, slowly move over.

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

A VM is a great way to still get the MS Office features you need by running office in a virtualized Windows machine.