Pow, então dá um: mouseconfig

e depois, qndo vc for postar algo, cola seu arquivo: /etc/X11/xorg.conf.


Veja alguns detalhes do meu, e tenho 2 mouses: Um minidim e um usb:


Section "ServerLayout"
         Identifier     "Simple Layout"
         Screen         "Screen 1" 0 0
         InputDevice    "Mouse1" "AlwaysCore"
         InputDevice    "Keyboard2" "CoreKeyboard"
EndSection



(...)

Section "InputDevice"
    Option "Emulate3Buttons"    "true"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol" "ExplorerPS/2"
    Option      "Device" "/dev/mouse"
    Option       "ZAxisMapping" "4 5"
    Option "Buttons" "5"
EndSection

---------------------

ls -la /dev/mouse
bash-3.1$ ls -la /dev/mouse
lrwxrwxrwx 1 root root 10 2007-04-08 08:15 /dev/mouse -> input/mice
bash-3.1$

------------------------------

bash-3.1$ cat /etc/rc.d/rc.gpm
#!/bin/sh
# Start/stop/restart the GPM mouse server:

if [ "$1" = "stop" ]; then
   echo "Stopping gpm..."
   /usr/sbin/gpm -k
elif [ "$1" = "restart" ]; then
   echo "Restarting gpm..."
   /usr/sbin/gpm -k
   sleep 1
   /usr/sbin/gpm -m /dev/mouse -t imps2
else # assume $1 = start:
   echo "Starting gpm:  /usr/sbin/gpm -m /dev/mouse -t imps2"
   /usr/sbin/gpm -m /dev/mouse -t imps2
fi











Citando Fábio <[EMAIL PROTECTED]>:

>
> Agora ele tenta iniciar o KDE e nao consegue,,,, aparece a seguinte mensagem
>
>  EE) PreInit failed for inpute device "Mouse"
>  No Core Pointer
> ----- Original Message -----
> From: "Cleverson Zampieri" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Monday, May 07, 2007 5:33 PM
> Subject: [slack-users] Re: Mouse Wireless USB
>
>
>
> Citando Slackware Users Group <[EMAIL PROTECTED]>:
>
>>
>> Instalei o slack 11 mas nao consigo fazer o mouse funcionar. O mouse e
>> o teclado sao wireless, ligados em um porta USB. O teclado funciona
>> blz mas o mouse nao tem jeito. Alguem sabe como faço o mouse funcionar?
>>
>>
>> >
>>
>>
>
> Digite assim:
>
> ln -sf /dev/input/mice /dev/mouse
>
>
> :P
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
>
>
>
> >
>
>



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



--~--~---------~--~----~------------~-------~--~----~
GUS-BR - Grupo de Usuários de Slackware - BR
http://www.slackwarebrasil.org/
http://groups.google.com/group/slack-users-br
-~----------~----~----~----~------~----~------~--~---

Responder a