Considering switching to Linux, but I have many questions.
-
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?
-
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 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 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?
BlameTheAntifa@lemmy.worldEnglish5·23 hours ago- 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.
- Use LibreOffice, not OpenOffice. Formulas should work natively, but macros may need to be reimplemented since LibreOffice Calc uses a different “Basic” than Excel.
- 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.
- 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.