From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
# Boot in XORG | # Boot in XORG | ||
# Glxgears on the DIS(crete) <code>GPU DRI_PRIME=1 =glxgears -info | grep REND</code> | # Glxgears on the DIS(crete) <code>GPU DRI_PRIME=1 =glxgears -info | grep REND</code> | ||
# For F25 this should just work, but this requires the user to manually start apps from the terminal like <code>glxgears -info|grep REND</code> | |||
# For F25 this should just work, but this requires the user to manually start apps from the terminal like <code> glxgears -info| grep REND</code> | |||
|results= | |results= | ||
# Should be the output for the first command <code> GL_RENDERER = Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)</code> | # Should be the output for the first command <code> GL_RENDERER = Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)</code> |
Revision as of 09:44, 24 October 2016
Description
This test case tests the multiple desktop functionality in Hybrid gpu machines where no video outputs are connected to the Discrete gpu, so it is purely an accelerator / co-processor with XORG
Setup
- Download Fedora 25 Beta or latest nightly
How to test
- Boot in XORG
- Glxgears on the DIS(crete)
GPU DRI_PRIME=1 =glxgears -info
Expected Results
- Should be the output for the first command
GL_RENDERER = Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
- The second command should give you
GL_RENDERER = Gallium 0.4 on NV117
- Everything in X11 should run alright.