Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=1773
------- Additional Comments From [EMAIL PROTECTED] 2004-11-29 13:45 -------
(In reply to comment #11)
> (In reply to comment #10)
> > if you try the patch I suggested, turn either use
> > Option "dynamicclocks" "false"
> > or remove the option altogether.
>
> The Option "dynamicclocks" didnt work,
> I could not compile xorg with the patch cause now there is a bug in xorg's cvs
>
> xftdpy.c: In function `XftDefaultSubstitute':
> xftdpy.c:495: error: `FC_RGBA_UNKNOWN' undeclared (first use in this function)
> xftdpy.c:495: error: (Each undeclared identifier is reported only once
> xftdpy.c:495: error: for each function it appears in.)
>
> If You want to reproduce it follow
> http://incubator.vislab.usyd.edu.au/roller/page/Steve/20040909
>
> I am using currently minimal version of xorg
> as on http://dri.sourceforge.net/cgi-bin/moin.cgi/Building
> and DRM from
> cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvs/dri co drm
> on which patch will not apply.
the patch only applies to the DDX in xorg cvs. It should be pretty easy to
apply it manually. another alternative is simply to comment out the call to
RADEONSetDynamicClock() in radeon_driver.c:
#if 0
if (xf86ReturnOptValBool(info->Options, OPTION_DYNAMIC_PM, FALSE)) {
RADEONSetDynamicClock(pScrn, 1);
} else {
RADEONSetDynamicClock(pScrn, 0);
}
#endif
>
> Could You give me directions How to debug kernel module drm ?
>
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel