Upscaling a 1366x768 monitor to 1600x900

I have a laptop monitor with a max resolution of 1366x768. I was wondering if it's possible to make it look like as if it was 1600x900 so that more things can fit in the screen. I have tried the following command:

xrandr --output XWAYLAND0 --mode 1366x768 --scale 1.171x1.171875 --panning 1600x900

but the output was:

X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 139 (RANDR) Minor opcode of failed request: 26 (RRSetCrtcTransform) Value in failed request: 0x20 Serial number of failed request: 22 Current serial number in output stream: 23 
1 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like