Unable to change display resolution Ubuntu 18.04 on Xenserver VM
I'm using Dell T410 server with Free version of Xenserver 7.4, i installed Ubuntu 18.04 VM all went well but i'm unable to adjust the resolution
from ubuntu settings, showing just 800X600, see attached image taken from VNC Viewer but look the same if i use XenCentre or Xen Orchestra console. i also installed Windows 10 vm and using Microsoft RDP App installed on my iMac to access and it working ok i can change any resolution from both the VM or the RDP App settings and have sound. but on the Ubuntu i think it picks up the Dell driverHW with no option to change the resolution, as you see from the screen shot even the setting page doesn't fit the screen. in general i would like to do the same as windows VM, RDP with Microsoft if possible as preferred. I did manage to use VNC Viewer but resolution was the same. i did install the XS Guest tools on both the Windows and Ubuntu vms but didn't help with the resolution on ubuntu. i also researched online but only found outdated solution from 2016 XS V6.5 and Ubuntu 16.04 but no solution helped.
I use this setup as a home lab to learn about servers, linux CLI and VMs, so i wish to have a similar environment as a desktop.
my questions are :
how do i fix the resolution, do i need to install a XS or Ubuntu driver?
what you normally using in production and home lab environment to access the VM, RDP Client?
what RDP you recommend to get for best compatibility and environment as a desktop?
Thank you for your help
Yariv
Ubuntu settings showing on VNC
display-resolution remote-desktop vnc xen
add a comment |
I'm using Dell T410 server with Free version of Xenserver 7.4, i installed Ubuntu 18.04 VM all went well but i'm unable to adjust the resolution
from ubuntu settings, showing just 800X600, see attached image taken from VNC Viewer but look the same if i use XenCentre or Xen Orchestra console. i also installed Windows 10 vm and using Microsoft RDP App installed on my iMac to access and it working ok i can change any resolution from both the VM or the RDP App settings and have sound. but on the Ubuntu i think it picks up the Dell driverHW with no option to change the resolution, as you see from the screen shot even the setting page doesn't fit the screen. in general i would like to do the same as windows VM, RDP with Microsoft if possible as preferred. I did manage to use VNC Viewer but resolution was the same. i did install the XS Guest tools on both the Windows and Ubuntu vms but didn't help with the resolution on ubuntu. i also researched online but only found outdated solution from 2016 XS V6.5 and Ubuntu 16.04 but no solution helped.
I use this setup as a home lab to learn about servers, linux CLI and VMs, so i wish to have a similar environment as a desktop.
my questions are :
how do i fix the resolution, do i need to install a XS or Ubuntu driver?
what you normally using in production and home lab environment to access the VM, RDP Client?
what RDP you recommend to get for best compatibility and environment as a desktop?
Thank you for your help
Yariv
Ubuntu settings showing on VNC
display-resolution remote-desktop vnc xen
I'm not sure if it helps, but I can imagine, that this could work. askubuntu.com/questions/1031143/…
– linux64kb
Nov 27 '18 at 23:10
add a comment |
I'm using Dell T410 server with Free version of Xenserver 7.4, i installed Ubuntu 18.04 VM all went well but i'm unable to adjust the resolution
from ubuntu settings, showing just 800X600, see attached image taken from VNC Viewer but look the same if i use XenCentre or Xen Orchestra console. i also installed Windows 10 vm and using Microsoft RDP App installed on my iMac to access and it working ok i can change any resolution from both the VM or the RDP App settings and have sound. but on the Ubuntu i think it picks up the Dell driverHW with no option to change the resolution, as you see from the screen shot even the setting page doesn't fit the screen. in general i would like to do the same as windows VM, RDP with Microsoft if possible as preferred. I did manage to use VNC Viewer but resolution was the same. i did install the XS Guest tools on both the Windows and Ubuntu vms but didn't help with the resolution on ubuntu. i also researched online but only found outdated solution from 2016 XS V6.5 and Ubuntu 16.04 but no solution helped.
I use this setup as a home lab to learn about servers, linux CLI and VMs, so i wish to have a similar environment as a desktop.
my questions are :
how do i fix the resolution, do i need to install a XS or Ubuntu driver?
what you normally using in production and home lab environment to access the VM, RDP Client?
what RDP you recommend to get for best compatibility and environment as a desktop?
Thank you for your help
Yariv
Ubuntu settings showing on VNC
display-resolution remote-desktop vnc xen
I'm using Dell T410 server with Free version of Xenserver 7.4, i installed Ubuntu 18.04 VM all went well but i'm unable to adjust the resolution
from ubuntu settings, showing just 800X600, see attached image taken from VNC Viewer but look the same if i use XenCentre or Xen Orchestra console. i also installed Windows 10 vm and using Microsoft RDP App installed on my iMac to access and it working ok i can change any resolution from both the VM or the RDP App settings and have sound. but on the Ubuntu i think it picks up the Dell driverHW with no option to change the resolution, as you see from the screen shot even the setting page doesn't fit the screen. in general i would like to do the same as windows VM, RDP with Microsoft if possible as preferred. I did manage to use VNC Viewer but resolution was the same. i did install the XS Guest tools on both the Windows and Ubuntu vms but didn't help with the resolution on ubuntu. i also researched online but only found outdated solution from 2016 XS V6.5 and Ubuntu 16.04 but no solution helped.
I use this setup as a home lab to learn about servers, linux CLI and VMs, so i wish to have a similar environment as a desktop.
my questions are :
how do i fix the resolution, do i need to install a XS or Ubuntu driver?
what you normally using in production and home lab environment to access the VM, RDP Client?
what RDP you recommend to get for best compatibility and environment as a desktop?
Thank you for your help
Yariv
Ubuntu settings showing on VNC
display-resolution remote-desktop vnc xen
display-resolution remote-desktop vnc xen
edited May 4 '18 at 5:39
avsion
asked May 2 '18 at 15:00
avsionavsion
113
113
I'm not sure if it helps, but I can imagine, that this could work. askubuntu.com/questions/1031143/…
– linux64kb
Nov 27 '18 at 23:10
add a comment |
I'm not sure if it helps, but I can imagine, that this could work. askubuntu.com/questions/1031143/…
– linux64kb
Nov 27 '18 at 23:10
I'm not sure if it helps, but I can imagine, that this could work. askubuntu.com/questions/1031143/…
– linux64kb
Nov 27 '18 at 23:10
I'm not sure if it helps, but I can imagine, that this could work. askubuntu.com/questions/1031143/…
– linux64kb
Nov 27 '18 at 23:10
add a comment |
1 Answer
1
active
oldest
votes
1.Shutdown your VM.
2.From the command line, find the UUID of your VM:
xe vm-list name-label='Name of your VM'
3.Taking the UUID value, run the following command:
xe vm-param-remove uuid=UUID param-name=platform param-key=vga
4.You can always switch back to the default driver with the following command:
xe vm-param-set uuid=UUID platform:vga=std
New contributor
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',
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%2faskubuntu.com%2fquestions%2f1031143%2funable-to-change-display-resolution-ubuntu-18-04-on-xenserver-vm%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
1.Shutdown your VM.
2.From the command line, find the UUID of your VM:
xe vm-list name-label='Name of your VM'
3.Taking the UUID value, run the following command:
xe vm-param-remove uuid=UUID param-name=platform param-key=vga
4.You can always switch back to the default driver with the following command:
xe vm-param-set uuid=UUID platform:vga=std
New contributor
add a comment |
1.Shutdown your VM.
2.From the command line, find the UUID of your VM:
xe vm-list name-label='Name of your VM'
3.Taking the UUID value, run the following command:
xe vm-param-remove uuid=UUID param-name=platform param-key=vga
4.You can always switch back to the default driver with the following command:
xe vm-param-set uuid=UUID platform:vga=std
New contributor
add a comment |
1.Shutdown your VM.
2.From the command line, find the UUID of your VM:
xe vm-list name-label='Name of your VM'
3.Taking the UUID value, run the following command:
xe vm-param-remove uuid=UUID param-name=platform param-key=vga
4.You can always switch back to the default driver with the following command:
xe vm-param-set uuid=UUID platform:vga=std
New contributor
1.Shutdown your VM.
2.From the command line, find the UUID of your VM:
xe vm-list name-label='Name of your VM'
3.Taking the UUID value, run the following command:
xe vm-param-remove uuid=UUID param-name=platform param-key=vga
4.You can always switch back to the default driver with the following command:
xe vm-param-set uuid=UUID platform:vga=std
New contributor
New contributor
answered 15 mins ago
trakatelistrakatelis
1
1
New contributor
New contributor
add a comment |
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.
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%2f1031143%2funable-to-change-display-resolution-ubuntu-18-04-on-xenserver-vm%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
I'm not sure if it helps, but I can imagine, that this could work. askubuntu.com/questions/1031143/…
– linux64kb
Nov 27 '18 at 23:10