LoginSignup
2
3

More than 5 years have passed since last update.

CentOS6にNVIDIAグラフィックドライバをインストールするとき

Last updated at Posted at 2016-04-16

①新規でCentOSをインストールする際は、CentOS6インストーラー起動時に、"Install system with basic video driver"を選択する
注:既にCentOS6をインストール済で、かつ標準のnouveauが入っている場合には、/boot/grub/grub.confのkernelの行の末尾に" nouveau.modeset=0"を追記する

②システムのアップデートを行う
 # yum -y update
 # yum upgrade

③NVIDIAドライバのインストールに必要なものをインストールする
 # yum install gcc*
 # yum install freeglut
 # yum install freeglut-devel
 # yum install kernel-devel

④システム再起動
 # reboot -h now

⑤ランレベル3(マルチユーザCUI)で起動
 # /sbin/telinit 3

⑥NVIDIAドライバのインストール
 # sh NVIDIA-Linux-x86_64-*****.run
 基本的にYesとOKで進めば完了する

⑦再起動してインストールが完了しているか確認
 # reboot -h now
 一瞬NVIDIAのロゴが表示されれば成功!

2
3
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
3