3D für ATI

Florian Lohoff flo at rfc822.org
Sun Apr 28 16:14:03 CEST 2002


On Sun, Apr 28, 2002 at 03:44:44PM +0200, Thomas Bee wrote:
> Nur wie überrede ich den Treiber, damit er auch brauchbar funktioniert.
> Bislang war unsere Zusammenarbeit nicht sehr gut.
> 
> Liegt es ggf. daran, das ich zwei Eingabe-Geräte habe (PS2-Scrollmaus und 
> USB-Pad). 

Ist das beides USB ? hast du XFree 4 ?

Ich habe das auf meinem Laptop so geloest (Der Stick ist nen PS/2 mouse
und ich habe noch ne imPS/2 USB mouse)

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Und dann in der "Layout" section:

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection

Damit gehen mehrere USB maeuse gleichzeitig und die PS/2 mouse :)

Flo
-- 
Florian Lohoff                  flo at rfc822.org             +49-5201-669912
Nine nineth on september the 9th              Welcome to the new billenium
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://lug-owl.de/pipermail/linux/attachments/20020428/f26364f3/attachment.sig>


More information about the Linux mailing list