2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOS7+NVIDIA

Last updated at Posted at 2016-11-02

<すこし修正:間違え+もう少し詳細に記載>
CentOS7にNVIDIAのドライバをインストールしたので、そのメモを残しておこうと思います。
最初にNVIDIAのサイトからドライバを任意の所に保存します。
また、gcc、make、Kernel-devel、などをインストールしておいてください。

1.アップデート
yum -y update
2.gccやmakeなどのインストール
yum install kernel-devel kernel-headers gcc make
3.nouveauの削除
yum uninstall *nouveau*
4.再起動
reboot
5.(rootになって?)レベル3にする
init 3
6.rootになって、NVIDIAのドライバを保存したディレクトリに移動して
sh ドライバ名.run

あとはNVIDIAのドライバの指示に従ってインストールをする)

最後にランレベルを戻す

7.(rootになって?)ランレベル5にする(root)
init 5

以上

追記
ついでにCUDAもインストールしました
(次はCUDAインストール方法でも書きます)

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?