RE: Kdrive and XF4VNC
"Andrew P Cook" <[email protected]> Tue, 13 Apr 2004 09:21:18 -0400
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <003f01c4215a$34682430$3f00a8c0@arc2> |
Thanks for this tip. It seems to be working well. The only problem I am having is the size of kdrive. I pulled a copy off CVS and when it compiled the Xfbdev file was over 8MB. This is an embedded application and I am limited in the storage I have. I took the stock Xfree 4.3.0 source and with a modified host.def Xfbdev was less than 1MB. The freedesktop code from the CVS doesn't seem to use the host.def file. I passed some parameters to the configure script to disable features, but it only had a minimal impact on the final size of Xfbdev. Is there a way to use the host.def file to get a comparable build or what other way is there to control the final size of kdrive? Andrew. >> Matthew Allum created a client-side VNC implementation using the new >> Damage extension. Perhaps that would be a reasonable place to start, >> completely avoiding changes to the X server. Performance is slightly >> reduced, but I don't know if that's a major concern. >> >You can grab this here; >http://freedesktop.org/~mallum/xdamagevnc.c >It needs libVNCServer and is basically just a quick hack on libVNCservers >included polling xvnc server. > -- Matthew