Hi,
I am trying to setup S7150 on HP Proliant server on Linux.
I want to setup a virtual display so that Linux can have a screen to render stuff.
currently using default setup of Ubuntu 18.04 server with amdgpu-pro-18.20-621984 installed using `amdgpu-pro-install -y`
lscpi reports
08:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Tonga XT GL [FirePro S7150]
I added
# cat /etc/modprobe.d/amdgpu.conf
options amdgpu virtual_display=0000:08:00.0,1
But I cannot see any virtual monitors added.
What am i missing here.
Regards.