Originally Posted by
YongQing
Hi all
I installed Bastion using Ubuntu Software Centre. I'm running Xubuntu 12.04.
When I run Bastion, after the WB & developer logos appear, I get a black blank screen with just the music. I can see the cursor and move it. If I move the cursor over where the menu buttons are supposed to be, I can hear the distinct "click" sounds.
Anyone know what is wrong?
Bastion and Psychonauts both have this problem - they use S3tc textures and for some reason Intel graphics cards don't use these automatically on Linux.
The fix is not very hard though.
Open a terminal enter the following:
Code:
gksudo echo "force_s3tc_enable=true /opt/Bastion/Bastion.bin.x86_64" > /opt/Bastion/Bastion.sh
gksudo chmod a+x /opt/Bastion/Bastion.sh
Then, once that's done, you need to fix the menu launcher to use Bastion.sh.
In the terminal, enter the following:
Code:
gksudo gedit /usr/share/applications/Bastion.desktop
(This will use gedit to open Bastion.desktop. In Xubuntu, replace gedit with mousepad.)
In that file, change Bastion.bin.x86_64 to Bastion.sh Save the file and close and you're done. Bastion should load up with no black screen.
Bookmarks