xrandr: Changes to 'randr-1.2'

Keith Packard keithp at kemper.freedesktop.org
Sun Dec 31 07:49:44 EET 2006


 xrandr.c | 1910 +++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 1253 insertions(+), 657 deletions(-)

New commits:
commit 8e78af971048db711163ea297153703b4f37f3c9
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Sat Dec 30 21:49:40 2006 -0800

    Enable global --auto flag. Allow output name for --dpi switch.
    
    --auto at the global level checks for output status changes and
    automatically configures changed outputs. --dpi with an output switch uses
    the specified output as the source of the dpi information.

commit f7a3e478a6a5d59a2bbcd6dc416639f93a0520fd
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Sat Dec 30 19:41:48 2006 -0800

    Use Bool type. Position relative to disabled output is 0,0.
    
    Switch uses of int that are strictly boolean to Bool.
    Instead of making attempts to set position relative to a disabled output an
    error, just place the output at 0,0.

commit cb017692883daf64e0cf442a39b33eaafed0e420
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Sat Dec 30 17:34:46 2006 -0800

    Restructure RandR 1.2 support to handle relative placement.
    
    Ok, really, this is mostly a rewrite of the RandR 1.2 support.  First,
    collect commands from command line arguments.  Next, fill in existing
    configuration from X server.  Calculate new configuration. Apply
    configuration, if anything fails, revert to previous configuration.
    
    Still left -- pure --auto, and --extend/--clone options.




More information about the xorg-commit mailing list