New 1080p monitor slightly blurry
I have a Lubuntu 17.10 system, running with an AMD Radeon HD 7770 graphics card, which I've used with a 1680x1050 Samsung monitor via DVI for nearly 10 years with no problems.
I have recently bought a new monitor, a Viewsonic XG2401. I have attached it to the graphics card using DisplayPort (the cable came with the monitor), leaving the old monitor untouched, and set the new monitor as the primary with a 1920x1080 resolution.
However, I find that the new monitor is very slightly blurry. The old one works just as well as before, but I'm finding it hard to read on the new one. I've increased the sharpness setting of the monitor to the max, which has helped a bit, but still the image looks a bit blurred.
Anything I can do to fix the sharpness on the new monitor?
ubuntu multiple-monitors resolution displayport
add a comment |
I have a Lubuntu 17.10 system, running with an AMD Radeon HD 7770 graphics card, which I've used with a 1680x1050 Samsung monitor via DVI for nearly 10 years with no problems.
I have recently bought a new monitor, a Viewsonic XG2401. I have attached it to the graphics card using DisplayPort (the cable came with the monitor), leaving the old monitor untouched, and set the new monitor as the primary with a 1920x1080 resolution.
However, I find that the new monitor is very slightly blurry. The old one works just as well as before, but I'm finding it hard to read on the new one. I've increased the sharpness setting of the monitor to the max, which has helped a bit, but still the image looks a bit blurred.
Anything I can do to fix the sharpness on the new monitor?
ubuntu multiple-monitors resolution displayport
add a comment |
I have a Lubuntu 17.10 system, running with an AMD Radeon HD 7770 graphics card, which I've used with a 1680x1050 Samsung monitor via DVI for nearly 10 years with no problems.
I have recently bought a new monitor, a Viewsonic XG2401. I have attached it to the graphics card using DisplayPort (the cable came with the monitor), leaving the old monitor untouched, and set the new monitor as the primary with a 1920x1080 resolution.
However, I find that the new monitor is very slightly blurry. The old one works just as well as before, but I'm finding it hard to read on the new one. I've increased the sharpness setting of the monitor to the max, which has helped a bit, but still the image looks a bit blurred.
Anything I can do to fix the sharpness on the new monitor?
ubuntu multiple-monitors resolution displayport
I have a Lubuntu 17.10 system, running with an AMD Radeon HD 7770 graphics card, which I've used with a 1680x1050 Samsung monitor via DVI for nearly 10 years with no problems.
I have recently bought a new monitor, a Viewsonic XG2401. I have attached it to the graphics card using DisplayPort (the cable came with the monitor), leaving the old monitor untouched, and set the new monitor as the primary with a 1920x1080 resolution.
However, I find that the new monitor is very slightly blurry. The old one works just as well as before, but I'm finding it hard to read on the new one. I've increased the sharpness setting of the monitor to the max, which has helped a bit, but still the image looks a bit blurred.
Anything I can do to fix the sharpness on the new monitor?
ubuntu multiple-monitors resolution displayport
ubuntu multiple-monitors resolution displayport
asked Jul 5 at 10:42
Svalorzen
1033
1033
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Check the driver settings for overscan. On Windows at least, it has been my experience in the past that AMD drivers will enable overscan scaling by default for HDMI (e.g. anything other than VGA & DVI).
xrandr
reports for the monitor: underscan vborder: 0, underscan hborder: 0, underscan: off (supported: off, on, auto). Is this correct?
– Svalorzen
Jul 5 at 16:00
I frankly do not use ubuntu except as a VM. That sounds like it is disabled, but I know it may be on a per-output basis and you may need to target an interface. Might look at askubuntu.com/questions/508358 and ubuntuforums.org/showthread.php?t=2357579 for ideas regarding specifics
– Yorik
Jul 5 at 16:36
look especially at any potential transforms, this is another word for "resample" or "resize" if the factor is not 1.0
– Yorik
Jul 5 at 16:38
add a comment |
It depends on the type of blurriness that you are experiencing, but the issue I most frequently encounter is solved by separating the monitor's display cable from the power cable.
For some reason, when display cables run next to power cables for a period of time, it causes what looks like a huge smudge on all the text.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
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%2fsuperuser.com%2fquestions%2f1336685%2fnew-1080p-monitor-slightly-blurry%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
Check the driver settings for overscan. On Windows at least, it has been my experience in the past that AMD drivers will enable overscan scaling by default for HDMI (e.g. anything other than VGA & DVI).
xrandr
reports for the monitor: underscan vborder: 0, underscan hborder: 0, underscan: off (supported: off, on, auto). Is this correct?
– Svalorzen
Jul 5 at 16:00
I frankly do not use ubuntu except as a VM. That sounds like it is disabled, but I know it may be on a per-output basis and you may need to target an interface. Might look at askubuntu.com/questions/508358 and ubuntuforums.org/showthread.php?t=2357579 for ideas regarding specifics
– Yorik
Jul 5 at 16:36
look especially at any potential transforms, this is another word for "resample" or "resize" if the factor is not 1.0
– Yorik
Jul 5 at 16:38
add a comment |
Check the driver settings for overscan. On Windows at least, it has been my experience in the past that AMD drivers will enable overscan scaling by default for HDMI (e.g. anything other than VGA & DVI).
xrandr
reports for the monitor: underscan vborder: 0, underscan hborder: 0, underscan: off (supported: off, on, auto). Is this correct?
– Svalorzen
Jul 5 at 16:00
I frankly do not use ubuntu except as a VM. That sounds like it is disabled, but I know it may be on a per-output basis and you may need to target an interface. Might look at askubuntu.com/questions/508358 and ubuntuforums.org/showthread.php?t=2357579 for ideas regarding specifics
– Yorik
Jul 5 at 16:36
look especially at any potential transforms, this is another word for "resample" or "resize" if the factor is not 1.0
– Yorik
Jul 5 at 16:38
add a comment |
Check the driver settings for overscan. On Windows at least, it has been my experience in the past that AMD drivers will enable overscan scaling by default for HDMI (e.g. anything other than VGA & DVI).
Check the driver settings for overscan. On Windows at least, it has been my experience in the past that AMD drivers will enable overscan scaling by default for HDMI (e.g. anything other than VGA & DVI).
answered Jul 5 at 13:23
Yorik
2,6341510
2,6341510
xrandr
reports for the monitor: underscan vborder: 0, underscan hborder: 0, underscan: off (supported: off, on, auto). Is this correct?
– Svalorzen
Jul 5 at 16:00
I frankly do not use ubuntu except as a VM. That sounds like it is disabled, but I know it may be on a per-output basis and you may need to target an interface. Might look at askubuntu.com/questions/508358 and ubuntuforums.org/showthread.php?t=2357579 for ideas regarding specifics
– Yorik
Jul 5 at 16:36
look especially at any potential transforms, this is another word for "resample" or "resize" if the factor is not 1.0
– Yorik
Jul 5 at 16:38
add a comment |
xrandr
reports for the monitor: underscan vborder: 0, underscan hborder: 0, underscan: off (supported: off, on, auto). Is this correct?
– Svalorzen
Jul 5 at 16:00
I frankly do not use ubuntu except as a VM. That sounds like it is disabled, but I know it may be on a per-output basis and you may need to target an interface. Might look at askubuntu.com/questions/508358 and ubuntuforums.org/showthread.php?t=2357579 for ideas regarding specifics
– Yorik
Jul 5 at 16:36
look especially at any potential transforms, this is another word for "resample" or "resize" if the factor is not 1.0
– Yorik
Jul 5 at 16:38
xrandr
reports for the monitor: underscan vborder: 0, underscan hborder: 0, underscan: off (supported: off, on, auto). Is this correct?– Svalorzen
Jul 5 at 16:00
xrandr
reports for the monitor: underscan vborder: 0, underscan hborder: 0, underscan: off (supported: off, on, auto). Is this correct?– Svalorzen
Jul 5 at 16:00
I frankly do not use ubuntu except as a VM. That sounds like it is disabled, but I know it may be on a per-output basis and you may need to target an interface. Might look at askubuntu.com/questions/508358 and ubuntuforums.org/showthread.php?t=2357579 for ideas regarding specifics
– Yorik
Jul 5 at 16:36
I frankly do not use ubuntu except as a VM. That sounds like it is disabled, but I know it may be on a per-output basis and you may need to target an interface. Might look at askubuntu.com/questions/508358 and ubuntuforums.org/showthread.php?t=2357579 for ideas regarding specifics
– Yorik
Jul 5 at 16:36
look especially at any potential transforms, this is another word for "resample" or "resize" if the factor is not 1.0
– Yorik
Jul 5 at 16:38
look especially at any potential transforms, this is another word for "resample" or "resize" if the factor is not 1.0
– Yorik
Jul 5 at 16:38
add a comment |
It depends on the type of blurriness that you are experiencing, but the issue I most frequently encounter is solved by separating the monitor's display cable from the power cable.
For some reason, when display cables run next to power cables for a period of time, it causes what looks like a huge smudge on all the text.
add a comment |
It depends on the type of blurriness that you are experiencing, but the issue I most frequently encounter is solved by separating the monitor's display cable from the power cable.
For some reason, when display cables run next to power cables for a period of time, it causes what looks like a huge smudge on all the text.
add a comment |
It depends on the type of blurriness that you are experiencing, but the issue I most frequently encounter is solved by separating the monitor's display cable from the power cable.
For some reason, when display cables run next to power cables for a period of time, it causes what looks like a huge smudge on all the text.
It depends on the type of blurriness that you are experiencing, but the issue I most frequently encounter is solved by separating the monitor's display cable from the power cable.
For some reason, when display cables run next to power cables for a period of time, it causes what looks like a huge smudge on all the text.
answered Dec 17 at 15:41
beardedmogul
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1336685%2fnew-1080p-monitor-slightly-blurry%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