On (22/11/05 23:27), Massimo Perga wrote:
> Hi All, I've just upgraded the testing version to the unstable version. In
> the testing version both USB mouse and touchpad were working, but using
> latest unstable version (xorg server) I'm unable to use both. In particular,
> USB mouse seems to be detected by the system when it's inserted in the PC
> but it's not working: I also tried using gpm but nothing changes (when I
> used the stable release I was able to use the touchpad in the console, too).
> 
>  Could you explain me what changed from the two versions and how can I fix
> it ?

A couple of possibilities:

Check out /etc/X11/xorg.conf it should contain something like:

Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load "glx"
        Load "int10"
        Load "record"
        Load "speedo"
        Load "type1"
        Load "vbe"
        Load "synaptics"
EndSection

Section "InputDevice"
        Identifier "Generic Keyboard" 
        Driver "keyboard"
        Option "CoreKeyboard"
        Option "XkbRules" "xfree86"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "gb"
EndSection 
                                                                                
                                                                                
Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "mouse"
        Option "CorePointer"
        Option "Device" "/dev/gpmdata"
        Option "Protocol" "IntelliMouse"
        Option "Emulate3Buttons" "true"
        Option "ZAxisMapping" "4 5"
EndSection

# Section # "InputDevice"
        # Identifier "Synaptics Touchpad"
        # Driver "synaptics"
        # Option                "SendCoreEvents"        "true"
        # Option                "Device" "/dev/gpmdata"
        # Option                "Protocol" "auto-dev"
        # Option                "TapButton1" "0"
# EndSection
                                
Make sure the relevant modules are installed.

Regards

Clive

-- 
www.clivemenzies.co.uk ...
...strategies for business



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to