X: Difference between revisions

From miki
Jump to navigation Jump to search
Line 25: Line 25:


== Synergy ==
== Synergy ==
=== Install & run ===
In Windows:
* Execute setup program.
* Set the client to start automatically at PC startup
* Set the service ''Synergy Client'' to start manually.
* To launch the client:
<div style="padding-left:2em;"><source lang="winbatch">net start "Synergy Client" ::to start Synergy Client</source></div>
* Also, ideally check that the keymap for all users are identical - cfr [[NXP Dell Latitude D620]]).


In Linux:
* To launch the client:
<div style="padding-left:2em;"><source lang="bash">sudo synergyc --daemon -n clientname --restart servername</source></div>

=== Troubleshoot ===
;Chinese bug
;Chinese bug
:When copy/pasting text (incl. address bar) from Firefox to a remote Windows screen, chinese characters are printed instead. A workaround is to install package '''xselection''' (or '''xsel'''), and type in a console '''<tt>xselection PRIMARY</tt>''' before pasting in the remote Windows screen.
:When copy/pasting text (incl. address bar) from Firefox to a remote Windows screen, chinese characters are printed instead. A workaround is to install package '''xselection''' (or '''xsel'''), and type in a console '''<tt>xselection PRIMARY</tt>''' before pasting in the remote Windows screen.

Revision as of 16:46, 5 October 2009

General

  • xset is a user preference utility for X. It can be used to set different settings in X.
To get the current configuration settings:
xset q

Mouse

To adjust mouse properties, use xset m.
Default settings (restored with xset m):
Pointer Control: acceleration:  2/1    threshold:  4
Set custom settings:
% xset m 1/1 2         # xset m [acc_mult[/acc_div] [thr]]
  • In Gnome, mouse settings can also be configured in System → Hardware → Mouse.

Screenshot

  • In Gnome,
    • Press PrtScn to take a screenshot of the complete desktop.
    • Press Alt + PrtScn to take a snapshot of window under mouse pointer.
  • There exists also plenty of command-line & GUI solutions ([1]).

Utility

See Linux Commands for a list of X-related commands.

Synergy

Install & run

In Windows:

  • Execute setup program.
  • Set the client to start automatically at PC startup
  • Set the service Synergy Client to start manually.
  • To launch the client:
net start "Synergy Client"    ::to start Synergy Client

In Linux:

  • To launch the client:
sudo synergyc --daemon -n clientname --restart servername

Troubleshoot

Chinese bug
When copy/pasting text (incl. address bar) from Firefox to a remote Windows screen, chinese characters are printed instead. A workaround is to install package xselection (or xsel), and type in a console xselection PRIMARY before pasting in the remote Windows screen.
Security
Data are not encrypted between the server and the client(s). To enable this, use SSH port forwarding. Run on the remote client:
ssh -f -N -L 24800:<server-name>:24800 <user-server-name>@<server-name> && synergyc localhost
However, this creates some lag, and mouse movement are a bit jerky. Another solution is to not use wireless connection, and connect computers through a network switch so that local communication are not visible to other computers on the network.
Login / Unlocking screen saver on Windows client
On Windows client, Synergy must be configured to autostart at boot in order to be able to unlock a session (eg. when client screensaver is protected by a password).
Keymaps
Server and all client must be configured to all use exactly the same keymap. On Windows client, this is valid for logged user but also for at least Administrator account. Otherwise typing in the login window will give incorrect characters.
Troubleshoot
  • Can't get tilde character (~) on a Belgian-french keyboard on windows client (using Linux server) with keypress AltGr-=
Workaround: Use keypress Ctrl-Alt-= followed by Space.
  • Can't connect to server. Possible causes:
    • synergy client not started with root privileges