rinputd

Differences between revisions 10 and 12 (spanning 2 versions)
Revision 10 as of 2009-11-11 22:05:33
Size: 2076
Editor: cpe-75-180-27-10
Comment:
Revision 12 as of 2009-11-13 19:09:44
Size: 2999
Editor: cpe-75-180-27-10
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
=== Ubuntu ===
You can install the rinputd package from the [[https://launchpad.net/~chasedouglas/+archive/ppa|rinputd ppa]].
=== Ubuntu Karmic Koala (9.10) or later ===
You can install the rinputd package from the [[https://launchpad.net/~chasedouglas/+archive/ppa|rinputd package archive]].

First we must the package archive to your system by opening '''Software Sources''' in the '''System''' > '''Administration''' menu. Navigate to the '''Other Software''' tab. Click the '''Add...''' button at the lower left portion of the window. In the '''APT line''' field, type ''ppa:chasedouglas/ppa''. Click the '''Add Source''' button, and then close the '''Software Sources''' program. Tell it to reload the software sources when it asks.

Now we can install rinputd. Open the '''Synaptic Package Manager''' in the '''System''' > '''Administration''' menu. In the list at the left side of the screen highlight ''ppa.launchpad.net/main''. Mark the ''rinputd'' package for installation by clicking the checkbox to the left of the package in the window to the right. Finally, click the '''Apply''' button in the toolbar at the top of the window to install rinputd.
Line 11: Line 15:
You will need to build and install the rinputd server from the source code. The latest the latest source code release can be found at the [[https://launchpad.net/rinput/+download|rinputd download page]]. You will need to build and install the rinputd server from the source code. The latest the latest source code release can be found at the [[https://launchpad.net/rinput/+download|Remote Input download page]].
Line 14: Line 18:
Download the OS X installation package from the [[https://launchpad.net/rinput/+download|rinputd download page]]. Open the package to install the remote input server. Download the OS X installation package from the [[https://launchpad.net/rinput/+download|Remote Input download page]]. Open the package to install the remote input server.

rinputd is the short name of the Remote Input server program. It listens for remote input clients and handles input events.

Installation

Ubuntu Karmic Koala (9.10) or later

You can install the rinputd package from the rinputd package archive.

First we must the package archive to your system by opening Software Sources in the System > Administration menu. Navigate to the Other Software tab. Click the Add... button at the lower left portion of the window. In the APT line field, type ppa:chasedouglas/ppa. Click the Add Source button, and then close the Software Sources program. Tell it to reload the software sources when it asks.

Now we can install rinputd. Open the Synaptic Package Manager in the System > Administration menu. In the list at the left side of the screen highlight ppa.launchpad.net/main. Mark the rinputd package for installation by clicking the checkbox to the left of the package in the window to the right. Finally, click the Apply button in the toolbar at the top of the window to install rinputd.

Other Linux

You will need to build and install the rinputd server from the source code. The latest the latest source code release can be found at the Remote Input download page.

Mac OS X

Download the OS X installation package from the Remote Input download page. Open the package to install the remote input server.

Configuration

Linux

After installing the package add users for rinputd:

$ sudo saslpasswd2 -c -u rinput <username>

Mac OS X

No configuration is necessary. Use the username and password of the currently logged in user to control the computer.

Advanced Usage

rinputd supports the following arguments:

Short Switch Long Switch Argument Description Default
-r --realm string Realm to authenticate clients against rinput
-c --cert certificate file path SSL certificate file /etc/rinput/rinput.crt
-k --key private key file path SSL private key file /etc/rinput/rinput.key
-p --port number between 0 and 65535 Port to listen for clients on, set to 0 to listen on any available port 8771
-n --no-broadcast none Do not advertise rinput service through mDNS
-v --verbose none Verbose output
-q --quiet none Quiet output

In Linux, the arguments supplied to rinputd when run by the init script can be modified in the file /etc/default/rinputd.

Support

If you encounter a bug in rinputd, please file a report in the Remote Input bug tracker.

If you have a question about rinputd, please browse other questions or ask a new one in the Remote Input answer tracker.

RemoteInput/rinputd (last edited 2012-04-04 02:13:54 by c-67-170-185-42)