IGVT-g: Difference between revisions

imported>User
No edit summary
imported>User
m 4.19 is default on nixos-unstable again
Line 10: Line 10:


Enable iGVT-g with {{file|/etc/nixos/configuration.nix|nix|<nowiki>
Enable iGVT-g with {{file|/etc/nixos/configuration.nix|nix|<nowiki>
  boot.kernelPackages = pkgs.linuxPackages_4_19;
   virtualisation.kvmgt.enable = true;
   virtualisation.kvmgt.enable = true;
</nowiki>}}  
</nowiki>}}  
Line 38: Line 37:
== NixOS configuration ==
== NixOS configuration ==
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
  boot.kernelPackages = pkgs.linuxPackages_4_19;
   virtualisation.kvmgt.enable = true;  
   virtualisation.kvmgt.enable = true;  
   virtualisation.kvmgt.vgpus = {
   virtualisation.kvmgt.vgpus = {
Line 128: Line 126:
* There is no VGPU device that has resolution of my screen
* There is no VGPU device that has resolution of my screen


Choose device that has higher resolution than yours than use this program in guest https://www.monitortests.com/forum/Thread-Custom-Resolution-Utility-CRU to set resolution you need
Use this program in guest https://www.monitortests.com/forum/Thread-Custom-Resolution-Utility-CRU to set resolution you need


* VM stops immediately with no error other than "internal error: process exited while connecting to monitor"
* VM stops immediately with no error other than "internal error: process exited while connecting to monitor"