Gentoo Archives: gentoo-user

From: IceAmber <iceamber2015@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Failed to load driver: Nouveau
Date: Tue, 29 Aug 2017 13:22:10
Message-Id: CALtB3DcsydaJuuT+F3f-hd+9KKvqeS9AfSv-FTccJEf52dpYRA@mail.gmail.com
In Reply to: Re: [gentoo-user] Failed to load driver: Nouveau by Alexander Kapshuk
1 here is the outputs
2
3 iceamber@localhost:~ $ LIBGL_DEBUG=verbose glxgears
4 libGL: OpenDriver: trying /usr/lib64/dri/tls/nouveau_dri.so
5 libGL: OpenDriver: trying /usr/lib64/dri/nouveau_dri.so
6 nvc0_screen_create:944 - Error allocating PGRAPH context for 3D: -22
7 libGL error: failed to create dri screen
8 libGL error: failed to load driver: nouveau
9 libGL: OpenDriver: trying /usr/lib64/dri/tls/swrast_dri.so
10 libGL: OpenDriver: trying /usr/lib64/dri/swrast_dri.so
11 libGL: Can't open configuration file /home/iceamber/.drirc: No such file or
12 directory.
13 libGL: Can't open configuration file /home/iceamber/.drirc: No such file or
14 directory.
15
16
17 On Tue, Aug 29, 2017 at 9:35 AM, Alexander Kapshuk <
18 alexander.kapshuk@×××××.com> wrote:
19
20 > On Mon, Aug 28, 2017 at 7:41 PM, Alexander Kapshuk
21 > <alexander.kapshuk@×××××.com> wrote:
22 > > On Mon, Aug 28, 2017 at 6:30 PM, IceAmber <iceamber2015@×××××.com>
23 > wrote:
24 > >> here is the result
25 > >>
26 > >> iceamber@localhost:~ $ lsmod | grep nouveau
27 > >> nouveau 1507328 2
28 > >> i2c_algo_bit 16384 1 nouveau
29 > >> drm_kms_helper 118784 1 nouveau
30 > >> ttm 77824 1 nouveau
31 > >> drm 282624 5 nouveau,ttm,drm_kms_helper
32 > >> agpgart 32768 3 nouveau,ttm,drm
33 > >> led_class 16384 3 input_leds,hid_sony,nouveau
34 > >>
35 > >>
36 > >
37 > > Your nouveau kernel driver seems to be OK. That's good news.
38 > > The bad news is we're back to square one.
39 > >
40 > > It was glxinfo, which is a part of x11-apps/mesa-progs, that generated
41 > > the original error message.
42 > > So, perhaps, it is a mesa problem.
43 > >
44 > > Can you please try this command line and see what it outputs:
45 > > LIBGL_DEBUG=verbose glxgears
46 >
47 > This reference may help better debug your problem:
48 > https://nouveau.freedesktop.org/wiki/MesaDrivers/
49 >
50 >

Replies

Subject Author
Re: [gentoo-user] Failed to load driver: Nouveau "J. Roeleveld" <joost@××××××××.org>