]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/log
deb_pkgs/autorandr.git
10 years agoMerge branch 'feature/preswitch_scripts' of http://github.com/torrancew/autorandr
Phillip Berndt [Thu, 30 Jan 2014 12:41:30 +0000 (13:41 +0100)]
Merge branch 'feature/preswitch_scripts' of http://github.com/torrancew/autorandr

10 years agoMerge pull request #1 from tachylatus/master
Phillip Berndt [Thu, 30 Jan 2014 12:37:25 +0000 (04:37 -0800)]
Merge pull request #1 from tachylatus/master

Support DESTDIR + improvements for easy packaging

10 years agoSupport DESTDIR + improvements for easy packaging
tachylatus [Thu, 30 Jan 2014 11:31:29 +0000 (12:31 +0100)]
Support DESTDIR + improvements for easy packaging

10 years agoAdd support for "preswitch" scripts
Tray Torrance [Mon, 30 Dec 2013 21:18:32 +0000 (13:18 -0800)]
Add support for "preswitch" scripts

10 years agoPrefer sysfs probing over xrandr probing (more reliable, esp. if fake xrandr is used)
Phillip Berndt [Tue, 3 Dec 2013 11:22:31 +0000 (12:22 +0100)]
Prefer sysfs probing over xrandr probing (more reliable, esp. if fake xrandr is used)

10 years agoMerge remote-tracking branch 'queezythegreat/master'
Phillip Berndt [Mon, 2 Dec 2013 09:50:40 +0000 (10:50 +0100)]
Merge remote-tracking branch 'queezythegreat/master'

Conflicts:
Makefile

10 years agoMerge remote-tracking branch 'paulharris/master'
Phillip Berndt [Mon, 2 Dec 2013 09:42:23 +0000 (10:42 +0100)]
Merge remote-tracking branch 'paulharris/master'

Conflicts:
README

10 years agoMerge remote-tracking branch 'helterscelter/master'
Phillip Berndt [Mon, 2 Dec 2013 09:34:24 +0000 (10:34 +0100)]
Merge remote-tracking branch 'helterscelter/master'

Conflicts:
pm-utils/40autorandr

10 years agoDisplay logger information in pm-utils script only if a user was actually found
Phillip Berndt [Fri, 29 Nov 2013 07:04:18 +0000 (08:04 +0100)]
Display logger information in pm-utils script only if a user was actually found

10 years agoMerge remote-tracking branch 'mtahmed/master'
Phillip Berndt [Fri, 29 Nov 2013 06:58:56 +0000 (07:58 +0100)]
Merge remote-tracking branch 'mtahmed/master'

Conflicts:
README.md

10 years agoUpdated README with branch information
Phillip Berndt [Fri, 29 Nov 2013 06:51:28 +0000 (07:51 +0100)]
Updated README with branch information

10 years agoMerge remote-tracking branches 'tachylatus/master' and 'herm/master'
Phillip Berndt [Fri, 29 Nov 2013 06:43:48 +0000 (07:43 +0100)]
Merge remote-tracking branches 'tachylatus/master' and 'herm/master'

10 years agoUpdate README.
Hermann Kraus [Sun, 17 Nov 2013 23:38:10 +0000 (00:38 +0100)]
Update README.

10 years agoInstall udev rules.
Hermann Kraus [Sun, 17 Nov 2013 22:45:20 +0000 (23:45 +0100)]
Install udev rules.

10 years agoAdd a udev rules file for calling autorandr on monitor switch
Mandus Elfving [Wed, 10 Apr 2013 18:06:03 +0000 (20:06 +0200)]
Add a udev rules file for calling autorandr on monitor switch

10 years agoMake user name detection more reliable if there are multiple session (e.g. terminals).
Hermann Kraus [Sun, 17 Nov 2013 23:33:18 +0000 (00:33 +0100)]
Make user name detection more reliable if there are multiple session (e.g. terminals).

10 years agoSome small fixes to the pm-utils script
Mandus Elfving [Wed, 10 Apr 2013 18:05:26 +0000 (20:05 +0200)]
Some small fixes to the pm-utils script

10 years agoAdded Makefile to install program.
Hermann Kraus [Sun, 17 Nov 2013 22:07:52 +0000 (23:07 +0100)]
Added Makefile to install program.

10 years agoWorkaround xrandr bug: "cannot find crtc for output" - efficient solution
tachylatus [Thu, 4 Jul 2013 10:44:43 +0000 (12:44 +0200)]
Workaround xrandr bug: "cannot find crtc for output" - efficient solution

xrandr will typically fail when switching outputs, if the maximum number is already enabled.
This patch will cause xrandr to be called twice:
- First invocation will only disable outputs, freeing up CRTCs
- Second invocation will only enable outputs

