Gentoo Archives: gentoo-user

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] trying to use Nouveau
Date: Sat, 04 Aug 2018 08:27:37
Message-Id: 20180804112705.c719d2a47f02dc68e2cb4e9a@gentoo.org
In Reply to: [gentoo-user] trying to use Nouveau by Philip Webb
1 On Sat, 4 Aug 2018 01:48:15 -0400 Philip Webb wrote:
2 > Last month, I sent in a query re Nouveau : thanks for the replies.
3 >
4 > I have emerged it :
5 >
6 > root:508 log> eix nouveau
7 > [I] x11-drivers/xf86-video-nouveau
8 > Available versions: 1.0.15 1.0.15-r1
9 > Installed versions: 1.0.15-r1([2018-07-26 15:39:37])
10 > Homepage: https://nouveau.freedesktop.org/wiki/
11 > Description: Accelerated Open Source driver for nVidia cards
12 >
13 > I have tried to switch to it with 'eselect opengl set xorg-x11' :
14 >
15 > root:507 log> eselect opengl list
16 > Available OpenGL implementations:
17 > [1] nvidia
18 > [2] xorg-x11 *
19 >
20 > I have renamed /lib/udev/rules.d/99-nvidia.rules by appending '.dft',
21 > as recommended in the Wiki.
22 >
23 > But when I 'startx' & then check /var/log/Xorg.0.log , I find :
24 >
25 > (II) Module glx: vendor="X.Org Foundation"
26 > compiled for 1.19.5, module version = 1.0.0
27 > ABI class: X.Org Server Extension, version 10.0
28 > (II) LoadModule: "nvidia"
29 > (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
30 > (II) Module nvidia: vendor="NVIDIA Corporation"
31 > compiled for 4.0.2, module version = 1.0.0
32 > Module class: X.Org Video Driver
33 > (II) NVIDIA dlloader X Driver 390.67 Fri Jun 1 02:45:19 PDT 2018
34 > (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
35 > (--) using VT number 7
36 >
37 > I suspect that I need to re-merge some pkgs ;
38 > I have added 'nouveau' to VIDEO_CARDS in make.conf ,
39 > but it won't have an effect until a pkg is re-merged.
40 >
41 > Can anyone offer advice what to try next ?
42
43 Your xorg.conf (or a file from xorg.conf.d directory) must contain
44 the following:
45
46 Section "Device"
47 Identifier "Card1"
48 Driver "modesetting"
49 ... (some options may follow)
50 EndSection
51
52 You probably name `Driver "nvidia"` there right now.
53
54 Best regards,
55 Andrew Savchenko

Replies

Subject Author
Re: [gentoo-user] trying to use Nouveau Philip Webb <purslow@××××××××.net>