You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Black screen instead of Welcome tab on Windows under VirtualBox
2
-
Remove opengl32sw.dll and Copy [this dll](https://github.com/uglide/RedisDesktopManager/blob/5f99aa22aa84dc55b5c9858de28d68facd1c58b7/build/windows/installer/resources/rdp_fix/opengl32.dll) to RDM installation folder
3
-
4
-
### Black screen instead of Welcome tab on Windows Remote Desktop
5
-
You need to enable true color in RDP settings.
6
-
7
-
In Remote Desktop Connection Manager, set Server Properties/Display Settings/Default Settings Groupt Properties/Remote Desktop Settings/Color Depth to 32
8
-
9
-
### Black screen instead of Welcome tab on Linux
10
-
RDM starting from 0.8.0+ requires working openGL driver. Run `redis-desktop-manager` from terminal and search for error:
11
-
`libGL error: failed to load driver: XXX`
12
-
13
-
Also you can easily verify OpenGL support by e.g. running the `glxgears` demo application.
14
-
15
-
**Solution:** Reinstall your graphics driver
16
-
17
-
### Application cannot start (0xc000007b). Click OK to close the application
18
-
Download [`vcredist_x86.exe`](https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x86.exe) and click `Repair`.
19
-
20
-
### Graphical glitches on Ubuntu (RDM 0.8.0+)
21
-
It's the well-known problem of Qt Quick components.
22
-
23
-
### RDM crashed on startup (Windows & RDM 0.8.6+)
24
-
RDM requires OpenGL 2.1 or higher to run.
25
-
26
-
What you can do:
27
-
* On Windows PC/Laptop: Upgrade your graphics drivers
28
-
* On Windows Virtual machine: Enable 3d acceleration
1
+
### Application looks corrupted on my 1080p screen on Linux (too small font and/or broken dialogs)
2
+
Run RDM from terminal without Qt Autoscaling: `Exec=env QT_AUTO_SCREEN_SCALE_FACTOR=0 redis-desktop-manager.rdm`
0 commit comments