Gentoo Archives: gentoo-user

From: "Håkon Alstadheim" <hakon@×××××××××××××××.no>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Nouveau blank screen
Date: Tue, 12 Jan 2016 09:07:00
Message-Id: 5694C221.5060006@alstadheim.priv.no
In Reply to: Re: [gentoo-user] Nouveau blank screen by Alexander Kapshuk
1 Den 11. jan. 2016 18:22, skrev Alexander Kapshuk:
2 [...]
3 > Section "Device"
4 >
5 > Identifier "noveau device"
6 >
7 >
8 > Typo here. This should read 'nouveau'.
9 >
10 Thanks for checking, but I believe the Identifier is just for human
11 consumption, i.e. it does not matter. The Driver line has it spelled
12 correctly :/ .
13 From Xorg.0.log:
14 <quote>
15 [ 35.341] (==) No device specified for screen "Default Screen Section".
16 Using the first device section listed.
17 [ 35.341] (**) | |-->Device "noveau device"
18 </quote>
19
20 I've corrected the typo however.
21 > What is the output of 'grep NOUVEAU /path/to/your/kernel/sources/.config'?
22 >
23 zgrep -i nouveau /proc/config.gz
24 CONFIG_DRM_NOUVEAU=m
25 CONFIG_NOUVEAU_DEBUG=5
26 CONFIG_NOUVEAU_DEBUG_DEFAULT=3
27 # CONFIG_DRM_NOUVEAU_BACKLIGHT is not set
28
29
30 >
31 >
32 > Driver "nouveau"
33 > EndSection
34 > XORGX11
35 > ;;
36 >
37
38 Still stumped :-/ . I've since upgraded to gentoo-sources-4.4.0. Still
39 no go.