Tak, możesz. Domyślnie system będzie używał Intela jako głównego systemu plików GFX, jeśli używasz sterownika Nouveau. Jeśli chcesz korzystać z Nvidia gfx, musisz dodać DRI_PRIME=1
przed programem uruchamiającym aplikacje lub plikiem wykonywalnym takim jak ten DRI_PRIME=1 yourApps
. Możesz spróbować wykonać test w swoim terminalu, korzystając z poniższego polecenia
DRI_PRIME=1 glxinfo | grep "OpenGL"
To dałoby ci taki wynik
OpenGL vendor string: nouveau
OpenGL renderer string: Gallium 0.4 on NV108
OpenGL core profile version string: 4.3 (Core Profile) Mesa 17.0.7
OpenGL core profile shading language version string: 4.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.0.7
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 17.0.7
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
Oznacza to, że uruchamiasz glxinfo przy użyciu sterownika Nouveau