Problem
Users attempting to open the ActranVI GUI on a Linux server may encounter issues where the command is not recognized or the GUI fails to launch.
Root Cause
This issue can arise due to missing Linux packages required for ActranVI, incorrect command usage, or system configuration not meeting the graphical requirements.
Solution
-
Verify System Requirements:
-
Ensure the server has a full-HD (1920x1080) resolution.
-
Confirm the presence of a compatible graphical card and drivers supporting OpenGL-3.2.
-
-
Install Required Linux Packages:
-
Ensure the following packages are installed:
-
xcb-util-image
-
xcb-util-wm
-
xcb-util-keysyms
-
xcb-util-renderutil
-
xcb-util-cursor
-
libxkbcommon-x11
-
-
These packages are not included with Actran and must be installed separately.
-
-
Use the Correct Command:
-
To open ActranVI, use the command:
actran -u VI
.
-