summaryrefslogtreecommitdiff
path: root/deskutils/tpb/files/patch-man-tpb.1
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2005-06-09 22:56:12 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2005-06-09 22:56:12 +0000
commitcb49cc5d8307d7c839ed79821fbfc85ec1627d8c (patch)
treefd2ce6f3964c29fbf9eb3547598d8de56bbfa143 /deskutils/tpb/files/patch-man-tpb.1
parent- Update to 0.6 (diff)
Add tpb 0.6.3, An On-Screen-Display for hotkeys of IBM ThinkPads and the first
consumer of the updated acpi_ibm(4) driver: With TPB it is possible to bind a program to the ThinkPad, Mail, Home and Search button. TPB can also run a callback program on each state change with the changed state and the new state as options. So it is possible to trigger several actions on different events. TPB has an on-screen display (OSD) to show volume, mute, brightness and some other information. Furthermore TPB supports a software mixer, as the R series ThinkPads have no hardware mixer to change the volume. WWW: http://www.nongnu.org/tpb/
Notes
Notes: svn path=/head/; revision=137129
Diffstat (limited to 'deskutils/tpb/files/patch-man-tpb.1')
-rw-r--r--deskutils/tpb/files/patch-man-tpb.143
1 files changed, 43 insertions, 0 deletions
diff --git a/deskutils/tpb/files/patch-man-tpb.1 b/deskutils/tpb/files/patch-man-tpb.1
new file mode 100644
index 000000000000..dac2d56d1b2f
--- /dev/null
+++ b/deskutils/tpb/files/patch-man-tpb.1
@@ -0,0 +1,43 @@
+--- man/tpb.1.orig Mon Aug 23 13:01:45 2004
++++ man/tpb.1 Thu Jun 9 23:49:03 2005
+@@ -7,7 +7,7 @@
+ With TPB it is possible to bind a program to the ThinkPad, Mail, Home and Search button.
+ TPB can also run a callback program on each state change with the changed state and the new state as options.
+ So it is possible to trigger several actions on different events.
+-TPB has a on-screen display (OSD) to show volume, mute, brightness and some other informations.
++TPB has an on-screen display (OSD) to show volume, mute, brightness and some other information.
+ Furthermore TPB supports a software mixer, as the R series ThinkPads have no hardware mixer to change the volume.
+ .SH OPTIONS
+ .TP 8
+@@ -86,7 +86,7 @@
+ builtin defaults
+ .TP
+ \(bu
+-configuration in /etc/tpbrc
++configuration in %%PREFIX%%/etc/tpbrc
+ .TP
+ \(bu
+ configuration in $HOME/.tpbrc
+@@ -112,7 +112,8 @@
+ .TP 8
+ .B NVRAM
+ Should define the nvram device from where the information about the key states
+-is read. Default is to try /dev/nvram, followed by /dev/misc/nvram.
++is read. Default is to try /dev/nvram, followed by /dev/misc/nvram. This has no
++effect on FreeBSD, since it uses the acpi_ibm(4) driver instead.
+ .TP 8
+ .B POLLTIME
+ Defines the delay between polls in microseconds. Default is 200000.
+@@ -266,9 +267,11 @@
+ .B OSDALIGN
+ Defines the alignment of the osd. Possible values are left, center and right. Default is left.
+ .SH "NOTES"
+-Requires NVRAM device /dev/nvram. This must be enabled in your kernel.
++Requires NVRAM device /dev/nvram on Linux. This must be enabled in your kernel.
+ Although the device file must exist. The device file could be created with
+ \'mknod /dev/nvram c 10 144\'
++
++On FreeBSD you have to load the acpi_ibm(4) driver prior to using TPB.
+
+ This program was developed on a Thinkpad Model T21. I don't know if it works on
+ other models.