xrandr: Display Desktop on TV

The name of the pictureThe name of the pictureThe name of the pictureClash 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.







share|improve this question




















  • 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. 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










  • Thanks a lot @quixotic !!! Without brackets it works perfect! :)
    – Linux Beginner
    Apr 11 at 20:38














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.







share|improve this question




















  • 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. 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










  • Thanks a lot @quixotic !!! Without brackets it works perfect! :)
    – Linux Beginner
    Apr 11 at 20:38












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.







share|improve this question












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.









share|improve this question











share|improve this question




share|improve this question










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. 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










  • 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






  • 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










  • 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















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















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)