Debian Nvidia propertiary driver installation

Download the installer from nvidia site (sha1 e97025c351e420fa62431a1774d84f40 NVIDIA-Linux-x86_64-352.55.run)

2. Install the build tools and the kernel headers:

# aptitude install linux-headers-3.16.0-4-amd64 build-essential

3. The installer complains if X server is started, so go in runlevel 3:

# init 3

4. Make the installer executable:

chmod u+x NVIDIA-Linux-x86_64-352.55.run

5. Run it:

./NVIDIA-Linux-x86_64-352.55.run

6. Accept the licence

7. Then a little warning appears about 32bit library. OK

8. Say "Yes" to run the nvidia xconfig

9. Reboot

10. Enjoy

Version 340.65

时间: 2024-08-06 06:59:39

Debian Nvidia propertiary driver installation的相关文章

NVIDIA GeForce Driver Installation on Debian Jessie Linux 8 64bit

The easiest way to install NVIDIA GeForce Driver on Debian Linux 8 ( Jessie ) ( for Debian 9 Stretch visit: How to install the latest NVIDIA drivers on Debian 9 Stretch Linux) is to use official contrib and non-free debian repository. First, add the

cuda The driver installation is unable to locate the kernel source 深恶痛觉的CSDN用户以及深恶痛觉的lyf5231

https://blog.csdn.net/lewif/article/details/79625151 以下是原回答.. ```sudo apt-get purge linux-image-4.13.0-26-generic sudo apt-get purge linux-headers-4.13.0-26-generic sudo update-initramfs -u``` 不知道是什么深仇大恨要让人删内核..然后我的网卡声卡等一系列驱动也不能用了.. 还有绝对不会用CSDN这个东西,在

debian ubuntu dpkg 命令

dpkg 常用命令 列出源中所有安装包 [email protected]:~# apt-cache search all |more flashplugin-nonfree - Adobe Flash Player - browser plugin ttf-mscorefonts-installer - Installer for Microsoft TrueType core fonts iucode-tool - Intel processor microcode tool nvidia-

Apollo2.5 Installation Guide.md

Configuration of IPC Nuvo-5095GC GPU:GTX-1050Ti CPU:[email protected]×8 Memory: 32GB System Install Apollo officially recommended to use ubuntu14.04 Install ubuntu 14.04.3 Update and Upgrade sudo apt-get update; sudo apt-get upgrade Install the Linux

Ubuntu 18.04 基于NVIDIA 2080安装TensorFlow-GPU 1.13.1

官方文档 注意版本一一对应https://tensorflow.google.cn/install/source 其他请参考 Ubuntu16.04 基于NVIDIA 1080Ti安装TensorFlow-GPU 安装环境 系统:Ubuntu 18.04.02 desktop 显卡:NVIDIA GeForce GTX 2080 显卡驱动:NVIDIA-Linux-x86_64-410.72.run CUDA:cuda_10.0.130_410.48_linux cuDNN: libcudnn7

Ubuntu18.04安装 NVIDIA驱动

参考自博客:https://blog.csdn.net/jsjason1/article/details/88086904 我确定这篇文章是否很有必要,我最开始的时候,按照这篇文章所述,重新安装了NVIDIA驱动,但是后来以为 CUDA与TensorFlow的版本问题,选择了软件更新管理器中附加驱动里的专有驱动(nvidia-driver-390),然后后续安装成功没再进行测试,但可以肯定,因为本文章是带领着安装最新的官方NVIDIA驱动,所以,支持的CUDA版本也较高,我当时看到信息中支持的C

安装NVIDIA显卡驱动、CUDA、磁盘分区

安装NVIDIA显卡驱动和CUDA-8.0运算平台 准备工作:下载安装包 查看显卡信息lspci | grep -i vga lspci -v -s 00:02.0 查看几张GPU卡 lspci | grep NVIDIA cuda_8.0.61_375.26_linux.run NVIDIA-Linux-x86_64-384.66.run 依赖kernels-3.10.0-514.21.2.el7.x86_64内核源码编译环境需要安装gcc 内核版本 内核下载地址 https://opsx.a

Making your first driver - complete walkthrough(使用VisualDDK)

This article describes how to create, build and debug your first driver using Visual Studio and VisualDDK. It provides detailed step-by-step instructions on using the development and debugging tools, leaving the driver API and architecture descriptio

Ubuntu 15.04 安装 Nvidia显卡驱动

在这之前,我用的Ubuntu都是系统自带的默认驱动, 但是分辨率没有问题, 所以一直没有安装Nvidia官方的驱动; 近期更新到 15.04 之后, 在播放avi 格式的常规视频时却出现闪烁的现象, 而且是一直闪; 因此考虑是不是显卡驱动需要更新一下, 最初找了很多更新 Nvidia驱动的方法, 写了很多命令,结果都无法安装.一直提示nouveau正在使用中,禁不掉; 后来直接用系统内置的源来更新,居然成功了~ 命令如下: sudo apt-get update sudo apt-get ins