Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Mythfrontend segfaults [SOLVED]
Date: Fri, 17 Apr 2009 14:48:48
Message-Id: 5bdc1c8b0904170748v66f1781fufcbbf5adc3a0b60e@mail.gmail.com
In Reply to: Re: [gentoo-user] Mythfrontend segfaults [SOLVED] by Michael Sullivan
1 On Thu, Apr 16, 2009 at 9:18 AM, Michael Sullivan <msulli1355@×××××.com> wrote:
2 <SNIP>
3
4 Michael,
5 The second line of the upgrade guide says:
6
7 X now no longer forces a double hidden build of media-libs/mesa. Mesa
8 now builds the software renderer (swrast) and whatever hardware driver
9 you've chosen with the VIDEO_CARDS variable.
10
11 Seems to me you're saying the new ebuild didn't build what you
12 needed from mesa so I'd suggest filing a bug report on that one.
13
14 Unfortunately for me this hasn't solved the problem. After
15 rebuilding mesa I did, 1 time out of 4 tries, manage to watch Live TV,
16 but that event had bad video and as soon as I tried to change the
17 channel X crashed again.
18
19 From dmesg I see the following video related things. The last two
20 lines are clearly errors. Everytime I try watching Live TV in Myth,
21 after the crash I have two more of these in dmesg:
22
23 Linux agpgart interface v0.103
24 agpgart-intel 0000:00:00.0: Intel 865 Chipset
25 agpgart-intel 0000:00:00.0: detected 16252K stolen memory
26 agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
27 <SNIP>
28 <SNIP>
29 [drm] Initialized drm 1.1.0 20060810
30 <SNIP>
31 [drm] Initialized i915 1.6.0 20060119 on minor 0
32 <SNIP>
33
34 [drm:i915_getparam] *ERROR* Unknown parameter 5
35 [drm:i915_getparam] *ERROR* Unknown parameter 5
36
37 One Google thread I read says this is the X driver looking for gem
38 support in my kernel. supposedly it's nothing to worry about but I
39 never had these messages before the xorg-server upgrade. Possibly each
40 two lines like this is just the driver starting back up again after
41 the crash. Don't know...
42
43 Unfortunately our machine here is still unusable...
44
45 - Mark