support@reemo.io

Reemo Support

Find an answer for your issue

Linux Support

I cannot see my login screen

Reemo only support capturing X.Org Server, please ensure that your login screen does not use Wayland.
Follow this tutorial to disable Wayland.

My screen is black

Reemo only support capturing X.Org Server, please ensure that your desktop does not use Wayland.
For example for Fedora (using Wayland as default), please follow this tutorial

I have a AMD or Intel GPU but my CPU is used for encoding

Reemo for Linux supports only hardware encoding for Nvidia GPUs and uses software encoding as a fallback.

My keyboard sends the wrong keys

You can turn "Unicode Keyboard" ON or OFF during a session to send characters instead of keypresses.

I can't hear my desktop sounds

You need to setup your system to allow Reemo to capture system sounds. Please follow this tutorial. While connected to your target computer using Reemo, setup the Recording Tab of pavucontrol for Reemo to "Monitor of Built-in Audio Analog Stereo".

My Computer is "Offline"

If you are sure that your computer is on (not sleeping) and connected to internet, please check that the systemd service "reemod.service" is up and running and that your Private Key is correct.

My Pen/Tablet does not work

Pen/Tablet support is not available on Linux but will be in the future.

How to Update Reemo on Linux

To update Reemo, please run the following commands: sudo systemctl stop "reemod.service"

# Debian
sudo apt remove reemod
curl -sL -o /tmp/reemo.x 'https://download.reemo.io/linux/deb/setup.x' && sudo bash /tmp/reemo.x

# Fedora
sudo yum remove reemod
curl -sL -o /tmp/reemo.x 'https://download.reemo.io/linux/rpm/setup.x'
sudo bash /tmp/reemo.x

How to Uninstall Reemo on Linux

To uninstall Reemo, please run the following commands: sudo systemctl stop "reemod.service"
sudo systemctl disable "reemod.service"
sudo rm /etc/systemd/system/reemod.service

# Debian
sudo apt remove reemod

# Fedora
sudo yum remove reemod