From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8F881396D0 for ; Sun, 27 Aug 2017 17:24:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FF09E0D14; Sun, 27 Aug 2017 17:24:41 +0000 (UTC) Received: from mail-ua0-x22a.google.com (mail-ua0-x22a.google.com [IPv6:2607:f8b0:400c:c08::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42116E0CB6 for ; Sun, 27 Aug 2017 17:24:41 +0000 (UTC) Received: by mail-ua0-x22a.google.com with SMTP id w17so11439506uaw.5 for ; Sun, 27 Aug 2017 10:24:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=ER9+HKOMngQWy+xQJum8Lcgo9lfSCOKQDuyjlZqM3TE=; b=PwvVpReCa8+MCG21JMiCFSuEgOrBbl1TvfrQ4itDrRWuJCq9P3reqym5AKoGB/HhXG WIYnd6sz+4C28zZarcp6y+/f0ERvLu/XX+R7Q0We4nqJidB3qbKAwkEKaVcLTlMHL43b rsgTbWK9Zfa7/kS8msqVehrtrMaVupu9SPmfcmEL2jDLwXmwBP1IfI/irW6toJg3ysk7 hMGlBP+am5cgYDbfW2N10n2/Lef777a1bQz0BaN4FKpdyB4/agp/7PzzuTLkStg9iXcn urM9p76nFkjW5Umv9CnKq1/CsDNPj4Xu4Zl9Bdd4sl7uMNuNBcjiK1M2VTmK4wv9/8Ha 9rwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=ER9+HKOMngQWy+xQJum8Lcgo9lfSCOKQDuyjlZqM3TE=; b=X5Lkg0/Vx1qvj2EeVMafDKAt1huSbss8NtPK0oB5r2yWT21rndQO4pNYdA6yA2yg6M +oNM/fn56cBbjyiVoieISQnJZpE0g0x1QCnnz8Cz7U2Z28ehNrL2dC7l2IehZ3m/cJCP UcuzjSVmY+JZjO2pnP01V6WFoSTadr3w+bFdBBIU7+Dl4u9z3BnOXu5ob1AV1kbauusa axsj2Baw+m6Rl+vgp2W3/2wqfP4qbACx0Xhc2Gzd8em7SVTJ0spF28ITTmI+Gqm6gTeg 0yAaV/I5lKKZZN1Nw5QT3KnzcX2f1Ew/fxeTkWRqPy2vX+bI1M6JoUa224QCiTLrcdj2 G2qQ== X-Gm-Message-State: AHYfb5hOR7mSaB67iretewvJH4SLArXVoTO5fbUVKSi2qX7jUDEzxT1o cpPv2xHRqS1enGUH08KIP5VgykVz13RU X-Received: by 10.159.49.2 with SMTP id m2mr3256566uab.46.1503854680239; Sun, 27 Aug 2017 10:24:40 -0700 (PDT) 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 Received: by 10.103.125.88 with HTTP; Sun, 27 Aug 2017 10:24:39 -0700 (PDT) In-Reply-To: References: From: IceAmber Date: Sun, 27 Aug 2017 17:24:39 +0000 Message-ID: Subject: Re: [gentoo-user] Failed to load driver: Nouveau To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary="f403045e1d9002749d0557bf7486" X-Archives-Salt: 17385067-4391-4cdc-9b91-2813406e2a70 X-Archives-Hash: f3877c361fc49160317d95b6d7e4f768 --f403045e1d9002749d0557bf7486 Content-Type: text/plain; charset="UTF-8" iceamber@localhost:~ $ grep NOUVEAU /usr/src/linux/.config CONFIG_DRM_NOUVEAU=m CONFIG_NOUVEAU_DEBUG=5 CONFIG_NOUVEAU_DEBUG_DEFAULT=3 CONFIG_DRM_NOUVEAU_BACKLIGHT=y iceamber@localhost:~ $ grep -E 'nvidia|VIDEO_CARDS' /etc/portage/make.conf VIDEO_CARDS="nouveau" here is the `grep -si nouveau /var/log/*` I have rebuilt the xorg-server, it is built for kernel 4.12.5 now. And I have set the USEs of "gallium" and "video_cards_nouveau" On Sun, Aug 27, 2017 at 4:54 PM, Alexander Kapshuk < alexander.kapshuk@gmail.com> wrote: > On Sun, Aug 27, 2017 at 5:49 PM, Alexander Kapshuk > wrote: > > On Sun, Aug 27, 2017 at 5:45 PM, Alexander Kapshuk > > wrote: > >> On Sun, Aug 27, 2017 at 2:27 PM, IceAmber > wrote: > >>> I have tried, but the same result > >>> > >>> On Sun, Aug 27, 2017 at 10:04 AM, Adam Carter > wrote: > >>>>> > >>>>> yes, here is the eselect > >>>> > >>>> > >>>> When i have X problems i can resolve i run emerge -av > @x11-module-rebuild > >>>> xorg-server mesa but its generally an act of desperation after > running out > >>>> of intelligent options. > >>> > >>> > >> > >> Your xorg-server was built for kernel 4.9.34. > >> [ 24.014] Build Operating System: Linux 4.9.34-gentoo x86_64 Gentoo > >> [ 24.014] Current Operating System: Linux localhost 4.12.5-gentoo > >> #10 SMP Sat Aug 26 13:15:20 UTC 2017 x86_64 > >> > >> Might be a good idea to rebuild x11-base/xorg-server for your current > kernel. > >> > >> What's the output of the command lines below? > >> grep NOUVEAU linux/.config > >> grep -E 'nvidia|VIDEO_CARDS' /etc/portage/make.conf > > > > This one too please: > > grep -si nouveau /var/log/* > > Also, let's make sure mesa has the USE flags below enabled: > > equery -q u mesa | grep -E 'gallium|nouveau' > +gallium > +video_cards_nouveau > > --f403045e1d9002749d0557bf7486 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
iceamber@localhost:~ $ grep NOUVEAU /usr/src/lin= ux/.config
CONFIG_DRM_NOUVEAU=3Dm
CONFIG_NOUVEAU_DEBUG= =3D5
CONFIG_NOUVEAU_DEBUG_DEFAULT=3D3
CONFIG_DRM_NOUVEA= U_BACKLIGHT=3Dy

iceamber@localhost:~ $ = grep -E 'nvidia|VIDEO_CARDS' /etc/portage/make.conf
VIDEO= _CARDS=3D"nouveau"


I have rebuilt the xorg= -server, it is built for kernel 4.12.5 now.
And I have set the USEs of = "gallium" and "video_cards_nouveau"

On Sun, Aug 27, 2017= at 4:54 PM, Alexander Kapshuk <alexander.kapshuk@gmail.com&= gt; wrote:
On Sun, Aug 27, 2017 at= 5:49 PM, Alexander Kapshuk
<alexand= er.kapshuk@gmail.com> wrote:
> On Sun, Aug 27, 2017 at 5:45 PM, Alexander Kapshuk
> <alexander.kapshuk@g= mail.com> wrote:
>> On Sun, Aug 27, 2017 at 2:27 PM, IceAmber <iceamber2015@gmail.com> wrote:
>>> I have tried, but the same result
>>>
>>> On Sun, Aug 27, 2017 at 10:04 AM, Adam Carter <adamcarter3@gmail.com> wrote:
>>>>>
>>>>> yes, here is the eselect
>>>>
>>>>
>>>> When i have X problems i can resolve i run emerge -av @x11= -module-rebuild
>>>> xorg-server mesa but its generally an act of desperation a= fter running out
>>>> of intelligent options.
>>>
>>>
>>
>> Your xorg-server was built for kernel 4.9.34.
>> [=C2=A0 =C2=A0 24.014] Build Operating System: Linux 4.9.34-gentoo= x86_64 Gentoo
>> [=C2=A0 =C2=A0 24.014] Current Operating System: Linux localhost 4= .12.5-gentoo
>> #10 SMP Sat Aug 26 13:15:20 UTC 2017 x86_64
>>
>> Might be a good idea to rebuild x11-base/xorg-server for your curr= ent kernel.
>>
>> What's the output of the command lines below?
>> grep NOUVEAU linux/.config
>> grep -E 'nvidia|VIDEO_CARDS' /etc/portage/make.conf
>
> This one too please:
> grep -si nouveau /var/log/*

Also, let's make sure mesa has the USE flags below enabled:

equery -q u mesa | grep -E 'gallium|nouveau'
+gallium
+video_cards_nouveau


--f403045e1d9002749d0557bf7486--