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-129835-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RFPVC-0005KY-2b
	for garchives@archives.gentoo.org; Sun, 16 Oct 2011 12:07:38 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4DABD21C0F1;
	Sun, 16 Oct 2011 12:07:24 +0000 (UTC)
Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id 9C5F921C021
	for <gentoo-user@lists.gentoo.org>; Sun, 16 Oct 2011 12:06:29 +0000 (UTC)
Received: by iahk25 with SMTP id k25so6390827iah.40
        for <gentoo-user@lists.gentoo.org>; Sun, 16 Oct 2011 05:06:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:from:date:message-id:subject:to
         :content-type;
        bh=/g4+W5m/fbPfvoNqguBjOFcSRAi896jS2NMRm88Pubc=;
        b=Km36Sc9P0z+0Givo/2qtNPseAuUwOcSrvXqOrEP5+TluaiEgBegsnxV01t8wenNdTg
         Z/sX6X936UzH78Uz7SfvjRM3MUmVGc62WlQqFWO/pjOqcEXh4Sb24s1lSgYPLYtfsKCN
         Bu/ue+R/xpjOPV+yovw+obNE6MPYZSOXWETRM=
Received: by 10.42.161.70 with SMTP id s6mr30220939icx.40.1318766789066; Sun,
 16 Oct 2011 05:06:29 -0700 (PDT)
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
Received: by 10.42.179.7 with HTTP; Sun, 16 Oct 2011 05:06:09 -0700 (PDT)
In-Reply-To: <4E9A0CB6.6070007@gmail.com>
References: <4E93504A.8090402@gmail.com> <CACs9S6bULVk4=SPtWjVFqRXShQUsE=Tvd3FLgMd7BfW9kcqj-A@mail.gmail.com>
 <4E99E80E.3020505@gmail.com> <1662567.MLaeLFogCY@pc> <4E9A0CB6.6070007@gmail.com>
From: James Broadhead <jamesbroadhead@gmail.com>
Date: Sun, 16 Oct 2011 13:06:09 +0100
Message-ID: <CA+hid6HPbsts_fOaphJ+D23sB7mcHzFBWN5oGw3v=kebKpkSnQ@mail.gmail.com>
Subject: Re: [gentoo-user] Gentoo Install Issue
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
X-Archives-Salt: 
X-Archives-Hash: d98304239e396177cb612a2eb82354b0

On 15 October 2011 23:44, CJoeB <colleen.beamer@gmail.com> wrote:
> (...)

If this is your first install, is FrameBuffer (pretty consoles) really
a vital component of getting your machine up and running?

If not, then you should not have any fb driver in your grub.conf (and
perhaps add 'nofb' to your kernel options line.

If it is, then by far the easiest way of getting it to work is by
using the same driver for X as you do for the framebuffer (allowing
Kernel Modeswitching, or KMS). In the case of radeon cards, this can
be done with the open-source driver, as described by others.

Take a look at
en.gentoo-wiki.com/wiki/Radeon
for a pretty comprehensive guide. I maintain it, so if you find
anything hard to follow, please edit the page or post here describing
what should be improved.

Good luck -

JB