Comment 20 for bug 278078

Revision history for this message
Ricardo Pérez López (ricardo) wrote :

Users who upgrades from Hardy to Intrepid will likely have the xorg.conf sections (or similar) I mentioned on comment #6, i.e.:

=======================
Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "es"
    Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
EndSection
=======================

So the problem could be bigger than expected after Intrepid release when a huge number of Hardy users upgrades massively to Intrepid.