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 <gentoo-user+bounces-99657-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Mj9AU-0003iX-DC
	for garchives@archives.gentoo.org; Thu, 03 Sep 2009 10:03:50 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DACD8E08FC;
	Thu,  3 Sep 2009 15:12:25 +0000 (UTC)
Received: from mail-vw0-f175.google.com (mail-vw0-f175.google.com [209.85.212.175])
	by pigeon.gentoo.org (Postfix) with ESMTP id B04C2E08FC
	for <gentoo-user@lists.gentoo.org>; Thu,  3 Sep 2009 15:12:25 +0000 (UTC)
Received: by vws5 with SMTP id 5so1398307vws.32
        for <gentoo-user@lists.gentoo.org>; Thu, 03 Sep 2009 08:12:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:sender:received:in-reply-to
         :references:date:x-google-sender-auth:message-id:subject:from:to
         :content-type;
        bh=w8kAVYojdxpwl72vQ8AiKWxSnI7qRuUh+Dqhj+Kcm7I=;
        b=iSQ6ovkm31PwQFQSH1Y8/sNZnhAM+REE4Z3rQnLmGlFzSNoBUS4/FP8vLk/Zw4EcLq
         e0cIngWGMX1B2t3zoxLQULD0sVuQ63onDqkxEv5tIWuypcmUtrHd0DCJES3VRcoDYXdd
         Nv+jg5/89CXLBVDjSBM/ImnhnfSIW6uLT4JN0=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type;
        b=GJ0m6ufBzurv0Q/Q/frvpy3hCqQGQe3MgoHA/z/zXsDJ0Mdusc7/FmHhWwfHcg1AD2
         4r2mBjTy1Gtb0cDrVkxBB3RlFPW0zGvz9tzCeNWkoHEF5M+5uLIb2KbmJDIT/Mg7K7Xg
         +lXYoRX9lGxksSqrm5jDVYrJ7gYeI9InIlGDA=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Sender: paul.hartman@gmail.com
Received: by 10.150.45.8 with SMTP id s8mr15047629ybs.337.1251990740516; Thu, 
	03 Sep 2009 08:12:20 -0700 (PDT)
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>
Date: Thu, 3 Sep 2009 10:12:20 -0500
X-Google-Sender-Auth: ba35ea73d2e0a2da
Message-ID: <58965d8a0909030812x69751b22y18c41bb7e6c32a1b@mail.gmail.com>
Subject: Re: [gentoo-user] unknown filesystem type 'ext2'
From: Paul Hartman <paul.hartman+gentoo@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 311acf7d-ebdc-4404-bf30-7bc65738642b
X-Archives-Hash: f9724bb0f6d167c7accecbcaf94879d7

On Thu, Sep 3, 2009 at 8:29 AM, Nick Khamis<symack@gmail.com> 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.

Newer Xorg uses a different method of configuring hardware. There are
many threads and many possible ways of addressing the problem:

1) emerge "xf86-input-evdev" and set up input devices using the new
configuration method (out of xorg.conf, into FDI files) -- this also
requires a certain kernel option to be enabled.
2) Add this option to ServerLayout section of xorg.conf: Option
"AllowEmptyInput" "false"
3) rebuild xorg-server with hal USE flag disabled

Any one of those 3 should fix the problem. The first one is the "new"
way, the others will leave you using legacy configuration methods. Use
whatever works best for you. :)

There are other possible things you may need to do depending on your
particular setup. Fancy mice or non-English keyboards especially will
need additional effort to configure the same as before.  Read the
Gentoo Xorg upgrade guide for more info:

http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml