- Failed to load module canberra gtk module ubuntu 18 how to#
- Failed to load module canberra gtk module ubuntu 18 install#
- Failed to load module canberra gtk module ubuntu 18 update#
- Failed to load module canberra gtk module ubuntu 18 archive#
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20ĭo you have a monitor plugged into the TX2? TeamViewer doesn’t like headless environments. OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 32.1.0 OpenGL shading language version string: 4.60 NVIDIA OpenGL version string: 4.6.0 NVIDIA 32.1.0 OpenGL core profile profile mask: core profile I’ve tested it on a sample and it works, also the version is correct, and the PATH is set.
Failed to load module canberra gtk module ubuntu 18 install#
OpenGL core profile context flags: (none) I’ve successfully installed CUDA, and the installation guide says everything is included when using the sudo apt-get install cuda command. OpenGL core profile shading language version string: 4.60 NVIDIA OpenGL core profile version string: 4.6.0 NVIDIA 32.1.0 OpenGL renderer string: NVIDIA Tegra X2 (nvgpu)/integrated Glxinfo seems to work fine (glxinfo -B output below) name of display: :0 “glxinfo” is part of the “mesa-utils” package: sudo apt-get install mesa-utils Teamviewer shows the tx2 as available for remote connection, and when I click to remote in, tt shows the TX2 desktop on the client for a split second and closes immediately. The same seems to happen when I try remote in. QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabledįailed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags QSurfaceFormat::FormatOption(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize 8, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SwapBehavior(DefaultSwapBehavior), swapInterval 1, profile QSurfaceFormat::OpenGLContextProfile(NoProfile)) Gtk-Message: 12:54:22.502: Failed to load module “canberra-gtk-module” Gtk-Message: 12:54:22.495: Failed to load module “canberra-gtk-module” Gtk-Message: 12:54:22.329: Failed to load module “unity-gtk-module” If all goes well, the welcome screen should appear.I was able to use teamviewer host following the link’s steps on the TX2 dev kit running L4T R32.1 Ubuntu 18.04īut once I restarted the tx2, I get the error:ĮRROR: ld.so: object ‘libgtk3-nocsd.so.0’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. This error can be eliminated by installing the missing module: sudo apt-get install libcanberra-gtk-moduleīitcoin Core can more conveniently be launched by clicking on the grid icon and typing “bitcoin.” The Bitcoin Core welcome screen. You will probably receive an error in Terminal saying something like:įailed to load module “canberra-gtk-module” Run Bitcoin Coreīitcoin Core can be started from the command line with: $ bitcoin-qt This last command may take some time, during which both Bitcoin Core and all of its dependencies will be installed.
Enter “Y” when asked asked for permission to continue: $ sudo apt-get install bitcoin-qt
Failed to load module canberra gtk module ubuntu 18 update#
Next, update Ubuntu’s software package lists: $ sudo apt-get updateįinally, install Bitcoin core itself. Enter the one you use to log into Ubuntu.
Failed to load module canberra gtk module ubuntu 18 archive#
Install Bitcoin Coreīegin by adding the Bitcoin Personal Package Archive (PPA): $ sudo apt-add-repository ppa:bitcoin/bitcoin Take a moment to become familiar with some red flags. This installation method is more secure than many, but it’s not entirely without risk. Commands are entered after the dollar sign. Click the icon to launch the application. Access Terminal by clicking on the grid icon in the lower left of the desktop and typing “terminal”. The method described here uses Terminal, an application into which text-based commands can be issued. A more direct route is to install a precompiled binary from the command line.
Compilation from source offers one alternative, but involves many steps. For this reason, this tutorial won’t use the Software Center. PrerequisitesĪlthough Ubuntu carries Bitcoin Core in the Software Center, the release tends to be out-of-date.
Failed to load module canberra gtk module ubuntu 18 how to#
This guide shows how to install and run Bitcoin Core on a clean Ubuntu 18.04 system. Configurability and security make Linux a favorite operating system for running Bitcoin Core.