[PATCH xinput 5/5] Replace NVIDIA-specific output checking

2012-02-19 Thread Peter Hutterer
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

Re: [PATCH xinput 5/5] Replace NVIDIA-specific output checking

2012-02-21 Thread Aaron Plattner
On 02/19/2012 07:37 PM, Peter Hutterer wrote: 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 an

Re: [PATCH xinput 5/5] Replace NVIDIA-specific output checking

2012-02-22 Thread Peter Hutterer
On Tue, Feb 21, 2012 at 11:38:00AM -0800, Aaron Plattner wrote: > On 02/19/2012 07:37 PM, Peter Hutterer wrote: > >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 out