From Fedora Project Wiki

No edit summary
(empty page, it was unnecessary)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{QA/Test_Case
This test case was unnecessary and has been removed.
|description=This test case tests the multiple desktop functionality in Hybrid gpu machines where both gpus have some video outputs connected with all open source drivers booted with XORG
 
|setup=
# Download Fedora 25 Beta or latest nightly
|actions=
# Boot in default/Wayland mode
# In terminal execute {{command|1=sudo xrandr --listproviders}}
# Powermanagemt, the discrete GPU should by suspended / "Dynamic Off"when the laptop is booted and no external monitors are connected, this can be tested by as root doing:{{command|1=sudo cat /sys/kernel/debug/vgaswitcheroo/switch}}
# Do all external monitor connectors work, VGA / mini-display-port, HDMI,display-port over USB-C, etc. The user should try plugging in a monitor to
all of them (one at a time) configure the monitor in its native resolution in gnome-control-center and check that the picture is as expected and that
e.g. dragging a terminal to that monitor works and is smooth.
# Check for power management and for overheating issues
# Check for hotkey of brightness
# Close all running applications
# Check suspend/resume with the external display connected
# Check suspending without the external display connected followed by resume with the external display connected
# Check suspending with the external display connected followed by resume without the external display connected
 
|results=
# The first command should show 2 providers, with per provider a line like this: {{command|1=Provider 0: id: 0x45 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 3 associated providers: 0 name:modesetting}}
# Powermanagement should give you the output to be  {{command|1=0:IGD:+:Pwr:0000:00:02.0 1:DIS: :DynOff:0000:01:00.0}} Notice that the Discrete GPU  (DIS) is marked as DynOff, that is what we want
# Now if the user plugs in an external monitor on e.g a HMDI connector,and then configures it in gnome-control-center so that it shows a picture and  then waits 15 seconds and then again (as root) does:{{command|1= cat /sys/kernel/debug/vgaswitcheroo/switch}}
# We expect the DIS line to have changed to On, if it has not then the tested connector is hooked up to the integrated GPU (IGD) and the user should try another connector.Once the user has found an external connector which is attached to the DIS GPU he should unplug the monitor, wait 15 seconds and
after that the DIS GPU should be in DynOff again.
#The suspend/resume tests should go fine
# The hotkeys should function as supposed to
# There should not be any over heating
}}

Latest revision as of 19:00, 2 November 2016

This test case was unnecessary and has been removed.