From owner-freebsd-questions@FreeBSD.ORG Tue Oct 20 07:34:07 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 ED35A1065695 for ; Tue, 20 Oct 2009 07:34:07 +0000 (UTC) (envelope-from oxyd.oxyd@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 829FD8FC18 for ; Tue, 20 Oct 2009 07:34:07 +0000 (UTC) Received: by ewy5 with SMTP id 5so1803211ewy.36 for ; Tue, 20 Oct 2009 00:34:06 -0700 (PDT) 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; bh=OdPcU9qDpeVcxPqZqbXqeL6B+dyQECwZjrUh7q6s53A=; b=k0+Guvw7cA+44NRHv+LLP7C6DiC1QsNZRasvmOdjOSgBGZDTFGqL8Pl9Cc5V3lR/CE 4PgOcIBbxEAji3y9uwxr+FX85HcjMH0kVWGecCOO34SOQ3u7kWT0e0wUDBbeSilCDIyV WnI/BCioMZMLkDweK4gg/45dc2p6A/wyCRZgA= 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; b=RU08rZuT8vIC94ij1y4RdbAQli4tUJUkJr4oFIqGY1kpEnsHODYGt/Wz2AdqTMezyu qAcdINExDxHHOO3FM6ki0HuExuZ6RkKDFeHEwDiy2fBe5j7EDxta5z1+7VWSYJ139VkY Mv3AvtGqV717lLiOk/m0+WvydUdYriJI8Wvrs= MIME-Version: 1.0 Received: by 10.216.93.18 with SMTP id k18mr2332863wef.218.1256022499114; Tue, 20 Oct 2009 00:08:19 -0700 (PDT) In-Reply-To: <20091020060509.ccdb9b19.freebsd@edvax.de> References: <20091019185224.GA10790@desktop> <20091020021324.GA1983@sandcat> <20091020060509.ccdb9b19.freebsd@edvax.de> Date: Tue, 20 Oct 2009 09:08:19 +0200 Message-ID: From: =?UTF-8?Q?Ond=C5=99ej_Majerech?= To: Polytropon Content-Type: text/plain; charset=UTF-8 Cc: herbert langhans , Andrey Zhidenkov , freebsd-questions@freebsd.org Subject: Re: Mouse and keyboard don't work in Xorg 7.4 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, 20 Oct 2009 07:34:08 -0000 2009/10/20 Polytropon : > >> Mouse and keyboard works without it too. > > I just re-read the chapters on X in the handbook. Setting > a specific keyboard language (german in my case) now involves > messing with XML in the HAL configuration. > > I'm just keen to know where I now have to set my mouse in > order to work properly. It's a three-button mouse from Sun. > > In the past, all X settings (resolution, mouse, keyboard, > fonts etc.) could be controlled via one centralized file. > Sadly, this seems to be scattered among many subsystems > now... You can still do it this way -- just disable HAL device autodetection and everything works as usual. I also have keyboard layouts set up in my xorg.conf file. In fact, I'd be willing to bet that your current xorg.conf will work on a newer X.org version, if you just add the line to disable HAL autodetection. ~ Ondra M.