How to make XFCE reserve space for panel on the right monitor?












5















I'm using Xubuntu 13.04 on my laptop that has an external screen attached. The big external monitor also has a vertical panel. My external screen is on the right side of my laptop.



When I maximize windows on my external monitor, the panel overlaps those. However, when I maximize windows on my smaller laptop monitor, there seems to be the panel's width reserved in space (which is just empty)



How can I make it reserve space on the right monitor?



My setup looks like this (generated with arandr and modified (right-of and primary are by me, trying to solve the problem):



#!/bin/sh
xrandr --output HDMI1 --primary --right-of LVDS1 --mode 1920x1080 --pos 1440x0 --rotate normal
--output LVDS1 --mode 1440x900 --pos 0x368 --rotate normal
--output TV1 --off --output VGA1 --off









share|improve this question



























    5















    I'm using Xubuntu 13.04 on my laptop that has an external screen attached. The big external monitor also has a vertical panel. My external screen is on the right side of my laptop.



    When I maximize windows on my external monitor, the panel overlaps those. However, when I maximize windows on my smaller laptop monitor, there seems to be the panel's width reserved in space (which is just empty)



    How can I make it reserve space on the right monitor?



    My setup looks like this (generated with arandr and modified (right-of and primary are by me, trying to solve the problem):



    #!/bin/sh
    xrandr --output HDMI1 --primary --right-of LVDS1 --mode 1920x1080 --pos 1440x0 --rotate normal
    --output LVDS1 --mode 1440x900 --pos 0x368 --rotate normal
    --output TV1 --off --output VGA1 --off









    share|improve this question

























      5












      5








      5


      0






      I'm using Xubuntu 13.04 on my laptop that has an external screen attached. The big external monitor also has a vertical panel. My external screen is on the right side of my laptop.



      When I maximize windows on my external monitor, the panel overlaps those. However, when I maximize windows on my smaller laptop monitor, there seems to be the panel's width reserved in space (which is just empty)



      How can I make it reserve space on the right monitor?



      My setup looks like this (generated with arandr and modified (right-of and primary are by me, trying to solve the problem):



      #!/bin/sh
      xrandr --output HDMI1 --primary --right-of LVDS1 --mode 1920x1080 --pos 1440x0 --rotate normal
      --output LVDS1 --mode 1440x900 --pos 0x368 --rotate normal
      --output TV1 --off --output VGA1 --off









      share|improve this question














      I'm using Xubuntu 13.04 on my laptop that has an external screen attached. The big external monitor also has a vertical panel. My external screen is on the right side of my laptop.



      When I maximize windows on my external monitor, the panel overlaps those. However, when I maximize windows on my smaller laptop monitor, there seems to be the panel's width reserved in space (which is just empty)



      How can I make it reserve space on the right monitor?



      My setup looks like this (generated with arandr and modified (right-of and primary are by me, trying to solve the problem):



      #!/bin/sh
      xrandr --output HDMI1 --primary --right-of LVDS1 --mode 1920x1080 --pos 1440x0 --rotate normal
      --output LVDS1 --mode 1440x900 --pos 0x368 --rotate normal
      --output TV1 --off --output VGA1 --off






      multiple-monitors xubuntu xfce-panel






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 18 '13 at 0:00









      Florian HeinleFlorian Heinle

      1,8441526




      1,8441526






















          3 Answers
          3






          active

          oldest

          votes


















          3














          For anyone looking into this problem, unfortunately this appears to be (a long standing) bug in xfce: https://bugzilla.xfce.org/show_bug.cgi?id=9693. Also see my thread on the xfce forums that describe the same issue: https://forum.xfce.org/viewtopic.php?id=8802






          share|improve this answer































            0














            OK, I fixed it!



            I went to panel->panel settings->Unchecked "Lock panel". Now grepped the panel from outer right side (with the dots). I moved the panel up and forced it down again. This last step will cause the xfce panel to be recognized again as a bottom panel, meaning it will stay up front whenever I maximize a window.



            You can now "Lock the panel" again within the settings. And exit the settings windows.






            share|improve this answer































              0














              I usually workaround the problem by setting the resolution of the external monitor again.



              xrandr output:



              xrandr -q
              Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
              eDP-1 connected (normal left inverted right x axis y axis)
              2560x1440 60.00 + 59.99 59.99 59.96 59.95
              ...
              HDMI-2 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
              1920x1080 60.00*+ 60.00 50.00 59.94
              1680x1050 59.88


              I change the monitor to a lower resolution (mode) then set it back:



              xrandr --output HDMI-2 --mode 1680x1050



              then



              xrandr --output HDMI-2 --mode 1920x1080






              share|improve this answer








              New contributor




              Rodolfo Martinez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.




















                Your Answer








                StackExchange.ready(function() {
                var channelOptions = {
                tags: "".split(" "),
                id: "89"
                };
                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',
                autoActivateHeartbeat: false,
                convertImagesToLinks: true,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: 10,
                bindNavPrevention: true,
                postfix: "",
                imageUploader: {
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                },
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                });


                }
                });














                draft saved

                draft discarded


















                StackExchange.ready(
                function () {
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f296918%2fhow-to-make-xfce-reserve-space-for-panel-on-the-right-monitor%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                3














                For anyone looking into this problem, unfortunately this appears to be (a long standing) bug in xfce: https://bugzilla.xfce.org/show_bug.cgi?id=9693. Also see my thread on the xfce forums that describe the same issue: https://forum.xfce.org/viewtopic.php?id=8802






                share|improve this answer




























                  3














                  For anyone looking into this problem, unfortunately this appears to be (a long standing) bug in xfce: https://bugzilla.xfce.org/show_bug.cgi?id=9693. Also see my thread on the xfce forums that describe the same issue: https://forum.xfce.org/viewtopic.php?id=8802






                  share|improve this answer


























                    3












                    3








                    3







                    For anyone looking into this problem, unfortunately this appears to be (a long standing) bug in xfce: https://bugzilla.xfce.org/show_bug.cgi?id=9693. Also see my thread on the xfce forums that describe the same issue: https://forum.xfce.org/viewtopic.php?id=8802






                    share|improve this answer













                    For anyone looking into this problem, unfortunately this appears to be (a long standing) bug in xfce: https://bugzilla.xfce.org/show_bug.cgi?id=9693. Also see my thread on the xfce forums that describe the same issue: https://forum.xfce.org/viewtopic.php?id=8802







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Apr 24 '14 at 7:10









                    logionlogion

                    20615




                    20615

























                        0














                        OK, I fixed it!



                        I went to panel->panel settings->Unchecked "Lock panel". Now grepped the panel from outer right side (with the dots). I moved the panel up and forced it down again. This last step will cause the xfce panel to be recognized again as a bottom panel, meaning it will stay up front whenever I maximize a window.



                        You can now "Lock the panel" again within the settings. And exit the settings windows.






                        share|improve this answer




























                          0














                          OK, I fixed it!



                          I went to panel->panel settings->Unchecked "Lock panel". Now grepped the panel from outer right side (with the dots). I moved the panel up and forced it down again. This last step will cause the xfce panel to be recognized again as a bottom panel, meaning it will stay up front whenever I maximize a window.



                          You can now "Lock the panel" again within the settings. And exit the settings windows.






                          share|improve this answer


























                            0












                            0








                            0







                            OK, I fixed it!



                            I went to panel->panel settings->Unchecked "Lock panel". Now grepped the panel from outer right side (with the dots). I moved the panel up and forced it down again. This last step will cause the xfce panel to be recognized again as a bottom panel, meaning it will stay up front whenever I maximize a window.



                            You can now "Lock the panel" again within the settings. And exit the settings windows.






                            share|improve this answer













                            OK, I fixed it!



                            I went to panel->panel settings->Unchecked "Lock panel". Now grepped the panel from outer right side (with the dots). I moved the panel up and forced it down again. This last step will cause the xfce panel to be recognized again as a bottom panel, meaning it will stay up front whenever I maximize a window.



                            You can now "Lock the panel" again within the settings. And exit the settings windows.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Nov 30 '18 at 1:19









                            danger89danger89

                            1214




                            1214























                                0














                                I usually workaround the problem by setting the resolution of the external monitor again.



                                xrandr output:



                                xrandr -q
                                Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
                                eDP-1 connected (normal left inverted right x axis y axis)
                                2560x1440 60.00 + 59.99 59.99 59.96 59.95
                                ...
                                HDMI-2 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
                                1920x1080 60.00*+ 60.00 50.00 59.94
                                1680x1050 59.88


                                I change the monitor to a lower resolution (mode) then set it back:



                                xrandr --output HDMI-2 --mode 1680x1050



                                then



                                xrandr --output HDMI-2 --mode 1920x1080






                                share|improve this answer








                                New contributor




                                Rodolfo Martinez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.

























                                  0














                                  I usually workaround the problem by setting the resolution of the external monitor again.



                                  xrandr output:



                                  xrandr -q
                                  Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
                                  eDP-1 connected (normal left inverted right x axis y axis)
                                  2560x1440 60.00 + 59.99 59.99 59.96 59.95
                                  ...
                                  HDMI-2 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
                                  1920x1080 60.00*+ 60.00 50.00 59.94
                                  1680x1050 59.88


                                  I change the monitor to a lower resolution (mode) then set it back:



                                  xrandr --output HDMI-2 --mode 1680x1050



                                  then



                                  xrandr --output HDMI-2 --mode 1920x1080






                                  share|improve this answer








                                  New contributor




                                  Rodolfo Martinez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                  Check out our Code of Conduct.























                                    0












                                    0








                                    0







                                    I usually workaround the problem by setting the resolution of the external monitor again.



                                    xrandr output:



                                    xrandr -q
                                    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
                                    eDP-1 connected (normal left inverted right x axis y axis)
                                    2560x1440 60.00 + 59.99 59.99 59.96 59.95
                                    ...
                                    HDMI-2 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
                                    1920x1080 60.00*+ 60.00 50.00 59.94
                                    1680x1050 59.88


                                    I change the monitor to a lower resolution (mode) then set it back:



                                    xrandr --output HDMI-2 --mode 1680x1050



                                    then



                                    xrandr --output HDMI-2 --mode 1920x1080






                                    share|improve this answer








                                    New contributor




                                    Rodolfo Martinez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.










                                    I usually workaround the problem by setting the resolution of the external monitor again.



                                    xrandr output:



                                    xrandr -q
                                    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
                                    eDP-1 connected (normal left inverted right x axis y axis)
                                    2560x1440 60.00 + 59.99 59.99 59.96 59.95
                                    ...
                                    HDMI-2 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
                                    1920x1080 60.00*+ 60.00 50.00 59.94
                                    1680x1050 59.88


                                    I change the monitor to a lower resolution (mode) then set it back:



                                    xrandr --output HDMI-2 --mode 1680x1050



                                    then



                                    xrandr --output HDMI-2 --mode 1920x1080







                                    share|improve this answer








                                    New contributor




                                    Rodolfo Martinez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.









                                    share|improve this answer



                                    share|improve this answer






                                    New contributor




                                    Rodolfo Martinez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.









                                    answered 10 hours ago









                                    Rodolfo MartinezRodolfo Martinez

                                    11




                                    11




                                    New contributor




                                    Rodolfo Martinez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.





                                    New contributor





                                    Rodolfo Martinez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.






                                    Rodolfo Martinez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.






























                                        draft saved

                                        draft discarded




















































                                        Thanks for contributing an answer to Ask Ubuntu!


                                        • Please be sure to answer the question. Provide details and share your research!

                                        But avoid



                                        • Asking for help, clarification, or responding to other answers.

                                        • Making statements based on opinion; back them up with references or personal experience.


                                        To learn more, see our tips on writing great answers.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function () {
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f296918%2fhow-to-make-xfce-reserve-space-for-panel-on-the-right-monitor%23new-answer', 'question_page');
                                        }
                                        );

                                        Post as a guest















                                        Required, but never shown





















































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown

































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown







                                        Popular posts from this blog

                                        GameSpot

                                        日野市

                                        Tu-95轟炸機