PeterSuh-Q3 / tinycore-redpill

GNU General Public License v3.0
244 stars 32 forks source link

virtio gpu sa6400 13500 vgpu not work #12

Closed njzydark closed 9 months ago

njzydark commented 10 months ago

I build the loader with pve. It can launch successful, but /dev/dri is empty

PeterSuh-Q3 commented 10 months ago

It will not work with vgpu. I think I heard that the successful PVE case was connected by passing through the IGPU. Please refer to the community's success stories.

njzydark commented 10 months ago

after add i915.enable_guc=3 , it work:

image
PeterSuh-Q3 commented 10 months ago

I did it as you suggested, but virtio vgpu was not accelerated. These are my hardware settings and dmesg results. I used Intel 4th generation Haswell.

스크린샷 2023-12-07 오후 1 37 07

스크린샷 2023-12-07 오후 1 41 44

No settings were added to the two files below. /etc/modprobe.d/pve-blacklist.conf /etc/modprobe.d/vfio-pci.conf

I tried adding the settings below to /etc/modules and removing them again. It's same. vfio vfio_iommu_type1 vfio_pci vfio_virqfd

What's your hardware setting like? Is your CPU Intel 11th generation or higher?