Xonotic Forums

Full Version: How to reset screen resultion?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I got a new laptop and wanted to move my xonotic folder to the new machine.

The new laptop has a native screen size of 1920 x 1080.

The old one has 1366x766

I made the setting in "grafik" and now my problem is that I cannot see the complete menues any more and I am unable to switch back because I do not see and reach the enter button at the bottom of the menue. It looks like the screen is now smaller than what the physical size realy is.

Please could anybody tell me where xonotic is storing the settings, so that I can delete them to start from scratch.

Best regards,
dreamteam
You can set the resolution via console, too. Open the console with <shift> <ESC>, and enter

Code:
vid_height 766

and hit return to set the height, then enter

Code:
vid_width 1366

and hit return to set the width, then enter

Code:
vid_restart

and hit return to apply.
You config is located (Windows) at C:\Users\YOURNAME\Saved Games\xonotic\data and called "config.cfg".

You can open it as a txt file and delete the cvars for the resolution: vid_height + vid_width
Or you open the in game console (Shift+ESC) and enter the cvars with the new values.
To all
Thank you very much for your quick help!!!!

I am back now that I can work with the settings.

But in the setting menue I see the screen resolution 1280x720

If I am setting via console to 1920x1080 and do a restart with vid_restart, nothing happens.

Does xonotic support a screen size of 1920x1080?

Best regards,

dreamteam
Xonotic definitely supports 1920x1080. What happens if you start with a clean config (just rename config.cfg)?
Xonotic supports any resolution you want Wink
Edit:
The trouble is strating by using a screen size
1280x1024.

Until 1280x800
it is looking fine





I have tried a "clean" config several times - just delete it.

In the configuration screen I see the resolution
1280 x 720

Also if I modified the config file before I start xonotic with
1920x1080

In the cofiguratiuon screen I can change the screen resolution but after applying the change it looks like that resolution "does not fit" physicaly on my screen.

I am running a win 10 laptop.

Best regards,

dreamteam



(09-09-2016, 10:33 AM)martin-t Wrote: [ -> ]Xonotic definitely supports 1920x1080. What happens if you start with a clean config (just rename config.cfg)?
Am I correct in saying this has been resolved? I'm confused by your edit.