Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Pages: [1] 2

Author Topic: More options for screen resolution  (Read 7035 times)

Madnat

  • Ensign
  • *
  • Posts: 8
    • View Profile
More options for screen resolution
« on: October 13, 2019, 11:44:27 PM »

i just bought starsector after watching a streamer on twitch, to find out the resolution only went to 1920x1440(i think it was) and i have a 3840x2160 and in the 1920x1080 even at fullscreen only fills about 2/3 of my screen and is very awkward to play in that size.

so if you can make more higher screen resolutions or fix the full screen not fitting my entire screen, as i have tried hitting ALT + ENTER to take it out of fullscreen to take it back to see if that could fix it but nothing happens.
Logged

TaLaR

  • Admiral
  • *****
  • Posts: 2794
    • View Profile
Re: More options for screen resolution
« Reply #1 on: October 13, 2019, 11:46:40 PM »

Works perfectly at 3440x1440 for me (well, aside from fonts being really small).
Logged

Madnat

  • Ensign
  • *
  • Posts: 8
    • View Profile
Re: More options for screen resolution
« Reply #2 on: October 13, 2019, 11:49:40 PM »

what screen resolution do you have the game set to on the launcher?

i have it set to the 1920x1080 and this is the link to a pic of what i have it on my screen(yes i know its in windowed mode, but the size is the same for when i tick fullscreen on my launcher

https://i.gyazo.com/93eaf4dfc9f85f8cb33485390f21cf8b.jpg

« Last Edit: October 13, 2019, 11:53:08 PM by Madnat »
Logged

TaLaR

  • Admiral
  • *****
  • Posts: 2794
    • View Profile
Re: More options for screen resolution
« Reply #3 on: October 13, 2019, 11:52:14 PM »

what screen resolution do you have the game set to on the launcher?

3440x1440
Logged

Madnat

  • Ensign
  • *
  • Posts: 8
    • View Profile
Re: More options for screen resolution
« Reply #4 on: October 13, 2019, 11:53:52 PM »

ok the game only allows me to go upto 1920x1440 doesnt go any higher than that
Logged

Madnat

  • Ensign
  • *
  • Posts: 8
    • View Profile
Re: More options for screen resolution
« Reply #5 on: October 13, 2019, 11:55:56 PM »

Logged

TaLaR

  • Admiral
  • *****
  • Posts: 2794
    • View Profile
Re: More options for screen resolution
« Reply #6 on: October 13, 2019, 11:56:35 PM »

Logged

Madnat

  • Ensign
  • *
  • Posts: 8
    • View Profile
Re: More options for screen resolution
« Reply #7 on: October 14, 2019, 12:01:34 AM »

tried changing it but didnt work i dont thik, dont see it in the launcher and still opens it up in a small window for fullscreen
Logged

Madnat

  • Ensign
  • *
  • Posts: 8
    • View Profile
Re: More options for screen resolution
« Reply #8 on: October 14, 2019, 12:10:26 AM »

i am just downloading the latest drivers for my graphics card see if that might change something
Logged

Madnat

  • Ensign
  • *
  • Posts: 8
    • View Profile
Re: More options for screen resolution
« Reply #9 on: October 14, 2019, 12:20:17 AM »

no the latest video drivers done nothing
Logged

Madnat

  • Ensign
  • *
  • Posts: 8
    • View Profile
Re: More options for screen resolution
« Reply #10 on: October 14, 2019, 01:06:15 AM »

ok i got it to work but now i got a LWJGL Error and not sure how to fix it as it failed to set display mode (-2)
Logged

bobucles

  • Admiral
  • *****
  • Posts: 532
    • View Profile
Re: More options for screen resolution
« Reply #11 on: October 15, 2019, 09:52:25 AM »

For the moment, you can edit the shortcut properties to force the game to use UI scaling. Windows is dumb though and you can't actually tell it how much to scale, only to use the current system setting. Windows scaling will make your resolution larger than the game setting, but at least you won't need to squint as hard.

You can force a game resolution through editing config files. Fire up your notepad++ (don't leave home without it!) and open your
Code
\Starsector\starsector-core\data\config\settings.json
file.  The magic line looks like
Code
#"resolutionOverride":"1024x768",
#"forceAspectRatio":"1.3333",
Tweak it and remove the # to turn it on.

Beware that full screen mode is very picky about your screen resolutions. Only use official screen modes. Windowed mode will work with any reasonable number.
« Last Edit: October 15, 2019, 09:54:18 AM by bobucles »
Logged

Jirikisunta

  • Ensign
  • *
  • Posts: 1
    • View Profile
Re: More options for screen resolution
« Reply #12 on: October 21, 2019, 04:51:54 PM »

I, too, have this issue, and tried the settings edit.  When I start the game fullscreen it crashes to the same error:
"LWJGL Error : failed to set display mode (-2)"
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24127
    • View Profile
Re: More options for screen resolution
« Reply #13 on: October 21, 2019, 05:00:46 PM »

Hi! So it sounds like the game is showing in a corner of your screen while in fullscreen at less than the fullscreen resolution? If so, take a look here for a solution:

http://fractalsoftworks.com/forum/index.php?topic=13925.msg232792#msg232792

ok i got it to work but now i got a LWJGL Error and not sure how to fix it as it failed to set display mode (-2)
I, too, have this issue, and tried the settings edit.  When I start the game fullscreen it crashes to the same error:
"LWJGL Error : failed to set display mode (-2)"

This will happen if you set a resolution override to a resolution your display - or graphics drivers - do not support in fullscreen mode.


If you edit data/config/settings.json and change:
"4kThreshold":3600,

to, say,
"4kThreshold":10000,

The game will show you more resolutions. However, at high resolutions, text will be very small and difficult to read and running at half the native resolution in fullscreen mode is recommended instead.

The next release will have support for UI scaling and 4k resolutions.
Logged

goduranus

  • Admiral
  • *****
  • Posts: 925
    • View Profile
Re: More options for screen resolution
« Reply #14 on: October 23, 2019, 04:14:58 PM »

I was gonna say I ran 4k and fonts don’t look so small, then I realized that I was playing on my TV :-[

Edit: actually could you make it so the UI scaling can be turned off? Cuz they do look the right size for me now...
« Last Edit: October 23, 2019, 04:19:50 PM by goduranus »
Logged
Pages: [1] 2