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 B672E1396D0 for ; Mon, 28 Aug 2017 16:42:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 371CC1FC051; Mon, 28 Aug 2017 16:42:09 +0000 (UTC) Received: from mail-qk0-x22d.google.com (mail-qk0-x22d.google.com [IPv6:2607:f8b0:400d:c09::22d]) (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 BE44D1FC00A for ; Mon, 28 Aug 2017 16:42:08 +0000 (UTC) Received: by mail-qk0-x22d.google.com with SMTP id l65so4707063qkc.0 for ; Mon, 28 Aug 2017 09:42:08 -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=rNSjka/a6AnkG+vaPEHYrQtqx2D4afvNcgaJeHnUay8=; b=Zm6NIRuwNj0UzxnM4lpFaEY/2M84DnKWA/epIHZU0anCd6BolZlLqNF5WcVauufeH0 QghENGZz8jEkquMe8RHCCrSeTzbvrsxgffTcejp0NDzG975ZtosWj4ctQui6QTAP3Gts DWCvX46TzYqj5SYt117JaoBDpuSuo0xP/OM8WcvUcepSDzfjiK8O6lx/VWHSgdOAZ2sN PXzviboH81b2nbKgVXjkFTn9aInuvRUPq+ytvmMdsqSfbZWLpZpGlKMfReBG+Qly0JCL eWQ92EsnQplqjYFxu5/Sn1kbO0RCMryxVtvmnKqH0SLZaCB4e30viWUPqx72CeA4N21t ICbg== 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=rNSjka/a6AnkG+vaPEHYrQtqx2D4afvNcgaJeHnUay8=; b=dBc5LOgQvkJPCneLP8Qrm4Hl+qfkBth87eC2EdsUgPEsyPq6FikCl+w3Ep5Ry8mHh+ 2G1rG7d6a4FnOcN9YZ2DPEsAM5LxwoqKHH9n3o0i3JuwSrnvXah52/DGkeRz0CStx6km WYJqmgDwXlXvwSyj+ofJbGqTFtK0fnG3rGvInvwL7MlIyabzIGiFDYZO/Pv+iVrS9C+O 9nXoR+NrDqekcHhnyc/HUdrcPZV7l2y8WU2mhaoaeH/SEC26IinRCkh7CINScT52a7UC pBvKEw1HpH2b2wqTBRQqT1o8JvDIyhPwKxFnJVa+RG0E8UGpYVGXgmKb/VSFO+E4bUj6 SDaw== X-Gm-Message-State: AHYfb5jDNpzX9P6lWgW+iwds4q0pFZibbQRqtIOWRdFIUEXRRaYKOW7e u7ynbMsLFvC/X9d+9Gs5TJnTcCdPLdOdVTo= X-Received: by 10.55.39.71 with SMTP id n68mr1556787qkn.43.1503938527735; Mon, 28 Aug 2017 09:42:07 -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.237.44.195 with HTTP; Mon, 28 Aug 2017 09:41:27 -0700 (PDT) In-Reply-To: References: From: Alexander Kapshuk Date: Mon, 28 Aug 2017 19:41:27 +0300 Message-ID: Subject: Re: [gentoo-user] Failed to load driver: Nouveau To: Gentoo mailing list Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 843c7b60-31bd-42bd-911e-ff35f5b7f43a X-Archives-Hash: a3687df13d4fa5d50c133790e69b7d8d On Mon, Aug 28, 2017 at 6:30 PM, IceAmber wrote: > here is the result > > iceamber@localhost:~ $ lsmod | grep nouveau > nouveau 1507328 2 > i2c_algo_bit 16384 1 nouveau > drm_kms_helper 118784 1 nouveau > ttm 77824 1 nouveau > drm 282624 5 nouveau,ttm,drm_kms_helper > agpgart 32768 3 nouveau,ttm,drm > led_class 16384 3 input_leds,hid_sony,nouveau > > Your nouveau kernel driver seems to be OK. That's good news. The bad news is we're back to square one. It was glxinfo, which is a part of x11-apps/mesa-progs, that generated the original error message. So, perhaps, it is a mesa problem. Can you please try this command line and see what it outputs: LIBGL_DEBUG=verbose glxgears