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

Blank UI #491

Closed
SaebAmini opened this issue Oct 13, 2019 · 7 comments
Closed

Blank UI #491

SaebAmini opened this issue Oct 13, 2019 · 7 comments
Milestone

Comments

@SaebAmini
Copy link

I recently came across Fork and wanted to give it a try, however the UI doesn't even show up for me:

image

The white rectangle is the UI for Fork 1.40.2.0. This is inside a VMWare Windows 10 VM.

@DanPristupov DanPristupov transferred this issue from fork-dev/Tracker Oct 13, 2019
@DanPristupov
Copy link
Contributor

Disable hardware acceleration #237

@SaebAmini
Copy link
Author

Thanks Dan, but that's not really a viable solution as it makes guest graphics slow as. Is it possible to make Fork not use hardware acceleration?

@Otiel
Copy link

Otiel commented Oct 14, 2019

Instead of disabling hardware acceleration for the whole VM, you could try turning off WPF hardware acceleration so that only WPF applications won't use hardware acceleration and thus render correctly (hopefully) in VMWare:

Set HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics\DisableHWAcceleration to 1.

See Microsoft docs.

@SaebAmini
Copy link
Author

Thanks for the workarounds.

May I suggest adding the option to disable hardware acceleration to Fork as a future improvement?

https://stackoverflow.com/questions/2169600/how-does-one-disable-hardware-acceleration-in-wpf

@DanPristupov
Copy link
Contributor

We'll try to add a config option to disable the acceleration. We'll see how it works out.

@DanPristupov
Copy link
Contributor

DanPristupov commented Oct 26, 2019

In Fork 1.41 we introduced an option to disable hardware acceleration. I'm not sure if it works, but you can try it.

Open %localappdata%\fork\settings.json, find DisableHardwareAcceleration and set it to true

@DanPristupov DanPristupov added this to the 1.41 milestone Oct 26, 2019
@SaebAmini
Copy link
Author

Beautiful! I just tested 1.41 with DisableHardwareAcceleration set to true in a VMWare VM and can confirm it now loads perfectly.

Thanks for the super quick turnaround on this one!

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

No branches or pull requests

3 participants