lspci shows you what exists in the hardware whether it is being used for not, whether you have a driver that can use it or not. And kmod list shows you what drivers have loaded because it found valid hardware for it, and you have amdgpu loaded so you are using it. I don't know specifically about wayland as I don't use it, but on Xorg there is a log file that tells you exactly what it found and will give you more details on the card it is using. On my laptop I see this (lspci is what kmod list calls) lspci | grep -i VGA 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02) If it change my grep I find this: lspci | grep -i nvid 01:00.0 3D controller: NVIDIA Corporation GM107 [GeForce 940MX] (rev a2) 01:00.1 Audio device: NVIDIA Corporation GM107 High Definition Audio Controller [GeForce 940MX] (rev a1) And my Xorg driver is using the nvidia card, and I have the nvidia supplied driver installed and in use. The add-on cards typically don't list as VGA. On Sun, Apr 19, 2020 at 8:08 AM Sreyan Chakravarty <sreyan32@xxxxxxxxx> wrote: > > My laptop model is the HP-ac179tx. > Full Specs here: https://support.hp.com/in-en/document/c04919819 > > It has an AMD Radeon R5 M330 Graphics (2 GB DDR3 dedicated) GPU which is currently not being used by Wayland Gnome in Fedora. > > This is the output of: > $ lspci | grep -i VGA > 00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07) > > As you can see it is operating on the in-built Intel Graphics. I want all display operations to happen through the AMD GPU, is that possible? > > Now, I know video card drivers has always been a dicey topic, where there is no stable drivers, just softwares that fail a little less than other counterparts. > > So, I have a few questions: > > 1) I am using Gnome-Wayland. Are there at all any video card drivers out there for Wayland ? > 2) To use video drivers is it necessary to switch to XOrg ? > 3) Is it possible to transfer all display operations to the GPU ? Like my desktop has the monitor connected to the GPU directly, which means all display is handled by the GPU. Is something similar possible here? > > I did try installing the AMDGPU-Pro Driver from here: > https://www.amd.com/en/support/kb/release-notes/rn-radpro-lin-16-40 > > But it fails with the error: > No match for argument: amdgpu > Error: Unable to find a match: amdgpu > > Also Fedora was even listed in page, so I guess that means that it is not supported. > > Some relevant diagnostic information about my laptop: > > $ sudo kmod list | grep amd > amdgpu 5308416 0 > amd_iommu_v2 20480 1 amdgpu > gpu_sched 36864 1 amdgpu > ttm 122880 2 amdgpu,radeon > i2c_algo_bit 16384 3 amdgpu,radeon,i915 > drm_kms_helper 233472 3 amdgpu,radeon,i915 > drm 585728 13 gpu_sched,drm_kms_helper,amdgpu,radeon,i915,ttm > > $ sudo rpm -qa | grep vulkan | sort > mesa-vulkan-drivers-19.2.8-1.fc31.x86_64 > vulkan-loader-1.2.131.1-1.fc31.x86_64 > > $ sudo rpm -qa | grep mesa | sort > mesa-dri-drivers-19.2.8-1.fc31.x86_64 > mesa-filesystem-19.2.8-1.fc31.x86_64 > mesa-libEGL-19.2.8-1.fc31.x86_64 > mesa-libgbm-19.2.8-1.fc31.x86_64 > mesa-libGL-19.2.8-1.fc31.x86_64 > mesa-libglapi-19.2.8-1.fc31.x86_64 > mesa-libGLU-9.0.1-1.fc31.x86_64 > mesa-libOpenCL-19.2.8-1.fc31.x86_64 > mesa-libxatracker-19.2.8-1.fc31.x86_64 > mesa-vulkan-drivers-19.2.8-1.fc31.x86_64 > > Lastly, I have LVM snapshotting enabled, so I should be able to try out things so long as they don't involve my /boot and /boot/efi directories as they are not included in the LVM. > > Let me know what is the best course of action here. > > Thanks. > -- > Regards, > Sreyan Chakravarty > _______________________________________________ > users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx