picoe / Eto.Veldrid

Veldrid control for Eto.Forms
MIT License
15 stars 6 forks source link

Vulkan on Linux shows a black viewport and has DPI issues #22

Closed philstopford closed 1 year ago

philstopford commented 3 years ago

Ubuntu 20.10, high DPI, forcing vulkan gives me several different results depending on situation :

Curiously, I don't see this problem with the intel drivers for the intel 620 GPU in my 7600U based laptop. The above is for my nVidia 1080 with 460 and earlier series drivers.

cwensley commented 3 years ago

Thanks for reporting these issue(s). As for it showing only in the top right, it appears Eto.Forms.Window.LogicalPixelSize is not returning the right thing (Screen.LogicalPixelSize does though). I'll get that fixed up in Eto.

As for the black panel issue, I am not sure what is going on there. I could poke around, but without being able to reproduce it I'd just be guessing.

philstopford commented 1 year ago

This looks to be OK.