Page 1 of 1

Fixed window resolution?

PostPosted: Thu Feb 06, 2014 19:14
by JMR
Hey, I have a large monitor - 27"

When I open minetest, it automatically opens in 800x600.

Is there a setting in my config where I can choose the default window width and height?

Thanks
-JMR

PostPosted: Thu Feb 06, 2014 19:45
by Novacain
I just maximize it. fills the whole screen. what os are you using?

PostPosted: Thu Feb 06, 2014 19:55
by JMR
Novacain wrote:I just maximize it. fills the whole screen. what os are you using?


Not to be rude, but my question wasn't "What's the best way to get a resolution to fit your screen", my question was "Is there a setting in my config where I can choose the default window width and height?"

The reason I wan't to do this is so that, it's 720p, but I can also see my windows behind it.

I am using Windows 7.

PostPosted: Thu Feb 06, 2014 19:58
by sfan5
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
# Initial window size
#screenW = 800
#screenH = 600

https://github.com/minetest/minetest/blob/master/minetest.conf.example#L76-78

PostPosted: Thu Feb 06, 2014 20:07
by JMR
sfan5 wrote:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
# Initial window size
#screenW = 800
#screenH = 600

https://github.com/minetest/minetest/blob/master/minetest.conf.example#L76-78


That did the trick! Thank you very much :)