LMDE2のNVIDIA Driverを更新する
LMDE2 に NVIDIA のグラフィックドライバを入れます。
Inspect your graphic board Download a driver Installer Prepare Installation Installation Inspect your graphic board terminalで
lspci -vnn | grep VGA -A 12 Download a driver Installer NVIDIAの公式サイトからLinux X64用のDriver Installerを手に入れます。
私の場合は以下から
http://www.nvidia.com/download/driverResults.aspx/77525/en-us
NVIDIA-Linux-x86_64-340.32.run というシェルファイルを手に入れました。
Prepare Installation reboot し grub で recovery mode を選択し、
ログイン画面で、Ctrl + Alt + F1 を押してCUIモードになります。
ユーザーログイン後、
sudo update-initramfs -u を実行します。
これはNVIDIAシェルがカーネルモジュールを追加するため必要になります。
これが実行されない場合
Nouveau kernel driver を止めてくれとのエラーメッセージが表示されます。
Installation 再度再起動し、recovery modeになり、CUIモードにログインします。
X serviceを止めます。
sudo service mdm stop インストールを実行します。