From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 21:13:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A01371065675 for ; Tue, 10 Feb 2009 21:13:36 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f170.google.com (mail-bw0-f170.google.com [209.85.218.170]) by mx1.freebsd.org (Postfix) with ESMTP id 283CE8FC1C for ; Tue, 10 Feb 2009 21:13:35 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz18 with SMTP id 18so93364bwz.19 for ; Tue, 10 Feb 2009 13:13:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=NZOv0Flga8dfoVSSt7YjuQjJVSmhPgdvNPYErGF4bfc=; b=fG//WEwSZdI1OUOLiFzqrKazd0uB5qA0ZgivsN2f7v0/XDGPjbVQ8Z16uKenbgce7Z r+/KjMwjdWLllpk1JllHP22OyhoLs8THhp+B0Ad/0Sr/2xvTF5NNq9lvEysHtE24o2CM 4qZFdniaAOxnNqbINGUP7nhNmXCjCTgNGY3BQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bquhfXWisNP28nrGMfChUaDDwqw/E5pCwKzbNt8Ke7HvPGK9ZcGJZwYUE8nHXPOMTV V1Hj1sHYsla070xT/Ck89RIy2wjxq7Jem1licVGkn7lLcOv2KnL23ZI6Tx5lgbHGg84f 1a+pwo3Cp/apRXoISRjnKDjyKYBCnSCPy0kEs= MIME-Version: 1.0 Received: by 10.223.105.140 with SMTP id t12mr3958169fao.12.1234300414836; Tue, 10 Feb 2009 13:13:34 -0800 (PST) In-Reply-To: <4991E80E.9030009@kleppnett.no> References: <4991E80E.9030009@kleppnett.no> Date: Tue, 10 Feb 2009 16:13:34 -0500 Message-ID: <4ad871310902101313k1296569cp520d1b846a107037@mail.gmail.com> From: Glen Barber To: kenneth hatteland Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: upgrading xorg - no mouse X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 21:13:36 -0000 On Tue, Feb 10, 2009 at 3:48 PM, kenneth hatteland wrote: > I am running several machines with freebsd 7.1 Up until the last xorg update > I have been a happy camper, but the last 2 weeks or so my mouse does not > work, neither on i386 or amd64 architecture. Tried reinstalling to release ( > using stable on all machines) and building world etc, but the same shit > happens. Fluxbox starts fine, but no mouse action. > Any ideas ? Is it just for me to wait for a repaired xorg, or is it so I > have to configure every time I upgrade from now on, and in that case could > anyone point me to a place to learn how to fix it. > If you`d like to see any printouts from my system just state which file is > interesting and I`ll provide them.. > Read /usr/ports/UPDATING regarding the Xorg update. Add a 'ServerFlags' section to xorg.conf containing: option "AutoAddDevices" "off" HTH. -- Glen Barber