Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: nvidia x server settings doesn't open
Date: Sun, 29 Nov 2020 12:34:57
Message-Id: rq04h6$hao$1@ciao.gmane.io
In Reply to: Re: [gentoo-user] Re: nvidia x server settings doesn't open by thelma@sys-concept.com
1 On 29/11/2020 05:53, thelma@×××××××××××.com wrote:
2 > On 11/28/2020 07:19 AM, Nikos Chantziaras wrote:
3 >> On 27/11/2020 02:56, thelma@×××××××××××.com wrote:
4 >>> I just installed nvidia-drivers-455.28-r1 and can not start "nvidia x
5 >>> server setting" it doesn't open.
6 >>>
7 >>> running: $ nvidia-smi
8 >>> NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA
9 >>> driver. Make sure that the latest NVIDIA driver is installed and running.
10 >>
11 >> What's the output of:
12 >>
13 >>   lsmod
14 >>
15 >> and:
16 >>
17 >>   emerge --info
18 >
19 > Here it is.
20 > [...snip...]
21
22 Your system is using the nouveau driver. You need to disable it and only
23 enable the nvidia driver. In your make.conf, change this:
24
25 VIDEO_CARDS="nvidia nouveau"
26
27 to:
28
29 VIDEO_CARDS="nvidia"
30
31 Also, add "nvidia" to your make.conf USE flags (this might not be
32 actually needed, but better safe than sorry.)
33
34 Then also see if you have nouveau enabled for something elsewhere in
35 your portage configuration. Do this:
36
37 grep -r nouveau /etc/portage
38
39 This should print nothing. If it does, then you should edit the files
40 and disable nouveau.
41
42 Finally, tell portage to check what needs to be re-emerged due to these
43 changes:
44
45 emerge -auDN --with-bdeps=y @world
46
47 Reboot.

Replies

Subject Author
Re: [gentoo-user] Re: nvidia x server settings doesn't open "J. Roeleveld" <joost@××××××××.org>