set display resolution in X11 forwarding
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I have a machine running RHEL6.7
, this machine is connected via ssh
to another machine and I am forwarding graphics using X11
forwarding.
The problem is that when I run the program, the scaling is all messed up on my machine. Is there a way to tell the server the display of my screen?
x11
add a comment |Â
up vote
1
down vote
favorite
I have a machine running RHEL6.7
, this machine is connected via ssh
to another machine and I am forwarding graphics using X11
forwarding.
The problem is that when I run the program, the scaling is all messed up on my machine. Is there a way to tell the server the display of my screen?
x11
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have a machine running RHEL6.7
, this machine is connected via ssh
to another machine and I am forwarding graphics using X11
forwarding.
The problem is that when I run the program, the scaling is all messed up on my machine. Is there a way to tell the server the display of my screen?
x11
I have a machine running RHEL6.7
, this machine is connected via ssh
to another machine and I am forwarding graphics using X11
forwarding.
The problem is that when I run the program, the scaling is all messed up on my machine. Is there a way to tell the server the display of my screen?
x11
edited May 17 at 18:34
SivaPrasath
4,74212445
4,74212445
asked May 17 at 18:21
Iliketoproveit
83
83
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
If you are using xserver
and have the xrandr
package installed then you use it to change the display settings:
xrandr --size 1920x1080
That's just an example size. You can replace it with whatever suits you. Just make sure that it doesn't exceed what your GPU and monitor support.
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
If you are using xserver
and have the xrandr
package installed then you use it to change the display settings:
xrandr --size 1920x1080
That's just an example size. You can replace it with whatever suits you. Just make sure that it doesn't exceed what your GPU and monitor support.
add a comment |Â
up vote
0
down vote
If you are using xserver
and have the xrandr
package installed then you use it to change the display settings:
xrandr --size 1920x1080
That's just an example size. You can replace it with whatever suits you. Just make sure that it doesn't exceed what your GPU and monitor support.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
If you are using xserver
and have the xrandr
package installed then you use it to change the display settings:
xrandr --size 1920x1080
That's just an example size. You can replace it with whatever suits you. Just make sure that it doesn't exceed what your GPU and monitor support.
If you are using xserver
and have the xrandr
package installed then you use it to change the display settings:
xrandr --size 1920x1080
That's just an example size. You can replace it with whatever suits you. Just make sure that it doesn't exceed what your GPU and monitor support.
answered May 17 at 18:38
Nasir Riley
1,514138
1,514138
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%2f444447%2fset-display-resolution-in-x11-forwarding%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