virtualbox error messages

hello i have just installed virtualbox and after applying the instructions from the https://www.freebsd.org/doc/handbook/virtualization-host-virtualbox.html website i still get the following error message when i start it:
Code:
 libGL error: failed to open drm device: Permission denied
libGL error: failed to load driver: i965
Qt warning: libpng warning: iccp: known incorrect srgb profile
i used the following command to add my username to the vboxusers group, how do i check that it has been added correctly?
pw groupmod vboxusers -m [I]yourusername [/I]
 
ok i added my username to the video group and that fixed the
Code:
libGL error: failed to open drm device: Permission denied
however i still get the error message:
Code:
libGL error: failed to load driver: i965
Qt warning: libpng warning: iccp: known incorrect srgb profile
can anyone tell me what i965 is?
 
Back
Top