From Fedora Project Wiki
(update default behaviour (span not clone)) |
m (Changed wording) |
||
Line 5: | Line 5: | ||
# Connect as many displays as you can to the available ports on your display adapter | # Connect as many displays as you can to the available ports on your display adapter | ||
# Shut your system down entirely, then start it up again | # Shut your system down entirely, then start it up again | ||
# | # Login to the desktop. From a terminal application run the command {{command|xrandr}}. Take a copy of the results | ||
# Run the GNOME display configuration tool, {{command||gnome-display-properties}}. Verify that it correctly shows each of the connected displays (monitors). Test re-arranging, enabling, disabling and configuring displays | |||
# Run the GNOME display configuration tool, | |||
|results= | |results= | ||
# When booting with multiple monitors, the graphical environment starts correctly and, | |||
#* for Fedora 12 and newer, the desktop is '''spanned''' across all connected displays | |||
#* for Fedora 11 and older, the desktop is '''mirrored''' (e.g. same output) on all connected displays | |||
# xrandr should report each connected display and the correct available modes on each | # xrandr should report each connected display and the correct available modes on each | ||
# gnome-display-properties should show each connected display (monitor) | |||
# gnome-display-properties should allow you to arrange the displays in any configuration, enable and disable displays, and change each display's settings; these changes should work and be reflected in what each display actually shows | # gnome-display-properties should allow you to arrange the displays in any configuration, enable and disable displays, and change each display's settings; these changes should work and be reflected in what each display actually shows | ||
}} | }} | ||
[[Category:Nouveau_Test_Cases]] | [[Category:Nouveau_Test_Cases]] |
Revision as of 15:16, 15 April 2010
Description
This test case tests whether multiple displays work successfully with the Nouveau driver. You will need at least two monitors connected to your NVIDIA video adapter to perform this test.
How to test
- Ensure the file
/etc/X11/xorg.conf
does not exist, or is a valid file that uses the nouveau driver. If you are using the live image, ignore this step - Connect as many displays as you can to the available ports on your display adapter
- Shut your system down entirely, then start it up again
- Login to the desktop. From a terminal application run the command
xrandr
. Take a copy of the results - Run the GNOME display configuration tool,
. Verify that it correctly shows each of the connected displays (monitors). Test re-arranging, enabling, disabling and configuring displays
Expected Results
- When booting with multiple monitors, the graphical environment starts correctly and,
- for Fedora 12 and newer, the desktop is spanned across all connected displays
- for Fedora 11 and older, the desktop is mirrored (e.g. same output) on all connected displays
- xrandr should report each connected display and the correct available modes on each
- gnome-display-properties should show each connected display (monitor)
- gnome-display-properties should allow you to arrange the displays in any configuration, enable and disable displays, and change each display's settings; these changes should work and be reflected in what each display actually shows