|
Post by cheesey on Jan 22, 2015 14:17:04 GMT
Firstly i would like to state i have previously played the game without issue on this same system. Upon loading the game today there has been an issue with how the title screen is displayed. I have attached a screen shot of this. In addition to visual problem i cannot click and select anything with the mouse but i can still right click and drag to rotate the planet. I have tried both besiege_alpha_linux_1412118846.zip and the newer BesiegeAlpha_Linux_v0_01.zip builds and both seem to cause the same problem. ubuntu 14.04Intel i5 Onboard intel graphics Dual MonitorsI'm really enjoying the game so far! Hope this bug report helps. I will report any other bugs i find ( once i can play the game again ).
|
|
|
Post by NoXPhasma on Jan 22, 2015 17:37:11 GMT
That's a problem with the Unity engine and how it does handle the screen resolutions on Linux. Especially if you are using dual monitors. You can fix this very easy:
- go to ~/.config/unity3d/Spiderling Games/Besiege - open the prefs file with an text editor - change the resolution settings to fit your monitor resolution:
<pref name="Screenmanager Resolution Height" type="int">1080</pref> <pref name="Screenmanager Resolution Width" type="int">1920</pref>
|
|