On 6/5/05, John Fleming <[EMAIL PROTECTED]> wrote:
[...]
> Do others remember specific changes to this file?

Original:
[...]
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
[...]
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection

During the update last night "Generic Mouse" was removed from the config file.
Well, there might be something fishy with my config anyway, but it
works and it does not legitimate overwriting the config-file silently.

Best regards,
Hannes.

Reply via email to