Re: strange mouse behaviour with xorg

2007-04-13 Thread freenity

What Depth do you have in the Screen section of your /etc/X11/xorg.conf?
Try setting it to a lower value.



The value is 16.
I tried with 8 but nothing.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: strange mouse behaviour with xorg

2007-04-11 Thread Pietro Cerutti

On 4/11/07, freenity [EMAIL PROTECTED] wrote:

Yes I tried this but it doesnt help, the same problem.
Any suggestions?


Did you also try to change moused_enable=YES to moused_enable=NO
in /etc/rc.conf and set the device to /dev/psm0 in /etc/X11/xorg.conf?

P.S. please don't top post.

On 4/10/07, Pietro Cerutti [EMAIL PROTECTED]  wrote:

  Please try with Option Protocol SysMouse instead.

   R.F.Smith
http://www.xs4all.nl/~rsmith/
   [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much
appreciated]
   pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID:
C321A725)

 --
 Pietro Cerutti

 - ASCII Ribbon Campaign -
 against HTML e-mail and
 proprietary attachments
www.asciiribbon.org




--
http://feudaltimes.com.ar - Feudal Times `s webmaster and programer.



--
Pietro Cerutti

- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
  www.asciiribbon.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: strange mouse behaviour with xorg

2007-04-11 Thread Pietro Cerutti

On 4/12/07, freenity [EMAIL PROTECTED] wrote:

yes i changet that, and it runs fine, but that problem with mouse is still
there, it just  changes randomly its position when i drag it.


send in your /var/log/Xorg.0.log (assuming your're using your first display).
And please, send it to the list, so that you can get help from more
people, and not just from me...

--
Pietro Cerutti

- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
  www.asciiribbon.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: strange mouse behaviour with xorg

2007-04-11 Thread freenity

On 4/11/07, Pietro Cerutti [EMAIL PROTECTED] wrote:


send in your /var/log/Xorg.0.log (assuming your're using your first
display).
And please, send it to the list, so that you can get help from more
people, and not just from me...



Thanks for your reply. Here is my Xorg.0.log file:
http://feudaltimes.com.ar/Xorg.0.log
I uploaded it because its very big.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: strange mouse behaviour with xorg

2007-04-11 Thread Pietro Cerutti

On 4/12/07, freenity [EMAIL PROTECTED] wrote:


Thanks for your reply. Here is my Xorg.0.log file:
http://feudaltimes.com.ar/Xorg.0.log
I uploaded it because its very big.



What Depth do you have in the Screen section of your /etc/X11/xorg.conf?
Try setting it to a lower value.


--
Pietro Cerutti

- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
  www.asciiribbon.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: strange mouse behaviour with xorg

2007-04-10 Thread freenity

That doesnt work on my pc, xorg doesnt run, it says that it cant open
/dev/psm0 because its busy.

Can this mouse problem be some misconfiguration in drivers?

On 4/9/07, Roland Smith [EMAIL PROTECTED] wrote:


On Mon, Apr 09, 2007 at 07:06:20PM -0300, freenity wrote:
 Hi.
 My mouse has some strange behaviour with kde and gnome, I think its some
 problem with xorg. Anyway the problem is this: when I click left button
and
 drag it then when I realease it the mouse pointer appears in another
 position. It teleports. I have a PS/2 mouse. Here is the configuration
 part of xorg.conf:

 Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse

I'm using /dev/psm0 instead, which works like a charm on amd64.

Roland
--
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)





--
http://feudaltimes.com.ar - Feudal Times `s webmaster and programer.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: strange mouse behaviour with xorg

2007-04-10 Thread Pietro Cerutti

On 4/10/07, freenity [EMAIL PROTECTED] wrote:

That doesnt work on my pc, xorg doesnt run, it says that it cant open
/dev/psm0 because its busy.

Can this mouse problem be some misconfiguration in drivers?


Most likely it's because you have moused_enable=YES in your
/etc/rc.conf file.


  Section InputDevice
 Identifier  Mouse0
 Driver  mouse
 Option  Protocol auto
 Option  Device /dev/sysmouse


Please try with Option Protocol SysMouse instead.


 R.F.Smith   http://www.xs4all.nl/~rsmith/
 [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
 pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


--
Pietro Cerutti

- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
  www.asciiribbon.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


strange mouse behaviour with xorg

2007-04-09 Thread freenity

Hi.
My mouse has some strange behaviour with kde and gnome, I think its some
problem with xorg. Anyway the problem is this: when I click left button and
drag it then when I realease it the mouse pointer appears in another
position. It teleports. I have a PS/2 mouse. Here is the configuration
part of xorg.conf:

Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol auto
   Option  Device /dev/sysmouse
   Option  ZAxisMapping 4 5 6 7
EndSection

Dont know if its important but I have freebsd 6.2 amd64.
Thanks for any help.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: strange mouse behaviour with xorg

2007-04-09 Thread Roland Smith
On Mon, Apr 09, 2007 at 07:06:20PM -0300, freenity wrote:
 Hi.
 My mouse has some strange behaviour with kde and gnome, I think its some
 problem with xorg. Anyway the problem is this: when I click left button and
 drag it then when I realease it the mouse pointer appears in another
 position. It teleports. I have a PS/2 mouse. Here is the configuration
 part of xorg.conf:
 
 Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse

I'm using /dev/psm0 instead, which works like a charm on amd64.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpO1RDt5U6W6.pgp
Description: PGP signature