From: "Michel Dänzer" <michel@daenzer.net>
To: Boszormenyi Zoltan <zboszor@pr.hu>
Cc: Maling list - DRI developers <dri-devel@lists.freedesktop.org>
Subject: Re: AMD/AMD hybrid graphics
Date: Fri, 21 Feb 2014 11:25:59 +0900 [thread overview]
Message-ID: <1392949559.12428.46.camel@thor.local> (raw)
In-Reply-To: <5305B263.4080309@pr.hu>
On Don, 2014-02-20 at 08:44 +0100, Boszormenyi Zoltan wrote:
> 2014-02-20 06:47 keltezéssel, Michel Dänzer írta:
> > On Don, 2014-02-20 at 06:09 +0100, Boszormenyi Zoltan wrote:
> >> 2014-02-20 04:20 keltezéssel, Michel Dänzer írta:
> >>> On Mit, 2014-02-19 at 11:56 +0100, Boszormenyi Zoltan wrote:
> >>>> 2014-02-19 10:59 keltezéssel, Michel Dänzer írta:
> >>>>> On Mit, 2014-02-19 at 09:11 +0100, Boszormenyi Zoltan wrote:
> >>>>>
> >>>>>> Can Mesa/Xorg use both r600g and radeonsi at the same time?
> >>>>> Yes, that seems to work fine for others. You may need Mesa 10.1 or newer
> >>>>> though.
> >>>> Do you mean mean with Mesa 9.2.5 and Xorg server 1.14.4 in
> >>>> Fedora 20 at this time, it's not possible unless I compile my own
> >>>> llvm-3.5 SVN, Mesa 10.1 or 10.2 GIT and Xorg 1.15 GIT?
> >>> I don't think Xorg 1.15 is necessary, but it shouldn't hurt either.
> >>>
> >>>
> >>>> Attached is the log from both 1.14.4 (FC20) and 1.15.0 (rawhide), [...]
> >>> The log files end abruptly, so we need to see the X server stderr
> >>> output. Assuming you're using gdm, it should be captured
> >>> in /var/log/gdm*/:0.log .
> >> FC20 has lightdm by default, here's /var/log/lightdm/x-0.log
> > [...]
> >
> >> X: ../../../include/privates.h:122: dixGetPrivateAddr: Assertion
> >> `key->initialized' failed.
> > Can you get a backtrace for this assertion failure with gdb? See
> > http://wiki.x.org/wiki/Development/Documentation/ServerDebugging/
[...]
> #0 0x00007fadc165f1c9 in __GI_raise (sig=sig@entry=6) at
> ../nptl/sysdeps/unix/sysv/linux/raise.c:56
> #1 0x00007fadc16608d8 in __GI_abort () at abort.c:89
> #2 0x00007fadc1658126 in __assert_fail_base (fmt=0x7fadc17a98a0 "%s%s%s:%u: %s%sAssertion
> `%s' failed.\n%n", assertion=assertion@entry=0x5a4c53 "key->initialized",
> file=file@entry=0x5a8dfc "../../../include/privates.h", line=line@entry=122,
> function=function@entry=0x5aaa90 <__PRETTY_FUNCTION__.8544> "dixGetPrivateAddr") at
> assert.c:92
> #3 0x00007fadc16581d2 in __GI___assert_fail (assertion=assertion@entry=0x5a4c53
> "key->initialized", file=file@entry=0x5a8dfc "../../../include/privates.h",
> line=line@entry=122,
> function=function@entry=0x5aaa90 <__PRETTY_FUNCTION__.8544> "dixGetPrivateAddr") at
> assert.c:101
> #4 0x0000000000424f70 in dixGetPrivateAddr (key=<optimized out>, key=<optimized out>,
> privates=0x169d558) at ../../../include/privates.h:122
> #5 0x00000000004810eb in dixGetPrivateAddr (key=<optimized out>, key=<optimized out>,
> privates=0x169d558) at xf86cmap.c:239
> #6 dixSetPrivate (val=<optimized out>, key=0x822f80 <CMapScreenKeyRec>,
> privates=0x169d558) at ../../../include/privates.h:148
> #7 xf86HandleColormaps (pScreen=pScreen@entry=0x169d180, maxColors=maxColors@entry=256,
> sigRGBbits=10, loadPalette=loadPalette@entry=0x7fadbcd37ea0 <drmmode_load_palette>,
> setOverscan=setOverscan@entry=0x0, flags=flags@entry=3) at xf86cmap.c:184
> #8 0x00007fadbcd3b32c in drmmode_setup_colormap (pScreen=pScreen@entry=0x169d180,
> pScrn=pScrn@entry=0x169c930) at drmmode_display.c:1990
> #9 0x00007fadbcd370ef in RADEONScreenInit_KMS (pScreen=pScreen@entry=0x169d180,
> argc=argc@entry=1, argv=argv@entry=0x7fff83c684c8) at radeon_kms.c:1366
> #10 0x0000000000438b4d in AddGPUScreen (pfnInit=0x7fadbcd36c60 <RADEONScreenInit_KMS>,
> argc=argc@entry=1, argv=argv@entry=0x7fff83c684c8) at dispatch.c:3874
> #11 0x000000000047aa9f in InitOutput (pScreenInfo=pScreenInfo@entry=0x82dd60 <screenInfo>,
> argc=argc@entry=1, argv=argv@entry=0x7fff83c684c8) at xf86Init.c:886
Hmm, looks like there's confusion about how colormaps are supposed to be
handled.
Dave, any ideas?
--
Earthling Michel Dänzer | http://www.amd.com
Libre software enthusiast | Mesa and X developer
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2014-02-21 2:26 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-19 8:11 AMD/AMD hybrid graphics Boszormenyi Zoltan
2014-02-19 9:59 ` Michel Dänzer
2014-02-19 10:56 ` Boszormenyi Zoltan
2014-02-20 3:20 ` Michel Dänzer
2014-02-20 5:09 ` Boszormenyi Zoltan
2014-02-20 5:47 ` Michel Dänzer
2014-02-20 7:44 ` Boszormenyi Zoltan
2014-02-20 8:17 ` Boszormenyi Zoltan
2014-02-21 2:25 ` Michel Dänzer [this message]
2014-02-21 2:37 ` Dave Airlie
2014-02-21 13:37 ` Alex Deucher
2014-02-21 14:32 ` Boszormenyi Zoltan
2014-02-21 14:58 ` Boszormenyi Zoltan
2014-02-21 15:12 ` Alex Deucher
2014-02-21 19:05 ` Boszormenyi Zoltan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1392949559.12428.46.camel@thor.local \
--to=michel@daenzer.net \
--cc=dri-devel@lists.freedesktop.org \
--cc=zboszor@pr.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox