Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Glossary:Downsampling"

From PCGamingWiki, the wiki about fixing PC games
(→‎GeDoSaTo: added crash fix instructions)
(It's funny I found the best and worst scenarios for this in the same week. In Mass Effect it's the only way to have "true antialiasing" without lighting glitches, while in Mirror's Edge you are gonna have a worse time with the UI if you were playing 1080p)
Line 3: Line 3:
 
'''Key points'''
 
'''Key points'''
 
{{ii}} Brute force alternative to [[FSAA]].
 
{{ii}} Brute force alternative to [[FSAA]].
 +
{{++}} Fully compatible with every game supporting "higher" resolutions
 +
{{--}} May have all the game-specific downsides of running at higher resolutions (e.g. stretched UI)
  
 
==Windows==
 
==Windows==

Revision as of 18:25, 9 March 2021

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.

Key points

Brute force alternative to FSAA.
Fully compatible with every game supporting "higher" resolutions
May have all the game-specific downsides of running at higher resolutions (e.g. stretched UI)

Windows

GeDoSaTo

GeDoSaTo and Borderless Gaming can be used together.
Allows games to be downsampled at any resolution, whenever a configuration file is available.
Each game requires a specific configuration file with specific instructions beforehand, as such most titles may not be supported by default.
Setting Up[citation needed]
  1. Download and install the following setup, outside any of the Program Files directories.
  2. Run the desired game, and navigate to it's Options menu.
  3. Under Resolution, choose a value over the native monitor's resolution.

Example


Notes

Updater/installer may crash. From an administrator command prompt, run REG ADD "HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319" /v SchUseStrongCrypto /t REG_DWORD /d 1 /reg:32[1]
GeDoSaTo may fail to inject itself if it was installed inside any of the Program Files folders.
Certain games such as Valkyria Chronicles may use an external configuration launcher.
Adding New Resolutions[citation needed]
  1. Click on the Edit Settings button.
  2. Add the following line.
renderResolution [YourWidth]x[YourHeight]@[YourFrequency]

AMD

Enable Virtual Super Resolution (VSR)[citation needed]
Monitor's native resolution must be one of the following: 1920 X 1080 @ 60Hz, 1920 X 1200 @ 60Hz, 2560 x 1440 @ 60Hz, 1920 x 1080 @ 120Hz.[2]
  1. Open the Control Center.
  2. Switch the view to Advanced Mode.
  3. Choose My Digital Flat Panels from the sidebar.
  4. Check Enable virtual super resolution.
  5. Click Apply.
Enable Custom Resolution

Nvidia

Enable Dynamic Super Resolution (DSR)[3]
Requires GTX 4XX or later.[3] A list of supported GPUs is available here.
This option may not appear until you use GeForce Experience to set a supported game's resolution to a DSR.
You can also set your desktop resolution to a DSR from the resolution configuration in the NVIDIA Control Panel.
  1. Open the NVIDIA Control Panel.
  2. Go to 3D Settings, Manage 3D settings.
  3. Set the DSR Factors and Smoothness.
Disables custom monitor refresh rates forced by custom resolution. As a workaround goto display -> advanced display properties -> monitor settings to set your previously created refresh rate.[4]
Enable Custom Resolution


References