meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:nvidia [2016/04/21 08:46] – [Install NVidia driver] niziak | linux:nvidia [2018/06/07 09:00] (current) – niziak | ||
|---|---|---|---|
| Line 66: | Line 66: | ||
| and restart X system | and restart X system | ||
| + | |||
| + | === Extract firmware === | ||
| + | |||
| + | [[https:// | ||
| + | ]] | ||
| + | <code bash> | ||
| + | $ mkdir / | ||
| + | $ cd / | ||
| + | $ wget https:// | ||
| + | $ wget http:// | ||
| + | $ sh NVIDIA-Linux-x86-325.15.run --extract-only | ||
| + | $ python2 extract_firmware.py | ||
| + | # mkdir / | ||
| + | # cp -d nv* vuc-* / | ||
| + | </ | ||
| + | |||
| + | ==== Fan control ==== | ||
| + | |||
| + | <code bash> | ||
| + | echo 1 > / | ||
| + | echo 50 > / | ||
| + | </ | ||
| ==== Issues ==== | ==== Issues ==== | ||