Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: nvidia-drivers vs. nouveau
Date: Wed, 11 Apr 2012 23:29:37
Message-Id: jm541c$ice$1@dough.gmane.org
In Reply to: Re: [gentoo-user] Re: nvidia-drivers vs. nouveau by Dale
1 On 12/04/12 01:55, Dale wrote:
2 > Nikos Chantziaras wrote:
3 >> On 12/04/12 00:32, Stefan G. Weichinger wrote:
4 >>> Am 11.04.2012 23:14, schrieb Nikos Chantziaras:
5 >>>
6 >>>> Unless you need to use the console (nvidia-drivers don't provide a KMS
7 >>>> fb console,) there's no reason to use Nouveau at the moment. The binary
8 >>>> drivers perform better and save much more energy. With Nouveau, your
9 >>>> GPU will be running full-on constantly. NVidia's drivers will reduce
10 >>>> clocks and voltages when the card is idle.
11 >>>
12 >>> Additional question:
13 >>>
14 >>> what do you have for VIDEO_CARDS?
15 >>>
16 >>> my make.conf:
17 >>>
18 >>> VIDEO_CARDS="nvidia nv vesa"
19 >>
20 >> Mine:
21 >>
22 >> VIDEO_CARDS="nvidia"
23 >>
24 >> "nv" is for the old, deprecated 2D-only driver that should not be used
25 >> anymore. "vesa" is for the generic VESA driver. It's still good as an
26 >> emergency backup.
27 >>
28 >> Note that after changing VIDEO_CARDS, it's best to "emerge -uDN world&&
29 >> emerge -a --depclean".
30 >>
31 >>
32 >>
33 >
34 >
35 > Somewhat related question. I use the Nvidia drivers here and have not
36 > had any issues in a while. How does one use VESA if the Nvidia drivers
37 > fail? One used to change it in xorg.conf but most don't have a
38 > xorg.conf any more.
39
40 You have an /etc/X11/xorg.conf.d/ directory though. You can put
41 snippets in it with the *.conf extension and X.Org will read it when it
42 starts. For my GPU setting for example, I use
43 /etc/X11/xorg.conf.d/gpu.conf. It has a "Device" section in with:
44
45 Driver "nvidia"
46
47 This can be changed to "vesa" at any time.

Replies

Subject Author
Re: [gentoo-user] Re: nvidia-drivers vs. nouveau Dale <rdalek1967@×××××.com>