On Tuesday 16 August 2005 12:05, Paul Howarth wrote: > On Tue, 2005-08-16 at 11:50 -0600, kevin.kempter@xxxxxxxxxxxxxxxxx > > wrote: > > How do I knopw for sure the synaptics driver is loaded. I suspect it is > > not loading in my xorg.conf file. > > > > The package is loaded : > > > > # rpm -qa | grep synaptics > > synaptics-0.13.5-5 > > Try: > > $ rpm -qi synaptics > > That will tell you about the package. It may not be what you think it > is. > > Paul. > -- > Paul Howarth <paul@xxxxxxxxxxxx> It is the package I expect. However if I change the primary input device (i.e. mouse0) in my xorg.conf file to use the synaptics driver via: Driver "synaptics" then the mouse does not work at all however if I use : Driver "mouse" then it works. This makes me suspect the synaptics driver is not loaded. Thoughts ?