Use Case: 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 along the vertical 
direction to within the physical constraints of the monitor.

I'm 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 (1080p resolution):

xrandr --fb 1920x540 --output VGA1

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.

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.

How can I do this with xrandr? If not, Is there some other method to go about 
achieving this?
_______________________________________________
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: https://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s

Reply via email to