Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] re: nVidia GeForce 210 and nvidia-drivers-334.21-r3
Date: Wed, 16 Apr 2014 13:12:05
Message-Id: 534E821E.4050706@gmail.com
In Reply to: Re: [gentoo-user] re: nVidia GeForce 210 and nvidia-drivers-334.21-r3 by Michael Orlitzky
1 On 04/15/2014 04:18 AM, Michael Orlitzky wrote:
2 > On 04/14/2014 07:39 AM, Alexander Kapshuk wrote:
3 >> I've had to replace my GPU today. Prior to attempting to start X with
4 >> the new GPU in, I thought I'd pull in the latest updates and reboot the
5 >> system. X wouldn't start as a result. I've googled for answers, but
6 >> haven't found a solution so far.
7 > Nvidia dropped support for the GeForce 210 in their 334 series. It's
8 > still there in the 331 series, though, if you want to downgrade.
9 >
10 > Same thing happened to me a while ago with my old 7800GT. I don't have
11 > any reason to buy a new GPU, so I switched to nouveau.
12 >
13 > Reference: http://www.nvidia.com/object/unix.html (pick a version, and
14 > hit "Supported Products").
15 >
16 >
17 >
18 Thanks for your response. Apologies for the delay in replying.
19
20 After googling a bit more I did figure that the problem was with the
21 proprietary driver I was using.
22 I did try downgrading to some of these drivers, but to no avail, unless
23 I did something wrong in the process:
24 /usr/portage/x11-drivers/nvidia-drivers/nvidia-drivers-304.121.ebuild
25 /usr/portage/x11-drivers/nvidia-drivers/nvidia-drivers-331.49-r3.ebuild
26 /usr/portage/x11-drivers/nvidia-drivers/nvidia-drivers-331.49.ebuild
27 /usr/portage/x11-drivers/nvidia-drivers/nvidia-drivers-331.67.ebuild
28
29 What I ended up doing was using the
30 x11-drivers/xf86-video-nouveau-1.0.10 driver.
31 I set these up in my kernel .config:
32 CONFIG_DRM_NOUVEAU=y
33 CONFIG_NOUVEAU_DEBUG=5
34 CONFIG_NOUVEAU_DEBUG_DEFAULT=3
35 CONFIG_DRM_NOUVEAU_BACKLIGHT=y
36
37 Enabled nouveau and disabled nvidia in make.conf:
38 egrep 'nvidia|nouveau' /etc/portage/make.conf
39 USE="$USE -nvidia consolekit pam policykit udisks upower acpi lm_sensors"
40 VIDEO_CARDS="nouveau"
41
42 And ran:
43 emerge --ask --changed-use --deep @world
44
45 The new driver's been running OK so far.
46 Playing videos via vlc/mplayer seems to run smooth.
47 Some youtube videos are a bit choppy, and/or delayed though. Not sure if
48 it's the nouveau driver to blame or the fact that I've got 1 Gb of RAM
49 onboard.
50
51 Should I have enabled the nouveau USE flag globally in make.conf like I
52 previously did for nvidia, or is that not necessary?
53
54 If there is something else I should be doing, or something I overlooked,
55 I'd appreciate anyone letting me know.
56
57 Thanks.

Replies