description | pscnv is an open-source NVIDIA graphics driver developed by PathScale. |
repository URL | https://github.com/polachok/pscnv.git |
owner | repo@saper.info |
last change | Fri, 3 Aug 2012 03:46:02 +0000 (2 20:46 -0700) |
last refresh | Thu, 21 Nov 2024 07:35:23 +0000 (21 08:35 +0100) |
mirror URL | git://repo.or.cz/pscnv.git |
| https://repo.or.cz/pscnv.git |
| ssh://git@repo.or.cz/pscnv.git |
bundle info | pscnv.git downloadable bundles |
content tags
|
|
README
#
# pscnv - PathScale NVIDIA graphics driver
#
pscnv is an open-source NVIDIA graphics driver developed by PathScale.
It is available either for graphics or compute (general-purpose computations
on GPUs, a.k.a., GPGPU) applications.
To build the driver, you will need envytools, a rich set of useful tools and
documentations for NVIDIA graphics cards - follow the instructions below.
1. Make a working directory
mkdir $(YOUR_FAVORITE_PLACE)
2. Build envytools
cd $(YOUR_FAVORITE_PLACE)
git clone git://0x04.net/envytools.git
cd envytools
mkdir build
cd build
cmake .. # may require you to install some more packages
make
sudo make install # will install the tools to /usr/local/{bin,lib}
3. Build pscnv
cd $(YOUR_FAVORITE_PLACE)
git clone git://github.com/pathscale/pscnv.git
cd pscnv
mkdir build
cd build
cmake ..
make
cd pscnv
sudo insmod pscnv.ko # or modprobe