Centos inside Virtualbox — how to set custom resolution?
I have Centos inside Virtualbox. I need custom resolution for my screen. I run xrandr as proposed on the net. New resolution appears in the dropdown. But it doesn't work. Virtualbox addons are installed. Virtualbox gives 60Mbs of memory. Here is what I do and what I get:

Popup error message in Russian says: Unable to apply selected configuration, didn't manage to apply CRT 241 controller configuration.
centos gnome virtualbox xrandr
add a comment |
I have Centos inside Virtualbox. I need custom resolution for my screen. I run xrandr as proposed on the net. New resolution appears in the dropdown. But it doesn't work. Virtualbox addons are installed. Virtualbox gives 60Mbs of memory. Here is what I do and what I get:

Popup error message in Russian says: Unable to apply selected configuration, didn't manage to apply CRT 241 controller configuration.
centos gnome virtualbox xrandr
1
Have you installed Guest Additions? Also, what is amount of Video RAM is configured in VM settings?
– myaut
Mar 31 '15 at 15:13
@myaut, i've updated the question to give more details.
– stiv
Mar 31 '15 at 15:18
maybe the auto resize feature is enabled, check under theViewmenu, or pressHost + Gon the keyboard, and try setting the desired resolution again.
– Dalvenjia
Mar 31 '15 at 19:37
no, autoresize is disabled
– stiv
Apr 1 '15 at 7:26
As Dalvenjia sugested, enable autoresize. You can enable all the virtualbox services with the command:$ VBoxClient --clipboard --draganddrop --seamless --display --checkhostversionor use$ VBoxClient-all. Alternatively, you can just tick what you require from the View menu of the running virtual machine.
– user49730
Apr 13 '15 at 23:39
add a comment |
I have Centos inside Virtualbox. I need custom resolution for my screen. I run xrandr as proposed on the net. New resolution appears in the dropdown. But it doesn't work. Virtualbox addons are installed. Virtualbox gives 60Mbs of memory. Here is what I do and what I get:

Popup error message in Russian says: Unable to apply selected configuration, didn't manage to apply CRT 241 controller configuration.
centos gnome virtualbox xrandr
I have Centos inside Virtualbox. I need custom resolution for my screen. I run xrandr as proposed on the net. New resolution appears in the dropdown. But it doesn't work. Virtualbox addons are installed. Virtualbox gives 60Mbs of memory. Here is what I do and what I get:

