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-97043-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MIkwX-0007I3-DS
	for garchives@archives.gentoo.org; Mon, 22 Jun 2009 14:56:21 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DF5EAE0407;
	Mon, 22 Jun 2009 14:56:19 +0000 (UTC)
Received: from mail-fx0-f209.google.com (mail-fx0-f209.google.com [209.85.220.209])
	by pigeon.gentoo.org (Postfix) with ESMTP id A547CE0407
	for <gentoo-user@lists.gentoo.org>; Mon, 22 Jun 2009 14:56:19 +0000 (UTC)
Received: by fxm5 with SMTP id 5so2872708fxm.34
        for <gentoo-user@lists.gentoo.org>; Mon, 22 Jun 2009 07:56:18 -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=/buA9aI/Io2AH1YFH920ORRCSNhGZVDe6i0sTid6gic=;
        b=vyIelfLnxuCHuF2PeVgJhGvuccxuuCDMaTEY0HUZy3v0NnM+oJxE5Cu/GARImsP6v2
         0P+MKtr1b2bLUiMa1PnWCQY1loShypbnaCbWFAlcE41LMiuM+idXatToDUkUFDbZ8XnW
         9b6yFr/E91Z1NRSF1/qScdaq9ZANBOTHKF1CU=
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=fe5mc0rvrVNrvM7P6kpLeMOhSJNco8aAgZwMDKchHYxTirkuVxalDCQEcdl4XovdYc
         dfaQibBpFkKSkKHXOfXSXg1qXOWHNggxCpSiCdcWORKgvfTB42zBTJNddMXdhz8ax5B2
         0l/RdR6lHEUPrGWdGlkazy5qmAUZod8KJKhHo=
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.113.136 with SMTP id a8mr6312633faq.76.1245682578744; Mon, 
	22 Jun 2009 07:56:18 -0700 (PDT)
In-Reply-To: <445a8b100906220751p323426dfge5aea6232357f30e@mail.gmail.com>
References: <445a8b100906180708p1e4572bahd07583e563e4d997@mail.gmail.com>
	 <445a8b100906220052m19fd3feckb41c130f7df6ad5a@mail.gmail.com>
	 <c1c10dab0906220204q18b2ecddv9b58bb31845b4741@mail.gmail.com>
	 <445a8b100906220416i1df12e65rcf165c4fc8d09537@mail.gmail.com>
	 <c1c10dab0906220425w51308e4cvb4fe94439b347dea@mail.gmail.com>
	 <445a8b100906220604u56469f4bp21f4336052b4ff3@mail.gmail.com>
	 <445a8b100906220707k5ea4ab03ufed6996a42aca9a@mail.gmail.com>
	 <445a8b100906220709x754d9abbs8b1ee6060168e52c@mail.gmail.com>
	 <445a8b100906220738o1086a9c7ma43e7e88ca07de51@mail.gmail.com>
	 <445a8b100906220751p323426dfge5aea6232357f30e@mail.gmail.com>
Date: Mon, 22 Jun 2009 16:56:18 +0200
Message-ID: <c1c10dab0906220756o57ecbdaev3d9bd9989e8c0488@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: 1dd47962-306c-4f63-821b-f7c7ae66c335
X-Archives-Hash: 01525a050a7999e1424bf2d1f7c64b1c

On Mon, Jun 22, 2009 at 16:51, Massimiliano
Ziccardi<massimiliano.ziccardi@gmail.com> wrote:
>
> So I think that's a permission problem now.

Check /dev/video* en /dev/dri*

Try adding,
Section "DRI"
    Mode         0666
EndSection

To your xorg.conf file.
If that doesn't work, take a look into Xorg.0.log.

Ward