Ubuntu 22.04 and NVIDIA A10 graphics card - How to use for pixel streaming?

Hello,

I use Azure Cloud to rent a Standard_NV6ads_A10_v5 machine (VM).
It has this GPU A10 Tensor Core GPU | NVIDIA

I installed Ubuntu 22.04, Nvidia drivers and UE5.3.
When i try to launch UE Editor I got immediate exit and in logs can see something about there is no video device…

Any advice appreciated!

Hi there!

Just to confirm that the drivers are installed and detecting properly, what do you get when you enter “nvidia-smi”?

This is a log I got from the Editor app:

[2024.02.24-12.55.19:615][ 0]LogInit: Initializing SDL.
[2024.02.24-12.55.19:618][ 0]LogInit: Warning: Could not initialize SDL: No available video device
[2024.02.24-12.55.19:618][ 0]LogInit: - Physical RAM available (not considering process quota): 54 GB (55219 MB, 56545128 KB, 57902211072 bytes)
[2024.02.24-12.55.19:618][ 0]LogInit: - VirtualMemoryAllocator pools will grow at scale 1.4
[2024.02.24-12.55.19:618][ 0]LogInit: - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2024.02.24-12.55.19:618][ 0]LogInit: - PageSize 4096
[2024.02.24-12.55.19:618][ 0]LogInit: - BinnedPageSize 65536
[2024.02.24-12.55.19:618][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb=“0”
[2024.02.24-12.55.19:632][ 0]LogInit: Physics initialised using underlying interface: Chaos
[2024.02.24-12.55.20:535][ 0]LogInit: Using OS detected language (en-US-POSIX).
[2024.02.24-12.55.20:535][ 0]LogInit: Using OS detected locale (en-US-POSIX).
[2024.02.24-12.55.20:573][ 0]LogTextLocalizationManager: No specific localization for ‘en-US-POSIX’ exists, so ‘en’ will be used for the language.
[2024.02.24-12.55.21:050][ 0]LogInit: Initializing SDL.
[2024.02.24-12.55.21:054][ 0]LogInit: Warning: Could not initialize SDL: No available video device
[2024.02.24-12.55.21:054][ 0]LogInit: Warning: FLinuxSplashState::InitSplashResources() : InitSDL() failed, there will be no splash.
[2024.02.24-12.55.21:054][ 0]LogInit: Initializing SDL.
[2024.02.24-12.55.21:057][ 0]LogInit: Warning: Could not initialize SDL: No available video device
[2024.02.24-12.55.21:057][ 0]LogInit: Error: FLinuxApplication::CreateLinuxApplication() : InitSDL() failed, cannot create application instance.
[2024.02.24-12.55.21:057][ 0]LogCore: FUnixPlatformMisc::RequestExit(bForce=true, ReturnCode=1, CallSite=)
[2024.02.24-12.55.21:057][ 0]LogCore: FUnixPlatformMisc::RequestExit(1, )

Actually the problem has been solved.
I can start now UE without any bugs on Ubuntu 22.04

Hey, I’m tackling a similar issue with UE5 and a 3090. I was wondering what version of UE have you built? Currently trying 5.3.2

Actually we rebuild the whole UE from sources + Pixel plugin also has been built from sources.