summaryrefslogtreecommitdiff
path: root/xrandr_test.pl
AgeCommit message (Collapse)AuthorFilesLines
2007-11-30Add another test known to fail.Matthias Hopf1-0/+3
2007-11-29Add informational output for known issues.Matthias Hopf1-0/+14
2007-11-29Add more tests, mostly regarding crtc switching and uncloning.Matthias Hopf1-5/+14
2007-11-21Oops. Fix missing space introduced by last commit.Matthias Hopf1-1/+1
2007-11-21Be more robust in test case if mode database is borked.Matthias Hopf1-2/+4
If modes are reported multiple times per output only bother for the last.
2007-11-21Some minor issues in test case fixed.Matthias Hopf1-6/+13
'my' not being used correctly. Some lines of xrandr --verbose output missing in failure case. If order of outputs change in xrandr -q output they are sorted into original order now.
2007-11-20More tests for ambiguous xrandr output.Matthias Hopf1-4/+20
2007-11-19Use IDs for mode selection instead of hand-crafted <w>x<h>@<r> strings.Matthias Hopf1-53/+65
Some machines provide e.g. multiple 1024x768@60 modes with /slightly/ different timings. Often only one of them can be used on multiple outputs.
2007-11-19Improved test script.Matthias Hopf1-27/+38
Allow for outputs in "unknown" state. Check xrandr return value. Output full xrandr --verbose output if test failed.
2007-11-12Add xrandr test suite.Matthias Hopf1-0/+255
At the moment it only tests setting one output at a time, it should be improved to add some multi-output setting as well. Also it only tests clone modes at the moment, no multi-monitor setups.