On Sun, 2004-08-08 at 10:59, Timo Eckert wrote:
> On Sun, 08 Aug 2004 10:52:28 +0200
> Lars Weissflog <[EMAIL PROTECTED]> wrote:
> 
> > Hallo Liste,
> > 
> > habe ein seltsames Problem mit meinem Mauszeiger. Eigentlich ist es gar
> > nicht "meiner", sondern ein "Geist". Ich habe n�mlich zwei. Einer ist
> > der Standard-Gnome pointer, also ein wei�er Pfeil. Der andere ist ein
> > fettes schwarzes "X", welches permanent im Zentrum des Bildschirms klebt
> > und das auch noch "on top" aller Fenster, also immer im Vordergrund. 
> > Damit nicht genug, _manchmal_ verschwindet er nach einer Zeit - die
> > jedoch auch nicht regelm��ig scheint. Jetzt ist er gerade da. 
> > 
> > Hat jemand eine Idee, was da los ist?
> 
> Hallo,
> 
> hast Du bei Deiner X-Config die Maus als Core-Pointer angegeben?
> Beispiel bei mir:
> 
> Section "InputDevice"
>         Identifier      "Mouse0"
>         Driver          "mouse"
>         Option          "CorePointer"
>         Option          "Device"                "/dev/input/mice"
>         Option          "Protocol"              "IMPS/2"
>         Option          "ZAxisMapping"          "4 5"
>         Option          "Emulate3Buttons"       "False"
> EndSection
> 
> Sonnige Gr�sse,
> Timo.

Hallo Timo,

ich hab das so (vieles weg gelassen, nur die relevanten Abschnitte):

---8<---
Section "Module
        Load  "pex5"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "glx"
        Load  "xie"
        Load  "GLcore"
        Load  "type1"
        Load  "freetype"
        Load  "speedo"
# for Touchpad
        Load  "synaptics"
EndSection


Section "InputDevice"
        Identifier  "Touchpad"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Protocol" "ps/2"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons" "true"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier  "USBMouse"
        Driver      "mouse"
        Option      "SendCoreEvents" "true"
        Option      "Protocol" "ImPS/2"
        Option      "Device" "/dev/input/mice"
#       Option      "Emulate3Buttons" "no"
        Option      "ZAxisMapping" "4 5"
EndSection


Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Touchpad" 
        InputDevice    "USBMouse" 
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

--->8---

Was mir gerade noch auff�llt: Fr�her konnte ich mal USB-Maus und
Touchpad gleichzeitig nutzen. Jetzt geht nur noch die Maus. Touchpad ist
tot.

Noch eine Idee?


Danke,
Lars




-- 
LarsWeissflog
[EMAIL PROTECTED] dot DE


Antwort per Email an