From owner-freebsd-questions@FreeBSD.ORG Sat Nov 27 20:28:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFEF416A4CE for ; Sat, 27 Nov 2004 20:28:10 +0000 (GMT) Received: from ispmxmta05-srv.alltel.net (ispmxmta05-srv.alltel.net [166.102.165.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01B6343D4C for ; Sat, 27 Nov 2004 20:28:08 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.3] (really [69.40.80.76]) by ispmxmta05-srv.alltel.net with ESMTP id <20041127202808.GORO5505.ispmxmta05-srv.alltel.net@[192.168.0.3]> for ; Sat, 27 Nov 2004 14:28:08 -0600 Message-ID: <41A8E362.1070309@fastmail.fm> Date: Sat, 27 Nov 2004 15:28:18 -0500 From: Trey Sizemore User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Nov 2004 20:28:10 -0000 I've just installed FreeBSD 5.3 on my desktop machine (P4 2.8GHz with 512MB RAM) and cannot get my mouse pointer to move in KDE. It is a Microsoft Wireless Optical 2.0 mouse (USB) and I have the following section in my /etc/X11/xorg.conf file: Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "Buttons" "7" Option "ZAxisMapping" "4 5" I have installed FreeBSD from the disc 1 ISO file and installed everything by default. I have not done a kernel recomple at this point. Is this an issue with my xorg.conf file or a USB issue that requires a kernel recompile? I did not see anything helpful in the Using X11 in the manual. Thanks for the input! -Trey