I am using laptop dell inspiron 5421. Now with an accident the 1/3rd of my left side screen is damaged. Now I was wondering is there any way so that I could shrink the screen size to other 2/3rd of my laptop?
I am using laptop dell inspiron 5421. Now with an accident the 1/3rd of my left side screen is damaged. Now I was wondering is there any way so that I could shrink the screen size to other 2/3rd of my laptop?
It is possible by using
xrandr
utilFirst execute xrandr
You will see current resolutions.
You need to add another one, that will cut some pixels from both sides of your display.
For example: I'm using 1920x1080, 1920 is vertical resolution. If I want to cut 200 pixels (100 from both sides) I should add 1720x1080.
Adding this new resolution:
Now copy output starting from word "Modeline", and run this:
Now run
xrandr
command, and look at the seconds line:eDP1 is the name of connected output. Enter it to the next command
Now run
xrandr
to check that new resolution successfully added.Now run
arandr
command.Do right click on your output, in my case it is eDP1, then
Resolution
, and pick your new resolution. It should do what you want.Everything was taken from Ubuntu Wiki, please read it if you have any doubts.