Dual monitor setup on a laptop: internal monitor peeking through on external display
Recently I began to use my laptop (Dell Inspiron N5020) with an external display. I use the displays side-by-side, internal on the left, external on the right.
The problem is, however, that the display on the external monitor seems to be shifted to the right by a few pixels, and at the same time a few pixel wide column from the right edge of the internal display is duplicated on the left edge of the external. On a screenshot this is not visible. I illustrated what I'm actually talking about on this image:
The type of the external monitor doesn't seem to matter. Same thing with a Medion 1680x1050 monitor with VGA connector, and a Dell U2311H through HDMI. Also I tried to set various resolution combinations, and it seems to only happen when the internal monitor is at its native resolution (which is 1366x768)
(I have Linux Mint 15 x64 with Cinnamon.)
linux-mint cinnamon multi-monitor laptop
add a comment |
Recently I began to use my laptop (Dell Inspiron N5020) with an external display. I use the displays side-by-side, internal on the left, external on the right.
The problem is, however, that the display on the external monitor seems to be shifted to the right by a few pixels, and at the same time a few pixel wide column from the right edge of the internal display is duplicated on the left edge of the external. On a screenshot this is not visible. I illustrated what I'm actually talking about on this image:
The type of the external monitor doesn't seem to matter. Same thing with a Medion 1680x1050 monitor with VGA connector, and a Dell U2311H through HDMI. Also I tried to set various resolution combinations, and it seems to only happen when the internal monitor is at its native resolution (which is 1366x768)
(I have Linux Mint 15 x64 with Cinnamon.)
linux-mint cinnamon multi-monitor laptop
You should check the output ofxrandr
to ensure that the two displays are not overlapping in their layout. They probably aren't, but it's worth checking, especially if your mouse is really showing on two monitors the way you depict it. You can easily rearrange the windows using the GUI-basedarandr
or usingxrandr
command-line options. (Another possibility is that perhaps you're just seeing the window decorations crossing over. I've experienced this in several WMs.)
– billyjmc
Nov 8 '13 at 4:00
I use arandr and xrandr, the displays definitely aren't overlapping. Also I found a workaround: I saved the setup script with arandr, then shifted the right display by two pixels to the right, so that logically there is a two pixel wide gap between them. Visually it's totally fine. If I take a screenshot, the gap is filled with random garbled pixels, which aren't visible physically. Drawback however: the mouse is not stopped at the inner edges of the screens. So I can't place auto hiding panels to the top of the internal display, or the bottom of the external one.
– Emoryy
Oct 15 '14 at 14:41
add a comment |
Recently I began to use my laptop (Dell Inspiron N5020) with an external display. I use the displays side-by-side, internal on the left, external on the right.
The problem is, however, that the display on the external monitor seems to be shifted to the right by a few pixels, and at the same time a few pixel wide column from the right edge of the internal display is duplicated on the left edge of the external. On a screenshot this is not visible. I illustrated what I'm actually talking about on this image:
The type of the external monitor doesn't seem to matter. Same thing with a Medion 1680x1050 monitor with VGA connector, and a Dell U2311H through HDMI. Also I tried to set various resolution combinations, and it seems to only happen when the internal monitor is at its native resolution (which is 1366x768)
(I have Linux Mint 15 x64 with Cinnamon.)
linux-mint cinnamon multi-monitor laptop
Recently I began to use my laptop (Dell Inspiron N5020) with an external display. I use the displays side-by-side, internal on the left, external on the right.
The problem is, however, that the display on the external monitor seems to be shifted to the right by a few pixels, and at the same time a few pixel wide column from the right edge of the internal display is duplicated on the left edge of the external. On a screenshot this is not visible. I illustrated what I'm actually talking about on this image:
The type of the external monitor doesn't seem to matter. Same thing with a Medion 1680x1050 monitor with VGA connector, and a Dell U2311H through HDMI. Also I tried to set various resolution combinations, and it seems to only happen when the internal monitor is at its native resolution (which is 1366x768)
(I have Linux Mint 15 x64 with Cinnamon.)
linux-mint cinnamon multi-monitor laptop
linux-mint cinnamon multi-monitor laptop
edited Nov 19 '17 at 15:04
Jeff Schaller
38.6k1053125
38.6k1053125
asked Oct 10 '13 at 19:41
Emoryy
614
614
You should check the output ofxrandr
to ensure that the two displays are not overlapping in their layout. They probably aren't, but it's worth checking, especially if your mouse is really showing on two monitors the way you depict it. You can easily rearrange the windows using the GUI-basedarandr
or usingxrandr
command-line options. (Another possibility is that perhaps you're just seeing the window decorations crossing over. I've experienced this in several WMs.)
– billyjmc
Nov 8 '13 at 4:00
I use arandr and xrandr, the displays definitely aren't overlapping. Also I found a workaround: I saved the setup script with arandr, then shifted the right display by two pixels to the right, so that logically there is a two pixel wide gap between them. Visually it's totally fine. If I take a screenshot, the gap is filled with random garbled pixels, which aren't visible physically. Drawback however: the mouse is not stopped at the inner edges of the screens. So I can't place auto hiding panels to the top of the internal display, or the bottom of the external one.
– Emoryy
Oct 15 '14 at 14:41
add a comment |
You should check the output ofxrandr
to ensure that the two displays are not overlapping in their layout. They probably aren't, but it's worth checking, especially if your mouse is really showing on two monitors the way you depict it. You can easily rearrange the windows using the GUI-basedarandr
or usingxrandr
command-line options. (Another possibility is that perhaps you're just seeing the window decorations crossing over. I've experienced this in several WMs.)
– billyjmc
Nov 8 '13 at 4:00
I use arandr and xrandr, the displays definitely aren't overlapping. Also I found a workaround: I saved the setup script with arandr, then shifted the right display by two pixels to the right, so that logically there is a two pixel wide gap between them. Visually it's totally fine. If I take a screenshot, the gap is filled with random garbled pixels, which aren't visible physically. Drawback however: the mouse is not stopped at the inner edges of the screens. So I can't place auto hiding panels to the top of the internal display, or the bottom of the external one.
– Emoryy
Oct 15 '14 at 14:41
You should check the output of
xrandr
to ensure that the two displays are not overlapping in their layout. They probably aren't, but it's worth checking, especially if your mouse is really showing on two monitors the way you depict it. You can easily rearrange the windows using the GUI-based arandr
or using xrandr
command-line options. (Another possibility is that perhaps you're just seeing the window decorations crossing over. I've experienced this in several WMs.)– billyjmc
Nov 8 '13 at 4:00
You should check the output of
xrandr
to ensure that the two displays are not overlapping in their layout. They probably aren't, but it's worth checking, especially if your mouse is really showing on two monitors the way you depict it. You can easily rearrange the windows using the GUI-based arandr
or using xrandr
command-line options. (Another possibility is that perhaps you're just seeing the window decorations crossing over. I've experienced this in several WMs.)– billyjmc
Nov 8 '13 at 4:00
I use arandr and xrandr, the displays definitely aren't overlapping. Also I found a workaround: I saved the setup script with arandr, then shifted the right display by two pixels to the right, so that logically there is a two pixel wide gap between them. Visually it's totally fine. If I take a screenshot, the gap is filled with random garbled pixels, which aren't visible physically. Drawback however: the mouse is not stopped at the inner edges of the screens. So I can't place auto hiding panels to the top of the internal display, or the bottom of the external one.
– Emoryy
Oct 15 '14 at 14:41
I use arandr and xrandr, the displays definitely aren't overlapping. Also I found a workaround: I saved the setup script with arandr, then shifted the right display by two pixels to the right, so that logically there is a two pixel wide gap between them. Visually it's totally fine. If I take a screenshot, the gap is filled with random garbled pixels, which aren't visible physically. Drawback however: the mouse is not stopped at the inner edges of the screens. So I can't place auto hiding panels to the top of the internal display, or the bottom of the external one.
– Emoryy
Oct 15 '14 at 14:41
add a comment |
2 Answers
2
active
oldest
votes
I had the exactly same problem, but found a different solution that does not have the drawbacks of your proposed solution. It turned out that there was a 2 pixel wide unused column on the left side of my arrangement, so instead of shifting the right display to the right, I shifted the left display (internal) to the left, covering that unused column. Everything is fine now. Here is how my scripts looks like:
xrandr --output VGA-0 --off --output LVDS --mode 1366x768 --pos -2x312 --rotate normal --output HDMI-0 --primary --mode 1920x1080 --pos 1366x0 --rotate normal
Observe the -2 on the first
--posargument.
Thanks, I tried it. But it seems the mouse still doesn't stop at the inner edges - at least this is the case in XFCE.
– Emoryy
Sep 16 '15 at 7:47
I see what you mean. In my case I only get that in one of the borders, in which I don't need it to stop. Let's keep waiting for a better solution then.
– lasaro
Oct 16 '15 at 15:46
add a comment |
How did you configure the desktop layout? If you used the GUI tool to do so, check to see if you have accidentally positioned the 2 screens overlapping slightly.
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f94506%2fdual-monitor-setup-on-a-laptop-internal-monitor-peeking-through-on-external-dis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had the exactly same problem, but found a different solution that does not have the drawbacks of your proposed solution. It turned out that there was a 2 pixel wide unused column on the left side of my arrangement, so instead of shifting the right display to the right, I shifted the left display (internal) to the left, covering that unused column. Everything is fine now. Here is how my scripts looks like:
xrandr --output VGA-0 --off --output LVDS --mode 1366x768 --pos -2x312 --rotate normal --output HDMI-0 --primary --mode 1920x1080 --pos 1366x0 --rotate normal
Observe the -2 on the first
--posargument.
Thanks, I tried it. But it seems the mouse still doesn't stop at the inner edges - at least this is the case in XFCE.
– Emoryy
Sep 16 '15 at 7:47
I see what you mean. In my case I only get that in one of the borders, in which I don't need it to stop. Let's keep waiting for a better solution then.
– lasaro
Oct 16 '15 at 15:46
add a comment |
I had the exactly same problem, but found a different solution that does not have the drawbacks of your proposed solution. It turned out that there was a 2 pixel wide unused column on the left side of my arrangement, so instead of shifting the right display to the right, I shifted the left display (internal) to the left, covering that unused column. Everything is fine now. Here is how my scripts looks like:
xrandr --output VGA-0 --off --output LVDS --mode 1366x768 --pos -2x312 --rotate normal --output HDMI-0 --primary --mode 1920x1080 --pos 1366x0 --rotate normal
Observe the -2 on the first
--posargument.
Thanks, I tried it. But it seems the mouse still doesn't stop at the inner edges - at least this is the case in XFCE.
– Emoryy
Sep 16 '15 at 7:47
I see what you mean. In my case I only get that in one of the borders, in which I don't need it to stop. Let's keep waiting for a better solution then.
– lasaro
Oct 16 '15 at 15:46
add a comment |
I had the exactly same problem, but found a different solution that does not have the drawbacks of your proposed solution. It turned out that there was a 2 pixel wide unused column on the left side of my arrangement, so instead of shifting the right display to the right, I shifted the left display (internal) to the left, covering that unused column. Everything is fine now. Here is how my scripts looks like:
xrandr --output VGA-0 --off --output LVDS --mode 1366x768 --pos -2x312 --rotate normal --output HDMI-0 --primary --mode 1920x1080 --pos 1366x0 --rotate normal
Observe the -2 on the first
--posargument.
I had the exactly same problem, but found a different solution that does not have the drawbacks of your proposed solution. It turned out that there was a 2 pixel wide unused column on the left side of my arrangement, so instead of shifting the right display to the right, I shifted the left display (internal) to the left, covering that unused column. Everything is fine now. Here is how my scripts looks like:
xrandr --output VGA-0 --off --output LVDS --mode 1366x768 --pos -2x312 --rotate normal --output HDMI-0 --primary --mode 1920x1080 --pos 1366x0 --rotate normal
Observe the -2 on the first
--posargument.
answered Sep 15 '15 at 16:15
lasaro
1011
1011
Thanks, I tried it. But it seems the mouse still doesn't stop at the inner edges - at least this is the case in XFCE.
– Emoryy
Sep 16 '15 at 7:47
I see what you mean. In my case I only get that in one of the borders, in which I don't need it to stop. Let's keep waiting for a better solution then.
– lasaro
Oct 16 '15 at 15:46
add a comment |
Thanks, I tried it. But it seems the mouse still doesn't stop at the inner edges - at least this is the case in XFCE.
– Emoryy
Sep 16 '15 at 7:47
I see what you mean. In my case I only get that in one of the borders, in which I don't need it to stop. Let's keep waiting for a better solution then.
– lasaro
Oct 16 '15 at 15:46
Thanks, I tried it. But it seems the mouse still doesn't stop at the inner edges - at least this is the case in XFCE.
– Emoryy
Sep 16 '15 at 7:47
Thanks, I tried it. But it seems the mouse still doesn't stop at the inner edges - at least this is the case in XFCE.
– Emoryy
Sep 16 '15 at 7:47
I see what you mean. In my case I only get that in one of the borders, in which I don't need it to stop. Let's keep waiting for a better solution then.
– lasaro
Oct 16 '15 at 15:46
I see what you mean. In my case I only get that in one of the borders, in which I don't need it to stop. Let's keep waiting for a better solution then.
– lasaro
Oct 16 '15 at 15:46
add a comment |
How did you configure the desktop layout? If you used the GUI tool to do so, check to see if you have accidentally positioned the 2 screens overlapping slightly.
add a comment |
How did you configure the desktop layout? If you used the GUI tool to do so, check to see if you have accidentally positioned the 2 screens overlapping slightly.
add a comment |
How did you configure the desktop layout? If you used the GUI tool to do so, check to see if you have accidentally positioned the 2 screens overlapping slightly.
How did you configure the desktop layout? If you used the GUI tool to do so, check to see if you have accidentally positioned the 2 screens overlapping slightly.
answered Mar 25 '17 at 18:24
Liam Proven
24926
24926
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f94506%2fdual-monitor-setup-on-a-laptop-internal-monitor-peeking-through-on-external-dis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
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
You should check the output of
xrandr
to ensure that the two displays are not overlapping in their layout. They probably aren't, but it's worth checking, especially if your mouse is really showing on two monitors the way you depict it. You can easily rearrange the windows using the GUI-basedarandr
or usingxrandr
command-line options. (Another possibility is that perhaps you're just seeing the window decorations crossing over. I've experienced this in several WMs.)– billyjmc
Nov 8 '13 at 4:00
I use arandr and xrandr, the displays definitely aren't overlapping. Also I found a workaround: I saved the setup script with arandr, then shifted the right display by two pixels to the right, so that logically there is a two pixel wide gap between them. Visually it's totally fine. If I take a screenshot, the gap is filled with random garbled pixels, which aren't visible physically. Drawback however: the mouse is not stopped at the inner edges of the screens. So I can't place auto hiding panels to the top of the internal display, or the bottom of the external one.
– Emoryy
Oct 15 '14 at 14:41