Reduce size of my screen with a command line

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am running a Debian stable with Cinnamon graphical interface 3.6.7 and my computer is connected to a multimedia projector.
The projected image is too big and I can't change neither the place of my multimedia projector nor the place of my wall to reduce the size of the projected image.
Thus I would like to find a command line so that the resolution of the projected image is the same but such that a black band is at the border of my screen (see Figures below). I expect then that the projected image will have a smaller size.
Current configuration:
Expected configuration
debian command-line display resolution size
add a comment |Â
up vote
0
down vote
favorite
I am running a Debian stable with Cinnamon graphical interface 3.6.7 and my computer is connected to a multimedia projector.
The projected image is too big and I can't change neither the place of my multimedia projector nor the place of my wall to reduce the size of the projected image.
Thus I would like to find a command line so that the resolution of the projected image is the same but such that a black band is at the border of my screen (see Figures below). I expect then that the projected image will have a smaller size.
Current configuration:
Expected configuration
debian command-line display resolution size
You may look at xrandr tool to manage you display & resolution etc...
â francois P
8 mins ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am running a Debian stable with Cinnamon graphical interface 3.6.7 and my computer is connected to a multimedia projector.
The projected image is too big and I can't change neither the place of my multimedia projector nor the place of my wall to reduce the size of the projected image.
Thus I would like to find a command line so that the resolution of the projected image is the same but such that a black band is at the border of my screen (see Figures below). I expect then that the projected image will have a smaller size.
Current configuration:
Expected configuration
debian command-line display resolution size
I am running a Debian stable with Cinnamon graphical interface 3.6.7 and my computer is connected to a multimedia projector.
The projected image is too big and I can't change neither the place of my multimedia projector nor the place of my wall to reduce the size of the projected image.
Thus I would like to find a command line so that the resolution of the projected image is the same but such that a black band is at the border of my screen (see Figures below). I expect then that the projected image will have a smaller size.
Current configuration:
Expected configuration
debian command-line display resolution size
debian command-line display resolution size
edited 4 mins ago
asked 16 mins ago
Smilia
1678
1678
You may look at xrandr tool to manage you display & resolution etc...
â francois P
8 mins ago
add a comment |Â
You may look at xrandr tool to manage you display & resolution etc...
â francois P
8 mins ago
You may look at xrandr tool to manage you display & resolution etc...
â francois P
8 mins ago
You may look at xrandr tool to manage you display & resolution etc...
â francois P
8 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Use xrandr to detect available resolutions.
Then set the default output to any of them, e.g.:
xrandr --verbose --output DisplayPort-1 --mode 1280x720
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Use xrandr to detect available resolutions.
Then set the default output to any of them, e.g.:
xrandr --verbose --output DisplayPort-1 --mode 1280x720
add a comment |Â
up vote
0
down vote
Use xrandr to detect available resolutions.
Then set the default output to any of them, e.g.:
xrandr --verbose --output DisplayPort-1 --mode 1280x720
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Use xrandr to detect available resolutions.
Then set the default output to any of them, e.g.:
xrandr --verbose --output DisplayPort-1 --mode 1280x720
Use xrandr to detect available resolutions.
Then set the default output to any of them, e.g.:
xrandr --verbose --output DisplayPort-1 --mode 1280x720
answered just now
Ipor Sircer
9,5111920
9,5111920
add a comment |Â
add a comment |Â
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%2f476100%2freduce-size-of-my-screen-with-a-command-line%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
You may look at xrandr tool to manage you display & resolution etc...
â francois P
8 mins ago