Re: setting up xorg - mouse

2007-09-09 Thread Erich Dollansky

Hi,


Martin Tournoij wrote:

On Fri 07 Sep 2007 22:09, Computer Answers wrote:
Hi,
right now I am running freeBSD 6.2 RELEASE with xorg 6.9 and I am


I updated meanwhile to 7.2, but the result stayed the same.


Please put reply messages at the _bottom_, not at the top.


One list on top, the other on bottom. It is geting confusing.


Erich, what is your mouse configuration?
Also try and locate the problem in /var/log/Xorg.0.log

This is a generic configuration:

Section "InputDevice"
Identifier  "mouse"
Driver  "mouse"
Option  "Protocol"  "Auto"
Option  "Device""/dev/sysmouse"
Option  "ZAxisMapping"  "4 5"
Option  "Buttons"   "5"
EndSection


I also just tried yours. The same result.


You may need to change the "Indentifier" line, see your ServerLayout.


I changed it.

The mouse cursor is visible but I cannot move the mouse cursor.

If I remove the mouse definition, X starts normally allowing me to use 
the mouse again.


Te machine is a Fujitsu P2120. The mouse is the built-in trackpoint.

Here is the log file without the mouse being in xorg.conf:

#
# This is the log file when X is started without the mouse definition in 
xorg.conf.

#
# All other lines are removed.
#
X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: FreeBSD 6.2-STABLE i386

(==) Using config file: "/etc/X11/xorg.conf"

(==) ServerLayout "X.org Configured"

(WW) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.

(II) LoadModule: "mouse"
(II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7



(II) ATI: ATI driver (version 6.6.3) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:



(==) RADEON(0): Silken mouse enabled


(II) : SetupAuto: protocol is SysMouse
(WW) fcntl(8, O_ASYNC): Inappropriate ioctl for device
(**) RADEON(0): RADEONSaveScreen(2)
(II) 3rd Button detected: disabling emulate3Button

=

Here is the log with the mouse defined in xorg.conf:


X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: FreeBSD 6.2-STABLE i386
Current Operating System: FreeBSD P2120.somewherefaraway.com 6.2-STABLE 
FreeBSD 6.2-STABLE #0: Fri Sep  7 17:36:24 SGT 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386

moBuild Date: 07 July 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 10 10:12:18 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"



(II) LoadModule: "mouse"
(II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7


(==) RADEON(0): Silken mouse enabled

(**) Option "Protocol" "Auto"
(**) Mouse0: Device: "/dev/sysmouse"
(**) Mouse0: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(**) Option "Buttons" "5"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9



(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: setting up xorg - mouse

2007-09-09 Thread Computer Answers

Does the mouse work in the console ("DOS-screen")?
xorg usually isn't the problem, it much more often moused which isn't
running or badly configured.
Try running:
moused -t auto -p /dev/psm0
Before starting xorg, see the link I posted earlier.

Alright -  I will try this.


Hi,

I have the same problem. If I leave the definitions for the mouse out, X
starts without problems and uses the mouse. As long as a mouse
definition is given in the configuration file, I cannot use the mouse.

Allright


Note:
Please put reply messages at the _bottom_, not at the top.

This is a prefference issue - on most mailing lists I am not they don't care
-- is this a fBSD-q rule?

On 9/9/07, Martin Tournoij <[EMAIL PROTECTED]> wrote:
>
> > On Fri 07 Sep 2007 22:09, Computer Answers wrote:
> > Hi,
> > right now I am running freeBSD 6.2 RELEASE with xorg 6.9 and I am
> > unable to get xorg (icewm) to detect my mouse.
> > ~comperr
> > >>>On 9/8/07, Martin Tournoij <[EMAIL PROTECTED]> wrote:
> > >>>
> > >>>Is moused running? And if it is, how is it configured?
> > >>>See the FreeBSD handbook and the moused manpage for details:
> > >>>
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-post.html#MOUSE
> > >>>
> > >>>Which brand/model mouse do you have? And how does the mouse connect
> to
> > >>>your PC (PS2 or USB)?
> > >>>
> > >>>What are your mouse settings in /etc/X11/xorg.conf
> > >>>
> > >>On Sun 09 Sep 2007 01:09, Computer Answers wrote:
> > >>sorry about the time delay:
> > >>um it is a generic PS2 mouse made by digiView
> > >>I tried running the xorg config wizard a few tmes choosing different
> > >>mouse types each time.  None of them work.
> > >>
> > >>as for xorg.conf
> > >>Section "InputDevice"
> > >>Identifier "Mouse0"
> > >>Driver "mouse"
> > >>Option "Protocall" "Auto"
> > >>Option "Device" "/dev/sysmouse"
> > >>
> > >>(side point) if someone would tell me how to copy and paste with only
> > >>a keyboard that would be really nice
> > >Martin Tournoij wrote:
> > >Does the mouse work in the console ("DOS-screen")?
> > >xorg usually isn't the problem, it much more often moused which isn't
> > >running or badly configured.
> > >Try running:
> > >moused -t auto -p /dev/psm0
> > >Before starting xorg, see the link I posted earlier.
> > On Sun 09 Sep 2007 22:09, Erich Dollansky wrote:
> > Hi,
> >
> > I have the same problem. If I leave the definitions for the mouse out, X
> > starts without problems and uses the mouse. As long as a mouse
> definition is
> > given in the configuration file, I cannot use the mouse.
> >
> > Erich
> >
>
> Note:
> Please put reply messages at the _bottom_, not at the top.
> Thank you.
>
> Erich, what is your mouse configuration?
> Also try and locate the problem in /var/log/Xorg.0.log
>
> This is a generic configuration:
>
> Section "InputDevice"
> Identifier  "mouse"
> Driver  "mouse"
> Option  "Protocol"  "Auto"
> Option  "Device""/dev/sysmouse"
> Option  "ZAxisMapping"  "4 5"
> Option  "Buttons"   "5"
> EndSection
>
> You may need to change the "Indentifier" line, see your ServerLayout.
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: setting up xorg - mouse

2007-09-09 Thread Martin Tournoij
> On Fri 07 Sep 2007 22:09, Computer Answers wrote:
> Hi,
> right now I am running freeBSD 6.2 RELEASE with xorg 6.9 and I am
> unable to get xorg (icewm) to detect my mouse.
> ~comperr
> >>>On 9/8/07, Martin Tournoij <[EMAIL PROTECTED]> wrote:
> >>>
> >>>Is moused running? And if it is, how is it configured?
> >>>See the FreeBSD handbook and the moused manpage for details:
> >>>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-post.html#MOUSE
> >>>
> >>>Which brand/model mouse do you have? And how does the mouse connect to
> >>>your PC (PS2 or USB)?
> >>>
> >>>What are your mouse settings in /etc/X11/xorg.conf
> >>>
> >>On Sun 09 Sep 2007 01:09, Computer Answers wrote:
> >>sorry about the time delay:
> >>um it is a generic PS2 mouse made by digiView
> >>I tried running the xorg config wizard a few tmes choosing different
> >>mouse types each time.  None of them work.
> >>
> >>as for xorg.conf
> >>Section "InputDevice"
> >>Identifier "Mouse0"
> >>Driver "mouse"
> >>Option "Protocall" "Auto"
> >>Option "Device" "/dev/sysmouse"
> >>
> >>(side point) if someone would tell me how to copy and paste with only
> >>a keyboard that would be really nice
> >Martin Tournoij wrote:
> >Does the mouse work in the console ("DOS-screen")?
> >xorg usually isn't the problem, it much more often moused which isn't
> >running or badly configured.
> >Try running:
> >moused -t auto -p /dev/psm0
> >Before starting xorg, see the link I posted earlier.
> On Sun 09 Sep 2007 22:09, Erich Dollansky wrote:
> Hi,
> 
> I have the same problem. If I leave the definitions for the mouse out, X
> starts without problems and uses the mouse. As long as a mouse definition is
> given in the configuration file, I cannot use the mouse.
> 
> Erich
> 

Note:
Please put reply messages at the _bottom_, not at the top.
Thank you.

Erich, what is your mouse configuration?
Also try and locate the problem in /var/log/Xorg.0.log

This is a generic configuration:

Section "InputDevice"
Identifier  "mouse"
Driver  "mouse"
Option  "Protocol"  "Auto"
Option  "Device""/dev/sysmouse"
Option  "ZAxisMapping"  "4 5"
Option  "Buttons"   "5"
EndSection

You may need to change the "Indentifier" line, see your ServerLayout.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: setting up xorg - mouse

2007-09-09 Thread Erich Dollansky

Hi,

I have the same problem. If I leave the definitions for the mouse out, X 
starts without problems and uses the mouse. As long as a mouse 
definition is given in the configuration file, I cannot use the mouse.


Erich

Martin Tournoij wrote:

On Fri 07 Sep 2007 22:09, Computer Answers wrote:
Hi,
right now I am running freeBSD 6.2 RELEASE with xorg 6.9 and I am
unable to get xorg (icewm) to detect my mouse.
~comperr

On 9/8/07, Martin Tournoij <[EMAIL PROTECTED]> wrote:

Is moused running? And if it is, how is it configured?
See the FreeBSD handbook and the moused manpage for details:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-post.html#MOUSE

Which brand/model mouse do you have? And how does the mouse connect to
your PC (PS2 or USB)?

What are your mouse settings in /etc/X11/xorg.conf


On Sun 09 Sep 2007 01:09, Computer Answers wrote:
sorry about the time delay:
um it is a generic PS2 mouse made by digiView
I tried running the xorg config wizard a few tmes choosing different
mouse types each time.  None of them work.

as for xorg.conf
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocall" "Auto"
Option "Device" "/dev/sysmouse"

(side point) if someone would tell me how to copy and paste with only
a keyboard that would be really nice


Does the mouse work in the console ("DOS-screen")?
xorg usually isn't the problem, it much more often moused which isn't
running or badly configured.
Try running:
moused -t auto -p /dev/psm0
Before starting xorg, see the link I posted earlier.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: setting up xorg - mouse

2007-09-09 Thread Martin Tournoij
> > > On Fri 07 Sep 2007 22:09, Computer Answers wrote:
> > > Hi,
> > > right now I am running freeBSD 6.2 RELEASE with xorg 6.9 and I am
> > > unable to get xorg (icewm) to detect my mouse.
> > > ~comperr
> > On 9/8/07, Martin Tournoij <[EMAIL PROTECTED]> wrote:
> >
> > Is moused running? And if it is, how is it configured?
> > See the FreeBSD handbook and the moused manpage for details:
> > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-post.html#MOUSE
> >
> > Which brand/model mouse do you have? And how does the mouse connect to
> > your PC (PS2 or USB)?
> >
> > What are your mouse settings in /etc/X11/xorg.conf
> >
> On Sun 09 Sep 2007 01:09, Computer Answers wrote:
> sorry about the time delay:
> um it is a generic PS2 mouse made by digiView
> I tried running the xorg config wizard a few tmes choosing different
> mouse types each time.  None of them work.
> 
> as for xorg.conf
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocall" "Auto"
> Option "Device" "/dev/sysmouse"
> 
> (side point) if someone would tell me how to copy and paste with only
> a keyboard that would be really nice

Does the mouse work in the console ("DOS-screen")?
xorg usually isn't the problem, it much more often moused which isn't
running or badly configured.
Try running:
moused -t auto -p /dev/psm0
Before starting xorg, see the link I posted earlier.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: setting up xorg - mouse

2007-09-08 Thread Computer Answers
sorry about the time delay:
um it is a generic PS2 mouse made by digiView
I tried running the xorg config wizard a few tmes choosing different
mouse types each time.  None of them work.

as for xorg.conf
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocall" "Auto"
Option "Device" "/dev/sysmouse"

(side point) if someone would tell me how to copy and paste with only
a keyboard that would be really nice
On 9/8/07, Martin Tournoij <[EMAIL PROTECTED]> wrote:
> On Fri 07 Sep 2007 22:09, Computer Answers wrote:
> > Hi,
> > right now I am running freeBSD 6.2 RELEASE with xorg 6.9 and I am
> > unable to get xorg (icewm) to detect my mouse.
> > ~comperr
>
> Is moused running? And if it is, how is it configured?
> See the FreeBSD handbook and the moused manpage for details:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-post.html#MOUSE
>
> Which brand/model mouse do you have? And how does the mouse connect to
> your PC (PS2 or USB)?
>
> What are your mouse settings in /etc/X11/xorg.conf
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: setting up xorg - mouse

2007-09-07 Thread Martin Tournoij
On Fri 07 Sep 2007 22:09, Computer Answers wrote:
> Hi,
> right now I am running freeBSD 6.2 RELEASE with xorg 6.9 and I am
> unable to get xorg (icewm) to detect my mouse.
> ~comperr

Is moused running? And if it is, how is it configured?
See the FreeBSD handbook and the moused manpage for details:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-post.html#MOUSE

Which brand/model mouse do you have? And how does the mouse connect to
your PC (PS2 or USB)?

What are your mouse settings in /etc/X11/xorg.conf
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: setting up xorg - mouse

2007-09-07 Thread Predrag Punosevac
Unless you provide the type of the mouse you are having troubles nobody 
can help you.
If I have to bet $100 I would guess that you are not running PS2 mouse 
but probably USB or even maybe

wireless mouse.

Computer Answers wrote:

Hi,
right now I am running freeBSD 6.2 RELEASE with xorg 6.9 and I am
unable to get xorg (icewm) to detect my mouse.
~comperr
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


setting up xorg - mouse

2007-09-07 Thread Computer Answers
Hi,
right now I am running freeBSD 6.2 RELEASE with xorg 6.9 and I am
unable to get xorg (icewm) to detect my mouse.
~comperr
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"