Rdesktop: Difference between revisions
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
To enable audio, include "-r sound:local" on the command line: |
To enable audio, include "-r sound:local" on the command line: |
||
$ rdesktop <hostname>[:port] -r sound:local |
$ rdesktop <hostname>[:port] -r sound:local |
||
I had to also load the snd-pcm-oss module first, using this command in the terminal (as root): |
I had to also load the snd-pcm-oss module first, using this command in the terminal (as root): |
||
# /sbin/modprobe snd-pcm-oss |
# /sbin/modprobe snd-pcm-oss |
||
According to the this, (http://lists.laptop.org/pipermail/devel/2008-January/010015.html) snd-pcm-oss is available on joyride-1550. |
According to the this, (http://lists.laptop.org/pipermail/devel/2008-January/010015.html) snd-pcm-oss is available on joyride-1550. |
Revision as of 02:37, 16 September 2008
NOTE: The contents of this page are not set in stone, and are subject to change! This page is a draft in active flux ... |
This command is run in the standard Linux environment via the Terminal Activity. The GUI will probably not integrate comfortably with the XO Laptop's Sugar environment. Your user experience may vary considerably depending on the established environment and the other programs running on the laptop, may need re-installation after an OS Update. See the Linux software category for other commands. |
Description
XO Laptop offers rdesktop. (remote desktop manager ?)
Installation
(Already pre-installed)
Running
From Terminal activity.
$ rdesktop
or for full screen
$ rdesktop -g1200x900
To enable audio, include "-r sound:local" on the command line:
$ rdesktop <hostname>[:port] -r sound:local
I had to also load the snd-pcm-oss module first, using this command in the terminal (as root):
# /sbin/modprobe snd-pcm-oss
According to the this, (http://lists.laptop.org/pipermail/devel/2008-January/010015.html) snd-pcm-oss is available on joyride-1550.
(TODO: How to ensure snd-pcm-oss is automatically loaded?)