10 years agoFix xrandr -q parsing when output contains "primary"
tachylatus [Thu, 4 Jul 2013 10:39:40 +0000 (12:39 +0200)]
Fix xrandr -q parsing when output contains "primary"

xRandR (in newer versions?) will output an extra columns for primary outputs.
Detect this column and modify the string split and column numbers accordingly.

10 years agoFix "No such file or directory" on tab-completion
Helge [Wed, 3 Jul 2013 20:06:51 +0000 (22:06 +0200)]
Fix "No such file or directory" on tab-completion

Checks if the directory ~/.autorandr exists before searching for profiles.
Example error message:
autorandr -find: `/root/.autorandr/*': No such file or directory

10 years agoMinor fixes and improvements
QueezyTheGreat [Wed, 26 Jun 2013 18:40:29 +0000 (20:40 +0200)]
Minor fixes and improvements

10 years agoMinor fixes and improvements
QueezyTheGreat [Wed, 26 Jun 2013 18:31:39 +0000 (20:31 +0200)]
Minor fixes and improvements

10 years agoMinor code refactoring
QueezyTheGreat [Wed, 26 Jun 2013 18:09:14 +0000 (20:09 +0200)]
Minor code refactoring

10 years agoUpdated Makefile, minor change to inotify monitor
QueezyTheGreat [Wed, 26 Jun 2013 17:45:31 +0000 (19:45 +0200)]
Updated Makefile, minor change to inotify monitor

10 years agoAdded install makefile and autorandr inotify monitor
QueezyTheGreat [Wed, 26 Jun 2013 17:33:16 +0000 (19:33 +0200)]
Added install makefile and autorandr inotify monitor

11 years agoMake the README.md a bit cleaner.
mtahmed [Sun, 12 May 2013 12:33:46 +0000 (08:33 -0400)]
Make the README.md a bit cleaner.

11 years agoRename README -> README.md. Use markdown for README.md.
mtahmed [Sun, 12 May 2013 12:29:18 +0000 (08:29 -0400)]
Rename README -> README.md. Use markdown for README.md.

11 years agoAdded notes on how to get auto-disper running automatically.
Paul Harris [Wed, 24 Apr 2013 14:41:16 +0000 (22:41 +0800)]
Added notes on how to get auto-disper running automatically.

11 years agoAdded a default fallback ("default") for pm-script.
Paul Harris [Wed, 24 Apr 2013 14:15:19 +0000 (22:15 +0800)]
Added a default fallback ("default") for pm-script.

11 years agoMerge remote-tracking branch 'helterscelter/master'
Paul Harris [Wed, 24 Apr 2013 14:36:24 +0000 (22:36 +0800)]
Merge remote-tracking branch 'helterscelter/master'

11 years agoadd support for rotated displays
Stefan Tomanek [Sun, 6 Jan 2013 17:38:35 +0000 (18:38 +0100)]
add support for rotated displays

11 years agoUpdated pm-utils scripts
helterscelter [Mon, 6 Aug 2012 19:08:08 +0000 (15:08 -0400)]
Updated pm-utils scripts

40autorandr had issues when resuming on a system where
one or more users have multiple terminal sessions open.

enhanced 40autorandr to allow being called as 40auto-disper
to automatically swap to using auto-disper semantics

11 years agoAdd README file
Markus Ulrich [Thu, 28 Jun 2012 20:30:49 +0000 (22:30 +0200)]
Add README file

11 years agoFix some typo errors
Markus Ulrich [Thu, 28 Jun 2012 20:25:33 +0000 (22:25 +0200)]
Fix some typo errors

12 years agoFixed script name and typo in variable name.
Maciej Sitarz [Wed, 15 Feb 2012 19:53:13 +0000 (20:53 +0100)]
Fixed script name and typo in variable name.

Renamed according to pm-utils "SLEEP HOOK ORDERING CONVENTION"

12 years agoimprove pm-utils script
Stefan Tomanek [Sun, 12 Feb 2012 22:22:19 +0000 (23:22 +0100)]
improve pm-utils script

12 years agomove contrib files to subdirectories
Stefan Tomanek [Sun, 12 Feb 2012 22:14:22 +0000 (23:14 +0100)]
move contrib files to subdirectories

12 years agoAdded pm-utils hook to be run on resume/thaw.
Maciej Sitarz [Wed, 18 Jan 2012 21:07:01 +0000 (22:07 +0100)]
Added pm-utils hook to be run on resume/thaw.

12 years agooptionally use xdpyinfo
Stefan Tomanek [Sun, 12 Feb 2012 22:10:54 +0000 (23:10 +0100)]
optionally use xdpyinfo

12 years agoHandle outputs with "unknown connection" as "off".
Maciej Sitarz [Sun, 12 Feb 2012 13:10:06 +0000 (14:10 +0100)]
Handle outputs with "unknown connection" as "off".

12 years agodetect primary screen and save to config.
Maciej Sitarz [Sat, 11 Feb 2012 21:17:06 +0000 (22:17 +0100)]
detect primary screen and save to config.

13 years agosimplify config extraction from xrandr
Stefan Tomanek [Mon, 11 Apr 2011 19:59:08 +0000 (21:59 +0200)]
simplify config extraction from xrandr

13 years agoBash completion rules for autorandr/auto-disper
Maciej Sitarz [Fri, 8 Apr 2011 11:27:50 +0000 (13:27 +0200)]
Bash completion rules for autorandr/auto-disper

13 years agoFix handling screens connected but "off"
Maciej Sitarz [Wed, 6 Apr 2011 15:20:11 +0000 (17:20 +0200)]
Fix handling screens connected but "off"

13 years agoShould use $CURRENT_CFG_METHOD when saving profile
Paul.Gibbons [Mon, 14 Mar 2011 13:03:22 +0000 (13:03 +0000)]
Should use $CURRENT_CFG_METHOD when saving profile

13 years agoFixed 2 typos in nvidia(-via-disper) support.
mrj10 [Thu, 20 Jan 2011 04:00:22 +0000 (22:00 -0600)]
Fixed 2 typos in nvidia(-via-disper) support.

13 years agoadd information messages
Stefan Tomanek [Sun, 16 Jan 2011 16:13:41 +0000 (17:13 +0100)]
add information messages

13 years agoskip sysfs fingerprinting on systems without drm
Stefan Tomanek [Sun, 16 Jan 2011 14:38:51 +0000 (15:38 +0100)]
skip sysfs fingerprinting on systems without drm

13 years agomerge autorandr and autodisper
Stefan Tomanek [Fri, 10 Dec 2010 01:01:21 +0000 (02:01 +0100)]
merge autorandr and autodisper

13 years agoMerge remote branch 'auto-disper/master' into randrdisper
Stefan Tomanek [Fri, 10 Dec 2010 00:32:40 +0000 (01:32 +0100)]
Merge remote branch 'auto-disper/master' into randrdisper

13 years agoadjust help message
Stefan Tomanek [Tue, 9 Nov 2010 22:31:06 +0000 (23:31 +0100)]
adjust help message

13 years agoAdd --default to help
Alexander Wirt [Mon, 8 Nov 2010 21:32:35 +0000 (22:32 +0100)]
Add --default to help

13 years agoavoid (re)loading of identical configurations
Stefan Tomanek [Tue, 9 Nov 2010 14:17:22 +0000 (15:17 +0100)]
avoid (re)loading of identical configurations

13 years agocall xrandr to refresh sysfs
Stefan Tomanek [Tue, 9 Nov 2010 14:16:46 +0000 (15:16 +0100)]
call xrandr to refresh sysfs

13 years agomake used fingerprint methodes configurable
Stefan Tomanek [Tue, 9 Nov 2010 14:01:30 +0000 (15:01 +0100)]
make used fingerprint methodes configurable

13 years agoAdd support for local configfile
Alexander Wirt [Mon, 8 Nov 2010 21:19:18 +0000 (22:19 +0100)]
Add support for local configfile

13 years agoAdd some small help
Alexander Wirt [Mon, 8 Nov 2010 21:15:44 +0000 (22:15 +0100)]
Add some small help

13 years agoavoid loading of nonexisting profile
Stefan Tomanek [Mon, 8 Nov 2010 20:51:46 +0000 (21:51 +0100)]
avoid loading of nonexisting profile

13 years agofix indention
Stefan Tomanek [Mon, 8 Nov 2010 20:48:25 +0000 (21:48 +0100)]
fix indention

13 years agouse sysfs for edid fingerprinting
Stefan Tomanek [Mon, 8 Nov 2010 20:46:03 +0000 (21:46 +0100)]
use sysfs for edid fingerprinting

13 years agoadd alternative fingerprinting method
Stefan Tomanek [Wed, 27 Oct 2010 19:56:08 +0000 (21:56 +0200)]
add alternative fingerprinting method

13 years agoimplement autorandr script
Stefan Tomanek [Tue, 26 Oct 2010 14:33:34 +0000 (16:33 +0200)]
implement autorandr script

13 years agoadd basic awk scripts
Stefan Tomanek [Tue, 26 Oct 2010 14:15:57 +0000 (16:15 +0200)]
add basic awk scripts

14 years agoinitial commit
Stefan Tomanek [Sun, 24 Jan 2010 20:34:12 +0000 (21:34 +0100)]
initial commit