Gentoo Archives: gentoo-user

From: Michael Scherer <a6702894@××××××××××××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Issues with >=x11-drivers/xf86-video-ati-6.14.4: driver issue or hardware issue?
Date: Tue, 05 Jun 2012 15:43:20
Message-Id: 20120605174114.26bf31db@unet.univie.ac.at
In Reply to: Re: [gentoo-user] Issues with >=x11-drivers/xf86-video-ati-6.14.4: driver issue or hardware issue? by Andrey Moshbear
1 On Fri, 1 Jun 2012 04:11:35 -0400
2 Andrey Moshbear <andrey.vul@×××××.com> wrote:
3
4 > On Wed, May 23, 2012 at 11:12 AM, Michael Scherer
5 > <a6702894@××××××××××××××.at> wrote:
6 > > ----- Original Message ----- From: "Andrey Moshbear"
7 > > <andrey.vul@×××××.com> To: "gentoo-user"
8 > > <gentoo-user@l.g.o> Sent: Tuesday, 22 May, 2012 08:02
9 > > Subject: [gentoo-user] Issues with
10 > > >=x11-drivers/xf86-video-ati-6.14.4: driver issue or hardware issue?
11 > >
12 > >
13 > >
14 > >> Lately, I've been having some issues with segfaults when running
15 > >> startx and it's been pretty persistent.
16 > >>
17 > >> Xorg.0.log and emerge --info are available at
18 > >> https://gist.github.com/2766926 .
19 > >> Kernel config is available at https://gist.github.com/276943 .
20 > >>
21 > >> I've tried downgrading, but <=x11-drivers/xf86-video-ati-6.14.2
22 > >> fails to compile due to incomplete structs.
23 > >>
24 > >> Is this more a driver or a hardware issue?
25 > >>
26 > >
27 > > first thing thing is your usage of ACCEPT_KEYWORDS="amd64 ~amd64".
28 > > with ~amd64 you globally
29 > > allow all packages masked for amd64. unless you are a
30 > > developer/tester for gentoo you should remove
31 > > this keyword, because gentoo usually has good reasons to mask some
32 > > packages. if for some reason you
33 > > really need a masked package, you can do this easily only for that
34 > > package. global unmasking alone might be the reason for half of
35 > > your troubles.
36 > >
37 > > second, it is advisable to use kernel modesetting, which is
38 > > obviously not enabled. gentoo has a detailed
39 > > howto for this under http://www.gentoo.org/doc/en/xorg-config.xml.
40 > > this gives you all necessary details.
41 > >
42 > > just a quick shot for the moment. your kernel config doesn't under
43 > > the link you give, I'd like to see that
44 > > too, and maybe /etc/X11/xorg.conf or the contents
45 > > of /etc/X11/xorg.conf.d, if you have any of these,
46 > >
47 > > regards, nichael
48 > >
49 > >
50 >
51 > Well, I added radeon drm & modesetting and the kernel is crashing
52 > right after the microcode is loaded, but without any signs of panic,
53 > be it flashing keyboard lights or kernel backtrace with register
54 > values.
55 >
56 > Also, the segfault was caused by the DRI code interpreting a DRI
57 > opcode as a pointer, hence 0xa4 or similar in the back trace.
58 >
59 > --
60 > m0shbear
61 >
62
63 in any case, I'd need some more information:
64 the link to your .config is broken, I only get an empty page.
65 if the kernel is involved, output of dmesg and rc.log would
66 be needed to.
67
68 by the way, did you anything with your ACCEPT_KEYWORDS?
69 if not, the best thing would be set it simply ="" (and
70 afterwards --update world, --depclean and revdep-rebuild),
71 but that's up to you.
72
73 please send me the requested information, otherwise it's
74 difficult to find out what's wrong.
75
76 regards, michael

Replies