Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] VBox Gentoo Host, Gentoo Guest, Video not resizing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
lyallp
Veteran
Veteran


Joined: 15 Jul 2004
Posts: 1557
Location: Adelaide/Australia

PostPosted: Thu Aug 20, 2015 12:01 pm    Post subject: [Solved] VBox Gentoo Host, Gentoo Guest, Video not resizing Reply with quote

I run a Gentoo system in VirtualBox, hosted on my Gentoo system.

The VM is my experimental system, compiled almost exclusively with clang.

Since the latest VirtualBox 5.0.2, everything works fine except for graphics resizing and being told
Code:
VBoxCLient: Failed to connect to the VirtualBox kernel service, rc=VERR_ACCESS_DENIED


Copy/Paste works, the mouse works, keyboard works, but the screen does not resize and I see these notifications.

I finally discovered that the user I was logging into was not a member of the group vboxguest.

Once I fixed that, all was well again!
_________________
...Lyall
Back to top
View user's profile Send private message
lyallp
Veteran
Veteran


Joined: 15 Jul 2004
Posts: 1557
Location: Adelaide/Australia

PostPosted: Tue Sep 22, 2015 1:46 am    Post subject: Reply with quote

I also found, later, that I was not running the VBoxClient.

I could put this in my .Xsession file, but I figured a more system wide setting would be better.

Add /etc/profile.d/VirtualboxGuest.sh
Make world read/executable

Code:

if [ -x /usr/bin/VBoxClient ]
then
    VBoxClient --clipboard
    VBoxClient --display
fi

_________________
...Lyall
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum