IGVT-g: Difference between revisions
imported>User mNo edit summary |
imported>Kyren No edit summary |
||
Line 127: | Line 127: | ||
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 | 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 | ||
* VM stops immediately with no error other than "internal error: process exited while connecting to monitor" | |||
qemu might be exiting due to SIGSYS, which may be related to this bug: https://github.com/intel/gvt-linux/issues/47 | |||
Try disabling seccomp sandboxing in qemu like so: | |||
<pre> | |||
virtualisation.libvirtd = { | |||
qemuVerbatimConfig = '' | |||
seccomp_sandbox = 0 | |||
''; | |||
}; | |||
</pre> | |||
== Used sources == | == Used sources == |