xrandr - cannot find mode, but mode listed by xrandrxrandr not listing modes in xorg.confStart ubuntu with...

Is Fable (1996) connected in any way to the Fable franchise from Lionhead Studios?

What does 'script /dev/null' do?

"listening to me about as much as you're listening to this pole here"

How to manage monthly salary

Is "plugging out" electronic devices an American expression?

Is it true that "The augmented fourth (A4) and the diminished fifth (d5) are the only aug and dim intervals that appear in diatonic scales"

How would photo IDs work for shapeshifters?

How to deal with fear of taking dependencies

Email Account under attack (really) - anything I can do?

Why do UK politicians seemingly ignore opinion polls on Brexit?

What does "enim et" mean?

Deciding between multiple birth names and dates?

Information to fellow intern about hiring?

"My colleague's body is amazing"

Pristine Bit Checking

I am not able to install anything in ubuntu

Can I find out the caloric content of bread by dehydrating it?

How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)

I see my dog run

Landlord wants to switch my lease to a "Land contract" to "get back at the city"

What is the offset in a seaplane's hull?

What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?

Weird behaviour when using querySelector

aging parents with no investments



xrandr - cannot find mode, but mode listed by xrandr


xrandr not listing modes in xorg.confStart ubuntu with xrandr generated screen resolutionXrandr custom refresh rate unstable in games and with various applicationsSetting best display mode as defaultUnfortunate resolution change. Xrandr refuses to switchHow to change the preferred mode on xrandr?Error message at startup when using xrandr command in ~/.profilexrandr thinks same monitor is connected twiceParse xrandr output to get available resolutionxrandr cannot find mode, but shows up in list






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















If I execute xrandr, I get a list of resolutions supported on my monitor (I only have one). For most of these resolutions I can excuted 'xrandr --output eDP-1-1 --mode res' and it works.



But for some resolutions on the list, I get an error back 'cannot find mode'. If I add a --rate 60 flag it then finds the mode and sets the resolutions.



This would make some sense if xrandr couldn't decide which refresh rate to use, but this happens for resolutions with only one refresh rate listed.



What gives? It is I supposed not a big issue but I would like to know what is going on.










share|improve this question







New contributor




Countingstuff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • What happens if you run the simple command xrandr -s widthxheight where widthxheight can be for example 1024x768 or 1920x1080 or whatever is listed by the plain xrandr command?

    – sudodus
    4 hours ago













  • 512x384 is listed by xrandr. xrandr -s 512x384 says "Size 512x384 not found in available modes"

    – Countingstuff
    4 hours ago











  • 512x384 is a very low resolution, not really useful. In my computer the lowest listed resolution is 640x480, and it works. Are there other listed resolutions, that do not work? What graphics card and graphics driver are you using? And which version of Ubuntu? Are you runnning Xorg or Wayland? And what monitor is it (brand name and model)?

    – sudodus
    4 hours ago








  • 1





    Hey, yes, for example 720x450 is listed but does not work. I agree it's a very low resolution and not useful, but I am writing some code that requires changing of resolutions, and I'm wary now since I don't understand when xrandr works and does not. I'm on Ubuntu 16.04, my graphics card is Intel HD Graphics 520, driver i912. I am running xorg

    – Countingstuff
    4 hours ago











  • This is an unusual problem. I have used xrandr many times and in many computers (for example to get lower resolution than default in order to get screenshots to upload to AskUbuntu). Intel graphics and the corresponding linux drivers are usually cooperating well, but there are some exceptions. There could also be problems because of the monitor (hardware). -- You can test in a live drive of Ubuntu 18.04.1 LTS, 'Try Ubuntu without installing', and test in some other computers, if you have the same problem.

    – sudodus
    4 hours ago




















0















If I execute xrandr, I get a list of resolutions supported on my monitor (I only have one). For most of these resolutions I can excuted 'xrandr --output eDP-1-1 --mode res' and it works.



But for some resolutions on the list, I get an error back 'cannot find mode'. If I add a --rate 60 flag it then finds the mode and sets the resolutions.



This would make some sense if xrandr couldn't decide which refresh rate to use, but this happens for resolutions with only one refresh rate listed.



What gives? It is I supposed not a big issue but I would like to know what is going on.










share|improve this question







New contributor




Countingstuff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • What happens if you run the simple command xrandr -s widthxheight where widthxheight can be for example 1024x768 or 1920x1080 or whatever is listed by the plain xrandr command?

    – sudodus
    4 hours ago













  • 512x384 is listed by xrandr. xrandr -s 512x384 says "Size 512x384 not found in available modes"

    – Countingstuff
    4 hours ago











  • 512x384 is a very low resolution, not really useful. In my computer the lowest listed resolution is 640x480, and it works. Are there other listed resolutions, that do not work? What graphics card and graphics driver are you using? And which version of Ubuntu? Are you runnning Xorg or Wayland? And what monitor is it (brand name and model)?

    – sudodus
    4 hours ago








  • 1





    Hey, yes, for example 720x450 is listed but does not work. I agree it's a very low resolution and not useful, but I am writing some code that requires changing of resolutions, and I'm wary now since I don't understand when xrandr works and does not. I'm on Ubuntu 16.04, my graphics card is Intel HD Graphics 520, driver i912. I am running xorg

    – Countingstuff
    4 hours ago











  • This is an unusual problem. I have used xrandr many times and in many computers (for example to get lower resolution than default in order to get screenshots to upload to AskUbuntu). Intel graphics and the corresponding linux drivers are usually cooperating well, but there are some exceptions. There could also be problems because of the monitor (hardware). -- You can test in a live drive of Ubuntu 18.04.1 LTS, 'Try Ubuntu without installing', and test in some other computers, if you have the same problem.

    – sudodus
    4 hours ago
















0












0








0








If I execute xrandr, I get a list of resolutions supported on my monitor (I only have one). For most of these resolutions I can excuted 'xrandr --output eDP-1-1 --mode res' and it works.



But for some resolutions on the list, I get an error back 'cannot find mode'. If I add a --rate 60 flag it then finds the mode and sets the resolutions.



This would make some sense if xrandr couldn't decide which refresh rate to use, but this happens for resolutions with only one refresh rate listed.



What gives? It is I supposed not a big issue but I would like to know what is going on.










share|improve this question







New contributor




Countingstuff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












If I execute xrandr, I get a list of resolutions supported on my monitor (I only have one). For most of these resolutions I can excuted 'xrandr --output eDP-1-1 --mode res' and it works.



But for some resolutions on the list, I get an error back 'cannot find mode'. If I add a --rate 60 flag it then finds the mode and sets the resolutions.



This would make some sense if xrandr couldn't decide which refresh rate to use, but this happens for resolutions with only one refresh rate listed.



What gives? It is I supposed not a big issue but I would like to know what is going on.







xrandr






share|improve this question







New contributor




Countingstuff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Countingstuff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Countingstuff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 5 hours ago









CountingstuffCountingstuff

1011




1011




New contributor




Countingstuff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Countingstuff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Countingstuff is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • What happens if you run the simple command xrandr -s widthxheight where widthxheight can be for example 1024x768 or 1920x1080 or whatever is listed by the plain xrandr command?

    – sudodus
    4 hours ago













  • 512x384 is listed by xrandr. xrandr -s 512x384 says "Size 512x384 not found in available modes"

    – Countingstuff
    4 hours ago











  • 512x384 is a very low resolution, not really useful. In my computer the lowest listed resolution is 640x480, and it works. Are there other listed resolutions, that do not work? What graphics card and graphics driver are you using? And which version of Ubuntu? Are you runnning Xorg or Wayland? And what monitor is it (brand name and model)?

    – sudodus
    4 hours ago








  • 1





    Hey, yes, for example 720x450 is listed but does not work. I agree it's a very low resolution and not useful, but I am writing some code that requires changing of resolutions, and I'm wary now since I don't understand when xrandr works and does not. I'm on Ubuntu 16.04, my graphics card is Intel HD Graphics 520, driver i912. I am running xorg

    – Countingstuff
    4 hours ago











  • This is an unusual problem. I have used xrandr many times and in many computers (for example to get lower resolution than default in order to get screenshots to upload to AskUbuntu). Intel graphics and the corresponding linux drivers are usually cooperating well, but there are some exceptions. There could also be problems because of the monitor (hardware). -- You can test in a live drive of Ubuntu 18.04.1 LTS, 'Try Ubuntu without installing', and test in some other computers, if you have the same problem.

    – sudodus
    4 hours ago





















  • What happens if you run the simple command xrandr -s widthxheight where widthxheight can be for example 1024x768 or 1920x1080 or whatever is listed by the plain xrandr command?

    – sudodus
    4 hours ago













  • 512x384 is listed by xrandr. xrandr -s 512x384 says "Size 512x384 not found in available modes"

    – Countingstuff
    4 hours ago











  • 512x384 is a very low resolution, not really useful. In my computer the lowest listed resolution is 640x480, and it works. Are there other listed resolutions, that do not work? What graphics card and graphics driver are you using? And which version of Ubuntu? Are you runnning Xorg or Wayland? And what monitor is it (brand name and model)?

    – sudodus
    4 hours ago








  • 1





    Hey, yes, for example 720x450 is listed but does not work. I agree it's a very low resolution and not useful, but I am writing some code that requires changing of resolutions, and I'm wary now since I don't understand when xrandr works and does not. I'm on Ubuntu 16.04, my graphics card is Intel HD Graphics 520, driver i912. I am running xorg

    – Countingstuff
    4 hours ago











  • This is an unusual problem. I have used xrandr many times and in many computers (for example to get lower resolution than default in order to get screenshots to upload to AskUbuntu). Intel graphics and the corresponding linux drivers are usually cooperating well, but there are some exceptions. There could also be problems because of the monitor (hardware). -- You can test in a live drive of Ubuntu 18.04.1 LTS, 'Try Ubuntu without installing', and test in some other computers, if you have the same problem.

    – sudodus
    4 hours ago



















