Bug #9621
Settings menu on Linux
100%
Description
The settings menu is entirely blank, as shown in the screenshot below.
The issue persists through all the settings menus.
It means that the game is stuck on the lowest graphics settings and full volume.
Related issues
History
#1 Updated by sal_vager over 8 years ago
- Status changed from New to Unity Bug
Hello Ademptis, this is a bug in the Unity3D game engine failing to properly support open source Linux graphics drivers.
Please start KSP with the -force-glcore command line argument to force proper detection, thank you.
#2 Updated by Ruedii over 8 years ago
OK, I was poking around the Unity docs and I found a good workaround.
Since this bug is specific to screen attachment of the UI, simply switching to camera attachment of the UI should theoretically fix the bug.
This switch could also add features to the UI interface because it allows for render transforms on the UI, without having to go to the full complexity of the world UI.
It will also allow you to make elements of the UI resolution independent. (I'm sure there is a workaround to provide resolution dependent scaling.)
#3 Updated by sal_vager over 8 years ago
- Status changed from Unity Bug to Duplicate
- % Done changed from 0 to 100
Setting as duplicate, good spot MisterDood.
#4 Updated by sal_vager over 8 years ago
- Related to Bug #9443: Some menus don't have entries added