Blur and unclear content on Ubuntu gnome desktop on VM being accessed through VNC viewer
up vote
0
down vote
favorite

This is how my Ubuntu gnome desktop appears like when accessed remotely through VNC viewer. The content appears very blurry and very difficult to read.
I have set up this Ubuntu gnome desktop on Ubuntu 18.04 LTS on GCP.
I have tried setting different values with this syntax and also in .vnc/xstartup script:
$ vncserver :1 -geometry 1024x768 -depth 24
But it doesn't seem to work.I have spent 2 days for setting and changing configurations and bash scripts to reach here and rectify this. I really prefer using VMs hosted on Clouds due to fast running applications on their platform unlike our own compute machines hence would really appreciate urgent help over this. This is the only bottleneck remaining to make progress in my work.
The session information for this on VNC viewer shows
size: 1024x768
pixel format: depth 6 (8 bpp) rgb222
My contents of .vnc/xstartup are :
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
export XKL_XMODMAP_DISABLE=1
export XDG_CURRENT_DESKTOP="GNOME-Flashback:Unity"
export XDG_MENU_PREFIX="gnome-flashback-"
unset DBUS_SESSION_BUS_ADDRESS
#gnome-session --session=gnome-flashback-metacity --disable-acceleration-check --debug &
gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &
Thanks in advance!
Result of the below command is :
$ lspci -nn|grep VGA
00:03.0 Non-VGA unclassified device [0000]: Red Hat, Inc Virtio SCSI [1af4:1004]
and
$ uname -a
Linux ubuntu-18-04 4.15.0-1024-gcp #25-Ubuntu SMP Wed Oct 24 13:09:45 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
gnome display-resolution remote-desktop vnc
add a comment |
up vote
0
down vote
favorite

This is how my Ubuntu gnome desktop appears like when accessed remotely through VNC viewer. The content appears very blurry and very difficult to read.
I have set up this Ubuntu gnome desktop on Ubuntu 18.04 LTS on GCP.
I have tried setting different values with this syntax and also in .vnc/xstartup script:
$ vncserver :1 -geometry 1024x768 -depth 24
But it doesn't seem to work.I have spent 2 days for setting and changing configurations and bash scripts to reach here and rectify this. I really prefer using VMs hosted on Clouds due to fast running applications on their platform unlike our own compute machines hence would really appreciate urgent help over this. This is the only bottleneck remaining to make progress in my work.
The session information for this on VNC viewer shows
size: 1024x768
pixel format: depth 6 (8 bpp) rgb222
My contents of .vnc/xstartup are :
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
export XKL_XMODMAP_DISABLE=1
export XDG_CURRENT_DESKTOP="GNOME-Flashback:Unity"
export XDG_MENU_PREFIX="gnome-flashback-"
unset DBUS_SESSION_BUS_ADDRESS
#gnome-session --session=gnome-flashback-metacity --disable-acceleration-check --debug &
gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &
Thanks in advance!
Result of the below command is :
$ lspci -nn|grep VGA
00:03.0 Non-VGA unclassified device [0000]: Red Hat, Inc Virtio SCSI [1af4:1004]
and
$ uname -a
Linux ubuntu-18-04 4.15.0-1024-gcp #25-Ubuntu SMP Wed Oct 24 13:09:45 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
gnome display-resolution remote-desktop vnc
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite

This is how my Ubuntu gnome desktop appears like when accessed remotely through VNC viewer. The content appears very blurry and very difficult to read.
I have set up this Ubuntu gnome desktop on Ubuntu 18.04 LTS on GCP.
I have tried setting different values with this syntax and also in .vnc/xstartup script:
$ vncserver :1 -geometry 1024x768 -depth 24
But it doesn't seem to work.I have spent 2 days for setting and changing configurations and bash scripts to reach here and rectify this. I really prefer using VMs hosted on Clouds due to fast running applications on their platform unlike our own compute machines hence would really appreciate urgent help over this. This is the only bottleneck remaining to make progress in my work.
The session information for this on VNC viewer shows
size: 1024x768
pixel format: depth 6 (8 bpp) rgb222
My contents of .vnc/xstartup are :
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
export XKL_XMODMAP_DISABLE=1
export XDG_CURRENT_DESKTOP="GNOME-Flashback:Unity"
export XDG_MENU_PREFIX="gnome-flashback-"
unset DBUS_SESSION_BUS_ADDRESS
#gnome-session --session=gnome-flashback-metacity --disable-acceleration-check --debug &
gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &
Thanks in advance!
Result of the below command is :
$ lspci -nn|grep VGA
00:03.0 Non-VGA unclassified device [0000]: Red Hat, Inc Virtio SCSI [1af4:1004]
and
$ uname -a
Linux ubuntu-18-04 4.15.0-1024-gcp #25-Ubuntu SMP Wed Oct 24 13:09:45 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
gnome display-resolution remote-desktop vnc

This is how my Ubuntu gnome desktop appears like when accessed remotely through VNC viewer. The content appears very blurry and very difficult to read.
I have set up this Ubuntu gnome desktop on Ubuntu 18.04 LTS on GCP.
I have tried setting different values with this syntax and also in .vnc/xstartup script:
$ vncserver :1 -geometry 1024x768 -depth 24
But it doesn't seem to work.I have spent 2 days for setting and changing configurations and bash scripts to reach here and rectify this. I really prefer using VMs hosted on Clouds due to fast running applications on their platform unlike our own compute machines hence would really appreciate urgent help over this. This is the only bottleneck remaining to make progress in my work.
The session information for this on VNC viewer shows
size: 1024x768
pixel format: depth 6 (8 bpp) rgb222
My contents of .vnc/xstartup are :
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
export XKL_XMODMAP_DISABLE=1
export XDG_CURRENT_DESKTOP="GNOME-Flashback:Unity"
export XDG_MENU_PREFIX="gnome-flashback-"
unset DBUS_SESSION_BUS_ADDRESS
#gnome-session --session=gnome-flashback-metacity --disable-acceleration-check --debug &
gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &
Thanks in advance!
Result of the below command is :
$ lspci -nn|grep VGA
00:03.0 Non-VGA unclassified device [0000]: Red Hat, Inc Virtio SCSI [1af4:1004]
and
$ uname -a
Linux ubuntu-18-04 4.15.0-1024-gcp #25-Ubuntu SMP Wed Oct 24 13:09:45 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
gnome display-resolution remote-desktop vnc
gnome display-resolution remote-desktop vnc
edited Dec 2 at 18:17
asked Dec 2 at 17:47
Taani
113
113
add a comment |
add a comment |
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',
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%2f1097954%2fblur-and-unclear-content-on-ubuntu-gnome-desktop-on-vm-being-accessed-through-vn%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1097954%2fblur-and-unclear-content-on-ubuntu-gnome-desktop-on-vm-being-accessed-through-vn%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