Re: [vbox-dev] [PATCH resend] VBoxGuest.h Fix VBGL_IOCTL_WAIT_FOR_EVENTS definition

2017-10-03 Thread Michael Thayer
Hello Hans, Terribly sorry. I admit that I never got round to looking at this, but it does looks very sensible. Just doing a sanity build now before I push it to our internal repository, and I will make it publicly visible as soon after that as I have a stable Internet connection. Regards

Re: [vbox-dev] No Audio Hardware in Guest

2017-10-03 Thread Larry Finger
On 10/03/2017 03:53 AM, Jan-Peter Rühmann wrote: Hello Since the last Update of VB my Windows7 Guest can´t find any Audio Hardware. The Statusbar Shows that Audio is on for in and output I´ve tried the Configuration for ALSA and PULSEAUDIO for all three alternatives (intel HD, ICH97,

[vbox-dev] No Audio Hardware in Guest

2017-10-03 Thread Jan-Peter Rühmann
Hello Since the last Update of VB my Windows7 Guest can´t find any Audio Hardware. The Statusbar Shows that Audio is on for in and output I´ve tried the Configuration for ALSA and PULSEAUDIO for all three alternatives (intel HD, ICH97, SoundBlaster) But nothing

[vbox-dev] [PATCH resend] VBoxGuest.h Fix VBGL_IOCTL_WAIT_FOR_EVENTS definition

2017-10-03 Thread Hans de Goede
The size argument to VBGL_IOCTL_CODE_SIZE should be VBGL_IOCTL_WAIT_FOR_EVENTS_SIZE. This fixes VBGL_IOCTL_WAIT_FOR_EVENTS always failing with EINVAL. Which in turn fixes seamless mode not working under Linux. Signed-off-by: Hans de Goede --- include/VBox/VBoxGuest.h | 2 +-