Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
If you end up with an Nvidia GPU make sure to turn off secure boot in your motherboard BIOS and use the X11 session for now. Beginners are not aware of this and wonder why they run into issues. Also, if you have games saved to an external drive formatted as NTFS, convert it to EXT4 to remove any future headaches with Steam. This means re-downloading your games unfortunately.
For Nvidia drivers, run the following 2 commands one at a time to easily install the driver.
https://rpmfusion.org/Howto/NVIDIA
sudo dnf update -y
sudo dnf install akmod-nvidia
That's it done! Make sure to reboot your computer at least two times after.
If you want optional cuda support then run the third command.
sudo dnf install xorg-x11-drv-nvidia-cuda
https://www.fedoraproject.org/en/workstation/download
https://www.reddit.com/r/linux_gaming/
https://www.phoronix.com/
https://areweanticheatyet.com/
https://www.protondb.com/
Just not quite sure about the AMD Wifi/BT chipset, only had experience with Intel ones.
Personally I've been gaming (or trying to game) on Linux since the early 2000s, native, Wine, VFIO, the whole spectrum, but these days I keep a Windows machine around for the more demanding games. If a game runs on my Linux machine well, that's great, I don't have to fire up the second computer. But I'm not sacrificing goats to make every game I want to play run on Linux anymore, I just wake up the Windows machine and switch the input on the monitor.
The important part is that I keep all my personal and work stuff on the open source operating system that I trust, and Windows is just a gaming console.
You definitely don't want to be gaming on X11. Part of the reason gaming has gotten so much better is because of Wayland replacing X11 in most distros now.
X11 and Wayland aren't distros, they're windowing systems that can be used by desktop managers on any distro. A windowing system is what actually renders an image on screen. A desktop environment is all the UI stuff that is shown like your icons, taskbar, wallpaper, etc, and some of these look and function a lot like Windows (such as KDE), and a distro is just a set of packages chosen by the developers of that distro to make up the operating system.
X11 is very old, and doesn't do compositing, which is required to make things like rounded windows, transparency effects, etc. You can add composition to X11, but once you do that, frame time, latency, and stutter become quite noticeable, and bad for gaming. Another issue with X11 is it struggles to keep track of things when you have two or more monitors of varying refresh rates. So if you have a 144hz gaming monitor and additional 60hz side monitors, you'll get tearing and stutter.
Wayland, X11's alternative, handles multi screens without any issue, introduces no extra stutter, has built in compositing that doesn't degrade the experience at all, it's fairly new and built from the ground up to handle modern systems, gaming included and also a large focus of it.
As for distros, Fedora is fine. Get it with the KDE spin, and select Wayland from the login screen and it's a perfectly find distro to start out on for gaming. I might even explore some of Fedora's more experimental spins myself in the near future.
I would look at the major desktop environments, and find one you want, then find a good derivative of Ubuntu or Fedora that utilize that desktop environment. Also, look into flatpaks and appimages. for a few years now, most third party software distribution is being done in those formats which simplify development immensely and have greatly expanded how much software is available on Linux. An AppImage for example is a single file that you can download and run, containing the application you want, and all of it's dependencies ready to go with a double click.
K.D.E. Plasma and X.F.C.E. (each with the the compositor disabled) came out on top as the best performers amongst desktop environements. Based on the earlier spreadsheet, since it would be harder to compile the data, they perform about 4% better than Cinnamon Mint, which was one of the worse ones. One might argue that anything less than a 5% difference is negligible and a rounding error, so perhaps you should just choose whatever you want, but those are the averaged out results among five runs, so if we are really worried about fully optimizing performance, then you should likely choose one of those two. It was also suggested to me that X.F.C.E. was one of the least advance Desktop environments, but as far as I know, K.D.E. Plasma is quite advanced, so there is no reason not to prefer that.
Moreover, it should also be noted that Valve only officially supports Ubuntu L.T.S. releases with Unity, Gnome and K.D.E. desktops. That does not mean Steam will not work on other linux varieties, but I would not expect customer service to be very helpful if you go with something like Arch.
That kind of makes the choice very obvious. You want to go with K.D.E. as your desktop environment on an Ubuntu based distro. Ubuntu is the most popular distro, and regarded as one of the more beginner friendly options too too.
Thus the distro. I would suggest is Kubuntu.[kubuntu.org]It is basically a fork off of Ubuntu that uses K.D.E. as the distro. It is sponsored by Canonical[help.ubuntu.com], who make Ubuntu. It is basically Ubuntu with K.D.E. as the desktop environment (instead of G.N.O.M.E., which is regular Ubuntu's default).
Now KWin might have a problem with automatically disabling the compositor when you go full-screen, which could hurt performance, but there is a script to fix that. Maybe that was fixed in the intervening years since then, but maybe not, so you should probably install the autocompositor[store.kde.org] script after you install Kubuntu, which patches the problem.
Oh, there is one last thing worth noting. You switch between Wayland and X11 when logging into Linux. On Kubuntu the option is in one oft two menus on the lower-left side of the screen when logging into your account.
Kubuntu if you want something based on Ubuntu, Fedora KDE spin if you want a fedora distro. Also the Steam Deck's "desktop mode" uses KDE as well. The fact so many distros still default to Gnome is mind boggling.
However, reading over the topic again it looks like you're already using Mint, it might just be easier to install K.D.E. on top of it.[www.ghacks.net] Going over those installation instructions, you probably want to use LightDM on that prompt, since I don't exactly know which aspect makes K.D.E. Plasma better. I just know I've seen test results which suggest it is. It'd just be wise to eliminiate any differences between cinnamon and K.D.E. as a variable.
If you're going with a fresh installation for your new system , then you might look into installing Kubuntu since that uses K.D.E. Plasma by default.
Another thing I've noticed is that we're asking about and discussing Nvidia drivers. Historically Nvidia drivers were closed source and not as well supported as A.M.D's., but more recently they've been opening up their drivers[arstechnica.com] to help improve Linux support. Its been a year or so since then, so I wouldn't be too worried about Team Green on Linux going forward.
Another thing to note is that A.M.D. is kind of struggling with the H.D.M.I. forum over H.D.M.I. 2.1. implementation on their open source drivers[arstechnica.com]. That's not too important if you can simply switch over to display port, but most televisions and some monitors only support H.D.M.I. Apparently, Nvidia and Intel use a hardware based approach to circumvent the need to implement H.D.M.I. 2.1. in their drivers or some such nonsense. Naturally, H.D.M.I. problems can be circumvented by using Displayport instead, but that might not be an option for your display, so that is worth noting.
So in contravention of the conventional advice, I might advise sticking with Team Green for your upgrade given you have a high budget.
Speaking of your upgrade, I'd like to offer some advice in the interest of potentially saving you some money. it might be a good idea to hang onto your stuff a little while longer.
New generation graphics cards are rumored to be released sometime in fall[www.pcgamesn.com], and even if they aren't, at least assuming you are in the U.S.A. (which is statistically likely based on relative populations in the core anglosphere), black friday discounts on existing hardware can be quite steep. (Other regions have started observing Black Friday too[www.junglescout.com], but the U.S.A. is the main one).
Moreover I don't know if you really need to build a whole new computer just yet. You might just be able to get away with upgrading a few components in the existing one. If you have a socketed C.P.U., then you should be able to upgrade from a i5 10400f to an 12600kf ($165)[www.newegg.com] or maybe even an 11700f ($205)[www.amazon.com] and get a pretty decent uplift in processing power. It wouldn't be the most cost effective way to spend money on a processor alone, but the point would be to stall out upgrading components such as your R.A.M. and motherboard for another year or so.
I'd need to know more about the system before ascertaining just how plausible that is though. My apologies if you have already considered this and dismissed it as an inadequate solution. It's just that I don't know, so I might as well bring it up incase you hadn't.
Some other big reasons: It's proprietary software (which is itself a disadvantage), has the potential to break if the kernel updates before it, and it is not compatible with secure boot requiring it to be disabled.
We are somewhat close to seeing actually viable alternatives to NVIDIA's proprietary drivers, but for now if you want to reasonably game on an NVIDIA GPU, the proprietary drivers are your only way.
Mainly because over the past 20 years, GNOME has become the most popular desktop environment used as a default by the most popular distros. There is no real reason for these distros to change their desktop environments since GNOME has garnered a large (largest on the GNU/Linux desktop) userbase who appreciates the way things are done in GNOME compared to other desktop interfaces.
Many things can be said about GNOME, but one thing that is undeniable is that GNOME is basically the most polished and easy to use desktop GUI like no other on not only GNU/Linux, but the entire desktop operating system space. It has at this point, cemented itself as the face of desktop GNU/Linux.
It might not have the same amount of customisation options as KDE does, but not everyone needs that. Some people need something that just works well out of the box with good defaults, and GNOME does that beautifully well.
If you are wondering, yes I am biased. I have been using GNOME for about as long as I've been using computers in general. I doubt I am the only person who shares this viewpoint though.
The problem with KDE is that every time it stabilizes, a new major version of Qt comes around and things start breaking again. Plasma 5 is okayish, they never got the plasmid/panel editing interface to work well though. I'm hesitant to move to anything else, because I love KDEConnect, and only KDE and GNOME have that integrated.
I have a much higher tolerance for bugs, than for willful disruption, so I'm never going back to GNOME for the sake of my own sanity.
Never understood why people keep claiming that as I have yet to EVER see my energy bill increase from using any PC.
I'm in Canada as well.