144Hz Monitor feature not detected

Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I got an GN246HLBbid 144Hz Monitor. Running on Archlinux.
The GNOME System Config tool doesnt detect its 144Hz Feature.
I tried the following:
Generatate a Modeline by doing:
cvt 1920 1080 144
It resulted in:
# 1920x1080 143.88 Hz (CVT) hsync: 169.35 kHz; pclk: 452.50 MHz
Modeline "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
Then:
xrandr --addmode "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
And finally:
xrandr --output HDMI-0 --mode "1920x1080_144.00"
But the weird issue comes here:xrandr says it does not "find" the mode. I have no idea why.
Any Ideas on how to get the 144Hz Feature up and running?
xorg nvidia graphics monitors
add a comment |
I got an GN246HLBbid 144Hz Monitor. Running on Archlinux.
The GNOME System Config tool doesnt detect its 144Hz Feature.
I tried the following:
Generatate a Modeline by doing:
cvt 1920 1080 144
It resulted in:
# 1920x1080 143.88 Hz (CVT) hsync: 169.35 kHz; pclk: 452.50 MHz
Modeline "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
Then:
xrandr --addmode "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
And finally:
xrandr --output HDMI-0 --mode "1920x1080_144.00"
But the weird issue comes here:xrandr says it does not "find" the mode. I have no idea why.
Any Ideas on how to get the 144Hz Feature up and running?
xorg nvidia graphics monitors
Welcome to Unix.stackexchange! I recommend you take the tour.
– Stephen Rauch
Jan 28 '17 at 16:04
1
Thanks, Issue is fixed. I didnt know, that HDMI is not capable of that Frame Rate. DVI fixed it. Dumb be xd
– Peter Parker
Jan 28 '17 at 16:46
Thanks for the update. It would great if you would provide an answer to your question, so that the next guy along will know to look at that.
– Stephen Rauch
Jan 28 '17 at 16:56
add a comment |
I got an GN246HLBbid 144Hz Monitor. Running on Archlinux.
The GNOME System Config tool doesnt detect its 144Hz Feature.
I tried the following:
Generatate a Modeline by doing:
cvt 1920 1080 144
It resulted in:
# 1920x1080 143.88 Hz (CVT) hsync: 169.35 kHz; pclk: 452.50 MHz
Modeline "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
Then:
xrandr --addmode "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
And finally:
xrandr --output HDMI-0 --mode "1920x1080_144.00"
But the weird issue comes here:xrandr says it does not "find" the mode. I have no idea why.
Any Ideas on how to get the 144Hz Feature up and running?
xorg nvidia graphics monitors
I got an GN246HLBbid 144Hz Monitor. Running on Archlinux.
The GNOME System Config tool doesnt detect its 144Hz Feature.
I tried the following:
Generatate a Modeline by doing:
cvt 1920 1080 144
It resulted in:
# 1920x1080 143.88 Hz (CVT) hsync: 169.35 kHz; pclk: 452.50 MHz
Modeline "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
Then:
xrandr --addmode "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
And finally:
xrandr --output HDMI-0 --mode "1920x1080_144.00"
But the weird issue comes here:xrandr says it does not "find" the mode. I have no idea why.
Any Ideas on how to get the 144Hz Feature up and running?
xorg nvidia graphics monitors
xorg nvidia graphics monitors
asked Jan 28 '17 at 16:01
Peter ParkerPeter Parker
11
11
Welcome to Unix.stackexchange! I recommend you take the tour.
– Stephen Rauch
Jan 28 '17 at 16:04
1
Thanks, Issue is fixed. I didnt know, that HDMI is not capable of that Frame Rate. DVI fixed it. Dumb be xd
– Peter Parker
Jan 28 '17 at 16:46
Thanks for the update. It would great if you would provide an answer to your question, so that the next guy along will know to look at that.
– Stephen Rauch
Jan 28 '17 at 16:56
add a comment |
Welcome to Unix.stackexchange! I recommend you take the tour.
– Stephen Rauch
Jan 28 '17 at 16:04
1
Thanks, Issue is fixed. I didnt know, that HDMI is not capable of that Frame Rate. DVI fixed it. Dumb be xd
– Peter Parker
Jan 28 '17 at 16:46
Thanks for the update. It would great if you would provide an answer to your question, so that the next guy along will know to look at that.
– Stephen Rauch
Jan 28 '17 at 16:56
Welcome to Unix.stackexchange! I recommend you take the tour.
– Stephen Rauch
Jan 28 '17 at 16:04
Welcome to Unix.stackexchange! I recommend you take the tour.
– Stephen Rauch
Jan 28 '17 at 16:04
1
1
Thanks, Issue is fixed. I didnt know, that HDMI is not capable of that Frame Rate. DVI fixed it. Dumb be xd
– Peter Parker
Jan 28 '17 at 16:46
Thanks, Issue is fixed. I didnt know, that HDMI is not capable of that Frame Rate. DVI fixed it. Dumb be xd
– Peter Parker
Jan 28 '17 at 16:46
Thanks for the update. It would great if you would provide an answer to your question, so that the next guy along will know to look at that.
– Stephen Rauch
Jan 28 '17 at 16:56
Thanks for the update. It would great if you would provide an answer to your question, so that the next guy along will know to look at that.
– Stephen Rauch
Jan 28 '17 at 16:56
add a comment |
1 Answer
1
active
oldest
votes
OK Issue found.
I tried to drive the Monitor with 1920x1080@144FPS over HDMI whats not supported by HDMI.
Just to try, I switched to DVI. Since then it works.
A DVI-Duallink Cable is required, but It came with the Monitor.
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%2f340796%2f144hz-monitor-feature-not-detected%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
OK Issue found.
I tried to drive the Monitor with 1920x1080@144FPS over HDMI whats not supported by HDMI.
Just to try, I switched to DVI. Since then it works.
A DVI-Duallink Cable is required, but It came with the Monitor.
add a comment |
OK Issue found.
I tried to drive the Monitor with 1920x1080@144FPS over HDMI whats not supported by HDMI.
Just to try, I switched to DVI. Since then it works.
A DVI-Duallink Cable is required, but It came with the Monitor.
add a comment |
OK Issue found.
I tried to drive the Monitor with 1920x1080@144FPS over HDMI whats not supported by HDMI.
Just to try, I switched to DVI. Since then it works.
A DVI-Duallink Cable is required, but It came with the Monitor.
OK Issue found.
I tried to drive the Monitor with 1920x1080@144FPS over HDMI whats not supported by HDMI.
Just to try, I switched to DVI. Since then it works.
A DVI-Duallink Cable is required, but It came with the Monitor.
answered Jan 28 '17 at 17:52
Peter ParkerPeter Parker
11
11
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.
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%2f340796%2f144hz-monitor-feature-not-detected%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
Welcome to Unix.stackexchange! I recommend you take the tour.
– Stephen Rauch
Jan 28 '17 at 16:04
1
Thanks, Issue is fixed. I didnt know, that HDMI is not capable of that Frame Rate. DVI fixed it. Dumb be xd
– Peter Parker
Jan 28 '17 at 16:46
Thanks for the update. It would great if you would provide an answer to your question, so that the next guy along will know to look at that.
– Stephen Rauch
Jan 28 '17 at 16:56