Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Cross-Platform Development => Topic started by: captain-custard on December 14, 2007, 04:47:14 pm

Title: linux resolution?
Post by: captain-custard on December 14, 2007, 04:47:14 pm
hi does any one know how i can change the resolution of fs on linux at the moment it doesnt fit on my screen , would like to set it to 1400x900 if possible , any help would be great
Title: Re: linux resolution?
Post by: Turey on December 14, 2007, 10:03:59 pm
change the rez in ~/.fs2_open/fs2_open.ini (or something like that)
Title: Re: linux resolution?
Post by: captain-custard on December 15, 2007, 05:16:44 am
thanks , for the second time but still confused i cant find anywhere to mark this and how i mark it , any linux ppl out there who can give me an example of the txt / script
Title: Re: linux resolution?
Post by: castor on December 15, 2007, 05:29:05 am
.fs2_open.ini (just the first two lines):
Code: [Select]
[Default]
VideocardFs2open=OGL -(1280x1024)x32 bit
Title: Re: linux resolution?
Post by: captain-custard on December 15, 2007, 07:30:18 pm
mmmmm maybe im being thick but cant find the .ini file in the folder ,do i create a txt file n save as .ini or should it be there? sorry for the dumb questions
Title: Re: linux resolution?
Post by: castor on December 16, 2007, 05:35:48 am
Do you get any warnings/errors if you start the game from command line? ~/.fs2_open/fs2_open.ini should be created automatically the first time you start the game.

You could try "find / -name fs2_open.ini" as root, to see if it got created to some weird place (dunno why that would happen though).