Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkosmari/nvidia-340.108-updated
Build scripts for NVIDIA 340.108 drivers on Linux 6.0+
https://github.com/dkosmari/nvidia-340.108-updated
driver kernel linux nvidia
Last synced: 3 days ago
JSON representation
Build scripts for NVIDIA 340.108 drivers on Linux 6.0+
- Host: GitHub
- URL: https://github.com/dkosmari/nvidia-340.108-updated
- Owner: dkosmari
- Created: 2023-06-20T11:05:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-10T21:11:24.000Z (26 days ago)
- Last Synced: 2024-12-10T22:20:15.037Z (26 days ago)
- Topics: driver, kernel, linux, nvidia
- Language: Makefile
- Homepage:
- Size: 69.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Updated NVIDIA 340.108 Linux Drivers
====================================This repository provides scripts and patches for building the NVIDIA 340.108 drivers for
recent Linux (6.0+) kernel.Most code patches were sourced from [If Not True Then
False](http://www.if-not-true-then-false.com). Additional modifications were made to allow
it to build with recent Linux kernels.This is distributed as a patch only. The official driver installer will be downloaded from
the NVIDIA website if necessary.Installation
------------git clone https://github.com/dkosmari/nvidia-340.108-updated.git
cd nvidia-340.108-updated
./apply-patch.sh # this will download NVIDIA-Linux-x86_64-340.108.runIn order to install using DKMS (recommended):
sudo make install
To just compile the module, without installing it:
make
Post-Installation
-----------------This will only install the kernel drivers. You still need to run the installer to ensure
the rest of the driver stack gets installed:./NVIDIA-Linux-x86_64-340.108.run --no-kernel-module
You might need to rerun this every time your Xorg package gets updated, since there's a
conflict with the GLX library.