Closed chrismartinau closed 6 years ago
Are you able to provide a screenshot? I don't think any of us can use such a huge screen resolution so we can't reproduce the issue! :p
Does it work in jamp/jasp?
r_mode -2 might work (native resolution)
r_mode -2 just sets the resolution for you instead of manually entering the numbers with -1 mode so it'll likely be the same.
r_mode -2 in the config file did the trick!
Thank you so much for your help! I have included a screen shot anyway, just in case someone wants to look into it further.
Now, if only Rosh Penin would stop dieing of self inflicted fall damage 2 minutes in I could actually play and enjoy this!
You shouldn't NEED r_mode -2 in order for that resolution to work. Code wise, its no different than doing r_mode -1; r_customWidth 3840; r_customHeight 2160
But unless one of the devs actually gets a 4k screen, nobody can really look into it deeper.
Could it be related to screen refresh rate? r_displayRefresh
It's probably some weird problem in the drivers though
Is this still an issue?
I'm half-tempted to get a 4K screen...
Seems fixed...
When setting the custom resolution to 3840x2160, the main menu appears HUGE, with most of it not visible, off-screen.
My rig is as follows: R9-290X - Catalyst 14.6 Beta drivers (tried with crossfire disabled and enabled with secondary R9-290) Windows 8.1 openjk-2014-06-23-8c620db3-windows JK:JA from steam
Happens if either the conf file is edited: seta r_customheight "2160" seta r_customwidth "3840" seta r_mode "-1"
Or if I do it from the console with a standard res selected: r_mode -1 r_customwidth 3840 r_customheight 2160 vid_restart
Am I doing something wrong?