連投ですまそ。たぶん、xorg.conf はこれくらいでだいじょうぶやと思う。
手元の Eee PC で 動かしている xorg.conf を元に synaptics だけ抜いたやつだと
こんな感じでおk なはず。

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "jp106"
        Option                "XkbLayout"        "jp"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
EndSection

Section "Device"
        Identifier        "Configured Video Device"
EndSection

Section "Monitor"
        Identifier        "Configured Monitor"
EndSection