xrandr --pos doesn't do anything

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
8
down vote

favorite
3












I hooked up a tv to my linux computer. I noticed the screen was offset by about 200px to the right, leaving behind a black vertical strip on the left of the screen and cutting off a portion of the right of hte screen.



So I executed the command sudo xrandr --output VGA1 --pos -200x0 but all that did was blink the tv for a split second without changing anything.



I tried repeating the xrandr with the --pos option on another computer. I noticed that the screen reposition as expected for just a fraction of a second before returning to it's original position.



How do I get xrandr to re-position screens ? What's wrong with my commands?










share|improve this question





















  • Are you sure you can give it negative positions? Did you try a positive number? Also see this: superuser.com/questions/300381/…
    – slm♦
    Jan 6 '14 at 1:45











  • This might shed light on things too: crunchbang.org/forums/viewtopic.php?pid=352151
    – slm♦
    Jan 6 '14 at 1:50










  • What about if you give it --pos 0x0?
    – slm♦
    Jan 6 '14 at 2:03










  • thanks yeah i looked at those posts earlier and they didn't help. When i use negative position on one of my monitors, it does re-position to the left as expected, but then it snaps back to the original position in less than a second
    – John
    Jan 6 '14 at 2:45






  • 1




    I know this is old, but on Ubuntu 14.04.4 I'm getting nowhere with xrandr either, with various commands (transform etc) screen flashes but the result is not what you expect. I have a suspicion that whilst it is supposed to change parameters on the fly, possibly lightdm (in my case), already set up and running, isn't paying attention, therefore whatever xrandr has done is only partially applied. Unfortunately trying to restart lightdm produces a locked up system.
    – nmw01223
    Mar 4 '16 at 10:19














up vote
8
down vote

favorite
3












I hooked up a tv to my linux computer. I noticed the screen was offset by about 200px to the right, leaving behind a black vertical strip on the left of the screen and cutting off a portion of the right of hte screen.



So I executed the command sudo xrandr --output VGA1 --pos -200x0 but all that did was blink the tv for a split second without changing anything.



I tried repeating the xrandr with the --pos option on another computer. I noticed that the screen reposition as expected for just a fraction of a second before returning to it's original position.



How do I get xrandr to re-position screens ? What's wrong with my commands?










share|improve this question





















  • Are you sure you can give it negative positions? Did you try a positive number? Also see this: superuser.com/questions/300381/…
    – slm♦
    Jan 6 '14 at 1:45











  • This might shed light on things too: crunchbang.org/forums/viewtopic.php?pid=352151
    – slm♦
    Jan 6 '14 at 1:50










  • What about if you give it --pos 0x0?
    – slm♦
    Jan 6 '14 at 2:03










  • thanks yeah i looked at those posts earlier and they didn't help. When i use negative position on one of my monitors, it does re-position to the left as expected, but then it snaps back to the original position in less than a second
    – John
    Jan 6 '14 at 2:45






  • 1




    I know this is old, but on Ubuntu 14.04.4 I'm getting nowhere with xrandr either, with various commands (transform etc) screen flashes but the result is not what you expect. I have a suspicion that whilst it is supposed to change parameters on the fly, possibly lightdm (in my case), already set up and running, isn't paying attention, therefore whatever xrandr has done is only partially applied. Unfortunately trying to restart lightdm produces a locked up system.
    – nmw01223
    Mar 4 '16 at 10:19












up vote
8
down vote

favorite
3









up vote
8
down vote

favorite
3






3





I hooked up a tv to my linux computer. I noticed the screen was offset by about 200px to the right, leaving behind a black vertical strip on the left of the screen and cutting off a portion of the right of hte screen.



So I executed the command sudo xrandr --output VGA1 --pos -200x0 but all that did was blink the tv for a split second without changing anything.



I tried repeating the xrandr with the --pos option on another computer. I noticed that the screen reposition as expected for just a fraction of a second before returning to it's original position.



How do I get xrandr to re-position screens ? What's wrong with my commands?










share|improve this question













I hooked up a tv to my linux computer. I noticed the screen was offset by about 200px to the right, leaving behind a black vertical strip on the left of the screen and cutting off a portion of the right of hte screen.



So I executed the command sudo xrandr --output VGA1 --pos -200x0 but all that did was blink the tv for a split second without changing anything.



I tried repeating the xrandr with the --pos option on another computer. I noticed that the screen reposition as expected for just a fraction of a second before returning to it's original position.



How do I get xrandr to re-position screens ? What's wrong with my commands?







xrandr






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 6 '14 at 0:57









John

278147




278147











  • Are you sure you can give it negative positions? Did you try a positive number? Also see this: superuser.com/questions/300381/…
    – slm♦
    Jan 6 '14 at 1:45











  • This might shed light on things too: crunchbang.org/forums/viewtopic.php?pid=352151
    – slm♦
    Jan 6 '14 at 1:50










  • What about if you give it --pos 0x0?
    – slm♦
    Jan 6 '14 at 2:03










  • thanks yeah i looked at those posts earlier and they didn't help. When i use negative position on one of my monitors, it does re-position to the left as expected, but then it snaps back to the original position in less than a second
    – John
    Jan 6 '14 at 2:45






  • 1




    I know this is old, but on Ubuntu 14.04.4 I'm getting nowhere with xrandr either, with various commands (transform etc) screen flashes but the result is not what you expect. I have a suspicion that whilst it is supposed to change parameters on the fly, possibly lightdm (in my case), already set up and running, isn't paying attention, therefore whatever xrandr has done is only partially applied. Unfortunately trying to restart lightdm produces a locked up system.
    – nmw01223
    Mar 4 '16 at 10:19
















  • Are you sure you can give it negative positions? Did you try a positive number? Also see this: superuser.com/questions/300381/…
    – slm♦
    Jan 6 '14 at 1:45











  • This might shed light on things too: crunchbang.org/forums/viewtopic.php?pid=352151
    – slm♦
    Jan 6 '14 at 1:50










  • What about if you give it --pos 0x0?
    – slm♦
    Jan 6 '14 at 2:03










  • thanks yeah i looked at those posts earlier and they didn't help. When i use negative position on one of my monitors, it does re-position to the left as expected, but then it snaps back to the original position in less than a second
    – John
    Jan 6 '14 at 2:45






  • 1




    I know this is old, but on Ubuntu 14.04.4 I'm getting nowhere with xrandr either, with various commands (transform etc) screen flashes but the result is not what you expect. I have a suspicion that whilst it is supposed to change parameters on the fly, possibly lightdm (in my case), already set up and running, isn't paying attention, therefore whatever xrandr has done is only partially applied. Unfortunately trying to restart lightdm produces a locked up system.
    – nmw01223
    Mar 4 '16 at 10:19















Are you sure you can give it negative positions? Did you try a positive number? Also see this: superuser.com/questions/300381/…
– slm♦
Jan 6 '14 at 1:45





Are you sure you can give it negative positions? Did you try a positive number? Also see this: superuser.com/questions/300381/…
– slm♦
Jan 6 '14 at 1:45













This might shed light on things too: crunchbang.org/forums/viewtopic.php?pid=352151
– slm♦
Jan 6 '14 at 1:50




This might shed light on things too: crunchbang.org/forums/viewtopic.php?pid=352151
– slm♦
Jan 6 '14 at 1:50












What about if you give it --pos 0x0?
– slm♦
Jan 6 '14 at 2:03




What about if you give it --pos 0x0?
– slm♦
Jan 6 '14 at 2:03












thanks yeah i looked at those posts earlier and they didn't help. When i use negative position on one of my monitors, it does re-position to the left as expected, but then it snaps back to the original position in less than a second
– John
Jan 6 '14 at 2:45




thanks yeah i looked at those posts earlier and they didn't help. When i use negative position on one of my monitors, it does re-position to the left as expected, but then it snaps back to the original position in less than a second
– John
Jan 6 '14 at 2:45




1




1




I know this is old, but on Ubuntu 14.04.4 I'm getting nowhere with xrandr either, with various commands (transform etc) screen flashes but the result is not what you expect. I have a suspicion that whilst it is supposed to change parameters on the fly, possibly lightdm (in my case), already set up and running, isn't paying attention, therefore whatever xrandr has done is only partially applied. Unfortunately trying to restart lightdm produces a locked up system.
– nmw01223
Mar 4 '16 at 10:19




I know this is old, but on Ubuntu 14.04.4 I'm getting nowhere with xrandr either, with various commands (transform etc) screen flashes but the result is not what you expect. I have a suspicion that whilst it is supposed to change parameters on the fly, possibly lightdm (in my case), already set up and running, isn't paying attention, therefore whatever xrandr has done is only partially applied. Unfortunately trying to restart lightdm produces a locked up system.
– nmw01223
Mar 4 '16 at 10:19










1 Answer
1






active

oldest

votes

















up vote
0
down vote













I had a similar problem and found this thread: How do I align the bottom edges of two monitors with xrandr?. BatchyX's answer helped me a lot.






share|improve this answer






















    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%2f108019%2fxrandr-pos-doesnt-do-anything%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I had a similar problem and found this thread: How do I align the bottom edges of two monitors with xrandr?. BatchyX's answer helped me a lot.






    share|improve this answer


























      up vote
      0
      down vote













      I had a similar problem and found this thread: How do I align the bottom edges of two monitors with xrandr?. BatchyX's answer helped me a lot.






      share|improve this answer
























        up vote
        0
        down vote










        up vote
        0
        down vote









        I had a similar problem and found this thread: How do I align the bottom edges of two monitors with xrandr?. BatchyX's answer helped me a lot.






        share|improve this answer














        I had a similar problem and found this thread: How do I align the bottom edges of two monitors with xrandr?. BatchyX's answer helped me a lot.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Jan 15 at 10:23









        Kevin Lemaire

        1,048421




        1,048421










        answered Jan 15 at 8:17









        roli

        212




        212



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f108019%2fxrandr-pos-doesnt-do-anything%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay