public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Pat <pat@xvalheru.org>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] jumping mouse cursor
Date: Thu, 13 Aug 2009 00:34:59 +0200	[thread overview]
Message-ID: <4A834393.6010802@xvalheru.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

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

[-- Attachment #2: xorg.conf --]
[-- Type: text/plain, Size: 3108 bytes --]

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	other threads:[~2009-08-12 22:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A834393.6010802@xvalheru.org \
    --to=pat@xvalheru.org \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox