Hi, so I want to fix the mouse issues with Xvesa/KDrive so that the mouse just works without having to wiggle it, wait, then go (and if you don't want it jumps all over the place). So I found the files in the xorg package 7.1 since that is supposed to be the latest version that will support kdrive / xvesa properly. So I downloaded to an debian squeeze install I'm running and after getting all the dependency's worked out (started with this kemovitra.blogspot.com/2009/10/linux-compiling-xorg-kdrive-server.html but there were a lot more and had to get some from debian lenny) so configure worked (using that command line from the link give). Next typed "make" and it failed because of all kinds of garbage that lots of people seem to also have (I'll paste at the end of this message). So anyway, I think it failed because it was building for my local squeeze system, not a generic separate build, which I really want because I want to replace/upgrade the one you provide in extensions Xvesa-7.1.tcz. So I guess what I really want is to do it under TinyCore? Is that right? How would i get the source that makes up Xvesa-7.1.tcz so I can improve it and have it work in Tiny Core?? I've done a lot of system stuff on PC's, but haven't worked much in Linux except some basic C/C++ utilities, this is all quite confusing. It seems like I should just be able to download something then compile it. Anyway, here are some of those problems building which can probably be ignored since I really want to build a version for TinyCore.
n file included from ../Xext/panoramiX.h:46,
from dispatch.c:107:
/usr/include/X11/extensions/panoramiXext.h:49: error: expected ')' before '*' token
/usr/include/X11/extensions/panoramiXext.h:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XPanoramiXQueryVersion'
/usr/include/X11/extensions/panoramiXext.h:64: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XPanoramiXGetState'
/usr/include/X11/extensions/panoramiXext.h:70: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XPanoramiXGetScreenCount'
/usr/include/X11/extensions/panoramiXext.h:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XPanoramiXGetScreenSize'
In file included from dispatch.c:112:
/usr/include/X11/extensions/security.h:39: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XSecurityQueryExtension'
/usr/include/X11/extensions/security.h:59: error: expected ')' before '*' token
/usr/include/X11/extensions/security.h:65: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XSecurityRevokeAuthorization'
/usr/include/X11/extensions/security.h:75: error: expected specifier-qualifier-list before 'Display'
dispatch.c:115:35: error: X11/extensions/Xagsrv.h: No such file or directory
dispatch.c:118:1: warning: "XKB_IN_SERVER" redefined
In file included from dispatch.c:82:
../include/dix-config.h:346:1: warning: this is the location of the previous definition