Popup error message in Russian says: Unable to apply selected configuration, didn't manage to apply CRT 241 controller configuration.
centos gnome virtualbox xrandr
centos gnome virtualbox xrandr
edited Mar 31 '15 at 15:17
stiv
asked Mar 31 '15 at 15:03
stivstiv
2152516
2152516
1
Have you installed Guest Additions? Also, what is amount of Video RAM is configured in VM settings?
– myaut
Mar 31 '15 at 15:13
@myaut, i've updated the question to give more details.
– stiv
Mar 31 '15 at 15:18
maybe the auto resize feature is enabled, check under theViewmenu, or pressHost + Gon the keyboard, and try setting the desired resolution again.
– Dalvenjia
Mar 31 '15 at 19:37
no, autoresize is disabled
– stiv
Apr 1 '15 at 7:26
As Dalvenjia sugested, enable autoresize. You can enable all the virtualbox services with the command:$ VBoxClient --clipboard --draganddrop --seamless --display --checkhostversionor use$ VBoxClient-all. Alternatively, you can just tick what you require from the View menu of the running virtual machine.
– user49730
Apr 13 '15 at 23:39
add a comment |
1
Have you installed Guest Additions? Also, what is amount of Video RAM is configured in VM settings?
– myaut
Mar 31 '15 at 15:13
@myaut, i've updated the question to give more details.
– stiv
Mar 31 '15 at 15:18
maybe the auto resize feature is enabled, check under theViewmenu, or pressHost + Gon the keyboard, and try setting the desired resolution again.
– Dalvenjia
Mar 31 '15 at 19:37
no, autoresize is disabled
– stiv
Apr 1 '15 at 7:26
As Dalvenjia sugested, enable autoresize. You can enable all the virtualbox services with the command:$ VBoxClient --clipboard --draganddrop --seamless --display --checkhostversionor use$ VBoxClient-all. Alternatively, you can just tick what you require from the View menu of the running virtual machine.
– user49730
Apr 13 '15 at 23:39
1
1
Have you installed Guest Additions? Also, what is amount of Video RAM is configured in VM settings?
– myaut
Mar 31 '15 at 15:13
Have you installed Guest Additions? Also, what is amount of Video RAM is configured in VM settings?
– myaut
Mar 31 '15 at 15:13
@myaut, i've updated the question to give more details.
– stiv
Mar 31 '15 at 15:18
@myaut, i've updated the question to give more details.
– stiv
Mar 31 '15 at 15:18
maybe the auto resize feature is enabled, check under the
View menu, or press Host + G on the keyboard, and try setting the desired resolution again.– Dalvenjia
Mar 31 '15 at 19:37
maybe the auto resize feature is enabled, check under the
View menu, or press Host + G on the keyboard, and try setting the desired resolution again.– Dalvenjia
Mar 31 '15 at 19:37
no, autoresize is disabled
– stiv
Apr 1 '15 at 7:26
no, autoresize is disabled
– stiv
Apr 1 '15 at 7:26
As Dalvenjia sugested, enable autoresize. You can enable all the virtualbox services with the command:
$ VBoxClient --clipboard --draganddrop --seamless --display --checkhostversion or use $ VBoxClient-all. Alternatively, you can just tick what you require from the View menu of the running virtual machine.– user49730
Apr 13 '15 at 23:39
As Dalvenjia sugested, enable autoresize. You can enable all the virtualbox services with the command:
$ VBoxClient --clipboard --draganddrop --seamless --display --checkhostversion or use $ VBoxClient-all. Alternatively, you can just tick what you require from the View menu of the running virtual machine.– user49730
Apr 13 '15 at 23:39
add a comment |
1 Answer
1
active
oldest
votes
After adding the mode to the display, you can use xrandr to enable the mode on the display. This can be done with the following command:
xrandr --output default --mode "1600x900_60.00"
Consult the output of xrandr without any options to verify the name of the display output you are targeting is indeed default. If setting the mode fails, you may try creating & setting a mode with different parameters (resolution, refresh rate, etc).
Tried, this doesn't help.
– stiv
Apr 14 '15 at 6:44
This unfortunately does not work for me, either. Output:xrandr: cannot find mode 1600x900_60.00
– aggregate1166877
Apr 4 '18 at 1:30
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%2f193600%2fcentos-inside-virtualbox-how-to-set-custom-resolution%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
After adding the mode to the display, you can use xrandr to enable the mode on the display. This can be done with the following command:
xrandr --output default --mode "1600x900_60.00"
Consult the output of xrandr without any options to verify the name of the display output you are targeting is indeed default. If setting the mode fails, you may try creating & setting a mode with different parameters (resolution, refresh rate, etc).
Tried, this doesn't help.
– stiv
Apr 14 '15 at 6:44
This unfortunately does not work for me, either. Output:xrandr: cannot find mode 1600x900_60.00
– aggregate1166877
Apr 4 '18 at 1:30
add a comment |
After adding the mode to the display, you can use xrandr to enable the mode on the display. This can be done with the following command:
xrandr --output default --mode "1600x900_60.00"
Consult the output of xrandr without any options to verify the name of the display output you are targeting is indeed default. If setting the mode fails, you may try creating & setting a mode with different parameters (resolution, refresh rate, etc).
Tried, this doesn't help.
– stiv
Apr 14 '15 at 6:44
This unfortunately does not work for me, either. Output:xrandr: cannot find mode 1600x900_60.00
– aggregate1166877
Apr 4 '18 at 1:30
add a comment |
After adding the mode to the display, you can use xrandr to enable the mode on the display. This can be done with the following command:
xrandr --output default --mode "1600x900_60.00"
Consult the output of xrandr without any options to verify the name of the display output you are targeting is indeed default. If setting the mode fails, you may try creating & setting a mode with different parameters (resolution, refresh rate, etc).
After adding the mode to the display, you can use xrandr to enable the mode on the display. This can be done with the following command:
xrandr --output default --mode "1600x900_60.00"
Consult the output of xrandr without any options to verify the name of the display output you are targeting is indeed default. If setting the mode fails, you may try creating & setting a mode with different parameters (resolution, refresh rate, etc).
answered Apr 7 '15 at 4:59
shibleyshibley
36126
36126
Tried, this doesn't help.
– stiv
Apr 14 '15 at 6:44
This unfortunately does not work for me, either. Output:xrandr: cannot find mode 1600x900_60.00
– aggregate1166877
Apr 4 '18 at 1:30
add a comment |
Tried, this doesn't help.
– stiv
Apr 14 '15 at 6:44
This unfortunately does not work for me, either. Output:xrandr: cannot find mode 1600x900_60.00
– aggregate1166877
Apr 4 '18 at 1:30
Tried, this doesn't help.
– stiv
Apr 14 '15 at 6:44
Tried, this doesn't help.
– stiv
Apr 14 '15 at 6:44
This unfortunately does not work for me, either. Output:
xrandr: cannot find mode 1600x900_60.00– aggregate1166877
Apr 4 '18 at 1:30
This unfortunately does not work for me, either. Output:
xrandr: cannot find mode 1600x900_60.00– aggregate1166877
Apr 4 '18 at 1:30
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%2f193600%2fcentos-inside-virtualbox-how-to-set-custom-resolution%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
1
Have you installed Guest Additions? Also, what is amount of Video RAM is configured in VM settings?
– myaut
Mar 31 '15 at 15:13
@myaut, i've updated the question to give more details.
– stiv
Mar 31 '15 at 15:18
maybe the auto resize feature is enabled, check under the
Viewmenu, or pressHost + Gon the keyboard, and try setting the desired resolution again.– Dalvenjia
Mar 31 '15 at 19:37
no, autoresize is disabled
– stiv
Apr 1 '15 at 7:26
As Dalvenjia sugested, enable autoresize. You can enable all the virtualbox services with the command:
$ VBoxClient --clipboard --draganddrop --seamless --display --checkhostversionor use$ VBoxClient-all. Alternatively, you can just tick what you require from the View menu of the running virtual machine.– user49730
Apr 13 '15 at 23:39