public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Slow response from mouse
@ 2005-09-30 12:17 Francisco Santiago Capel Torres
  2005-09-30 12:54 ` Mark Shields
  2005-09-30 14:50 ` Richard Fish
  0 siblings, 2 replies; 4+ messages in thread
From: Francisco Santiago Capel Torres @ 2005-09-30 12:17 UTC (permalink / raw
  To: gentoo-user

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 1100 bytes --]

Hi, 

I have installed a new gentoo machine with xorg and KDE. 

Everything works fine, but the mouse has a low responsiveness. The speed of 
the rest of the componets is ok, but the mouse moves with a certaing 
laziness, meaning that it arrives to its destination a few decs of a second 
after it is supposed to arrive and the image of the icon disappears for while 
it is moving.


This is the extra info:

Mouse: 	Ps/2

xorg.conf:

Section "InputDevice"
	Option "Protocol" "auto"
	Option "Device" "/dev/input/mice"
EndSection

It works the same with this configuration:

Section "InputDevice"
	Option "Protocol" "ps/2"
	Option "Device" "/dev/psaux"
EndSection



-- 
---------------------------------------------
Visit my blog: http://respetaralagnostico.blogspot.com
---------------------------------------------
Francisco Santiago Capel Torres
santiagocapel@yahoo.es


		
______________________________________________ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Slow response from mouse
  2005-09-30 12:17 [gentoo-user] Slow response from mouse Francisco Santiago Capel Torres
@ 2005-09-30 12:54 ` Mark Shields
  2005-09-30 14:40   ` Santiago Capel
  2005-09-30 14:50 ` Richard Fish
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Shields @ 2005-09-30 12:54 UTC (permalink / raw
  To: gentoo-user

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

Most of the time I've seen this behavior is when other programs running in
the background are using too many resources, leaving little for Xorg. Are
you sure this isn't the case? Is this constant slugishness?

Sorry I don't have anything else to offer, 'tis the only thing I can think
of.

On 9/30/05, Francisco Santiago Capel Torres <santiagocapel@yahoo.es> wrote:
>
> Hi,
>
> I have installed a new gentoo machine with xorg and KDE.
>
> Everything works fine, but the mouse has a low responsiveness. The speed
> of
> the rest of the componets is ok, but the mouse moves with a certaing
> laziness, meaning that it arrives to its destination a few decs of a
> second
> after it is supposed to arrive and the image of the icon disappears for
> while
> it is moving.
>
>
> This is the extra info:
>
> Mouse: Ps/2
>
> xorg.conf:
>
> Section "InputDevice"
> Option "Protocol" "auto"
> Option "Device" "/dev/input/mice"
> EndSection
>
> It works the same with this configuration:
>
> Section "InputDevice"
> Option "Protocol" "ps/2"
> Option "Device" "/dev/psaux"
> EndSection
>
>
>
> --
> ---------------------------------------------
> Visit my blog: http://respetaralagnostico.blogspot.com
> ---------------------------------------------
> Francisco Santiago Capel Torres
> santiagocapel@yahoo.es
>
>
>
> ______________________________________________
> Renovamos el Correo Yahoo!
> Nuevos servicios, más seguridad
> http://correo.yahoo.es
>
> --
> gentoo-user@gentoo.org mailing list
>
>


--
- Mark Shields

[-- Attachment #2: Type: text/html, Size: 2386 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Slow response from mouse
  2005-09-30 12:54 ` Mark Shields
@ 2005-09-30 14:40   ` Santiago Capel
  0 siblings, 0 replies; 4+ messages in thread
From: Santiago Capel @ 2005-09-30 14:40 UTC (permalink / raw
  To: gentoo-user

No, the system runs perfectly. It is possible that is
some problem with the graphic card. It is an i810. The
following warning appears in my x.log file:

==) I810(0): Write-combining range
(0xd0000000,0x4000000)
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0,
hwp->PIOOffset is 0x0000
(II) I810(0): Setting dot clock to 135.0 MHz [ 0x2b
0x6 0x20 ] [ 45 8 2 ]
(II) I810(0): chose watermark 0x4441d000: (tab.freq
135.0)
(II) I810(0): xf86BindGARTMemory: bind key 0 at
0x00000000 (pgoffset 0)
(WW) I810(0): xf86AllocateGARTMemory: allocation of
1024 pages failed
        (Cannot allocate memory)
(II) I810(0): No physical memory available for 4194304
bytes of DCACHE
(II) I810(0): xf86BindGARTMemory: bind key 1 at
0x00800000 (pgoffset 2048)
(II) I810(0): Allocated of 4096 bytes for HW cursor
(II) I810(0): xf86BindGARTMemory: bind key 2 at
0x00801000 (pgoffset 2049)
(II) I810(0): Allocated of 16384 bytes for ARGB HW
cursor
(II) I810(0): Adding 256 scanlines for pixmap caching
(II) I810(0): Allocated Scratch Memory
(==) I810(0): Backing store disabled


The kernel has support for AGP.


 --- Mark Shields escribió:

> Most of the time I've seen this behavior is when
> other programs running in
> the background are using too many resources, leaving
> little for Xorg. Are
> you sure this isn't the case? Is this constant
> slugishness?
> 
> Sorry I don't have anything else to offer, 'tis the
> only thing I can think
> of.
> 
> On 9/30/05, Francisco Santiago Capel Torres
> <santiagocapel@yahoo.es> wrote:
> >
> > Hi,
> >
> > I have installed a new gentoo machine with xorg
> and KDE.
> >
> > Everything works fine, but the mouse has a low
> responsiveness. The speed
> > of
> > the rest of the componets is ok, but the mouse
> moves with a certaing
> > laziness, meaning that it arrives to its
> destination a few decs of a
> > second
> > after it is supposed to arrive and the image of
> the icon disappears for
> > while
> > it is moving.
> >
> >
> > This is the extra info:
> >
> > Mouse: Ps/2
> >
> > xorg.conf:
> >
> > Section "InputDevice"
> > Option "Protocol" "auto"
> > Option "Device" "/dev/input/mice"
> > EndSection
> >
> > It works the same with this configuration:
> >
> > Section "InputDevice"
> > Option "Protocol" "ps/2"
> > Option "Device" "/dev/psaux"
> > EndSection
> >
> >
> >
> > --
> > ---------------------------------------------
> > Visit my blog:
> http://respetaralagnostico.blogspot.com
> > ---------------------------------------------
> > Francisco Santiago Capel Torres
> > santiagocapel@yahoo.es
> >
> >
> >
> > ______________________________________________
> > Renovamos el Correo Yahoo!
> > Nuevos servicios, más seguridad
> > http://correo.yahoo.es
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> 
> 
> --
> - Mark Shields
> 


Santiago Capel Torres

santiagocapel@yahoo.es
-----------------------------------------
Tanto que hacer en tan pocas vidas!


		
______________________________________________ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Slow response from mouse
  2005-09-30 12:17 [gentoo-user] Slow response from mouse Francisco Santiago Capel Torres
  2005-09-30 12:54 ` Mark Shields
@ 2005-09-30 14:50 ` Richard Fish
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Fish @ 2005-09-30 14:50 UTC (permalink / raw
  To: gentoo-user

Francisco Santiago Capel Torres wrote:

>Hi, 
>
>I have installed a new gentoo machine with xorg and KDE. 
>
>Everything works fine, but the mouse has a low responsiveness. The speed of 
>the rest of the componets is ok, but the mouse moves with a certaing 
>laziness, meaning that it arrives to its destination a few decs of a second 
>after it is supposed to arrive and the image of the icon disappears for while 
>it is moving.
>  
>

Hmm, for most graphics adapters the mouse cursor is drawn by the 
hardware.  The fact that it disappears during movement suggests that the 
cursor is being drawn in software for some reason.

Check the graphics device section in xorg.conf, and make sure you do not 
have SWCursor enabled.  You can also check /var/log/Xorg.0.log, and see 
what that says about your cursor.  For example, I have:

(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 1052)

Finally, it might be useful to read the man page for the X.org graphics 
driver you are using.

HTH,
-Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-09-30 14:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-30 12:17 [gentoo-user] Slow response from mouse Francisco Santiago Capel Torres
2005-09-30 12:54 ` Mark Shields
2005-09-30 14:40   ` Santiago Capel
2005-09-30 14:50 ` Richard Fish

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox