xrandr fails to change screen resolution on Arch Linux
I have a dual-monitor setup in my notebook, which is running Arch Linux with Gnome 3 as Desktop Environment.
My graphic card is Intel HD Graphics 3000 and my external monitor (VGA1) is a Philips 202EL, which best resolution is 1600x900.
I've tried to run the following commands:
$ cvt 1600 900
$ xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
$ xrandr --addmode VGA1 1600x900_60.00
$ xrandr --output VGA1 --mode 1600x900_60.00
As result, the external monitor screen blinks, but the resolution is not changed. I've tried to run with gtf
instead of cvt
as well, but with no luck.
Is there something I am missing? Is there any alternative way to fix my monitor screen resolution?
multiple-monitors resolution arch-linux xrandr
add a comment |
I have a dual-monitor setup in my notebook, which is running Arch Linux with Gnome 3 as Desktop Environment.
My graphic card is Intel HD Graphics 3000 and my external monitor (VGA1) is a Philips 202EL, which best resolution is 1600x900.
I've tried to run the following commands:
$ cvt 1600 900
$ xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
$ xrandr --addmode VGA1 1600x900_60.00
$ xrandr --output VGA1 --mode 1600x900_60.00
As result, the external monitor screen blinks, but the resolution is not changed. I've tried to run with gtf
instead of cvt
as well, but with no luck.
Is there something I am missing? Is there any alternative way to fix my monitor screen resolution?
multiple-monitors resolution arch-linux xrandr
Why are you not executingxrandr
usingsudo
? A very good tutorial is here.
– harrymc
Mar 1 at 15:14
Any answer to my comment? Felipe Arenales? Shinra tensei?
– harrymc
Mar 3 at 21:31
add a comment |
I have a dual-monitor setup in my notebook, which is running Arch Linux with Gnome 3 as Desktop Environment.
My graphic card is Intel HD Graphics 3000 and my external monitor (VGA1) is a Philips 202EL, which best resolution is 1600x900.
I've tried to run the following commands:
$ cvt 1600 900
$ xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
$ xrandr --addmode VGA1 1600x900_60.00
$ xrandr --output VGA1 --mode 1600x900_60.00
As result, the external monitor screen blinks, but the resolution is not changed. I've tried to run with gtf
instead of cvt
as well, but with no luck.
Is there something I am missing? Is there any alternative way to fix my monitor screen resolution?
multiple-monitors resolution arch-linux xrandr
I have a dual-monitor setup in my notebook, which is running Arch Linux with Gnome 3 as Desktop Environment.
My graphic card is Intel HD Graphics 3000 and my external monitor (VGA1) is a Philips 202EL, which best resolution is 1600x900.
I've tried to run the following commands:
$ cvt 1600 900
$ xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
$ xrandr --addmode VGA1 1600x900_60.00
$ xrandr --output VGA1 --mode 1600x900_60.00
As result, the external monitor screen blinks, but the resolution is not changed. I've tried to run with gtf
instead of cvt
as well, but with no luck.
Is there something I am missing? Is there any alternative way to fix my monitor screen resolution?
multiple-monitors resolution arch-linux xrandr
multiple-monitors resolution arch-linux xrandr
asked Jun 25 '15 at 22:07
Felipe ArenalesFelipe Arenales
1113
1113
Why are you not executingxrandr
usingsudo
? A very good tutorial is here.
– harrymc
Mar 1 at 15:14
Any answer to my comment? Felipe Arenales? Shinra tensei?
– harrymc
Mar 3 at 21:31
add a comment |
Why are you not executingxrandr
usingsudo
? A very good tutorial is here.
– harrymc
Mar 1 at 15:14
Any answer to my comment? Felipe Arenales? Shinra tensei?
– harrymc
Mar 3 at 21:31
Why are you not executing
xrandr
using sudo
? A very good tutorial is here.– harrymc
Mar 1 at 15:14
Why are you not executing
xrandr
using sudo
? A very good tutorial is here.– harrymc
Mar 1 at 15:14
Any answer to my comment? Felipe Arenales? Shinra tensei?
– harrymc
Mar 3 at 21:31
Any answer to my comment? Felipe Arenales? Shinra tensei?
– harrymc
Mar 3 at 21:31
add a comment |
2 Answers
2
active
oldest
votes
You can directly edit the xorg.conf after you generate one. Take a look at this thread: http://bbs.archbang.org/viewtopic.php?id=14
add a comment |
I think that your xrandr
calls are not effective since you are not running
them as elevated root.
You should run the calls as:
sudo xrandr ...
A very detailed tutorial with screenshots on using xrandr
can be found
in the Ubuntu Handbook article:
How to Set A Custom Screen Resolution in Ubuntu Desktop.
Comment by Shinra tensei: I am sorry for having to comment like this, as you can see my reputation points dropped to 1 because of the bounty and I'm simply unable to comment at all. My answer is no, this does not work. I have to say it worked with and without sudo before the day this started to fail, and it still works now, it's just that now the resolution doesn't stay as set with xrandr, but instead it reverts after a very short amount of time. But the command worked and still works, and it doesn't throw a permission denied message or anything without sudo, so using it is not the solution.
– harrymc
Mar 7 at 15:08
@Shinratensei: Do you have installed any automatic display setting product such as redshift or Ubuntu's 'Night light' feature?
– harrymc
Mar 7 at 15:15
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%2f932802%2fxrandr-fails-to-change-screen-resolution-on-arch-linux%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
You can directly edit the xorg.conf after you generate one. Take a look at this thread: http://bbs.archbang.org/viewtopic.php?id=14
add a comment |
You can directly edit the xorg.conf after you generate one. Take a look at this thread: http://bbs.archbang.org/viewtopic.php?id=14
add a comment |
You can directly edit the xorg.conf after you generate one. Take a look at this thread: http://bbs.archbang.org/viewtopic.php?id=14
You can directly edit the xorg.conf after you generate one. Take a look at this thread: http://bbs.archbang.org/viewtopic.php?id=14
answered Jul 15 '15 at 2:26
Cameron LCameron L
111
111
add a comment |
add a comment |
I think that your xrandr
calls are not effective since you are not running
them as elevated root.
You should run the calls as:
sudo xrandr ...
A very detailed tutorial with screenshots on using xrandr
can be found
in the Ubuntu Handbook article:
How to Set A Custom Screen Resolution in Ubuntu Desktop.
Comment by Shinra tensei: I am sorry for having to comment like this, as you can see my reputation points dropped to 1 because of the bounty and I'm simply unable to comment at all. My answer is no, this does not work. I have to say it worked with and without sudo before the day this started to fail, and it still works now, it's just that now the resolution doesn't stay as set with xrandr, but instead it reverts after a very short amount of time. But the command worked and still works, and it doesn't throw a permission denied message or anything without sudo, so using it is not the solution.
– harrymc
Mar 7 at 15:08
@Shinratensei: Do you have installed any automatic display setting product such as redshift or Ubuntu's 'Night light' feature?
– harrymc
Mar 7 at 15:15
add a comment |
I think that your xrandr
calls are not effective since you are not running
them as elevated root.
You should run the calls as:
sudo xrandr ...
A very detailed tutorial with screenshots on using xrandr
can be found
in the Ubuntu Handbook article:
How to Set A Custom Screen Resolution in Ubuntu Desktop.
Comment by Shinra tensei: I am sorry for having to comment like this, as you can see my reputation points dropped to 1 because of the bounty and I'm simply unable to comment at all. My answer is no, this does not work. I have to say it worked with and without sudo before the day this started to fail, and it still works now, it's just that now the resolution doesn't stay as set with xrandr, but instead it reverts after a very short amount of time. But the command worked and still works, and it doesn't throw a permission denied message or anything without sudo, so using it is not the solution.
– harrymc
Mar 7 at 15:08
@Shinratensei: Do you have installed any automatic display setting product such as redshift or Ubuntu's 'Night light' feature?
– harrymc
Mar 7 at 15:15
add a comment |
I think that your xrandr
calls are not effective since you are not running
them as elevated root.
You should run the calls as:
sudo xrandr ...
A very detailed tutorial with screenshots on using xrandr
can be found
in the Ubuntu Handbook article:
How to Set A Custom Screen Resolution in Ubuntu Desktop.
I think that your xrandr
calls are not effective since you are not running
them as elevated root.
You should run the calls as:
sudo xrandr ...
A very detailed tutorial with screenshots on using xrandr
can be found
in the Ubuntu Handbook article:
How to Set A Custom Screen Resolution in Ubuntu Desktop.
edited Mar 7 at 7:46
answered Mar 6 at 20:35
harrymcharrymc
264k14273582
264k14273582
Comment by Shinra tensei: I am sorry for having to comment like this, as you can see my reputation points dropped to 1 because of the bounty and I'm simply unable to comment at all. My answer is no, this does not work. I have to say it worked with and without sudo before the day this started to fail, and it still works now, it's just that now the resolution doesn't stay as set with xrandr, but instead it reverts after a very short amount of time. But the command worked and still works, and it doesn't throw a permission denied message or anything without sudo, so using it is not the solution.
– harrymc
Mar 7 at 15:08
@Shinratensei: Do you have installed any automatic display setting product such as redshift or Ubuntu's 'Night light' feature?
– harrymc
Mar 7 at 15:15
add a comment |
Comment by Shinra tensei: I am sorry for having to comment like this, as you can see my reputation points dropped to 1 because of the bounty and I'm simply unable to comment at all. My answer is no, this does not work. I have to say it worked with and without sudo before the day this started to fail, and it still works now, it's just that now the resolution doesn't stay as set with xrandr, but instead it reverts after a very short amount of time. But the command worked and still works, and it doesn't throw a permission denied message or anything without sudo, so using it is not the solution.
– harrymc
Mar 7 at 15:08
@Shinratensei: Do you have installed any automatic display setting product such as redshift or Ubuntu's 'Night light' feature?
– harrymc
Mar 7 at 15:15
Comment by Shinra tensei: I am sorry for having to comment like this, as you can see my reputation points dropped to 1 because of the bounty and I'm simply unable to comment at all. My answer is no, this does not work. I have to say it worked with and without sudo before the day this started to fail, and it still works now, it's just that now the resolution doesn't stay as set with xrandr, but instead it reverts after a very short amount of time. But the command worked and still works, and it doesn't throw a permission denied message or anything without sudo, so using it is not the solution.
– harrymc
Mar 7 at 15:08
Comment by Shinra tensei: I am sorry for having to comment like this, as you can see my reputation points dropped to 1 because of the bounty and I'm simply unable to comment at all. My answer is no, this does not work. I have to say it worked with and without sudo before the day this started to fail, and it still works now, it's just that now the resolution doesn't stay as set with xrandr, but instead it reverts after a very short amount of time. But the command worked and still works, and it doesn't throw a permission denied message or anything without sudo, so using it is not the solution.
– harrymc
Mar 7 at 15:08
@Shinratensei: Do you have installed any automatic display setting product such as redshift or Ubuntu's 'Night light' feature?
– harrymc
Mar 7 at 15:15
@Shinratensei: Do you have installed any automatic display setting product such as redshift or Ubuntu's 'Night light' feature?
– harrymc
Mar 7 at 15:15
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.
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%2f932802%2fxrandr-fails-to-change-screen-resolution-on-arch-linux%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
Why are you not executing
xrandr
usingsudo
? A very good tutorial is here.– harrymc
Mar 1 at 15:14
Any answer to my comment? Felipe Arenales? Shinra tensei?
– harrymc
Mar 3 at 21:31