-
Notifications
You must be signed in to change notification settings - Fork 3
Home
This software enables mouse switching for linux based operating systems. This software scans the mouse’s position and sends the appropriate commands to the WEYTEC devices via the USB Interface. The software needs to be installed on all source PCs to enable the switching between the PCs by moving the mouse to the edge of the desktop.
The software itself needs no configuration, USB devices are detected automatically.
The system configuration must be performed either over the Smart Touch Tool or the WDP Configuration Console or in case of the USB Deskswitch III, with the Deskswitch setup tool.
It works with the following products of WEY Technology AG:
-
WEYTEC IP Remote Transmitter family
- IP Remote I Transmitter (Part No. 24870T)
- IP Remote II DVI Transmitter (Part No. 24872T)
- IP Remote II DP Transmitter (Part No. 24872TDP)
- IP Remote III 4K Transmitter (Part No. 24873T)
- IP Remote IV Transmitter (Part No. 24874T)
-
WEYTEC USB Deskswitch III (Part No: 22412S)
- Ubuntu 20.04 LTS, 22.04 LTS
- CentOS 7, 8
- AlmaLinux 8.9
- Rocky Linux 8
- RHEL® 7.9
Other distributions should work too, as long as X.org is used as session window system. The installation of the software / autostart / rights might differ per distribution. Please provide feedback and feel free to provide PR with changes that are needed to make the software run on other distributions and versions.
- Only works with X.org Window System at the moment
- On some distributions Mouse Switching does not work on the login screen, due to missing user rights
Get the latest binary release suitable for your distro (deb/rpm based) and install the package with your favorite package manager. On most distributions just navigate to your downloaded package and double click it, a graphical package manager will guide you through the install process. For terminal Linux users:
- deb-based (Ubuntu, Debian, ...):
sudo dpkg -i /PATH/TO/PACKAGE.deb
- rpm-based (CentOS, REL, Fedora, ...):
sudo yum install /PATH/TO/PACKAGE.rpm
After installing the package simply logoff and login lmss should be started and use able.
Run build.sh
to build the project, you may need to install additional software first.
see building guide for more details.