Wednesday, December 24, 2014

nView Desktop Manager interferes with VirtualBox guest Alt+Tab functionality

If you have nVIDIA graphics adapter and installed nView Desktop Manager and you also have VirtualBox running in the host machine then Alt+Tab functionality in the guest will affected by nView if it is enabled.

This was observed on:
OS: Windows 8.1 Enterprise 64-bit
VirtualBox: 4.3.20

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...