Thread: Linux Guide
View Single Post
Old December 16th, 2007   #6 (permalink)
theMADscientist
Registered User
 
Join Date: Nov 2007
Location: US
Posts: 9
Quote:
Originally Posted by -=Lionheart=- View Post
I have this "bug", while running pcsx2, the alt+enter function do not work. (i cant obtain full screen).
Ubuntu7.10 core q6600 g6600gt
Thx for the guide.
There is any way to compile the 0.9.4 stable release?
All the code for fullscreen mode in linux doesn't seem to be there. But you can "force" it to always be in fullscreen mode by adding

conf.options ^= GSOPTION_FULLSCREEN;

to zerogs.cpp after

bool ZeroGS::Create(int _width, int _height)
{

Of course you'll have to recompile the plugin after changing it. And you may need to use alt-ctrl-backspace to get out of it. Its probably better to wait for zero.

As for the old versions. You can recompile the old versions in the branches directories. Using their build.sh files. The output will appear in that branches' Linux folder. Copy and paste the pcsx2 file to the bin directory or rename it before you do so you can have all the versions there. Then just run it.
theMADscientist is offline   Reply With Quote