From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Mj8Q1-0004dK-S2 for garchives@archives.gentoo.org; Thu, 03 Sep 2009 09:15:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5510FE096E; Thu, 3 Sep 2009 14:24:25 +0000 (UTC) Received: from IMPaqm3.telefonica.net (impaqm3.telefonica.net [213.4.129.23]) by pigeon.gentoo.org (Postfix) with ESMTP id DE9ADE096E for ; Thu, 3 Sep 2009 14:24:24 +0000 (UTC) Received: from IMPmailhost5.adm.correo ([10.20.102.126]) by IMPaqm3.telefonica.net with bizsmtp id cD8R1c00h2jdgqJ3PEQQ36; Thu, 03 Sep 2009 16:24:24 +0200 Received: from jesgue.homelinux.org ([78.136.66.163]) by IMPmailhost5.adm.correo with BIZ IMP id cEQN1c00J3XLmEe1lEQPQY; Thu, 03 Sep 2009 16:24:24 +0200 X-TE-authinfo: authemail="i92guboj.terra.es" |auth_email="i92guboj@terra.es" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitera01" Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Date: Thu, 03 Sep 2009 16:24:21 +0200 From: =?UTF-8?Q?Jes=C3=BAs_Guerrero?= To: Subject: Re: [gentoo-user] Xorg hal/evdev (was: unknown filesystem type 'ext2') In-Reply-To: <46d08bd30909030629y3bf55e59j2c9ffdfaabd3d6a3@mail.gmail.com> References: <46d08bd30909030544i26edd6dck16583eaedb11d359@mail.gmail.com> <200909031450.12797.volkerarmin@googlemail.com> <46d08bd30909030601v24db9e64x9b2ef5e495e44388@mail.gmail.com> <200909031506.19773.alan.mckinnon@gmail.com> <46d08bd30909030614y5dd60ffet8d7097432e399206@mail.gmail.com> <4A9FC36A.6060503@gentooist.com> <46d08bd30909030629y3bf55e59j2c9ffdfaabd3d6a3@mail.gmail.com> Message-ID: X-Sender: i92guboj@terra.es User-Agent: RoundCube Webmail/0.3-RC1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 76fc6202-b3b7-4455-9e81-4827080a1b8a X-Archives-Hash: 49584a37316a990c9fc04179bd01765e On Thu, 3 Sep 2009 09:29:48 -0400, Nick Khamis wrote: > Exactly! > In console everything is find. but when I issue startx my keybaord and > mouse > are non functional. I did remerge xf86 mouse and keyboard and still > nothing. > I looking into xorg.conf. >=20 > Regards, > Ninus New versions of xorg.conf use hal to configure input devices.=20 If you want to continue using the old method (xorg.conf) for=20 input devices, you need to add this line to your xorg.conf: Option "AllowEmptyInput" "False" The X will continue to use your old xorg.conf settings for=20 input devices.=20 Else, If you want to migrate to the new policy using hal, you need to do this instead: cp /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi /etc/hal/fdi/policy/ You might need to customize that file to suit your localization settings or whatever. --=20 Jes=C3=BAs Guerrero