Error: "GPU process isn't usable. Goodbye"

Due to some reason unknown to me I have started getting GPU error messages when starting some applications.

$ atom 
$ /usr/bin/atom: line 86:  6288 Illegal instruction     (core dumped) nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
[6288:0305/064232.819356:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
$ tuxedo-control-center 
/bin/sh: line 1: prime-select: command not found
/bin/sh: line 1: prime-supported: command not found
[7877:0305/064622.857051:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.

system details:

$ neofetch

OS: Manjaro Linux x86_64
Kernel: 5.16.11-2-MANJARO
WM: i3
GPU: NVIDIA GeForce RTX 2080 SUPER Mobile / Max-Q 

Any help on how to fix this would be appreciated.

Bug report https://bugs.archlinux.org/task/73957?p … tring=atom.
Github issue [Arch Linux] GPU process isn't usable · Issue #23608 · atom/atom · GitHub.

Does it launch with atom --no-sandbox? If it does then you can edit /usr/share/applications/atom.desktop and add the --no-sandbox flag in the “Exec” line:

[Desktop Entry]
Name=Atom
Comment=A hackable text editor for the 21st Century
GenericName=Text Editor
Exec=env ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT=false /usr/bin/atom %F --no-sandbox
Icon=atom
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;TextEditor;Development;
MimeType=text/plain;
StartupWMClass=atom

For this too try using the --no-sandbox flag. If it doesn’t work then you can try installing tuxedo-control-center-bin from AUR:

1 Like

Spot on, @ishaan2479!

Wonderful. Thanks a lot for very prompt and good help.

atom --no-sandbox works like a charm, and the AUR tuxedo-control-center-bin package also did the trick ( --no-sandbox didn’t work for the Tuxedo package).

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.