Quote:
Originally posted by anandj
Thanks for the replies guys. I just fixed the problem.
I realized that fedora core2 by default uses Xorg instead of xfree86.
So I just copied all the instructions from the webpage of the synaptics driver onto the xorg.conf file instead of XF86Config file as I had done earlier. With that change, it works like magic.
And the issue with 'evdev' module not being available, its already precompiled into the kernel .. so it does not have to loaded seperately.
Thanks again for the help.
|
I'm also using FC2, but am pretty new to Linux. I'm having problems compiling the driver. When I run "make", I get the following output from the terminal:
L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE - DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY -DTOGCUP -DDPMSExtension -DPIXPRIV -DPANORAMIX -DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV -DSINGL EDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER -DXFree86Server -DXF86VIDMODE -DSMART_SCHEDULE -DBUILDDEBUG -DX_BYTE_ORDER=X_LITTLE_ENDIAN -DNDEBUG -DFUNCPRO TO=15 -DNARROWPROTO -DIN_MODULE -DXFree86Module -DVERSION="\"0.13.3\"" synaptic s.c
In file included from synaptics.c:65:
xf86Xinput.h:36:27: extensions/XI.h: No such file or directory
xf86Xinput.h:37:32: extensions/XIproto.h: No such file or directory
In file included from xf86Xinput.h:38,
from synaptics.c:65:
XIstubs.h:97: error: syntax error before "xDeviceCtl"
In file included from synaptics.c:65:
xf86Xinput.h:99: error: syntax error before "xDeviceCtl"
synaptics.c:113: error: syntax error before "xDeviceCtl"
synaptics.c: In function `SynapticsPreInit':
synaptics.c:235: error: `XI_MOUSE' undeclared (first use in this function)
synaptics.c:235: error: (Each undeclared identifier is reported only once
synaptics.c:235: error: for each function it appears in.)
synaptics.c: At top level:
synaptics.c:1406: error: syntax error before "xDeviceCtl"
make: *** [synaptics.o] Error 1
I've installed all the development libraries and the compiler (gcc version 3.3.3 20040412), and don't know where to go next. Is this something to do with xf86Xinput.h and Xorg?