Running the Breakout Example #2791
-
Hello, I'm just trying Bevy for the first time and am struggling to run the example programs from this repo. I've seen some advice about editing Xorg conf files, but nothing has worked so far. I'm on a Ubuntu 20.04 VM. Let me know what other information I can provide. Below is my output from running the example. Thanks for any advice!
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I'm not on Linux on the majority of my time, but it looks like you're using mesa vulkan driver. Chances are you're using an Nvidia GPU. Probably the issue will disappear if you switch to the proprietary driver. Don't take for granted my word though. Wait for better support if you don't know how to swap drivers. |
Beta Was this translation helpful? Give feedback.
-
Oh, I'm happy to use OpenGL to get started. Does Bevy have an option for that? |
Beta Was this translation helpful? Give feedback.
I'm not on Linux on the majority of my time, but it looks like you're using mesa vulkan driver. Chances are you're using an Nvidia GPU. Probably the issue will disappear if you switch to the proprietary driver. Don't take for granted my word though. Wait for better support if you don't know how to swap drivers.