On 23/08/10 21:15, Tim Small wrote:
> /usr/bin/X: symbol lookup error:
> /usr/lib/xorg/modules/extensions/libvnc.so: undefined symbol:
> AllocDevicePair
>
> [...]
> As that symbol isn't included in any other
> xort modules on Debian, I assume the linking for libvnc.so needs to be
> modified?
>    


I modified the link to pull in libdix.la, but then just got a undefined 
symbol error for "ProcessPointerEvent" - and as this didn't seem to be 
in any of the shared libraries, I stopped there..  Meanwhile I tried the 
original libvnc.so (in viewonly mode), and found a bug:

. I have a single physical display of size 1920x1200 - sometimes, I 
configure a second display alongside (dynamiclly using xrandr), and so I 
had this in my xorg.conf:

Section "Screen"
         Identifier      "Default Screen"
         Monitor         "Configured Monitor"
         SubSection "Display"
                 Virtual         3840 1200
...
         EndSubSection


Without the Virtual line, it seems to work as expected.  With the 
Virtual line in place, it appears that the horizontal scan lines on the 
server appear something like this in the client:

12
34
56

instead of

1
2
3
4
5
6


HTH,

Tim.

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to