Using xrandr to scale screen along Y
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Im trying to configure my screen to occupy the upper half of a single monitor such that the entire desktop is still displayed. The following command successfully shows only the upper half of the screen:
xrandr --fb 1920x540 --output VGA1 (1080 vertical resolution)
I would expect the following command to then scale the screen while still occupying only the upper portion of the monitor.
xrandr --fb 1920x540 --output VGA1 --scale 1x.5
However, this ends up scaling the display and occupying the entire monitor.
EDIT: I have a stretched LCD panel where the manufacturer literally "cuts" the display such that the vertical resolution it reports is greater than what's visible. Rather than adapt my software to fit a particular resolution I thought it would be interesting to scale the entire desktop, which would also allow for ease of system management.
EDIT: I've tried several monitors (using VGA) with no change. I've also tried adding new modes with half the vertical resolution, with and without halving the refresh rate.
centos xrandr
add a comment |Â
up vote
1
down vote
favorite
Im trying to configure my screen to occupy the upper half of a single monitor such that the entire desktop is still displayed. The following command successfully shows only the upper half of the screen:
xrandr --fb 1920x540 --output VGA1 (1080 vertical resolution)
I would expect the following command to then scale the screen while still occupying only the upper portion of the monitor.
xrandr --fb 1920x540 --output VGA1 --scale 1x.5
However, this ends up scaling the display and occupying the entire monitor.
EDIT: I have a stretched LCD panel where the manufacturer literally "cuts" the display such that the vertical resolution it reports is greater than what's visible. Rather than adapt my software to fit a particular resolution I thought it would be interesting to scale the entire desktop, which would also allow for ease of system management.
EDIT: I've tried several monitors (using VGA) with no change. I've also tried adding new modes with half the vertical resolution, with and without halving the refresh rate.
centos xrandr
I'm not sure what you want to do, but you could look at--scale-from
instead.
â meuh
Feb 27 at 15:26
I tried--scale-from
, but it appears equivalent to the second command listed in my question.
â Douglas Cooper
Feb 28 at 15:41
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Im trying to configure my screen to occupy the upper half of a single monitor such that the entire desktop is still displayed. The following command successfully shows only the upper half of the screen:
xrandr --fb 1920x540 --output VGA1 (1080 vertical resolution)
I would expect the following command to then scale the screen while still occupying only the upper portion of the monitor.
xrandr --fb 1920x540 --output VGA1 --scale 1x.5
However, this ends up scaling the display and occupying the entire monitor.
EDIT: I have a stretched LCD panel where the manufacturer literally "cuts" the display such that the vertical resolution it reports is greater than what's visible. Rather than adapt my software to fit a particular resolution I thought it would be interesting to scale the entire desktop, which would also allow for ease of system management.
EDIT: I've tried several monitors (using VGA) with no change. I've also tried adding new modes with half the vertical resolution, with and without halving the refresh rate.
centos xrandr
Im trying to configure my screen to occupy the upper half of a single monitor such that the entire desktop is still displayed. The following command successfully shows only the upper half of the screen:
xrandr --fb 1920x540 --output VGA1 (1080 vertical resolution)
I would expect the following command to then scale the screen while still occupying only the upper portion of the monitor.
xrandr --fb 1920x540 --output VGA1 --scale 1x.5
However, this ends up scaling the display and occupying the entire monitor.
EDIT: I have a stretched LCD panel where the manufacturer literally "cuts" the display such that the vertical resolution it reports is greater than what's visible. Rather than adapt my software to fit a particular resolution I thought it would be interesting to scale the entire desktop, which would also allow for ease of system management.
EDIT: I've tried several monitors (using VGA) with no change. I've also tried adding new modes with half the vertical resolution, with and without halving the refresh rate.
centos xrandr
edited Feb 28 at 15:45
asked Feb 26 at 18:29
Douglas Cooper
62
62
I'm not sure what you want to do, but you could look at--scale-from
instead.
â meuh
Feb 27 at 15:26
I tried--scale-from
, but it appears equivalent to the second command listed in my question.
â Douglas Cooper
Feb 28 at 15:41
add a comment |Â
I'm not sure what you want to do, but you could look at--scale-from
instead.
â meuh
Feb 27 at 15:26
I tried--scale-from
, but it appears equivalent to the second command listed in my question.
â Douglas Cooper
Feb 28 at 15:41
I'm not sure what you want to do, but you could look at
--scale-from
instead.â meuh
Feb 27 at 15:26
I'm not sure what you want to do, but you could look at
--scale-from
instead.â meuh
Feb 27 at 15:26
I tried
--scale-from
, but it appears equivalent to the second command listed in my question.â Douglas Cooper
Feb 28 at 15:41
I tried
--scale-from
, but it appears equivalent to the second command listed in my question.â Douglas Cooper
Feb 28 at 15:41
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f426766%2fusing-xrandr-to-scale-screen-along-y%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I'm not sure what you want to do, but you could look at
--scale-from
instead.â meuh
Feb 27 at 15:26
I tried
--scale-from
, but it appears equivalent to the second command listed in my question.â Douglas Cooper
Feb 28 at 15:41