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 6C58E1396D0 for ; Tue, 29 Aug 2017 09:35:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6E6DE0E20; Tue, 29 Aug 2017 09:35:50 +0000 (UTC) Received: from mail-qk0-x22e.google.com (mail-qk0-x22e.google.com [IPv6:2607:f8b0:400d:c09::22e]) (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 8E27CE0DFE for ; Tue, 29 Aug 2017 09:35:50 +0000 (UTC) Received: by mail-qk0-x22e.google.com with SMTP id l65so12745525qkc.0 for ; Tue, 29 Aug 2017 02:35:50 -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=mmJYJGXpsyz573GpSZgpkvUdSzIz1bTX124qTMzFwM4=; b=kXtfOv05Ye+9CX6fz/t3eep5do7npUPUkYCM4NizWQlgjBkKsAudntn/SZwm7IHIJW XKdUAzPi99T4tvx7HtleSj+MCD/rWPnzt/sVwLyc2U1kHNKJKeKi3qSu/b7GpvJGOG/1 Oep1dOqCouFVQrb5dU5WlPv6g/jtqEl/B1rHeDhz5JPlPXXMvWn9BFijgnNN7ad7oi0p KKaQ4JP6h8RVGm9dL0KhyFBoEZpv7FRA08M6MH/keF+HLkIPhjiY8uj8VI5D7p4TeKhk ZgrFz4sT1H3IPExbwf0sutysq9TwexmPu87zsmSpsBfBKNoTBrsNS8lQQV0Zq6whgQxQ XSVw== 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=mmJYJGXpsyz573GpSZgpkvUdSzIz1bTX124qTMzFwM4=; b=EdCVuVXzxfkN8Av5H45yXMyz9A0Fv4ilAhcqfp2IOMpQishGGf5ZVZpUKXL4AlmKXN iZTPqAFEkXXMutbEMbofgwzIsDccxbc2h7gI6S8YlURcLhQsGUg+j5D4ZdKWlK7cqSnm D0ca60e4FLuKIxzzA0riaUpJpSaDN8IXq/YT2Uk43lKKnwpyo3tQqteovAt4FWwDmJfW w9MScgP8OTD704o3sxT4g56MEx6MtjpxHAS0Nt9L2DFPDmguCbWHu8kcN3MXw3dSp+Z+ RYQrGZbee6lnKvkHTQaEFjRtjliNnqyWAabCzHuZqMioJPNxsCmBOQMczErPZ6YVbKaY 17Fg== X-Gm-Message-State: AHYfb5j6NXgoK/vWv/ifZPHrIppfM+z2w+gtmL11EbFxDksIv8DQpLU6 YaB24IRlekV+oMghwXRXSRl7iFFY7jNvVN8= X-Received: by 10.55.155.147 with SMTP id d141mr4948243qke.227.1503999349611; Tue, 29 Aug 2017 02:35:49 -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; Tue, 29 Aug 2017 02:35:09 -0700 (PDT) In-Reply-To: References: From: Alexander Kapshuk Date: Tue, 29 Aug 2017 12:35:09 +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: 3b6cde5d-7c14-4c26-988a-dbb407d34dab X-Archives-Hash: 7239e2ef5aec6ee164447f5894417c14 On Mon, Aug 28, 2017 at 7:41 PM, Alexander Kapshuk wrote: > 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 This reference may help better debug your problem: https://nouveau.freedesktop.org/wiki/MesaDrivers/