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

No video output on Arch Linux #58

Open
parkerlreed opened this issue Apr 11, 2021 · 19 comments
Open

No video output on Arch Linux #58

parkerlreed opened this issue Apr 11, 2021 · 19 comments
Labels
bug Something isn't working

Comments

@parkerlreed
Copy link

Arch Linux
Ryzen 5 3500U with Vega graphics (Mesa)

Menu is white and in game is white as well

image

image

@parkerlreed
Copy link
Author

No graphics related errors

[parker@ryzen5 build]$ ./MarbleMarcher 
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)

@coolreader18
Copy link

coolreader18 commented Apr 28, 2021

This happens for me as well, same log output.

@parkerlreed
Copy link
Author

Yeah. I noticed even the RX 480 at home is just white as well. Mesa regression possibly?

@CCF100
Copy link

CCF100 commented Apr 28, 2021

Definitely seems like a regression #26

@Poomex
Copy link

Poomex commented Jan 9, 2022

This is unfortunately still broken as of 1.4.5. Same white screen here with RX 580.

@mathew2214
Copy link

this is still a problem as of FEB 7 2023

@somerandompiggo
Copy link

I'm having this issue too, I have an RX 5600 XT

@WAUthethird WAUthethird added the bug Something isn't working label Feb 11, 2023
@WAUthethird
Copy link
Owner

Got some free time so I'll try and dig into this a bit over the next few days. No guarantees on a fix but I'd like to try.

@WAUthethird
Copy link
Owner

WAUthethird commented Feb 20, 2023

Looking into it at the moment, but just wanted to mention something interesting that I've noticed about the issue -- I believe it is in fact still computing the graphics, but for some reason the window isn't displaying them. Likely not a shader issue.

@somerandompiggo
Copy link

I believe it is in fact still computing the graphics, but for some reason the window isn't displaying them.

I noticed this too, you can hear the sound effects of the marble rolling around

@Aras14HD
Copy link

Aras14HD commented Mar 1, 2023

Same here on Ryzen 7 5700U, EOS

@Atemu
Copy link

Atemu commented Apr 30, 2023

Same happens with Zink and llvmpipe too. Which driver does this work with? Nvidia's?

@Rampoina
Copy link

Rampoina commented Apr 30, 2023

It works here with the nvidia driver on a GTX 1070

@WAUthethird
Copy link
Owner

Thanks @Rampoina!

That's helpful to know. I hadn't tried it with an Nvidia card, so that does narrow things down somewhat.

@Atemu
Copy link

Atemu commented Apr 30, 2023

Which drivers have you tested it successfully with? @WAUthethird?

@WAUthethird
Copy link
Owner

Which drivers have you tested it successfully with? @WAUthethird?

I've tested it only with AMD GPUs, all of which have been unsuccessful. I plan on testing my Nvidia GPU today, though.

@WAUthethird
Copy link
Owner

WAUthethird commented May 1, 2023

I've determined that it works fine with my Nvidia RTX 3090 using the latest proprietary driver on Linux Mint. Seems like it's to do with the AMD driver, though for what reason I am not sure.

@Atemu
Copy link

Atemu commented May 1, 2023

@WAUthethird Given that I've tested three OGL drivers that are known for close adherence to the spec, Nvidia's is probably the odd one out.

You're might be doing something that specifically works for Nvidia but noone else; i.e. relying on some unspecified behaviour.

@EdgarEatsPi
Copy link

The same thing is happening to me here - I have an AMD E2 proccesor (pretty old, I think) - and I installed it on Linux Mint 21. I'm not an expert (Or even know) on what "Mesa Regression" is, but it looks like @WAUthethird may be right, since for me it shows the arrow, and I can still technically play it, but it's just a white screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests