MPC Touch black screen syndrom (Win 10) - TheKikGen/MPC-LiveXplore GitHub Wiki

I couldn't get the MPC Touch to work on an HP DV6 laptop running Windows 10. I had a black screen with the mouse visible on the MPC Touch screen, with functional buttons, but never a visible desktop and even less MPC software.

I finally solved the problem by disabling the AMD Radeon driver in the device manager.

My laptop has 2 graphics cards: an Intel for office use and an AMD Radeon for 3D applications and games.

After installing the DisplayLink driver, I simply disabled the AMD driver, and the Touch screen finally displayed the desktop and the MPC screen. It is possible that it also works on the Mac on the same principle.

To automate the deactivation/activation of the driver, the devcon.exe utility (windows) provided by Microsoft is perfect. ex: devcon.exe disable @PCI\VEN_8086_DEV_9D71_1234_56756

You can thus create a .bat that disables the AMD driver to activate the Touch screen, launches the MPC software and reactivates the AMD driver once the software is exited.