Gentoo Archives: gentoo-user

From: gottlieb@×××.edu
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] trouble with hi-res display and nouveau driver on *one* system
Date: Tue, 13 May 2014 00:09:46
Message-Id: 8761la35fn.fsf@nyu.edu
In Reply to: Re: [gentoo-user] trouble with hi-res display and nouveau driver on *one* system by "Canek Peláez Valdés"
1 On Sun, May 11 2014, Canek Peláez Valdés wrote:
2
3 > On Sun, May 11, 2014 at 7:12 PM, <gottlieb@×××.edu> wrote:
4 >> This helped considerably. No grey bands; instead gdm puts up its
5 >> screensaver and tells us the (correct) time. Moving the mouse moves the
6 >> pointer and clicking on the upper right button shows the volume etc.
7 >
8 > Allan, what do you have in your VIDEO_CARDS variable? It's usually
9 > defined in /etc/portage/make.conf. If you don't have it, try to set it
10 > up to nouveau:
11 >
12 > VIDEO_CARDS="nouveau"
13
14 Yes I set VIDEO_CARDS="nouveau" right at the beginning
15
16 > Also, what's the output of "equery l -if x11-drivers/"?
17
18 [IP-] [ ] x11-drivers/xf86-input-evdev-2.8.2:0
19 [IP-] [ ] x11-drivers/xf86-input-keyboard-1.7.0:0
20 [IP-] [ ] x11-drivers/xf86-input-mouse-1.9.0:0
21 [IP-] [ ] x11-drivers/xf86-video-nouveau-1.0.10:0
22 [IP-] [ ] x11-drivers/xf86-video-nv-2.1.20-r1:0
23
24 I had set INPUT_DEVICES="evdev" right at the beginning and ran
25 emerge --changed-use --update --keep-going world
26 several times.
27 emerge --depclean --ask --ignore-default-opts
28 only listed xf86-input-mouse. But when I specifically tried
29 emerge --depclean xf86-input-keyboard
30 emerge --depclean xf86-video-nv
31 They were found and now they are gone (so this explains why I found the
32 nv driver to delete manually).
33
34 Anyway I depcleaned the unneeded drivers and now eix -I xf86-
35 shows only evdev and nouveau as desired.
36
37 However the problem remains (screensaver shows time and won't go away).
38
39 Thanks for the help,
40 allan
41
42 PS emerge --changed-use --update --keep-going world
43 shows nothing