Re: [gentoo-user] Failed to load driver: Nouveau

2017-09-06 Thread Marc Joliet
Am Montag, 28. August 2017, 16:17:30 CEST schrieb David Abbott: [...] > try; > modinfo nouveau | grep filename FWIW, modinfo has various options that make using grep like that unnecessary: % modinfo -h Usage: modinfo [options] filename [args] Options: -a, --authorP

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-29 Thread IceAmber
thank you all the same. I'll try to fix it if possible On Tue, Aug 29, 2017 at 3:14 PM, Alexander Kapshuk < alexander.kaps...@gmail.com> wrote: > On Tue, Aug 29, 2017 at 5:58 PM, IceAmber wrote: > > yes, I have in the video group. > > > > the version of mesa is > > > >media-libs/mesa > >

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-29 Thread Alexander Kapshuk
On Tue, Aug 29, 2017 at 5:58 PM, IceAmber wrote: > yes, I have in the video group. > > the version of mesa is > >media-libs/mesa > Latest version available: 17.0.6 > Latest version installed: 17.0.6 > Size of files: 9,273 KiB > Homepage: https://www.mesa3d.org/ htt

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-29 Thread IceAmber
yes, I have in the video group. the version of mesa is media-libs/mesa Latest version available: 17.0.6 Latest version installed: 17.0.6 Size of files: 9,273 KiB Homepage: https://www.mesa3d.org/ https://mesa.freedesktop.org/ Description: OpenGL-like graphi

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-29 Thread Alexander Kapshuk
On Tue, Aug 29, 2017 at 12:35 PM, Alexander Kapshuk wrote: > 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

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-29 Thread J. Roeleveld
On 29 August 2017 15:22:02 GMT+02:00, IceAmber wrote: >here is the outputs > >iceamber@localhost:~ $ LIBGL_DEBUG=verbose glxgears >libGL: OpenDriver: trying /usr/lib64/dri/tls/nouveau_dri.so >libGL: OpenDriver: trying /usr/lib64/dri/nouveau_dri.so >nvc0_screen_create:944 - Error allocating PGRAPH

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-29 Thread IceAmber
here is the outputs iceamber@localhost:~ $ LIBGL_DEBUG=verbose glxgears libGL: OpenDriver: trying /usr/lib64/dri/tls/nouveau_dri.so libGL: OpenDriver: trying /usr/lib64/dri/nouveau_dri.so nvc0_screen_create:944 - Error allocating PGRAPH context for 3D: -22 libGL error: failed to create dri screen

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-29 Thread Alexander Kapshuk
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_helper118784 1 nou

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread Alexander Kapshuk
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_helper118784 1 nouveau > ttm77824 1 nouveau > drm

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread IceAmber
here is the result iceamber@localhost:~ $ lsmod | grep nouveau nouveau 1507328 2 i2c_algo_bit 16384 1 nouveau drm_kms_helper118784 1 nouveau ttm77824 1 nouveau drm 282624 5 nouveau,ttm,drm_kms_helper agpgart3

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread Alexander Kapshuk
On Aug 28, 2017 17:57, "Alexander Kapshuk" wrote: On Mon, Aug 28, 2017 at 5:38 PM, IceAmber wrote: > `du -a /lib/modules/`uname -r`/ | sed '/nouveau.ko$/!d;s/.*\t//'` as the > same result > > On Mon, Aug 28, 2017 at 2:36 PM, IceAmber wrote: >> >> the result is >> iceamber@localhost:~ $ modinfo

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread IceAmber
here is the result On Mon, Aug 28, 2017 at 2:57 PM, Alexander Kapshuk < alexander.kaps...@gmail.com> wrote: > On Mon, Aug 28, 2017 at 5:38 PM, IceAmber wrote: > > `du -a /lib/modules/`uname -r`/ | sed '/nouveau.ko$/!d;s/.*\t//'` as the

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread Alexander Kapshuk
On Mon, Aug 28, 2017 at 5:38 PM, IceAmber wrote: > `du -a /lib/modules/`uname -r`/ | sed '/nouveau.ko$/!d;s/.*\t//'` as the > same result > > On Mon, Aug 28, 2017 at 2:36 PM, IceAmber wrote: >> >> the result is >> iceamber@localhost:~ $ modinfo nouveau | grep filename >> filename: >> /lib/modules

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread IceAmber
`du -a /lib/modules/`uname -r`/ | sed '/nouveau.ko$/!d;s/.*\t//'` as the same result On Mon, Aug 28, 2017 at 2:36 PM, IceAmber wrote: > the result is > iceamber@localhost:~ $ modinfo nouveau | grep filename > filename: /lib/modules/4.12.5-gentoo/kernel/drivers/gpu/drm/ > nouveau/nouveau.ko

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread IceAmber
the result is iceamber@localhost:~ $ modinfo nouveau | grep filename filename: /lib/modules/4.12.5-gentoo/kernel/drivers/gpu/drm/nouveau/nouveau.ko On Mon, Aug 28, 2017 at 2:17 PM, David Abbott wrote: > On Mon, Aug 28, 2017 at 10:00 AM, IceAmber wrote: > > so, what should I do to locate the dri

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread David Abbott
On Mon, Aug 28, 2017 at 10:00 AM, IceAmber wrote: > so, what should I do to locate the driver? > > On Mon, Aug 28, 2017 at 11:48 AM, Alexander Kapshuk > wrote: >> >> On Mon, Aug 28, 2017 at 2:41 PM, IceAmber wrote: >> > No, the error still there. >> > And the script `modinfo /lib/modules/`uname

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread Alexander Kapshuk
On Mon, Aug 28, 2017 at 5:00 PM, IceAmber wrote: > so, what should I do to locate the driver? > > On Mon, Aug 28, 2017 at 11:48 AM, Alexander Kapshuk > wrote: >> >> On Mon, Aug 28, 2017 at 2:41 PM, IceAmber wrote: >> > No, the error still there. >> > And the script `modinfo /lib/modules/`uname -

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread IceAmber
so, what should I do to locate the driver? On Mon, Aug 28, 2017 at 11:48 AM, Alexander Kapshuk < alexander.kaps...@gmail.com> wrote: > On Mon, Aug 28, 2017 at 2:41 PM, IceAmber wrote: > > No, the error still there. > > And the script `modinfo /lib/modules/`uname -r`/path/to/nouveau.ko` shows > >

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread Alexander Kapshuk
On Mon, Aug 28, 2017 at 2:41 PM, IceAmber wrote: > No, the error still there. > And the script `modinfo /lib/modules/`uname -r`/path/to/nouveau.ko` shows > iceamber@localhost:~ $ modinfo /lib/modules/`uname -r`/path/to/nouveau.ko > modinfo: ERROR: Module /lib/modules/4.12.5-gentoo/path/to/nouveau.

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread IceAmber
No, the error still there. And the script `modinfo /lib/modules/`uname -r`/path/to/nouveau.ko` shows iceamber@localhost:~ $ modinfo /lib/modules/`uname -r`/path/to/nouveau.ko modinfo: ERROR: Module /lib/modules/4.12.5-gentoo/path/to/nouveau.ko not found. On Sun, Aug 27, 2017 at 5:59 PM, Alexander

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread Alexander Kapshuk
On Sun, Aug 27, 2017 at 8:24 PM, IceAmber wrote: > 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.

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread IceAmber
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/

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread Alexander Kapshuk
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

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread Alexander Kapshuk
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 e

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread Alexander Kapshuk
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 a

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread IceAmber
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

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread Adam Carter
> > 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.

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread IceAmber
yes, here is the eselect > > iceamber@localhost:~ $ eselect opengl list Available OpenGL implementations: [1] xorg-x11 * iceamber@localhost:~ $ eselect mesa list > > 64bit i915 (Intel 915, 945) > > 64bit i965 (Intel GMA 965, G/Q3x, G/Q4x, HD) > > 64bit r300 (Radeon R300-R500) > > 64bit r6

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread Adam Carter
> > There is an error in my system, it print as follow when I run the command > `glxinfo | grep AGP` > >> iceamber@localhost:~ $ glxinfo | grep AGP >> >> nvc0_screen_create:944 - Error allocating PGRAPH context for 3D: -22 >> >> libGL error: failed to create dri screen >> >> libGL error: failed to

[gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread IceAmber
Hi, everyone There is an error in my system, it print as follow when I run the command `glxinfo | grep AGP` > iceamber@localhost:~ $ glxinfo | grep AGP > > nvc0_screen_create:944 - Error allocating PGRAPH context for 3D: -22 > > libGL error: failed to create dri screen > > libGL error: failed to