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 (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
There is a beta version (565) for Linux available on the NVIDIA website but you have to install a .run file and my poor linux skills are unable to handle this.
Firing up the Windows partition for now.
1. Download the Driver
Go to the NVIIA Download Page and download the beta .run file
2. Prepare Your System
Remove Old Drivers:
sudo rpm-ostree uninstall nvidia-driver
Install Required Packages:
sudo rpm-ostree install kernel-devel kernel-headers gcc make
3. Open Terminal
Navigate to the directory where you downloaded the driver:
cd ~/Downloads
4. Make the File executable
chmod +x NVIDIA-Linux-x86_64-*.run
5. Log Out of the Graphical Session
Switch to a TTY (e.g., Ctrl + Alt + F2) and log in.
6. Install the Driver:
sudo ./NVIDIA-Linux-x86_64-*.run
Follow the on-screen instructions.
7. Restart Your System....
sudo reboot
8. Verify Installation
After rebooting, check if the driver is installed:
nvidia-smi
Disclaimer: I’m not sure if this method will work, and I'm currently too lazy to try it myself. I might have to wait a few more days or play it on my Steam Deck, although I would prefer to play on my desktop. Proceed at your own risk!
sudo dnf update --refresh --releasever 42 akmod-nvidia
sudo akmods --rebuild --force
sudo dnf install --releasever 42 kmod-nvidia nvidia-modprobe
And now it works.
WARNING: These are BETA DRIVERS built for an ALPHA VERSION of Fedora. They absolutely are not safe to install on your system. Proceed at your own risk. I'm a software engineer that ♥♥♥♥♥ around with the linux kernel on the regular, so I'm capable of recovering if this blows up in my face.