From Fedora Project Wiki

(Created page with "{{QA/Test_Case |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 p...")
 
No edit summary
Line 6: Line 6:
|actions=
|actions=
# Boot in XORG
# Boot in XORG
# For F25 this should just work, but this requires the user to manuallystart apps from the terminal like e.g. this:
# For F25 this should just work, but this requires the user to manuallystart apps from the terminal like DRI_PRIME=1 glxgears -info | grep REND
{{command|1="DRI_PRIME=1 glxgears -info | grep REND"}}
# glxgears on the DIS(crete) GPU e.g DRI_PRIME=1 glxgears -info | grep REND
#glxgears on the DIS(crete) GPU e.g {{command|1=DRI_PRIME=1 glxgears -info | grep REND}}





Revision as of 09:26, 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

  1. Download Fedora 25 Beta or latest nightly

How to test

  1. Boot in XORG
  2. For F25 this should just work, but this requires the user to manuallystart apps from the terminal like DRI_PRIME=1 glxgears -info

Expected Results

  1. Should be the output for the first command GL_RENDERER = Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
  2. The second command should give you GL_RENDERER = Gallium 0.4 on NV117
  3. Everything in X11 should run alright.