Jump to content

Borderless window size issue (1920x1081 window on 1920x1080 monitor)


c0

Recommended Posts

Minor bug, no noticible effect on gameplay, however I noticed that when running in borderless windowed fullscreen mode at 1920x1080 (and gfx.json is configured at that resolution), the game client actually opens a window of size 1920x1081, one pixel off.  Not sure if it affects every install, but it's been consistent on mine since I resumed playing Oct 2023.  Win10 x64, NVidia Geforce RTX 3060.

 

Ingame screenshots capture at 1920x1080, but third party screen capture software save at 1920x1081 (the extra pixel row is at the top).  Window inspection utilities confirm the odd size.

 

    "screen": {
        "borderless": {
            "monitor": 1
        },
        "fsaa": 8,
        "gamma": 1.0,
        "maximized": 0,
        "pos": {
            "x": 0,
            "y": 0
        },
        "size": {
            "height": 1080,
            "width": 1920
        },
        "vsync": 1
    },

 

ingame_shot_1080p.jpg

thirdparty_shot_1081p.png

gfx.json

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...