[Pommed-commits] r423 - trunk

jblache at alioth.debian.org jblache at alioth.debian.org
Wed Dec 12 10:33:44 UTC 2007


Author: jblache
Date: 2007-12-12 10:33:44 +0000 (Wed, 12 Dec 2007)
New Revision: 423

Modified:
   trunk/INSTALL
   trunk/README
Log:
Move usage instructions to the README.


Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2007-12-12 10:31:01 UTC (rev 422)
+++ trunk/INSTALL	2007-12-12 10:33:44 UTC (rev 423)
@@ -76,42 +76,3 @@
 Pick an icon from the icons/ directory to display in the dock. You can install
 gpomme_32x32.xpm to /usr/share/pixmaps/wmpomme.xpm and use that in the dock for
 instance.
-
-
-Using pommed
-------------
-
-Launch pommed at startup, a simple init script will do.
-
-
-Using gpomme and wmpomme
-------------------------
-
- - gpomme: launch gpomme at session startup, using whatever interface your
-   desktop environment provides for that.
-
- - wmpomme: run wmpomme and add it to your dock.
-
-Both gpomme and wmpomme are responsible for running a user-provided helper
-when the video switch button is pressed. This helper is responsible for
-activating/deactivating the external video output.
-
-The helper can be set system-wide and overriden on a per-user basis:
- - if $HOME/.videoswitch exists, is readable and executable by the running
-   user, it is executed;
- - otherwise, if /etc/pommed/videoswitch exists, is readable and executable
-   by the running user, it is executed.
-
-The program is invoked without arguments, and argv[0] is "videoswitch".
-
-The videoswitch helper can be anything you want: shell script, perl/python
-script or a plain binary; anything executable. It is up to the script or
-program to perform any housekeeping/statekeeping that is necessary.
-
-If you want to run urandr or grandr, you can just symlink it as
-/etc/pommed/videoswitch or $HOME/.videoswitch.
-
-As different machines require different scripts, pommed can't ship a default
-script (there's no one-size-fits-all, unfortunately). If you write a nice
-script for your machine and would like to have it shipped with pommed as an
-example, mail it to me with a proper license and the machine model.

Modified: trunk/README
===================================================================
--- trunk/README	2007-12-12 10:31:01 UTC (rev 422)
+++ trunk/README	2007-12-12 10:33:44 UTC (rev 423)
@@ -1,7 +1,15 @@
 README for pommed
 -----------------
 
+ - Kernel version requirements
+ - Supported machines
+ - Using pommed
+ - Using gpomme and wmpomme
+
+
 Kernel version requirements:
+----------------------------
+
  - on the MacBook and MacBook Pro
     + kernel >= 2.6.19 at least
     + kernel >= 2.6.20 recommended
@@ -14,6 +22,7 @@
 
 
 Supported machines:
+-------------------
 
  - Intel machines
    * MacBook Pro Core Duo 15" (January 2006)
@@ -49,3 +58,42 @@
 
    If your PowerBook/iBook is not listed here, please contact us and include
    the content of /proc/device-tree/model in your mail. Thanks.
+
+
+Using pommed
+------------
+
+Launch pommed at startup, a simple init script will do.
+
+
+Using gpomme and wmpomme
+------------------------
+
+ - gpomme: launch gpomme at session startup, using whatever interface your
+   desktop environment provides for that.
+
+ - wmpomme: run wmpomme and add it to your dock.
+
+Both gpomme and wmpomme are responsible for running a user-provided helper
+when the video switch button is pressed. This helper is responsible for
+activating/deactivating the external video output.
+
+The helper can be set system-wide and overriden on a per-user basis:
+ - if $HOME/.videoswitch exists, is readable and executable by the running
+   user, it is executed;
+ - otherwise, if /etc/pommed/videoswitch exists, is readable and executable
+   by the running user, it is executed.
+
+The program is invoked without arguments, and argv[0] is "videoswitch".
+
+The videoswitch helper can be anything you want: shell script, perl/python
+script or a plain binary; anything executable. It is up to the script or
+program to perform any housekeeping/statekeeping that is necessary.
+
+If you want to run urandr or grandr, you can just symlink it as
+/etc/pommed/videoswitch or $HOME/.videoswitch.
+
+As different machines require different scripts, pommed can't ship a default
+script (there's no one-size-fits-all, unfortunately). If you write a nice
+script for your machine and would like to have it shipped with pommed as an
+example, mail it to me with a proper license and the machine model.




More information about the Pommed-commits mailing list