From: Yu Ke <ke.yu@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/1] Fix for BUG782: vnc server issue in mips
Date: Fri, 4 Mar 2011 11:50:45 +0800 [thread overview]
Message-ID: <cover.1299210292.git.ke.yu@intel.com> (raw)
Bug 782 is that x86 vnc client does not work with vnc server in qemumips.
the root cause is that x11vnc server's word endian is wrong in qemumips.
mips linux is bigendian, while x86 linux is little endian, so there should be
endian convention between the vnc client/server. the code does have the endian
convertion logic and the logic works well in most case. the only issue is that
in vncserver mips compiling, there is missing flag "-DLIBVNCSERVER_WORDS_BIGENDIAN",
thus the vncserver in mips has wrong endian.
Adding the flag can fix this issue.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: kyu3/bug782-vnc
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/bug782-vnc
Thanks,
Yu Ke <ke.yu@intel.com>
---
Yu Ke (1):
x11vnc: add big endian CFLAG for mips, to fix bug 782
meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
next reply other threads:[~2011-03-04 3:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-04 3:50 Yu Ke [this message]
2011-03-04 3:50 ` [PATCH 1/1] x11vnc: add big endian CFLAG for mips, to fix bug 782 Yu Ke
2011-03-04 5:11 ` Khem Raj
2011-03-04 7:57 ` Yu Ke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1299210292.git.ke.yu@intel.com \
--to=ke.yu@intel.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.