-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for at least one qemu virtual gpu #62
Comments
I continued to investigate the problem but I still don't understand what's going on :( When I load the kernel module always black screen, but the verbose seems to tell me that everything is fine (see messages.log). If I boot an X, the kernel crashes on a ttm_bo_vm_fault ( backtrace in copy )
Can someone help me please. |
Sadly, since one year, I don't have time to work on this project but some hopes are allowed since @arichardson is working on this PR. #119 #crossfinger |
Description
Could you please add support for at least one of these qemu virtual devices:
Virtio-gpu
Qxl
Bochs
FreeBSD version
13 or higher
Additional context
I have try by myself to support on of those, alas I always have the same result, when I load the kernel module, I obtain a black screen :(
Here are my git branches based on 5.4.x branch if it helps:
https://github.com/jfouquart/drm-kmod/commits/bochs
https://github.com/jfouquart/drm-kmod/commits/qxl
The text was updated successfully, but these errors were encountered: