Hi,

And another important problem. When I drag a window the mouse pointer
(including the window) jumping. Sometimes the mouse pointer moves during
the double click. After while the the mouse freezes and only switch to
text console (ctrl+alt+fx) unfreezes the mouse.

The dmesg gives:
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 - driver resynched.

In my laptop I have track point and touch pad. In X.org I'm using only
the track point.

Thanks for help.

        Pat
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "built-ins"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        #FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"

        #FontPath     "/usr/share/fonts/sharefonts"
        FontPath     "/usr/share/fonts/freefonts"
        FontPath     "/usr/share/fonts/freefont-ttf"
        #FontPath     "/usr/share/fonts/lfp-fix"
        #FontPath     "/usr/share/fonts/urw-fonts"
        #FontPath     "/usr/share/fonts/terminus"
        Fontpath     "/usr/share/fonts/corefonts"
        FontPath     "/usr/share/fonts/ttf-bitstream-vera"
        #FontPath     "/usr/share/fonts/unifont"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        #Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "us,cz"
        #Option      "XkbOptions" "grp:shift_toggle"
        #Option      "XkbOptions" "grp:shift_toggle,grp_led:caps"
        Option      "XkbOptions" "grp:shift_toggle,grp_led:num"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        #Option     "Device" "/dev/input/mice"
        Option      "Device" "/dev/input/mouse0"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Option       "DPMS"
        #Option       "ReducedBlanking"
EndSection

Section "Monitor"
        Identifier  "Monitor1"
        VendorName  "ViewSonic"
        ModelName   "VA1616w"
        Option      "DPMS"
        #Option      "ReducedBlanking"
        Modeline    "1366x768"   85.25  1368 1440 1576 1784  768 771 781 798 
-hsync +vsync
EndSection


Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1280x800"
                Virtual   2048 2048
        EndSubSection
EndSection

Section "DRI"
        Mode   0666
EndSection

Reply via email to