xrandr: Display Desktop on TV

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I want to display my dektop (and everything whatôs going on on it incl.taskbar) on my TV. So i connected my Linux Mint 18 Cinnamon Laptop via HDMI to my TV and get only the wallpaper on the TV, as an extension of the Laptop screen. For me, it would be better, to have it just duplicated/mirrored. Therefore i wrote in Terminal:
$ xrandr --output < HDMI1> --same-as < eDP1>
and the result was:
bash: syntax error near unexpected token `newline'
What have i done wrong?
P.S.: Clicking in System Settings on "Display" and then on "Mirror Displays" doesnt make any difference.
xrandr display hdmi display-settings
add a comment |Â
up vote
0
down vote
favorite
I want to display my dektop (and everything whatôs going on on it incl.taskbar) on my TV. So i connected my Linux Mint 18 Cinnamon Laptop via HDMI to my TV and get only the wallpaper on the TV, as an extension of the Laptop screen. For me, it would be better, to have it just duplicated/mirrored. Therefore i wrote in Terminal:
$ xrandr --output < HDMI1> --same-as < eDP1>
and the result was:
bash: syntax error near unexpected token `newline'
What have i done wrong?
P.S.: Clicking in System Settings on "Display" and then on "Mirror Displays" doesnt make any difference.
xrandr display hdmi display-settings
Do you need both displays at the same time? You can try disabling the internal one.
â user252181
Apr 11 at 18:05
1
are you literally writing< HDMI1>? do not use the angle brackets in the connector names. runxrandr -qand use the names exactly as shown there.
â quixotic
Apr 11 at 18:37
I find thatxrandris pretty peculiar, and often usearandrto generatexrandrcommands for scripts.
â Henrik
Apr 11 at 19:16
Thanks a lot @quixotic !!! Without brackets it works perfect! :)
â Linux Beginner
Apr 11 at 20:38
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to display my dektop (and everything whatôs going on on it incl.taskbar) on my TV. So i connected my Linux Mint 18 Cinnamon Laptop via HDMI to my TV and get only the wallpaper on the TV, as an extension of the Laptop screen. For me, it would be better, to have it just duplicated/mirrored. Therefore i wrote in Terminal:
$ xrandr --output < HDMI1> --same-as < eDP1>
and the result was:
bash: syntax error near unexpected token `newline'
What have i done wrong?
P.S.: Clicking in System Settings on "Display" and then on "Mirror Displays" doesnt make any difference.
xrandr display hdmi display-settings
I want to display my dektop (and everything whatôs going on on it incl.taskbar) on my TV. So i connected my Linux Mint 18 Cinnamon Laptop via HDMI to my TV and get only the wallpaper on the TV, as an extension of the Laptop screen. For me, it would be better, to have it just duplicated/mirrored. Therefore i wrote in Terminal:
$ xrandr --output < HDMI1> --same-as < eDP1>
and the result was:
bash: syntax error near unexpected token `newline'
What have i done wrong?
P.S.: Clicking in System Settings on "Display" and then on "Mirror Displays" doesnt make any difference.
xrandr display hdmi display-settings
asked Apr 11 at 17:36
Linux Beginner
1
1
Do you need both displays at the same time? You can try disabling the internal one.
â user252181
Apr 11 at 18:05
1
are you literally writing< HDMI1>? do not use the angle brackets in the connector names. runxrandr -qand use the names exactly as shown there.
â quixotic
Apr 11 at 18:37
I find thatxrandris pretty peculiar, and often usearandrto generatexrandrcommands for scripts.
â Henrik
Apr 11 at 19:16
Thanks a lot @quixotic !!! Without brackets it works perfect! :)
â Linux Beginner
Apr 11 at 20:38
add a comment |Â
Do you need both displays at the same time? You can try disabling the internal one.
â user252181
Apr 11 at 18:05
1
are you literally writing< HDMI1>? do not use the angle brackets in the connector names. runxrandr -qand use the names exactly as shown there.
â quixotic
Apr 11 at 18:37
I find thatxrandris pretty peculiar, and often usearandrto generatexrandrcommands for scripts.
â Henrik
Apr 11 at 19:16
Thanks a lot @quixotic !!! Without brackets it works perfect! :)
â Linux Beginner
Apr 11 at 20:38
Do you need both displays at the same time? You can try disabling the internal one.
â user252181
Apr 11 at 18:05
Do you need both displays at the same time? You can try disabling the internal one.
â user252181
Apr 11 at 18:05
1
1
are you literally writing
< HDMI1>? do not use the angle brackets in the connector names. run xrandr -q and use the names exactly as shown there.â quixotic
Apr 11 at 18:37
are you literally writing
< HDMI1>? do not use the angle brackets in the connector names. run xrandr -q and use the names exactly as shown there.â quixotic
Apr 11 at 18:37
I find that
xrandr is pretty peculiar, and often use arandr to generate xrandr commands for scripts.â Henrik
Apr 11 at 19:16
I find that
xrandr is pretty peculiar, and often use arandr to generate xrandr commands for scripts.â Henrik
Apr 11 at 19:16
Thanks a lot @quixotic !!! Without brackets it works perfect! :)
â Linux Beginner
Apr 11 at 20:38
Thanks a lot @quixotic !!! Without brackets it works perfect! :)
â Linux Beginner
Apr 11 at 20:38
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f437097%2fxrandr-display-desktop-on-tv%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
Do you need both displays at the same time? You can try disabling the internal one.
â user252181
Apr 11 at 18:05
1
are you literally writing
< HDMI1>? do not use the angle brackets in the connector names. runxrandr -qand use the names exactly as shown there.â quixotic
Apr 11 at 18:37
I find that
xrandris pretty peculiar, and often usearandrto generatexrandrcommands for scripts.â Henrik
Apr 11 at 19:16
Thanks a lot @quixotic !!! Without brackets it works perfect! :)
â Linux Beginner
Apr 11 at 20:38