How to set screen borders for HDMI output
Is there a way to set the screen borders manually? Right now when I have it connected to my TV via HDMI, the edges of the screen are cut off. It looks something like this that I found from another ask question
Card: AMD Radeon HD 4890
TV: Panasonic th-50px60u
xorg
|
show 9 more comments
Is there a way to set the screen borders manually? Right now when I have it connected to my TV via HDMI, the edges of the screen are cut off. It looks something like this that I found from another ask question
Card: AMD Radeon HD 4890
TV: Panasonic th-50px60u
xorg
3
change your TV settings, something "Fit screen"
– αғsнιη
Sep 21 '14 at 19:49
1
My TV doesn't have a setting like that unfortunately
– Chaos
Sep 21 '14 at 19:50
3
see askubuntu.com/questions/4358/…
– αғsнιη
Sep 21 '14 at 19:52
1
I have a older Panasonic TV, which like I JUST said, doesn't have a setting like that.
– Chaos
Sep 21 '14 at 19:53
1
Setting the resolution doesn't matter, still has edges cut off.
– Chaos
Sep 21 '14 at 20:04
|
show 9 more comments
Is there a way to set the screen borders manually? Right now when I have it connected to my TV via HDMI, the edges of the screen are cut off. It looks something like this that I found from another ask question
Card: AMD Radeon HD 4890
TV: Panasonic th-50px60u
xorg
Is there a way to set the screen borders manually? Right now when I have it connected to my TV via HDMI, the edges of the screen are cut off. It looks something like this that I found from another ask question
Card: AMD Radeon HD 4890
TV: Panasonic th-50px60u
xorg
xorg
edited Sep 21 '14 at 21:21
Chaos
asked Sep 21 '14 at 19:39
ChaosChaos
3682516
3682516
3
change your TV settings, something "Fit screen"
– αғsнιη
Sep 21 '14 at 19:49
1
My TV doesn't have a setting like that unfortunately
– Chaos
Sep 21 '14 at 19:50
3
see askubuntu.com/questions/4358/…
– αғsнιη
Sep 21 '14 at 19:52
1
I have a older Panasonic TV, which like I JUST said, doesn't have a setting like that.
– Chaos
Sep 21 '14 at 19:53
1
Setting the resolution doesn't matter, still has edges cut off.
– Chaos
Sep 21 '14 at 20:04
|
show 9 more comments
3
change your TV settings, something "Fit screen"
– αғsнιη
Sep 21 '14 at 19:49
1
My TV doesn't have a setting like that unfortunately
– Chaos
Sep 21 '14 at 19:50
3
see askubuntu.com/questions/4358/…
– αғsнιη
Sep 21 '14 at 19:52
1
I have a older Panasonic TV, which like I JUST said, doesn't have a setting like that.
– Chaos
Sep 21 '14 at 19:53
1
Setting the resolution doesn't matter, still has edges cut off.
– Chaos
Sep 21 '14 at 20:04
3
3
change your TV settings, something "Fit screen"
– αғsнιη
Sep 21 '14 at 19:49
change your TV settings, something "Fit screen"
– αғsнιη
Sep 21 '14 at 19:49
1
1
My TV doesn't have a setting like that unfortunately
– Chaos
Sep 21 '14 at 19:50
My TV doesn't have a setting like that unfortunately
– Chaos
Sep 21 '14 at 19:50
3
3
see askubuntu.com/questions/4358/…
– αғsнιη
Sep 21 '14 at 19:52
see askubuntu.com/questions/4358/…
– αғsнιη
Sep 21 '14 at 19:52
1
1
I have a older Panasonic TV, which like I JUST said, doesn't have a setting like that.
– Chaos
Sep 21 '14 at 19:53
I have a older Panasonic TV, which like I JUST said, doesn't have a setting like that.
– Chaos
Sep 21 '14 at 19:53
1
1
Setting the resolution doesn't matter, still has edges cut off.
– Chaos
Sep 21 '14 at 20:04
Setting the resolution doesn't matter, still has edges cut off.
– Chaos
Sep 21 '14 at 20:04
|
show 9 more comments
6 Answers
6
active
oldest
votes
What you are looking at is a"feature called "overscan" (or "zoom" on some TVs). It's the TV itself cutting off the edges!
So, look for a feature called overscan (or zoom) in the setup of the TV, and disable it!
Some history:
Long time ago, when cathode ray tubes - CRTs - were used as television displays, and the images were transferred in an analogue way, it had a technical reason, it was useful.
The TV stations were used to always have a border with nothing important in it.
With pixel matrix displays like LCD, overscan no longer makes sense.
But people are used to have it, and think it's better to have the feature than not have it.
If you want to sell LCD TVs, you have customers asking for it, and because it costs nothing to provide it, you better list that feature in the description.
It will not do any harm, no problem. Except if someone enables it.
2
Correct, to the point, complete and the answer to the question!! And still you get two downvotes without comment. This was exactly the solution for my TV! (One upvote from me! And an edit)
– Fabby
Jan 14 '15 at 23:46
1
Oh, thanks! I was starting to think I somehow missed the point and better delete the answer. Maybe it's just that I could not convince the OP that his TV has an overscan setting at all.
– Volker Siegel
Jan 15 '15 at 9:48
1
Ah, just noticed you found the overscan setting in the manual - but with a different name than "overscan" - oh, I explicitly wrote "called overscan" - will fix that.
– Volker Siegel
Jan 15 '15 at 9:52
Done already!!! :D :D :D
– Fabby
Jan 15 '15 at 9:53
It's work for me (Condor TV)
– elkebirmed
Oct 12 '15 at 14:08
|
show 1 more comment
My TV also does that. Usually I just run
xrandr --output LVDS1 --primary --auto --output HDMI1 --auto --same-as LVDS1
This fixes the wrong resolution on the monitor, making it a mirror of my laptop.
I have this command conveniently aliased to something I can remember:
alias xrandr-hdmi-mirror="xrandr --output LVDS1 --primary --auto --output HDMI1 --auto --same-as LVDS1"
This way I just run xrandr-hdmi-mirror
whenever I connect my TV.
Of course, you should adjust HDMI1 and/or LVDS1 to your system. Run xrandr
to discover which device you should use.
Updated answer
Since you have only one monitor (your TV) try the following:
Discover the output name of your TV. It is probably
HDMI1
orVGA1
. To do it, runxrandr
then search for the word "connected". For example, if you seeHDM1 connected
, then your TV isHDMI1
.Try doing a
xrandr --output HDMI1 --auto
. See if the resolution gets okay.If not, you'll have to do a
xrandr --output HDMI1 --mode 1024x768
, for example. However, you should replace1024x768
to a resolution that your TV supports. The output ofxrandr
will tell you the available ones.
Problem with your method is I am ONLY using the TV as a monitor. There isn't anything for me to compare it to or set as the same.
– Chaos
Sep 21 '14 at 20:15
OK, in this case, try the following: (still editing, hit enter too soon) 1. Run xrandr to discover the name assigned to uour monitor. It is probably VGA1 or HDMI1.
– thiagowfx
Sep 21 '14 at 20:25
Alright, whats the next step?
– Chaos
Sep 21 '14 at 20:27
I've updated my original answer.
– thiagowfx
Sep 21 '14 at 20:30
Tried auto and it was the one I was currently on. Then I tried all the resolutions it listed and each one still was cutting off edges.
– Chaos
Sep 21 '14 at 20:39
|
show 2 more comments
I had the same problem with my Samsung TV connecting to my laptop via HDMI and found the solution by going to the TV Menu > Picture > Screen Adjustment > chose "screen fit" that fixed it. There you will find other options too but for me the screen fit did the trick and that over scan issue was fixed.
All this time i was thinking it was the display setting on the Ubuntu laptop i needed to fix. Hope This helps other.
Thanks, that was my problem too. On my TV, it was under "aspect ratio" > "just scan"
– niknah
Nov 7 '16 at 22:59
Helped me samsung s22c200
– Vadim
Jan 16 at 5:32
add a comment |
I was having the same problem. The xrandr
info in other answers didn't help in my case, but it was good background anyway. I fixed the problem on my screen by resetting the aspect ratio setting back to 1:1. It had somehow been changed to "wide".
You changed it on the tv not computer?
– Tim
Jun 29 '15 at 20:49
add a comment |
Samsung TV:
Tools -> Image Size (change from 16:9 to adjust screen).
If you have another TV or monitor you just search for your model in google/youtube with overscan or zoom image mode
add a comment |
Guys there is simple solution to it using panasonic TV. In the Advanced Settings, turn the overscan off. This fixes the problem
This is a duplicate of the top voted answer
– stumblebee
May 5 '18 at 17:07
add a comment |
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
});
}
});
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%2faskubuntu.com%2fquestions%2f526836%2fhow-to-set-screen-borders-for-hdmi-output%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
What you are looking at is a"feature called "overscan" (or "zoom" on some TVs). It's the TV itself cutting off the edges!
So, look for a feature called overscan (or zoom) in the setup of the TV, and disable it!
Some history:
Long time ago, when cathode ray tubes - CRTs - were used as television displays, and the images were transferred in an analogue way, it had a technical reason, it was useful.
The TV stations were used to always have a border with nothing important in it.
With pixel matrix displays like LCD, overscan no longer makes sense.
But people are used to have it, and think it's better to have the feature than not have it.
If you want to sell LCD TVs, you have customers asking for it, and because it costs nothing to provide it, you better list that feature in the description.
It will not do any harm, no problem. Except if someone enables it.
2
Correct, to the point, complete and the answer to the question!! And still you get two downvotes without comment. This was exactly the solution for my TV! (One upvote from me! And an edit)
– Fabby
Jan 14 '15 at 23:46
1
Oh, thanks! I was starting to think I somehow missed the point and better delete the answer. Maybe it's just that I could not convince the OP that his TV has an overscan setting at all.
– Volker Siegel
Jan 15 '15 at 9:48
1
Ah, just noticed you found the overscan setting in the manual - but with a different name than "overscan" - oh, I explicitly wrote "called overscan" - will fix that.
– Volker Siegel
Jan 15 '15 at 9:52
Done already!!! :D :D :D
– Fabby
Jan 15 '15 at 9:53
It's work for me (Condor TV)
– elkebirmed
Oct 12 '15 at 14:08
|
show 1 more comment
What you are looking at is a"feature called "overscan" (or "zoom" on some TVs). It's the TV itself cutting off the edges!
So, look for a feature called overscan (or zoom) in the setup of the TV, and disable it!
Some history:
Long time ago, when cathode ray tubes - CRTs - were used as television displays, and the images were transferred in an analogue way, it had a technical reason, it was useful.
The TV stations were used to always have a border with nothing important in it.
With pixel matrix displays like LCD, overscan no longer makes sense.
But people are used to have it, and think it's better to have the feature than not have it.
If you want to sell LCD TVs, you have customers asking for it, and because it costs nothing to provide it, you better list that feature in the description.
It will not do any harm, no problem. Except if someone enables it.
2
Correct, to the point, complete and the answer to the question!! And still you get two downvotes without comment. This was exactly the solution for my TV! (One upvote from me! And an edit)
– Fabby
Jan 14 '15 at 23:46
1
Oh, thanks! I was starting to think I somehow missed the point and better delete the answer. Maybe it's just that I could not convince the OP that his TV has an overscan setting at all.
– Volker Siegel
Jan 15 '15 at 9:48
1
Ah, just noticed you found the overscan setting in the manual - but with a different name than "overscan" - oh, I explicitly wrote "called overscan" - will fix that.
– Volker Siegel
Jan 15 '15 at 9:52
Done already!!! :D :D :D
– Fabby
Jan 15 '15 at 9:53
It's work for me (Condor TV)
– elkebirmed
Oct 12 '15 at 14:08
|
show 1 more comment
What you are looking at is a"feature called "overscan" (or "zoom" on some TVs). It's the TV itself cutting off the edges!
So, look for a feature called overscan (or zoom) in the setup of the TV, and disable it!
Some history:
Long time ago, when cathode ray tubes - CRTs - were used as television displays, and the images were transferred in an analogue way, it had a technical reason, it was useful.
The TV stations were used to always have a border with nothing important in it.
With pixel matrix displays like LCD, overscan no longer makes sense.
But people are used to have it, and think it's better to have the feature than not have it.
If you want to sell LCD TVs, you have customers asking for it, and because it costs nothing to provide it, you better list that feature in the description.
It will not do any harm, no problem. Except if someone enables it.
What you are looking at is a"feature called "overscan" (or "zoom" on some TVs). It's the TV itself cutting off the edges!
So, look for a feature called overscan (or zoom) in the setup of the TV, and disable it!
Some history:
Long time ago, when cathode ray tubes - CRTs - were used as television displays, and the images were transferred in an analogue way, it had a technical reason, it was useful.
The TV stations were used to always have a border with nothing important in it.
With pixel matrix displays like LCD, overscan no longer makes sense.
But people are used to have it, and think it's better to have the feature than not have it.
If you want to sell LCD TVs, you have customers asking for it, and because it costs nothing to provide it, you better list that feature in the description.
It will not do any harm, no problem. Except if someone enables it.
edited Jan 15 '15 at 9:53
Fabby
26.9k1360161
26.9k1360161
answered Sep 21 '14 at 19:52
Volker SiegelVolker Siegel
9,06043349
9,06043349
2
Correct, to the point, complete and the answer to the question!! And still you get two downvotes without comment. This was exactly the solution for my TV! (One upvote from me! And an edit)
– Fabby
Jan 14 '15 at 23:46
1
Oh, thanks! I was starting to think I somehow missed the point and better delete the answer. Maybe it's just that I could not convince the OP that his TV has an overscan setting at all.
– Volker Siegel
Jan 15 '15 at 9:48
1
Ah, just noticed you found the overscan setting in the manual - but with a different name than "overscan" - oh, I explicitly wrote "called overscan" - will fix that.
– Volker Siegel
Jan 15 '15 at 9:52
Done already!!! :D :D :D
– Fabby
Jan 15 '15 at 9:53
It's work for me (Condor TV)
– elkebirmed
Oct 12 '15 at 14:08
|
show 1 more comment
2
Correct, to the point, complete and the answer to the question!! And still you get two downvotes without comment. This was exactly the solution for my TV! (One upvote from me! And an edit)
– Fabby
Jan 14 '15 at 23:46
1
Oh, thanks! I was starting to think I somehow missed the point and better delete the answer. Maybe it's just that I could not convince the OP that his TV has an overscan setting at all.
– Volker Siegel
Jan 15 '15 at 9:48
1
Ah, just noticed you found the overscan setting in the manual - but with a different name than "overscan" - oh, I explicitly wrote "called overscan" - will fix that.
– Volker Siegel
Jan 15 '15 at 9:52
Done already!!! :D :D :D
– Fabby
Jan 15 '15 at 9:53
It's work for me (Condor TV)
– elkebirmed
Oct 12 '15 at 14:08
2
2
Correct, to the point, complete and the answer to the question!! And still you get two downvotes without comment. This was exactly the solution for my TV! (One upvote from me! And an edit)
– Fabby
Jan 14 '15 at 23:46
Correct, to the point, complete and the answer to the question!! And still you get two downvotes without comment. This was exactly the solution for my TV! (One upvote from me! And an edit)
– Fabby
Jan 14 '15 at 23:46
1
1
Oh, thanks! I was starting to think I somehow missed the point and better delete the answer. Maybe it's just that I could not convince the OP that his TV has an overscan setting at all.
– Volker Siegel
Jan 15 '15 at 9:48
Oh, thanks! I was starting to think I somehow missed the point and better delete the answer. Maybe it's just that I could not convince the OP that his TV has an overscan setting at all.
– Volker Siegel
Jan 15 '15 at 9:48
1
1
Ah, just noticed you found the overscan setting in the manual - but with a different name than "overscan" - oh, I explicitly wrote "called overscan" - will fix that.
– Volker Siegel
Jan 15 '15 at 9:52
Ah, just noticed you found the overscan setting in the manual - but with a different name than "overscan" - oh, I explicitly wrote "called overscan" - will fix that.
– Volker Siegel
Jan 15 '15 at 9:52
Done already!!! :D :D :D
– Fabby
Jan 15 '15 at 9:53
Done already!!! :D :D :D
– Fabby
Jan 15 '15 at 9:53
It's work for me (Condor TV)
– elkebirmed
Oct 12 '15 at 14:08
It's work for me (Condor TV)
– elkebirmed
Oct 12 '15 at 14:08
|
show 1 more comment
My TV also does that. Usually I just run
xrandr --output LVDS1 --primary --auto --output HDMI1 --auto --same-as LVDS1
This fixes the wrong resolution on the monitor, making it a mirror of my laptop.
I have this command conveniently aliased to something I can remember:
alias xrandr-hdmi-mirror="xrandr --output LVDS1 --primary --auto --output HDMI1 --auto --same-as LVDS1"
This way I just run xrandr-hdmi-mirror
whenever I connect my TV.
Of course, you should adjust HDMI1 and/or LVDS1 to your system. Run xrandr
to discover which device you should use.
Updated answer
Since you have only one monitor (your TV) try the following:
Discover the output name of your TV. It is probably
HDMI1
orVGA1
. To do it, runxrandr
then search for the word "connected". For example, if you seeHDM1 connected
, then your TV isHDMI1
.Try doing a
xrandr --output HDMI1 --auto
. See if the resolution gets okay.If not, you'll have to do a
xrandr --output HDMI1 --mode 1024x768
, for example. However, you should replace1024x768
to a resolution that your TV supports. The output ofxrandr
will tell you the available ones.
Problem with your method is I am ONLY using the TV as a monitor. There isn't anything for me to compare it to or set as the same.
– Chaos
Sep 21 '14 at 20:15
OK, in this case, try the following: (still editing, hit enter too soon) 1. Run xrandr to discover the name assigned to uour monitor. It is probably VGA1 or HDMI1.
– thiagowfx
Sep 21 '14 at 20:25
Alright, whats the next step?
– Chaos
Sep 21 '14 at 20:27
I've updated my original answer.
– thiagowfx
Sep 21 '14 at 20:30
Tried auto and it was the one I was currently on. Then I tried all the resolutions it listed and each one still was cutting off edges.
– Chaos
Sep 21 '14 at 20:39
|
show 2 more comments
My TV also does that. Usually I just run
xrandr --output LVDS1 --primary --auto --output HDMI1 --auto --same-as LVDS1
This fixes the wrong resolution on the monitor, making it a mirror of my laptop.
I have this command conveniently aliased to something I can remember:
alias xrandr-hdmi-mirror="xrandr --output LVDS1 --primary --auto --output HDMI1 --auto --same-as LVDS1"
This way I just run xrandr-hdmi-mirror
whenever I connect my TV.
Of course, you should adjust HDMI1 and/or LVDS1 to your system. Run xrandr
to discover which device you should use.
Updated answer
Since you have only one monitor (your TV) try the following:
Discover the output name of your TV. It is probably
HDMI1
orVGA1
. To do it, runxrandr
then search for the word "connected". For example, if you seeHDM1 connected
, then your TV isHDMI1
.Try doing a
xrandr --output HDMI1 --auto
. See if the resolution gets okay.If not, you'll have to do a
xrandr --output HDMI1 --mode 1024x768
, for example. However, you should replace1024x768
to a resolution that your TV supports. The output ofxrandr
will tell you the available ones.
Problem with your method is I am ONLY using the TV as a monitor. There isn't anything for me to compare it to or set as the same.
– Chaos
Sep 21 '14 at 20:15
OK, in this case, try the following: (still editing, hit enter too soon) 1. Run xrandr to discover the name assigned to uour monitor. It is probably VGA1 or HDMI1.
– thiagowfx
Sep 21 '14 at 20:25
Alright, whats the next step?
– Chaos
Sep 21 '14 at 20:27
I've updated my original answer.
– thiagowfx
Sep 21 '14 at 20:30
Tried auto and it was the one I was currently on. Then I tried all the resolutions it listed and each one still was cutting off edges.
– Chaos
Sep 21 '14 at 20:39
|
show 2 more comments
My TV also does that. Usually I just run
xrandr --output LVDS1 --primary --auto --output HDMI1 --auto --same-as LVDS1
This fixes the wrong resolution on the monitor, making it a mirror of my laptop.
I have this command conveniently aliased to something I can remember:
alias xrandr-hdmi-mirror="xrandr --output LVDS1 --primary --auto --output HDMI1 --auto --same-as LVDS1"
This way I just run xrandr-hdmi-mirror
whenever I connect my TV.
Of course, you should adjust HDMI1 and/or LVDS1 to your system. Run xrandr
to discover which device you should use.
Updated answer
Since you have only one monitor (your TV) try the following:
Discover the output name of your TV. It is probably
HDMI1
orVGA1
. To do it, runxrandr
then search for the word "connected". For example, if you seeHDM1 connected
, then your TV isHDMI1
.Try doing a
xrandr --output HDMI1 --auto
. See if the resolution gets okay.If not, you'll have to do a
xrandr --output HDMI1 --mode 1024x768
, for example. However, you should replace1024x768
to a resolution that your TV supports. The output ofxrandr
will tell you the available ones.
My TV also does that. Usually I just run
xrandr --output LVDS1 --primary --auto --output HDMI1 --auto --same-as LVDS1
This fixes the wrong resolution on the monitor, making it a mirror of my laptop.
I have this command conveniently aliased to something I can remember:
alias xrandr-hdmi-mirror="xrandr --output LVDS1 --primary --auto --output HDMI1 --auto --same-as LVDS1"
This way I just run xrandr-hdmi-mirror
whenever I connect my TV.
Of course, you should adjust HDMI1 and/or LVDS1 to your system. Run xrandr
to discover which device you should use.
Updated answer
Since you have only one monitor (your TV) try the following:
Discover the output name of your TV. It is probably
HDMI1
orVGA1
. To do it, runxrandr
then search for the word "connected". For example, if you seeHDM1 connected
, then your TV isHDMI1
.Try doing a
xrandr --output HDMI1 --auto
. See if the resolution gets okay.If not, you'll have to do a
xrandr --output HDMI1 --mode 1024x768
, for example. However, you should replace1024x768
to a resolution that your TV supports. The output ofxrandr
will tell you the available ones.
edited Sep 21 '14 at 20:29
answered Sep 21 '14 at 20:04
thiagowfxthiagowfx
57549
57549
Problem with your method is I am ONLY using the TV as a monitor. There isn't anything for me to compare it to or set as the same.
– Chaos
Sep 21 '14 at 20:15
OK, in this case, try the following: (still editing, hit enter too soon) 1. Run xrandr to discover the name assigned to uour monitor. It is probably VGA1 or HDMI1.
– thiagowfx
Sep 21 '14 at 20:25
Alright, whats the next step?
– Chaos
Sep 21 '14 at 20:27
I've updated my original answer.
– thiagowfx
Sep 21 '14 at 20:30
Tried auto and it was the one I was currently on. Then I tried all the resolutions it listed and each one still was cutting off edges.
– Chaos
Sep 21 '14 at 20:39
|
show 2 more comments
Problem with your method is I am ONLY using the TV as a monitor. There isn't anything for me to compare it to or set as the same.
– Chaos
Sep 21 '14 at 20:15
OK, in this case, try the following: (still editing, hit enter too soon) 1. Run xrandr to discover the name assigned to uour monitor. It is probably VGA1 or HDMI1.
– thiagowfx
Sep 21 '14 at 20:25
Alright, whats the next step?
– Chaos
Sep 21 '14 at 20:27
I've updated my original answer.
– thiagowfx
Sep 21 '14 at 20:30
Tried auto and it was the one I was currently on. Then I tried all the resolutions it listed and each one still was cutting off edges.
– Chaos
Sep 21 '14 at 20:39
Problem with your method is I am ONLY using the TV as a monitor. There isn't anything for me to compare it to or set as the same.
– Chaos
Sep 21 '14 at 20:15
Problem with your method is I am ONLY using the TV as a monitor. There isn't anything for me to compare it to or set as the same.
– Chaos
Sep 21 '14 at 20:15
OK, in this case, try the following: (still editing, hit enter too soon) 1. Run xrandr to discover the name assigned to uour monitor. It is probably VGA1 or HDMI1.
– thiagowfx
Sep 21 '14 at 20:25
OK, in this case, try the following: (still editing, hit enter too soon) 1. Run xrandr to discover the name assigned to uour monitor. It is probably VGA1 or HDMI1.
– thiagowfx
Sep 21 '14 at 20:25
Alright, whats the next step?
– Chaos
Sep 21 '14 at 20:27
Alright, whats the next step?
– Chaos
Sep 21 '14 at 20:27
I've updated my original answer.
– thiagowfx
Sep 21 '14 at 20:30
I've updated my original answer.
– thiagowfx
Sep 21 '14 at 20:30
Tried auto and it was the one I was currently on. Then I tried all the resolutions it listed and each one still was cutting off edges.
– Chaos
Sep 21 '14 at 20:39
Tried auto and it was the one I was currently on. Then I tried all the resolutions it listed and each one still was cutting off edges.
– Chaos
Sep 21 '14 at 20:39
|
show 2 more comments
I had the same problem with my Samsung TV connecting to my laptop via HDMI and found the solution by going to the TV Menu > Picture > Screen Adjustment > chose "screen fit" that fixed it. There you will find other options too but for me the screen fit did the trick and that over scan issue was fixed.
All this time i was thinking it was the display setting on the Ubuntu laptop i needed to fix. Hope This helps other.
Thanks, that was my problem too. On my TV, it was under "aspect ratio" > "just scan"
– niknah
Nov 7 '16 at 22:59
Helped me samsung s22c200
– Vadim
Jan 16 at 5:32
add a comment |
I had the same problem with my Samsung TV connecting to my laptop via HDMI and found the solution by going to the TV Menu > Picture > Screen Adjustment > chose "screen fit" that fixed it. There you will find other options too but for me the screen fit did the trick and that over scan issue was fixed.
All this time i was thinking it was the display setting on the Ubuntu laptop i needed to fix. Hope This helps other.
Thanks, that was my problem too. On my TV, it was under "aspect ratio" > "just scan"
– niknah
Nov 7 '16 at 22:59
Helped me samsung s22c200
– Vadim
Jan 16 at 5:32
add a comment |
I had the same problem with my Samsung TV connecting to my laptop via HDMI and found the solution by going to the TV Menu > Picture > Screen Adjustment > chose "screen fit" that fixed it. There you will find other options too but for me the screen fit did the trick and that over scan issue was fixed.
All this time i was thinking it was the display setting on the Ubuntu laptop i needed to fix. Hope This helps other.
I had the same problem with my Samsung TV connecting to my laptop via HDMI and found the solution by going to the TV Menu > Picture > Screen Adjustment > chose "screen fit" that fixed it. There you will find other options too but for me the screen fit did the trick and that over scan issue was fixed.
All this time i was thinking it was the display setting on the Ubuntu laptop i needed to fix. Hope This helps other.
answered Nov 3 '16 at 12:35
akashbaotsakashbaots
311
311
Thanks, that was my problem too. On my TV, it was under "aspect ratio" > "just scan"
– niknah
Nov 7 '16 at 22:59
Helped me samsung s22c200
– Vadim
Jan 16 at 5:32
add a comment |
Thanks, that was my problem too. On my TV, it was under "aspect ratio" > "just scan"
– niknah
Nov 7 '16 at 22:59
Helped me samsung s22c200
– Vadim
Jan 16 at 5:32
Thanks, that was my problem too. On my TV, it was under "aspect ratio" > "just scan"
– niknah
Nov 7 '16 at 22:59
Thanks, that was my problem too. On my TV, it was under "aspect ratio" > "just scan"
– niknah
Nov 7 '16 at 22:59
Helped me samsung s22c200
– Vadim
Jan 16 at 5:32
Helped me samsung s22c200
– Vadim
Jan 16 at 5:32
add a comment |
I was having the same problem. The xrandr
info in other answers didn't help in my case, but it was good background anyway. I fixed the problem on my screen by resetting the aspect ratio setting back to 1:1. It had somehow been changed to "wide".
You changed it on the tv not computer?
– Tim
Jun 29 '15 at 20:49
add a comment |
I was having the same problem. The xrandr
info in other answers didn't help in my case, but it was good background anyway. I fixed the problem on my screen by resetting the aspect ratio setting back to 1:1. It had somehow been changed to "wide".
You changed it on the tv not computer?
– Tim
Jun 29 '15 at 20:49
add a comment |
I was having the same problem. The xrandr
info in other answers didn't help in my case, but it was good background anyway. I fixed the problem on my screen by resetting the aspect ratio setting back to 1:1. It had somehow been changed to "wide".
I was having the same problem. The xrandr
info in other answers didn't help in my case, but it was good background anyway. I fixed the problem on my screen by resetting the aspect ratio setting back to 1:1. It had somehow been changed to "wide".
edited Jun 29 '15 at 20:50
Tim
19.9k1486141
19.9k1486141
answered Jun 29 '15 at 20:13
user424910user424910
111
111
You changed it on the tv not computer?
– Tim
Jun 29 '15 at 20:49
add a comment |
You changed it on the tv not computer?
– Tim
Jun 29 '15 at 20:49
You changed it on the tv not computer?
– Tim
Jun 29 '15 at 20:49
You changed it on the tv not computer?
– Tim
Jun 29 '15 at 20:49
add a comment |
Samsung TV:
Tools -> Image Size (change from 16:9 to adjust screen).
If you have another TV or monitor you just search for your model in google/youtube with overscan or zoom image mode
add a comment |
Samsung TV:
Tools -> Image Size (change from 16:9 to adjust screen).
If you have another TV or monitor you just search for your model in google/youtube with overscan or zoom image mode
add a comment |
Samsung TV:
Tools -> Image Size (change from 16:9 to adjust screen).
If you have another TV or monitor you just search for your model in google/youtube with overscan or zoom image mode
Samsung TV:
Tools -> Image Size (change from 16:9 to adjust screen).
If you have another TV or monitor you just search for your model in google/youtube with overscan or zoom image mode
answered Nov 1 '18 at 11:33
MrTokMrTok
1
1
add a comment |
add a comment |
Guys there is simple solution to it using panasonic TV. In the Advanced Settings, turn the overscan off. This fixes the problem
This is a duplicate of the top voted answer
– stumblebee
May 5 '18 at 17:07
add a comment |
Guys there is simple solution to it using panasonic TV. In the Advanced Settings, turn the overscan off. This fixes the problem
This is a duplicate of the top voted answer
– stumblebee
May 5 '18 at 17:07
add a comment |
Guys there is simple solution to it using panasonic TV. In the Advanced Settings, turn the overscan off. This fixes the problem
Guys there is simple solution to it using panasonic TV. In the Advanced Settings, turn the overscan off. This fixes the problem
answered May 5 '18 at 14:45
shailendra miglanishailendra miglani
1
1
This is a duplicate of the top voted answer
– stumblebee
May 5 '18 at 17:07
add a comment |
This is a duplicate of the top voted answer
– stumblebee
May 5 '18 at 17:07
This is a duplicate of the top voted answer
– stumblebee
May 5 '18 at 17:07
This is a duplicate of the top voted answer
– stumblebee
May 5 '18 at 17:07
add a comment |
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.
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%2faskubuntu.com%2fquestions%2f526836%2fhow-to-set-screen-borders-for-hdmi-output%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
3
change your TV settings, something "Fit screen"
– αғsнιη
Sep 21 '14 at 19:49
1
My TV doesn't have a setting like that unfortunately
– Chaos
Sep 21 '14 at 19:50
3
see askubuntu.com/questions/4358/…
– αғsнιη
Sep 21 '14 at 19:52
1
I have a older Panasonic TV, which like I JUST said, doesn't have a setting like that.
– Chaos
Sep 21 '14 at 19:53
1
Setting the resolution doesn't matter, still has edges cut off.
– Chaos
Sep 21 '14 at 20:04