tips:gpu

Differences

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

Link to this comparison view

Next revision
Previous revision
tips:gpu [2016/11/21 22:20] – created scipiotips:gpu [2022/11/04 08:13] (current) – [nvidia and wayland] sscipioni
Line 1: Line 1:
 ====== GPU ====== ====== GPU ======
  
-  * Install ovfm+===== nvidia and wayland =====
  
-Create VM and customize configuration before start: +add **nvidia_drm.modeset=1** to grub settings ///etc/default/grub// 
-  In the "Overview" section, set your firmware to "UEFI" + 
-  In the "Processor" section write CPU model to "host-passthrough"+/etc/modprobe.d/nvidia-power-management.conf 
 +<code> 
 +options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/var/tmp 
 +</code> 
 + 
 +enable these services 
 +<code> 
 +systemctl enable nvidia-hibernate 
 +systemctl enable nvidia-resume 
 +systemctl enable nvidia-suspend 
 + 
 +</code>
  
-<file> 
-<features> 
- <hyperv> 
- ... 
- <vendor_id state='on' value='whatever'/> 
- ... 
- </hyperv> 
- ... 
- <kvm> 
- <hidden state='on'/> 
- </kvm> 
-</features> 
-</file> 
  • tips/gpu.1479763246.txt.gz
  • Last modified: 2016/11/21 22:20
  • by scipio