Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: DRM kernel issues
Date: Fri, 28 Mar 2014 01:05:33
Message-Id: loom.20140328T015618-867@post.gmane.org
In Reply to: Re: [gentoo-user] DRM kernel issues by wraeth
1 wraeth <wraeth <at> privatdemail.net> writes:
2
3
4 > > So I built this kernel twice, one with DRM * and once DRM [m]
5
6 > > Sure it can easily be related to my limited knowledge of grub2, but I did
7 > > boot the 3.13.6B version of the kernel.... where all is set as modules....
8
9 > The build process builds against whatever was last built in /usr/src/linux.
10
11 > That means that, even though you've booted a kernel that has DRM built as a
12 > module, when ati-drivers builds, it is looking at the config and objects
13 > that reside within /usr/src/linux.
14
15 > That being said, I'm pretty sure the warning you're being presented with is
16 > just a warning and is safe to ignore, given that you know you need to be
17 > running a kernel that does not have DRM built-in.
18
19
20 Well, I think I found the problem (?)
21
22 lspci shows:
23
24 [Radeon HD 4350/4550] an old fanless card in this FX8350 machine
25
26 This web pages shows only x11-org support for this card (?):
27 https://wiki.gentoo.org/wiki/ATI_FAQ
28
29 RV770 (R700) RadeonHD 4000 series [xorg]
30 Note no "AMD" or "DRI"
31
32 equery depends ati-drivers
33 * These packages depend on ati-drivers:
34 x11-base/xorg-drivers-1.14 (video_cards_fglrx ? x11-drivers/ati-drivers)
35
36
37 So I must make modification so the ati-drivers is not called by
38 xorg-drivers. The desktop is simple X with LXDE and openbox; so why is
39 ati-drivers being called by xorg-drivers? Because I have this set up in
40 make.conf (?):
41
42 VIDEO_CARDS="radeon fbdev fglrx vesa"
43
44 Which should be
45 VIDEO_CARDS="fbdev fglrx vesa"
46
47 ???
48 comments?
49
50 James

Replies

Subject Author
Re: [gentoo-user] Re: DRM kernel issues wraeth <wraeth@××××××××××××.net>