RAGE
NVIDIA DSR not downsampling back to monitor resolution
Anyone else having this problem?

I'm trying to run this game at 3840 x 2160 (4k) using Nvidia DSR. It works flawlessly in every other game I've tried, however with Rage I'm having problems.

I'm able to select the resolution from the dropdown box in the options menu, however once I apply the resolution the game doesn't downsample back to 1080p (my monitor resolution). Instead it keeps the game at 4k and all I can see is 1/4 of the overall image on my monitor.

I've tried finagling with the rageConfig settings but so far no luck :(
Last edited by CakeOrDeath; Jun 2, 2017 @ 4:51pm
< >
Showing 1-15 of 26 comments
Muscleax Jun 2, 2017 @ 11:43pm 
I'm running the game at 2k and it's downsampling to 1080p perfectly.
Last edited by Muscleax; Jun 2, 2017 @ 11:49pm
CakeOrDeath Jun 2, 2017 @ 11:51pm 
Without DSR, it runs fullscreen at native 1080p just fine. Windowed mode is a little wierd, and only lets me play at like 1001p unless I force it with windowedborderless. Can't get DSR to work on either -__-
Never had a problem like this with DSR before /:

Are you running windowed or full?
Muscleax Jun 2, 2017 @ 11:55pm 
Originally posted by CakeOrDeath:
Without DSR, it runs fullscreen at native 1080p just fine. Windowed mode is a little wierd, and only lets me play at like 1001p unless I force it with windowedborderless. Can't get DSR to work on either -__-
Never had a problem like this with DSR before /:

Are you running windowed or full?

My bad I got confused with HDR and DSR.

I'm playing at full screen, what's your graphic card?
Last edited by Muscleax; Jun 2, 2017 @ 11:55pm
CakeOrDeath Jun 2, 2017 @ 11:57pm 
Ah haha. GTX1080
Muscleax Jun 2, 2017 @ 11:58pm 
Originally posted by CakeOrDeath:
Ah haha. GTX1080

Just set up DSR for 4k, i'm gonna test how it works and reply back.
CakeOrDeath Jun 3, 2017 @ 12:01am 
Hey thanks for helping :)

I wonder if it can be fixed in my rageConfig.cfg
Muscleax Jun 3, 2017 @ 12:15am 
Originally posted by CakeOrDeath:
Hey thanks for helping :)

I wonder if it can be fixed in my rageConfig.cfg

It's working fine for me http://steamcommunity.com/sharedfiles/filedetails/?id=938568068

About rageconfig file, I used it before and it worked for 2k, now I'm using id5Tweaker because it allows to remove the framerate limit.

I would check your drivers and Nvidia DSR options.
Last edited by Muscleax; Jun 3, 2017 @ 1:27am
CakeOrDeath Jun 3, 2017 @ 12:19am 
Yeah, I'll check those out. Thanks!

Could you possibly copy paste the end of your rage config running in DSR here? that would be very appreciated >_<
If not, no worries
Muscleax Jun 3, 2017 @ 12:34am 
seta com_videoRam "8192" //sets the Video Card memory Set this to the amount you have in MB
seta com_maxfps "140" //limits the frames to 60 can be changed to what you desire
seta image_anisotropy "16" //Using the highest setting here but you can set as 2, 4 or 8
seta image_usecompression 0
seta image_filter "GL_LINEAR_MIPMAP_LINEAR” //filtering for light maps
seta image_preload "1" //Use preload images when ever possible
seta image_lodbias "-1" //LoD settings
seta image_ignoreHighQuality "0" //Sets up for using HQ gfx
seta image_ignoreLowQuality "1" //ignores the low textures
seta image_useCache "1" //Enabled Cache to allow the textures to load properly without popping
seta image_cacheMegs "125" //Cache size in Megabytes
seta image_cacheMinK "50" //Cache minimum size in kilobytes
seta r_swapInterval 0 //VSYNC 1 enabled, 0 diabled
seta r_useHighQualityPostProcess "1" //Fore High Quality post proccessing
seta r_shadowsHighQuality "1" //Fore High Quality shadows
seta r_displayRefresh "0" //keep it so the engine doesn’t double render a frame
seta r_renderer "best” //highest rendering options
seta r_multiSamples "8" //Set this to 16 or 8 if you’re having low-fps as 32 is the Max Multi-sampling
seta r_useHBAO "1" //Ambient occlusion
seta r_useRenderThread "1" // 0 Disable or 1 Enable threaded rendering useful for newer cards to increase performance.
seta r_visDistMult "1"
seta r_useMotionBlur "1" //use blur
seta r_skipBump "0"
seta r_skipSpecular "0"
seta r_skipNewAmbient "0"
seta r_shadows "1"
seta r_cgFragmentProfile "best”
seta r_cgVertexProfile "best”
seta vt_lodBias "-1" //LoD settings
//below is cache settings
seta vt_pageimagesizeuniquediffuseonly2 "8192"
seta vt_pageimagesizeuniquediffuseonly "8192"
seta vt_pageimagesizeunique "8192"
seta vt_pageimagesizevmtr "8192"
vt_restart


com_maxfps didn't worked for me


There you go, let me know if you fix the issue :D


CakeOrDeath Jun 3, 2017 @ 12:38am 
Damn! You did some tweaking there ;D

I'll try it out and let ya know. Thank you!
CakeOrDeath Jun 3, 2017 @ 1:01am 
Ended up fixing it by creating my own cfg named autoexec.cfg and telling it to execute in default.cfg

Weird workaround but atleast it works!
Last edited by CakeOrDeath; Jun 3, 2017 @ 11:21am
Muscleax Jun 3, 2017 @ 1:06am 
Originally posted by CakeOrDeath:
Ended up fixing it by creating my own cfg named autoexec.cfg and telling it to execute in default.cfg

Wierd workaround but atleast it works!

enjoy the game :rockon:
idbirch Jul 4, 2017 @ 2:43am 
I'm really hoping CakeOrDeath is still subscribed to this discussion - I'm having the same problem whereby when I DSR Rage, I only see a fraction of the screen. Even if I set my desktop to 4k first, it still does the same!

How exactly did you fix this?
CakeOrDeath Jul 4, 2017 @ 9:14am 
OKAY so I think this is what I did, however you may need to edit some values based on your monitor's resolution.

In your "Steam\steamapps\common\RAGE\base" folder, create a text document (call it whatever you want but I called mine autoexec.txt). Then turn it into a .cfg by deleting the .txt and replacing it with .cfg

Inside there, paste these commands:
r_windowHeight "1080"
r_windowWidth "1920"
r_fullscreen "1"
r_mode "24"

THEN inside the same folder path (\base) open up the file "default.cfg" and add these commands to begining. I put them right before the segment that says "first person bindings":

exec autoexec.cfg
r_mode "24"

If you named your cfg document something other then autoexec, you need to reflect that in the above commands.

FINALLY

In the startup options of RAGE, include this startup command: +set com_allowConsole 1

That will hopefully do the trick for you! However you may need to edit those settings/commands. Those settings are what should work if you're trying to run the game at 4k on a 1080p screen.

Hopefully you get it working!
< >
Showing 1-15 of 26 comments
Per page: 1530 50