Is there a way to change the screen refresh rate in Ubuntu?
up vote
2
down vote
favorite
So, I know this question has been asked before: "How do I change my refresh rate?"
I've browsed sereral forums ad nauseam, and the response is always to use xrandr (duh.)
When I run xrandr, I get the following:
daniel@ZaphodU:~$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.0 + 144.0* 120.0 99.9 84.9
1680x1050 60.0
1440x900 59.9
1280x1024 75.0 60.0
1280x960 60.0
1280x800 59.8
1280x720 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
800x600 75.0 72.2 60.3 56.2
640x480 75.0 59.9
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
Everything looks good, but let's say I want to set my refresh rate to 120.0 Hz:
daniel@ZaphodU:~$ xrandr -s 1920x1080 -r 120.0
Rate 120.0 Hz not available for this size
What if I want to change to 60 Hz at 1280x1024?
daniel@ZaphodU:~$ xrandr -s 1280x1024 -r 60.0
Rate 60.0 Hz not available for this size
I've tried all of the resolution and refresh rates listed, and not a single one is available!
So how do I actually change my refresh rate? My monitor Asus VG248Q is capable of 50~144 Hz(V) according to the manufacturer's website. My graphics card is a Zotac GeForce GTX 970 4GB AMP! Extreme Core Edition. The two are connected via a DVI cable that was supplied with the monitor.
I dual boot Ubuntu 14.04 LTS with Windows 10, and Windows has no problem running at 60 HZ, 100 HZ, 120 HZ, and 144Hz. There's even a simple interface for changing this setting.
So, is there a way to change the refresh rate in Ubuntu?
display display-resolution
add a comment |
up vote
2
down vote
favorite
So, I know this question has been asked before: "How do I change my refresh rate?"
I've browsed sereral forums ad nauseam, and the response is always to use xrandr (duh.)
When I run xrandr, I get the following:
daniel@ZaphodU:~$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.0 + 144.0* 120.0 99.9 84.9
1680x1050 60.0
1440x900 59.9
1280x1024 75.0 60.0
1280x960 60.0
1280x800 59.8
1280x720 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
800x600 75.0 72.2 60.3 56.2
640x480 75.0 59.9
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
Everything looks good, but let's say I want to set my refresh rate to 120.0 Hz:
daniel@ZaphodU:~$ xrandr -s 1920x1080 -r 120.0
Rate 120.0 Hz not available for this size
What if I want to change to 60 Hz at 1280x1024?
daniel@ZaphodU:~$ xrandr -s 1280x1024 -r 60.0
Rate 60.0 Hz not available for this size
I've tried all of the resolution and refresh rates listed, and not a single one is available!
So how do I actually change my refresh rate? My monitor Asus VG248Q is capable of 50~144 Hz(V) according to the manufacturer's website. My graphics card is a Zotac GeForce GTX 970 4GB AMP! Extreme Core Edition. The two are connected via a DVI cable that was supplied with the monitor.
I dual boot Ubuntu 14.04 LTS with Windows 10, and Windows has no problem running at 60 HZ, 100 HZ, 120 HZ, and 144Hz. There's even a simple interface for changing this setting.
So, is there a way to change the refresh rate in Ubuntu?
display display-resolution
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
So, I know this question has been asked before: "How do I change my refresh rate?"
I've browsed sereral forums ad nauseam, and the response is always to use xrandr (duh.)
When I run xrandr, I get the following:
daniel@ZaphodU:~$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.0 + 144.0* 120.0 99.9 84.9
1680x1050 60.0
1440x900 59.9
1280x1024 75.0 60.0
1280x960 60.0
1280x800 59.8
1280x720 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
800x600 75.0 72.2 60.3 56.2
640x480 75.0 59.9
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
Everything looks good, but let's say I want to set my refresh rate to 120.0 Hz:
daniel@ZaphodU:~$ xrandr -s 1920x1080 -r 120.0
Rate 120.0 Hz not available for this size
What if I want to change to 60 Hz at 1280x1024?
daniel@ZaphodU:~$ xrandr -s 1280x1024 -r 60.0
Rate 60.0 Hz not available for this size
I've tried all of the resolution and refresh rates listed, and not a single one is available!
So how do I actually change my refresh rate? My monitor Asus VG248Q is capable of 50~144 Hz(V) according to the manufacturer's website. My graphics card is a Zotac GeForce GTX 970 4GB AMP! Extreme Core Edition. The two are connected via a DVI cable that was supplied with the monitor.
I dual boot Ubuntu 14.04 LTS with Windows 10, and Windows has no problem running at 60 HZ, 100 HZ, 120 HZ, and 144Hz. There's even a simple interface for changing this setting.
So, is there a way to change the refresh rate in Ubuntu?
display display-resolution
So, I know this question has been asked before: "How do I change my refresh rate?"
I've browsed sereral forums ad nauseam, and the response is always to use xrandr (duh.)
When I run xrandr, I get the following:
daniel@ZaphodU:~$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.0 + 144.0* 120.0 99.9 84.9
1680x1050 60.0
1440x900 59.9
1280x1024 75.0 60.0
1280x960 60.0
1280x800 59.8
1280x720 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
800x600 75.0 72.2 60.3 56.2
640x480 75.0 59.9
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
Everything looks good, but let's say I want to set my refresh rate to 120.0 Hz:
daniel@ZaphodU:~$ xrandr -s 1920x1080 -r 120.0
Rate 120.0 Hz not available for this size
What if I want to change to 60 Hz at 1280x1024?
daniel@ZaphodU:~$ xrandr -s 1280x1024 -r 60.0
Rate 60.0 Hz not available for this size
I've tried all of the resolution and refresh rates listed, and not a single one is available!
So how do I actually change my refresh rate? My monitor Asus VG248Q is capable of 50~144 Hz(V) according to the manufacturer's website. My graphics card is a Zotac GeForce GTX 970 4GB AMP! Extreme Core Edition. The two are connected via a DVI cable that was supplied with the monitor.
I dual boot Ubuntu 14.04 LTS with Windows 10, and Windows has no problem running at 60 HZ, 100 HZ, 120 HZ, and 144Hz. There's even a simple interface for changing this setting.
So, is there a way to change the refresh rate in Ubuntu?
display display-resolution
display display-resolution
asked Feb 14 '16 at 1:06
Cool BreeZe
1114
1114
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Have you tried this?
xrandr --output DVI-I-1 --mode 1920x1080 --rate 120.0
Hi @Jared G, maybe you should edit your answer and add some information on what the command does, what do you think?
– Tshilidzi Mudau
Oct 15 '16 at 14:25
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',
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%2f733368%2fis-there-a-way-to-change-the-screen-refresh-rate-in-ubuntu%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
up vote
0
down vote
Have you tried this?
xrandr --output DVI-I-1 --mode 1920x1080 --rate 120.0
Hi @Jared G, maybe you should edit your answer and add some information on what the command does, what do you think?
– Tshilidzi Mudau
Oct 15 '16 at 14:25
add a comment |
up vote
0
down vote
Have you tried this?
xrandr --output DVI-I-1 --mode 1920x1080 --rate 120.0
Hi @Jared G, maybe you should edit your answer and add some information on what the command does, what do you think?
– Tshilidzi Mudau
Oct 15 '16 at 14:25
add a comment |
up vote
0
down vote
up vote
0
down vote
Have you tried this?
xrandr --output DVI-I-1 --mode 1920x1080 --rate 120.0
Have you tried this?
xrandr --output DVI-I-1 --mode 1920x1080 --rate 120.0
answered Oct 14 '16 at 22:53
Jared G
1
1
Hi @Jared G, maybe you should edit your answer and add some information on what the command does, what do you think?
– Tshilidzi Mudau
Oct 15 '16 at 14:25
add a comment |
Hi @Jared G, maybe you should edit your answer and add some information on what the command does, what do you think?
– Tshilidzi Mudau
Oct 15 '16 at 14:25
Hi @Jared G, maybe you should edit your answer and add some information on what the command does, what do you think?
– Tshilidzi Mudau
Oct 15 '16 at 14:25
Hi @Jared G, maybe you should edit your answer and add some information on what the command does, what do you think?
– Tshilidzi Mudau
Oct 15 '16 at 14:25
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.
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%2faskubuntu.com%2fquestions%2f733368%2fis-there-a-way-to-change-the-screen-refresh-rate-in-ubuntu%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