Custom modeline calculation -> monitor “artefact” Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionHow to get EDID for a single monitor?Due to a broken monitor, I need to setup only the right half of my screenxrandr-mediated correction of VGA overscan on external computer monitorChange screen resolution without monitor under Linux?xrandr multiple displays showing different areas of the same virtual screenMonitor Low resolution - Frequency too highCustom resolution not workingCalibrating a touch-screen on dual monitors (one touch one not)Linux cannot detect 2560x1440 144z capability of Vega 64Enforce native resolution on Linux Mint 18
How to show element name in portuguese using elements package?
An adverb for when you're not exaggerating
How do I find out the mythology and history of my Fortress?
Why didn't Eitri join the fight?
How to answer "Have you ever been terminated?"
Compare a given version number in the form major.minor.build.patch and see if one is less than the other
Delete nth line from bottom
How can I use the Python library networkx from Mathematica?
Irreducible of finite Krull dimension implies quasi-compact?
Why wasn't DOSKEY integrated with COMMAND.COM?
8 Prisoners wearing hats
Declining "dulcis" in context
Is it common practice to audition new musicians 1-2-1 before rehearsing with the entire band?
First console to have temporary backward compatibility
If my PI received research grants from a company to be able to pay my postdoc salary, did I have a potential conflict interest too?
Would "destroying" Wurmcoil Engine prevent its tokens from being created?
On SQL Server, is it possible to restrict certain users from using certain functions, operators or statements?
What causes the direction of lightning flashes?
Dating a Former Employee
Should I use a zero-interest credit card for a large one-time purchase?
Trademark violation for app?
Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?
Using audio cues to encourage good posture
What would be the ideal power source for a cybernetic eye?
Custom modeline calculation -> monitor “artefact”
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionHow to get EDID for a single monitor?Due to a broken monitor, I need to setup only the right half of my screenxrandr-mediated correction of VGA overscan on external computer monitorChange screen resolution without monitor under Linux?xrandr multiple displays showing different areas of the same virtual screenMonitor Low resolution - Frequency too highCustom resolution not workingCalibrating a touch-screen on dual monitors (one touch one not)Linux cannot detect 2560x1440 144z capability of Vega 64Enforce native resolution on Linux Mint 18
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to get a custom resolution to run on my 4k, 60Hz TV. I am mostly working on a Thinkpad that only supports 4k@30Hz via Display Port. I would much rather work on a lower resolution with a higher refresh rate, so I set out to generate a custom modeline (1440p @60Hz).
This is necessary since the TVs edid information only forwards 4k and 1080p resolutions.
The first tool I was using is cvt:
> cvt 2560 1440 60
# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
I added the mode to xrandr and started the output to my TV.
The following artefact is appearing now:
The left side of everything on my monitor gets replicated on the right side and overlaps a significant part of the right side of the monitor. This overlap is clearly only happening on the monitor level since I can move my mouse "below" the overlap on the right side.
What I did next was trying to understand this webpage about modeline calculation: Modeline Details.
I used the Modelines in my TVs edid and based on that information recalculated the clocks etc. for my specific resolution and my TV. However, it does not work. I cannot move the overlap an inch to the right or left regardless of the value I change in the given Modeline (except of course by changing the resolution itself). I need to be pointed into the right direction to understand where this artefact is coming from and how to resolve it.
xrandr resolution edid
New contributor
Invarianz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I am trying to get a custom resolution to run on my 4k, 60Hz TV. I am mostly working on a Thinkpad that only supports 4k@30Hz via Display Port. I would much rather work on a lower resolution with a higher refresh rate, so I set out to generate a custom modeline (1440p @60Hz).
This is necessary since the TVs edid information only forwards 4k and 1080p resolutions.
The first tool I was using is cvt:
> cvt 2560 1440 60
# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
I added the mode to xrandr and started the output to my TV.
The following artefact is appearing now:
The left side of everything on my monitor gets replicated on the right side and overlaps a significant part of the right side of the monitor. This overlap is clearly only happening on the monitor level since I can move my mouse "below" the overlap on the right side.
What I did next was trying to understand this webpage about modeline calculation: Modeline Details.
I used the Modelines in my TVs edid and based on that information recalculated the clocks etc. for my specific resolution and my TV. However, it does not work. I cannot move the overlap an inch to the right or left regardless of the value I change in the given Modeline (except of course by changing the resolution itself). I need to be pointed into the right direction to understand where this artefact is coming from and how to resolve it.
xrandr resolution edid
New contributor
Invarianz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I am trying to get a custom resolution to run on my 4k, 60Hz TV. I am mostly working on a Thinkpad that only supports 4k@30Hz via Display Port. I would much rather work on a lower resolution with a higher refresh rate, so I set out to generate a custom modeline (1440p @60Hz).
This is necessary since the TVs edid information only forwards 4k and 1080p resolutions.
The first tool I was using is cvt:
> cvt 2560 1440 60
# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
I added the mode to xrandr and started the output to my TV.
The following artefact is appearing now:
The left side of everything on my monitor gets replicated on the right side and overlaps a significant part of the right side of the monitor. This overlap is clearly only happening on the monitor level since I can move my mouse "below" the overlap on the right side.
What I did next was trying to understand this webpage about modeline calculation: Modeline Details.
I used the Modelines in my TVs edid and based on that information recalculated the clocks etc. for my specific resolution and my TV. However, it does not work. I cannot move the overlap an inch to the right or left regardless of the value I change in the given Modeline (except of course by changing the resolution itself). I need to be pointed into the right direction to understand where this artefact is coming from and how to resolve it.
xrandr resolution edid
New contributor
Invarianz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am trying to get a custom resolution to run on my 4k, 60Hz TV. I am mostly working on a Thinkpad that only supports 4k@30Hz via Display Port. I would much rather work on a lower resolution with a higher refresh rate, so I set out to generate a custom modeline (1440p @60Hz).
This is necessary since the TVs edid information only forwards 4k and 1080p resolutions.
The first tool I was using is cvt:
> cvt 2560 1440 60
# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
I added the mode to xrandr and started the output to my TV.
The following artefact is appearing now:
The left side of everything on my monitor gets replicated on the right side and overlaps a significant part of the right side of the monitor. This overlap is clearly only happening on the monitor level since I can move my mouse "below" the overlap on the right side.
What I did next was trying to understand this webpage about modeline calculation: Modeline Details.
I used the Modelines in my TVs edid and based on that information recalculated the clocks etc. for my specific resolution and my TV. However, it does not work. I cannot move the overlap an inch to the right or left regardless of the value I change in the given Modeline (except of course by changing the resolution itself). I need to be pointed into the right direction to understand where this artefact is coming from and how to resolve it.
xrandr resolution edid
xrandr resolution edid
New contributor
Invarianz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Invarianz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 days ago
Invarianz
New contributor
Invarianz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Apr 13 at 15:20
InvarianzInvarianz
62
62
New contributor
Invarianz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Invarianz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Invarianz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
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
);
);
Invarianz is a new contributor. Be nice, and check out our Code of Conduct.
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%2f512288%2fcustom-modeline-calculation-monitor-artefact%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Invarianz is a new contributor. Be nice, and check out our Code of Conduct.
Invarianz is a new contributor. Be nice, and check out our Code of Conduct.
Invarianz is a new contributor. Be nice, and check out our Code of Conduct.
Invarianz is a new contributor. Be nice, and check out our Code of Conduct.
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.
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%2f512288%2fcustom-modeline-calculation-monitor-artefact%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