You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a setup where I'm using two monitors connected to my laptop. Monitor number 2 is the one I'm trying to switch between horizontal and vertical orientations. I followed the steps to create profiles:
Created a profile for horizontal orientation: SetResolution CREATEPROFILE -p horizontal -w 1920 -h 1080 -f 60 -b 32 -o 0
When I apply the horizontal profile, everything works great:
SetResolution SET -p horizontal -m2
But when I try to apply the vertical profile:
SetResolution SET -p vertical -m2
I get the message:
Couldn't find a matching Display Mode.
And the orientation doesn't change (I have the same problem with all the monitors).
I also tried listing all available display modes for the monitor using: SetResolution LIST -la -m2
But in the list, the "Orientation" field doesn't show any values—there's no "Default" or "Rotated" options, nothing at all.
For additional context:
I'm able to manually change the orientation of monitor 2 in the Windows display settings without any problems
Do you have any idea why SetResolution isn't recognizing or allowing the orientation change? Is there something I'm missing, or could this be a limitation or bug in the tool?
Thank you so much
The text was updated successfully, but these errors were encountered:
Same here! Downloaded this tool just for this one purpose, to set display orientation as AMD has removed hotkeys from their driver. But when I try to use -o any but 0 I get Couldn't find a matching Display Mode
I have a setup where I'm using two monitors connected to my laptop. Monitor number 2 is the one I'm trying to switch between horizontal and vertical orientations. I followed the steps to create profiles:
Created a profile for horizontal orientation:
SetResolution CREATEPROFILE -p horizontal -w 1920 -h 1080 -f 60 -b 32 -o 0
Created a profile for vertical orientation:
SetResolution CREATEPROFILE -p vertical -w 1920 -h 1080 -f 60 -b 32 -o 1
SetResolution SET -p horizontal -m2
SetResolution SET -p vertical -m2
Couldn't find a matching Display Mode.
And the orientation doesn't change (I have the same problem with all the monitors).
I also tried listing all available display modes for the monitor using:
SetResolution LIST -la -m2
But in the list, the "Orientation" field doesn't show any values—there's no "Default" or "Rotated" options, nothing at all.
For additional context:
I'm able to manually change the orientation of monitor 2 in the Windows display settings without any problems
Do you have any idea why SetResolution isn't recognizing or allowing the orientation change? Is there something I'm missing, or could this be a limitation or bug in the tool?
Thank you so much
The text was updated successfully, but these errors were encountered: