Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

...

z wyświetlaniem okien dialogowych lub list rozwijanych

W niektórych przypadkach, przy zmianach w konfiguracji obiektów, przy naciśnięciu przycisku pozwalającego na wybór wartości z listy rozwijanej lub lokalizacji katalogu, odpowiednia lista lub okno nie otwierają sięIn some cases, when you change the configuration of objects for which you need to set a location or select a value from the drop-down list, when you click on the button to select a location or list value, they do not open.

Info
titleNote

In fact, the location selection window or a drop-down list are opened outside the interface shell, and therefore are not visible to the user.

To resolve this problem, select a different desktop environment and restart Axxon One. For example, use Gnome Classic instead of Gnome for Debian 11.

Operating peculiarities of detection tools on NVIDIA graphics cards in Linux OS

By default, the Nouveau driver can be installed in Linux OS. This driver does not guarantee stable operation when using NVIDIA graphics cards for decoding Axxon One detection tools (see Configuring detection tools).

Okno interfejsu lub lista rozwijana są otwierane poza powłoką interfejsu, przez co nie są widoczne dla użytkownika.

Aby rozwiązać problem, wybierz inne środowisko graficzne, a następnie zrestartuj Axxon One. Przykładowo, zamiast środowiska Gnoma dla Debian 11 skorzystaj z Gnome Classic.

Cechy szczególne konfigurowania narzędzi detekcji korzystających z NVIDIA GPU w Linux OS

Domyślnie w Linux OS może zostać zainstalowany sterownik Nouveau. Sterownik ten nie gwarantuje stabilnego funkcjonowania w przypadku jego wykorzystania do dekodowania dla narzędzi detekcji Axxon One (zobacz: Konfigurowanie narzędzi detekcji).

Aby rozwiązać ten problem, należy zainstalować obecną wersję sterownika karty graficznej z oficjalnej strony NVIDIA, a następnie uruchomić następujące polecenie w terminaluTo resolve the problem, you need to install the current graphics card driver from the official NVIDIA website and run the command in the terminal:

Code Block
nvidia-smi

If the operating system uses the installed driver to work, the driver version will be displayed. Otherwise, if the current driver is installed, but the operating system uses the Nouveau driver, you need to add it to the exclusions list and restart the computer. The commands to add the Nouveau driver to the exclusion list using Ubuntu as an exampleJeśli system operacyjny korzysta z zainstalowanego sterownika, zostanie wyświetlona wersja sterownika. W innym wypadku, jeśli obecny sterownik jest zainstalowany, lecz mimo to system operacyjny korzysta ze sterownika Noveau, należy dodać go do listy wykluczeń, a następnie zrestartować komputer. Przykładowe polecenia dodające sterownik Noveau do czarnej listy w systemie Ubuntu:


Code Block
sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"

After restarting, the operating system will use the installed NVIDIA driverPo ponownym uruchomieniu, system operacyjny będzie korzystać z zainstalowanego sterownika NVIDIA.