-
Notifications
You must be signed in to change notification settings - Fork 2k
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
WARNING: Haswell Vulkan support is incomplete - Error: No DRI3 support #226
Comments
In order to use Vulkan on Ubuntu you need to enable DRI3, which is disabled by default. This is not specific to my examples, but a Vulkan driver requirement. The LunarG docs include details on how to enable this for different Ubuntu versions. Also take a look at the quick start guide from the wiki of this repo. |
Thanks, i hope this solve my problem. |
When i open the file "/etc/X11/xorg.conf", i see this: Section "Device" What i need to do? |
See this |
Hi there, i install the examples with: mkdir build after that i try to run an example, but when runtime it gave this error: particlefire: /home/ipek/Downloads/Vulkan-master/base/vulkantools.cpp:313: I know fp is for file pointer, is this about location of executable files? On Fri, Aug 26, 2016 at 10:19 PM, Sascha Willems notifications@github.com
|
Sure, there was a new folder, "bin". Executables was in "bin" folder.
|
The assert is triggered if the executable can't find assets like shaders, meshes or textures. If you run from the bin directory and the data directory is present this should not happen. But this seem to depend on how you actually run the executable under linux, maybe you'll find an answer in #185 |
I solve the problem but thanks. I move the executables to bin directory. On Sun, Aug 28, 2016 at 3:37 PM, Sascha Willems notifications@github.com
|
Tessellation support is not mandatory. If these examples won't work, your GPU probably doesn't support tessellation on Vulkan. |
This is the last info I know about the state of tessellation for Intel GPUs: |
It's great. So can Vulkan have full Intel Haswell support in future? On Thu, Oct 27, 2016 at 1:57 PM, Marco Leise notifications@github.com
|
I know as much as you I'm afraid. It seems to me that they are working on it, including tessellation. But you'll have to ask the Mesa devs working on Intel graphics if they hit a road block in the mean time. |
Tessellation support went recently into Mesa Vulkan side, and on GL side HSW is now at GL 4.5, so I think it should work now. I think they went in time to be included to soon-to-come Mesa 17.0 release. |
wine: created the configuration directory '/root/.wine' |
I'm compile the examples and try to execute one. But when i am run the file from terminal, it is gave one warning and error:
WARNING: Haswell Vulkan support is incomplete
Error: No DRI3 support
I'm using Ubuntu 16.04 with Intel Core i5 and Intel Haswell GPU. What is the problem?
The text was updated successfully, but these errors were encountered: