sfx101 / deck

DECK is a powerful and high performant local web development studio, an open source alternative to Docker desktop
https://github.com/deck-app
GNU Affero General Public License v3.0
1.51k stars 71 forks source link

Black screen on Ubuntu #49

Closed lucasjose501 closed 2 years ago

lucasjose501 commented 2 years ago

Hello! I'm trying to install Deck on a fresh ubuntu but when I launch it shows only a black screen.

image

If I run it from the terminal, the result is this:

~ deck
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
APPIMAGE env is not defined, current application is not an AppImage

I'm new to linux environment, so I'm not really sure how to report or create this issue. I installed it using the recommended terminal command following the documentation here: Ubuntu | DECK

System information:

~ screenfetch -n
 lucas@UBUNTU-LUCAS
 OS: Ubuntu 22.04 jammy
 Kernel: x86_64 Linux 5.15.0-25-generic
 Uptime: 1h 16m
 Packages: 1743
 Shell: zsh 5.8.1
 Resolution: 6400x1440
 DE: GNOME 41.4
 WM: Mutter
 WM Theme: Adwaita
 GTK Theme: Yaru [GTK2/3]
 Icon Theme: Yaru
 Font: Ubuntu 11
 Disk: 301G / 899G (35%)
 CPU: Intel Core i5-9600K @ 6x 4,6GHz [41.0°C]
 GPU: NVIDIA GeForce RTX 2070 SUPER
 RAM: 4558MiB / 31968MiB

Thank you!

sfx101 commented 2 years ago

Hi @lucasjose501 please try installing DECK with this script below, cd /tmp && curl https://raw.githubusercontent.com/deck-app/stable-releases/main/ubuntu-installer.sh | sh

lucasjose501 commented 2 years ago

Hi @sfx101 Tested it in a virtual machine and is working, but not on my computer, but I think it has something to do with the docker version I already had. Le me test some things here...

lucasjose501 commented 2 years ago

And it was actually nvidia drivers... removed it to test and Deck interface was able to start and created a project successfully.