Accelerated graphics with linuxkpi and drm-next?

2018-01-06 Thread Johannes Lundberg
Hi vbox folks! I'm part of the graphics team working on linuxkpi and drm-next graphics. I'm curious, with these modules in place, how much work would it be to get accelerated graphics in vbox with freebsd host/guest. For freebsd guest additions, looking at the source it seems like porting src/VB

Add virtualbox shared folders piece to handbook

2018-05-13 Thread Johannes Lundberg
Hi https://www.freebsd.org/doc/handbook/virtualization-guest-virtualbox.html I couldn't find anything in the handbook and various source on internet was misleading. The magic recipe that worked for me was # kldload vboxvfs # mount_vboxvfs -w Shared /mnt (for R/W mount of a shared folder name "

Accelerated graphics in vbox 6

2019-05-21 Thread Johannes Lundberg
Hi vbox folks! (cc: x11 list) According to this https://www.phoronix.com/scan.php?page=article&item=virtualbox-60-vmsvga&num=1 vbox can now use the vmwgfx kernel driver for accelerated graphics. With that I assume that virtualbox's own drm driver project is scrapped. I've been working on porting

Re: Accelerated graphics in vbox 6

2019-05-21 Thread Johannes Lundberg
Hi On 5/21/19 11:46 AM, Jung-uk Kim wrote: > On 19. 5. 21., Johannes Lundberg wrote: >> Hi vbox folks! (cc: x11 list) >> >> According to this >> https://www.phoronix.com/scan.php?page=article&item=virtualbox-60-vmsvga&num=1 >> vbox can now use the vmwg

Re: Accelerated graphics in vbox 6

2019-06-25 Thread Johannes Lundberg
On 6/25/19 10:47 AM, Jung-uk Kim wrote: > On 19. 5. 21., Jung-uk Kim wrote: >> On 19. 5. 21., Johannes Lundberg wrote: >>> Hi >>> >>> On 5/21/19 11:46 AM, Jung-uk Kim wrote: >>>> On 19. 5. 21., Johannes Lundberg wrote: >>>>> Hi vbox