meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:nvidia [2017/08/18 12:58] niziaklinux:nvidia [2018/06/07 09:00] (current) niziak
Line 66: Line 66:
  
 and restart X system and restart X system
 +
 +=== Extract firmware ===
 +
 +[[https://nouveau.freedesktop.org/wiki/VideoAcceleration/|nouveau/ VideoAcceleration
 +]]
 +<code bash>
 +$ mkdir /tmp/nouveau
 +$ cd /tmp/nouveau
 +$ wget https://raw.github.com/imirkin/re-vp2/master/extract_firmware.py
 +$ wget http://us.download.nvidia.com/XFree86/Linux-x86/325.15/NVIDIA-Linux-x86-325.15.run
 +$ sh NVIDIA-Linux-x86-325.15.run --extract-only
 +$ python2 extract_firmware.py  # this script is for python 2 only
 +# mkdir /lib/firmware/nouveau
 +# cp -d nv* vuc-* /lib/firmware/nouveau/
 +</code>
  
 ==== Fan control ==== ==== Fan control ====