Eu tenho uma configuração semelhante no Slackware:
# lspci | grep -E 'VGA|3D' 00:02.0 VGA compatible controller: Intel Corporation Haswell Integrated Graphics Controller (rev 06) 01:00.0 VGA compatible controller: NVIDIA Corporation GK106M [GeForce GTX 765M] (rev ff)}
E meu xrandr mostra apenas um cartão:
xrandr --listproviders Providers: number : 1 Provider 0: id: 0x47 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 4 associated providers: 0 name:Intel
mas minha placa nVidia ainda parece estar funcionando (eu uso bumblebee / optirun)
$ optirun glxinfo | grep "OpenGL renderer" OpenGL renderer string: GeForce GTX 765M/PCIe/SSE2
$ optirun glxgears -info GL_RENDERER = GeForce GTX 765M/PCIe/SSE2 GL_VERSION = 4.5.0 NVIDIA 352.30 GL_VENDOR = NVIDIA Corporation
e usa o cartão Intel se eu não executar o optirun:
$ glxinfo | grep "OpenGL renderer" OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile
$ glxgears -info Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. GL_RENDERER = Mesa DRI Intel(R) Haswell Mobile GL_VERSION = 3.0 Mesa 10.5.4 GL_VENDOR = Intel Open Source Technology Center
Consulte o link para obter instruções de configuração.