What happens if you run the simple command xrandr -s widthxheight where widthxheight can be for example 1024x768 or 1920x1080 or whatever is listed by the plain xrandr command?

– sudodus
4 hours ago







What happens if you run the simple command xrandr -s widthxheight where widthxheight can be for example 1024x768 or 1920x1080 or whatever is listed by the plain xrandr command?

– sudodus
4 hours ago















512x384 is listed by xrandr. xrandr -s 512x384 says "Size 512x384 not found in available modes"

– Countingstuff
4 hours ago





512x384 is listed by xrandr. xrandr -s 512x384 says "Size 512x384 not found in available modes"

– Countingstuff
4 hours ago













512x384 is a very low resolution, not really useful. In my computer the lowest listed resolution is 640x480, and it works. Are there other listed resolutions, that do not work? What graphics card and graphics driver are you using? And which version of Ubuntu? Are you runnning Xorg or Wayland? And what monitor is it (brand name and model)?

– sudodus
4 hours ago







512x384 is a very low resolution, not really useful. In my computer the lowest listed resolution is 640x480, and it works. Are there other listed resolutions, that do not work? What graphics card and graphics driver are you using? And which version of Ubuntu? Are you runnning Xorg or Wayland? And what monitor is it (brand name and model)?

– sudodus
4 hours ago






1




1





Hey, yes, for example 720x450 is listed but does not work. I agree it's a very low resolution and not useful, but I am writing some code that requires changing of resolutions, and I'm wary now since I don't understand when xrandr works and does not. I'm on Ubuntu 16.04, my graphics card is Intel HD Graphics 520, driver i912. I am running xorg

– Countingstuff
4 hours ago





Hey, yes, for example 720x450 is listed but does not work. I agree it's a very low resolution and not useful, but I am writing some code that requires changing of resolutions, and I'm wary now since I don't understand when xrandr works and does not. I'm on Ubuntu 16.04, my graphics card is Intel HD Graphics 520, driver i912. I am running xorg

– Countingstuff
4 hours ago













This is an unusual problem. I have used xrandr many times and in many computers (for example to get lower resolution than default in order to get screenshots to upload to AskUbuntu). Intel graphics and the corresponding linux drivers are usually cooperating well, but there are some exceptions. There could also be problems because of the monitor (hardware). -- You can test in a live drive of Ubuntu 18.04.1 LTS, 'Try Ubuntu without installing', and test in some other computers, if you have the same problem.

– sudodus
4 hours ago







This is an unusual problem. I have used xrandr many times and in many computers (for example to get lower resolution than default in order to get screenshots to upload to AskUbuntu). Intel graphics and the corresponding linux drivers are usually cooperating well, but there are some exceptions. There could also be problems because of the monitor (hardware). -- You can test in a live drive of Ubuntu 18.04.1 LTS, 'Try Ubuntu without installing', and test in some other computers, if you have the same problem.

– sudodus
4 hours ago












0






active

oldest

votes












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
});


}
});






Countingstuff is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132215%2fxrandr-cannot-find-mode-but-mode-listed-by-xrandr%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








Countingstuff is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Countingstuff is a new contributor. Be nice, and check out our Code of Conduct.













Countingstuff is a new contributor. Be nice, and check out our Code of Conduct.












Countingstuff is a new contributor. Be nice, and check out our Code of Conduct.
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132215%2fxrandr-cannot-find-mode-but-mode-listed-by-xrandr%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

List of shipwrecks in 1808...

Is there a lightweight tool to crop images quickly?Cropping Images using Command Line Tools OnlyHow to crop...

Unit packagekit.service is masked Announcing the arrival of Valued Associate #679: Cesar...