Date: Mon, 10 Sep 2007 11:15:41 +0800 From: Erich Dollansky <oceanare@pacific.net.sg> To: freebsd-questions@freebsd.org, comperr@gmail.com Subject: Re: setting up xorg - mouse Message-ID: <46E4B6DD.4010708@pacific.net.sg> In-Reply-To: <20070909183336.GA39239@glitch.rwxrwxrwx.net> References: <a13ffe670709071513v4e250bedqe9f0aac09f7ded4c@mail.gmail.com> <20070908003218.GB24961@glitch.rwxrwxrwx.net> <a13ffe670709081825p700ddd15t69686c5cf585ea3f@mail.gmail.com> <20070909131545.GA37616@glitch.rwxrwxrwx.net> <46E40143.6020200@pacific.net.sg> <20070909183336.GA39239@glitch.rwxrwxrwx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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) <default pointer>: 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 erich@P2120.somewherefaraway.com:/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 "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46E4B6DD.4010708>