The right 1/4 of my HP laptop screen is broke and does not display anything. I would like to adjust the display of the screen to fit in the 3/4 of the screen that works. I do not want to change the resolution; I want to change the position and size of the display (kind of like you would a window) so I can see everything. Is this possible in any way? Thank you.
1 Answer
It's easy try this
Use
xrandr -qto see what resolutions are available for your display.To change it just write in terminal:
xrandr -s 1024x768
See reference