This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
render-offloading-and-passthrough [2021/08/25 02:55] – created prppedro | render-offloading-and-passthrough [2021/08/25 03:03] (current) – [A note to myself] prppedro | ||
---|---|---|---|
Line 148: | Line 148: | ||
In that example, there' | In that example, there' | ||
- | FIXME o sono bateu e não consegui terminar de escrever. Welp. | + | ==== Third step ==== |
+ | |||
+ | At that point, you can just follow the [[https:// | ||
+ | |||
+ | ===== Unbinding and returning to the “normal” life ===== | ||
+ | |||
+ | After making sure your VM is unloaded, you can run the following script: | ||
+ | |||
+ | < | ||
+ | ID=" | ||
+ | BDF=" | ||
+ | # Unbind a PCI function from its driver as necessary | ||
+ | [ ! -e / | ||
+ | echo -n $BDF > / | ||
+ | |||
+ | modprobe nvidia | ||
+ | modprobe nvidia_modeset | ||
+ | modprobe nvidia_drm | ||
+ | |||
+ | /etc/init.d/ | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | It is important to note that it is also a crude implementation and, as such doesn' | ||
+ | |||
+ | ===== A note to myself ===== | ||
+ | |||
+ | FIXME improve that article! | ||
+ | |||
+ | |||
+ | |||
+ | ((https:// | ||
+ | |||
+ | |||