Linux + GPU PCI passthrough VM windows on linux for gaming

Soldato
Joined
3 Oct 2013
Posts
3,622
Thanks again pete, i wanted to ask you ill be installing manjaro again, does it have all the kernel benefits of ubuntu 20.04 lts?

It does have an LTS kernel, IIRC it will give you the option upon install but not entirely sure on that. If not its a single click install from within the Manjaro manager.

kernels.png
 
Soldato
OP
Joined
9 Jun 2011
Posts
3,598
It does have an LTS kernel, IIRC it will give you the option upon install but not entirely sure on that. If not its a single click install from within the Manjaro manager.

kernels.png


thanks again, any idea how i can change the default GPU in linux, it's currently only displaying via the nvidia card in pci slot 1 and not the rx 580 in slot 2
 
Soldato
Joined
3 Oct 2013
Posts
3,622
Easiest is to swap slots tbh.

You can set it via zorg,conf. Trying to find a example for mixed GPU configs

Edit:

Create a file named "20-amdgpu.conf"

Add

Code:
Section "Device"
    Identifier "AMD"
    Driver "amdgpu"
    Option "DRI" "3"
    Option "TearFree" "true"
EndSection

Place in "/etc/X11/xorg.conf.d"
 
Last edited:
Back
Top Bottom