Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux unable to open Godot 4.0 Beta 2 #67237

Closed
Dylised opened this issue Oct 11, 2022 · 2 comments
Closed

Linux unable to open Godot 4.0 Beta 2 #67237

Dylised opened this issue Oct 11, 2022 · 2 comments

Comments

@Dylised
Copy link

Dylised commented Oct 11, 2022

Godot version

4.0 BETA2

System information

Google Chrome: Version 105.0.5195.134 (Official Build) (64-bit) Platform: 14989.107.0 (Official Build) stable-channel octopus Channel: stable-channel Firmware Version: Google_Meep.11297.250.0 ARC Enabled: true ARC: 9040963 Enterprise Enrolled: false Developer Mode: false

Issue description

Godot 4.0 BETA unable to open on linux 64bit build - below is the command line when: /Godot_v4.0-beta2_linux.x86_64 is ran -

Screenshot 2022-10-11 9 25 57 PM

Steps to reproduce

.

Minimal reproduction project

No response

@clayjohn
Copy link
Member

Does your device have a GPU capable of supporting vulkan? It appears that Godot is defaulting to llvmpipe as it isn't seeing any vulkan-capable devices. llvmpipe is essentially a GPU emulator that is very slow and doesn't really support vulkan.

It also looks like you are running a chromebook. Godot doesn't support chromeOS directly, so you need to ensure that you are actually running linux on your chromebook and that your install of linux has access to things like the GPU.

One thing you can do to get more information about vulkan on your device is to install the vulkan sdk and try running the vkcube executable.

@Calinou
Copy link
Member

Calinou commented Oct 12, 2022

Duplicate of #38428 (same cause).

Most Chromebooks don't have hardware that can support Vulkan well (if at all), so you may have to stick to the OpenGL renderer as explained below.

There's an OpenGL renderer you can test with the --rendering-driver opengl3 command line argument, but many features are still missing, especially in 3D. Note that you may have to create a project from the command line (see that page's description) to bypass the project manager. See also #58927.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants