IGVT-g: Difference between revisions

imported>Gnidorah
No edit summary
imported>Gnidorah
No edit summary
Line 9: Line 9:
== Select VGPU devices ==
== Select VGPU devices ==


Enable iGVT-g with <syntaxHighlight lang="nix">virtualisation.kvmgt.enable = true;</syntaxHighlight> then rebuild and reboot. Choose virtual GPU
Enable iGVT-g with {{file|/etc/nixos/configuration.nix|nix|<nowiki>
  boot.kernelPackages = pkgs.linuxPackages_4_16;
  virtualisation.kvmgt.enable = true;
</nowiki>}}
then rebuild and reboot. Choose virtual GPU


<pre>
<pre>