From: Peter Hutterer Date: Fri, 17 Feb 2012 04:34:23 +0000 (+1000) Subject: Replace NVIDIA-specific output checking X-Git-Url: https://diplodocus.org/git/xorg-xinput/commitdiff_plain/b181658db7c72b664d40f2736fe425819421ce52?ds=inline;hp=b181658db7c72b664d40f2736fe425819421ce52 Replace NVIDIA-specific output checking If the binary driver drives at least one screen, the old method did not allow for randr-style screen binding (on the other screen). Change the logic to: - check if the output an randr output - if not, check if the "default" randr output is present and the output name was "HEAD-n" - if so, use Xinerama-style mapping This keeps the current behaviour of not allowing Xinerama-style mapping if all outputs are RandR capable. Signed-off-by: Peter Hutterer Reviewed-by: Aaron Plattner Tested-by: Aaron Plattner ---