Scaled Resolution Editor (SRE)
|
04-21-2022, 12:05 AM
Post: #11
|
|||
|
|||
RE: Scaled Resolution Editor (SRE)
(04-20-2022 11:35 PM)Nopa Wrote: I’m new here. Is CustomVSRTool (AMD) similar to Orbmu2k’s (NVIDIA) CustomDSRTool possible ?This program can already add custom VSR resolutions, but VSR is more limited than DSR. I don't know if VSR beyond 8K is possible because I only have a card that can do 5K. What monitor do you have that's 16:10? You can try adding 10K (10240x5760 for 16:9 or 10240x6400 for 16:10) and 16K (15360x8640 for 16:9 or 15360x9600 for 16:10). If those don't show up, then the driver doesn't support it. |
|||
04-21-2022, 08:42 AM
(Last edited: 04-21-2022, 09:36 AM by Nopa)
Post: #12
|
|||
|
|||
RE: Scaled Resolution Editor (SRE)
(04-21-2022 12:05 AM)ToastyX Wrote:(04-20-2022 11:35 PM)Nopa Wrote: I’m new here. Is CustomVSRTool (AMD) similar to Orbmu2k’s (NVIDIA) CustomDSRTool possible ?This program can already add custom VSR resolutions, but VSR is more limited than DSR. I don't know if VSR beyond 8K is possible because I only have a card that can do 5K. What monitor do you have that's 16:10? You can try adding 10K (10240x5760 for 16:9 or 10240x6400 for 16:10) and 16K (15360x8640 for 16:9 or 15360x9600 for 16:10). If those don't show up, then the driver doesn't support it. Thanks for confirming it, chief! The VSR limit for my monitor is 7680 x 4320. I’ve chatted with AMD Customer Care last night, they’ve confirmed the maximum VSR resolution you can enable on any Monitors/TVs is 8K 16:9. They also told me prior to the 22 March 2022 Adrenalin update, it used to maxed out at only 5K 16:9. Meanwhile, CustomDSRTool with 16x DSR factors on a 4K monitor can go up to 64K resolution. Do you plan on making AMD Tools that unlock hidden features like Custom VSR Tool or AMD Inspector (similar to https://github.com/Orbmu2k/nvidiaProfile...r/releases) in the near future? NV-liked AMD Inspector would allow users to enable things that cannot be enabled in Adrenalin driver such as Ambient Occlusion/HBAO setting, Advanced AA & AF settings, Texture Filtering setting, G-Sync/Adaptive Sync setting, and other features/options/modes AMD won’t let users interact with. It’d come in very helpful to AMD customers/consumers and I’d love to donate my money to help support such projects. |
|||
04-21-2022, 07:19 PM
Post: #13
|
|||
|
|||
RE: Scaled Resolution Editor (SRE)
(04-21-2022 08:42 AM)Nopa Wrote: Do you plan on making AMD Tools that unlock hidden features like Custom VSR Tool or AMD Inspector (similar to https://github.com/Orbmu2k/nvidiaProfile...r/releases) in the near future?I don't have the information needed to make such a program. I can't add features to the driver if they aren't there. Getting around VSR limits would probably require modifying the driver, if the hardware can handle it. In NVIDIA's case, the driver already has those features; there just isn't an official user interface for them. There was a program for AMD GPUs called RadeonMod, but driver changes have made some parts obsolete. |
|||
05-15-2022, 12:37 PM
Post: #14
|
|||
|
|||
RE: Scaled Resolution Editor (SRE)
@ToastyX
Great tool! Will you release the source code? I have a special requirement for my home theater tool and wanted to include writing of calulated virtual resolutions into registry. |
|||
05-16-2022, 06:40 PM
Post: #15
|
|||
|
|||
RE: Scaled Resolution Editor (SRE)
(05-15-2022 12:37 PM)FoLLgoTT Wrote: Great tool! Will you release the source code?I was planning to release it with the final version because I still have some changes planned such as command-line options. I've uploaded the beta 2 source code for you here: https://www.monitortests.com/download/sr...a2-src.zip |
|||
05-18-2022, 07:26 AM
Post: #16
|
|||
|
|||
RE: Scaled Resolution Editor (SRE)
(05-16-2022 06:40 PM)ToastyX Wrote:(05-15-2022 12:37 PM)FoLLgoTT Wrote: Great tool! Will you release the source code?I was planning to release it with the final version because I still have some changes planned such as command-line options. I've uploaded the beta 2 source code for you here: https://www.monitortests.com/download/sr...a2-src.zip Big thanks! In the meanwhile I got a on-the-fly resolution change to work using NVAPI. That means I can calculate the virtual resolution based on several parameters and set it when I want. No need to manipulate the registry anymore for my special case. |
|||
08-09-2022, 01:48 AM
Post: #17
|
|||
|
|||
RE: Scaled Resolution Editor (SRE)
Hello, how may I use AMD virtual super resolutions if I'm not using one of the resolutions available for the option to show up? I'm using a CRT and I'd greatly appriciate to be able to run at greater resolutions since a ton of games require a minimum resolution of 1024x768.
I'm on 720x540 120hz (I can also do 800x600 110hz), but I wanna be able to add a virtual desktop resolution of 1280x960 120hz (that's still 540p on the monitor's end but 960p on the GPU), currently it's not possible cause the AMD VSR option is only available for monitors with a native 1366x768, 1600x900 or 1920x1080. Thanks. |
|||
08-09-2022, 05:00 AM
Post: #18
|
|||
|
|||
RE: Scaled Resolution Editor (SRE)
(08-09-2022 01:48 AM)GreppiM Wrote: Hello, how may I use AMD virtual super resolutions if I'm not using one of the resolutions available for the option to show up? I'm using a CRT and I'd greatly appriciate to be able to run at greater resolutions since a ton of games require a minimum resolution of 1024x768.VSR limitations seem to be hard-coded in the driver. What about using interlaced? 1024x768i @ 120 Hz should be possible if you have a GPU that supports interlaced. |
|||
08-09-2022, 12:05 PM
Post: #19
|
|||
|
|||
RE: Scaled Resolution Editor (SRE)
(08-09-2022 05:00 AM)ToastyX Wrote:Nope, I've tried setting a interlaced resolution, the screen would remain black and the monitor would make several noises before windows would go back to progressive.(08-09-2022 01:48 AM)GreppiM Wrote: Hello, how may I use AMD virtual super resolutions if I'm not using one of the resolutions available for the option to show up? I'm using a CRT and I'd greatly appriciate to be able to run at greater resolutions since a ton of games require a minimum resolution of 1024x768.VSR limitations seem to be hard-coded in the driver. What about using interlaced? 1024x768i @ 120 Hz should be possible if you have a GPU that supports interlaced. Is there no other way of setting up Virtual Resolutions? |
|||
10-26-2022, 02:41 PM
(Last edited: 10-26-2022, 08:04 PM by Benman2785)
Post: #20
|
|||
|
|||
RE: Scaled Resolution Editor (SRE)
queston:
my AOC G2460PF is 16:9 // max VSR 3072x1728 - i use 2560x1440 for CSGO i want to use 1920x1440 i add the reso with SRE but i cant choose it in Windows and doesnt work with CSGO when i manually set a custom reso in AMD driver for 1920x1440 i get it displayed (but with errors - so it will go back to 2560x1440 after 10s) // those errors are because i dont know the correct values to put into porch/sync etc will there be an update to set different aspects for custom reso with SRE for AMD with VSR? EDIT: found the correct values // EDIT2: still sometimes flicker :/ |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 7 Guest(s)