This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Can't see proper colors on my KDE via VNC Server

Tags: None
(comma "," separated)
Eliran
Registered Member
Posts
9
Karma
0
Hello guys,

1) I have installed KDE successfully over my Debian Wheezy system (openVZ Virtual Machine), following this tutorial:
https://wiki.debian.org/KDE

2) I installed "vnc4server" and created the following startup script in my .vnc/xstartup file:
Code: Select all
#!/bin/sh

# Load X resources (if any)
if [ -e "$HOME/.Xresources" ]
then
        xrdb "$HOME/.Xresources"
fi

startkde &


3) I ran the VNC server, using:
Code: Select all
vncserver -geometry 1024x768 -depth 32 :1


4) This is what I see while logging into VNC:
http://i1205.photobucket.com/albums/bb4 ... 4ffeae.png

It seems the KDE application is working, but something is wrong with the graphics.
Any idea, why do I see those weird colors?

Many thanks!
Eliran
Registered Member
Posts
9
Karma
0
Update:

Attached below the log file of the VNC process too:
https://dl.dropboxusercontent.com/u/800 ... host_1.log
It has many errors and may give you an idea.

I'd like to emphasize that the Debian server is a virtual machine that runs under OpenVZ virtualization.

Thank you for your time!
luebking
Karma
0
VNCSConnST: Server default pixel format depth 32 (32bpp) little-endian bgr101111
VNCSConnST: Client pixel format depth 24 (32bpp) little-endian rgb888


Try whether
Code: Select all
vncserver -geometry 1024x768 -depth 24 :1

works out "of the box", otherwise try defining the pixelformat as well (consult the vncserver manpage on the exact switch)
Eliran
Registered Member
Posts
9
Karma
0
luebking wrote:
VNCSConnST: Server default pixel format depth 32 (32bpp) little-endian bgr101111
VNCSConnST: Client pixel format depth 24 (32bpp) little-endian rgb888


Try whether
Code: Select all
vncserver -geometry 1024x768 -depth 24 :1

works out "of the box", otherwise try defining the pixelformat as well (consult the vncserver manpage on the exact switch)


This worked perfectly.

Code: Select all
vncserver -geometry 1024x768 -depth 24 :1


It seems that -depth 32 was way too much :)

screenshot below:
Image

Thank you very much!


Bookmarks



Who is online

Registered users: Baidu [Spider], Bing [Bot], Google [Bot], Yahoo [Bot]