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-97027-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MIfSK-0004wq-Ns
	for garchives@archives.gentoo.org; Mon, 22 Jun 2009 09:04:54 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1D0D0E039D;
	Mon, 22 Jun 2009 09:04:47 +0000 (UTC)
Received: from mail-bw0-f223.google.com (mail-bw0-f223.google.com [209.85.218.223])
	by pigeon.gentoo.org (Postfix) with ESMTP id C68E3E039D
	for <gentoo-user@lists.gentoo.org>; Mon, 22 Jun 2009 09:04:46 +0000 (UTC)
Received: by bwz23 with SMTP id 23so2614267bwz.34
        for <gentoo-user@lists.gentoo.org>; Mon, 22 Jun 2009 02:04:46 -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:content-type
         :content-transfer-encoding;
        bh=5VGrKb4/7nVDA+2k5/UR47/VuNUjruOXoij9hzMEp5w=;
        b=CK6Zv4WIQmR1wXFJsIOKYiRB6WDA3CpxAdh13PA6IQaazIcNh5hcptd8jbaJH0KCIs
         aMCCvPsWFntskHNmHu0SDBkcuhrT71VgPSmd3n79MqWPbpb1M/fIugew82zIxhECrvDG
         K/uY39Ayf+F7MZqajzCZ5S+VyC9++Qg9FMHGA=
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
         :content-type:content-transfer-encoding;
        b=XgBtkik70f1EwRdFh707dYI7hBaJC815lKyebh5mHDPNJH3a9PVFB+h3TJCQqZhktG
         BZJBRyzKNu8adceTVMaBkEmwi1BABvSDrG7AphOXUeJVAlFXhgWG654+LAaNmsp+3Zan
         0XNyVqGI0UXNGJ4ss2SLdwa/Kc5IiQjaPEGn8=
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.223.111.211 with SMTP id t19mr5742687fap.64.1245661485957; 
	Mon, 22 Jun 2009 02:04:45 -0700 (PDT)
In-Reply-To: <445a8b100906220052m19fd3feckb41c130f7df6ad5a@mail.gmail.com>
References: <445a8b100906180708p1e4572bahd07583e563e4d997@mail.gmail.com>
	 <c1c10dab0906190437l6ea73fc0jfade436777d6ca3@mail.gmail.com>
	 <1245414763.5170.11.camel@dumb>
	 <445a8b100906190657k3857fea5ua056202e9cc801d1@mail.gmail.com>
	 <c1c10dab0906190709g55e14d9ey7460d4e8c094ef5d@mail.gmail.com>
	 <445a8b100906190832m24f9bf28w26703e9117102d5@mail.gmail.com>
	 <c1c10dab0906190839x10172060y8acaca1aa00aaefa@mail.gmail.com>
	 <445a8b100906190850p5754ab0fga908aa05f883b291@mail.gmail.com>
	 <c1c10dab0906200202r14d0f950i4ed1dad02286fba6@mail.gmail.com>
	 <445a8b100906220052m19fd3feckb41c130f7df6ad5a@mail.gmail.com>
Date: Mon, 22 Jun 2009 11:04:45 +0200
Message-ID: <c1c10dab0906220204q18b2ecddv9b58bb31845b4741@mail.gmail.com>
Subject: Re: [gentoo-user] Problem with the graphic card
From: Ward Poelmans <wpoely86@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 495fca14-d9f1-4977-ba02-0878d82c60c6
X-Archives-Hash: dfd7dfd209c925797d146d24a5ae771f

On Mon, Jun 22, 2009 at 09:52, Massimiliano
Ziccardi<massimiliano.ziccardi@gmail.com> wrote:
>
> When it says "to switch set the VIDEO_CARDS", I thought it meant "since
> Gentoo switched all ebuilds to the upstream naming
> x11-drivers/xf86-video-intel, if you want to switch to the old
> xf86-video-i810, set the VIDEO_CARDS variable to intel ...."

It just means that you need to change the VIDEO_CARDS to include
"intel". So, what you need to do is set VIDEO_CARDS to contain the
string "intel". With this variable, gentoo controls which drivers are
being built when you emerge xorg-x11, mesa, etc

Ward