From owner-freebsd-questions Thu Jun 27 4:23:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ettnet.se (mail.ettnet.se [212.109.4.7]) by hub.freebsd.org (Postfix) with SMTP id B8F7D37B401 for ; Thu, 27 Jun 2002 04:23:11 -0700 (PDT) Received: (qmail 95409 invoked by uid 0); 27 Jun 2002 11:23:09 -0000 Received: from unknown (HELO chappe2) (212.109.5.49) by mail.ettnet.se with SMTP; 27 Jun 2002 11:23:09 -0000 Message-ID: <000001c21dcd$040590d0$31056dd4@chappe2> From: "Thomas Widlundh" To: "freeBSD" Subject: XF86Config - mouse Date: Thu, 27 Jun 2002 13:22:14 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi , I have had a very troublesome time to get X to work (4.1.0) At last I got X to start with Kde (2.1.1.) and all looked smooth. But my mouse went crazy and the pointer put itself at the edge of the screen, completely unusable. When I touch the mouse, the only thing that happens is a popping up menu trembling like crazy. My mouse is a two button and one wheel PS/2. Just a plain ordinary mouse. The appropiate sections of my XF86Config look like this: Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/mouse" EndSection Iv'e tried with "Protocol" "Microsoft" as well, but that didn't work eihter. Perhaps something wrong with the "/dev/mouse"? My Intl keyboard doesn't seem to work either, but I start with the mouseproblem for now.... Anybody have a tip on this? Thanks, Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message