https://bugs.freedesktop.org/show_bug.cgi?id=37545
--- Comment #11 from Orion Poplawski <[email protected]> 2011-05-27 09:01:55 PDT --- No that doesn't help. It appears that info->front_bo is non-null at that point, so your new code doesn't run. Breakpoint 2, drmmode_xf86crtc_resize (scrn=0xa09a880, width=1600, height=1200) at drmmode_display.c:1288 1288 if (!info->front_bo) { (gdb) print info->front_bo $2 = (struct radeon_bo *) 0xa0a68d0 At this point the log has: [ 516.548] (II) RADEON(0): Allocate new frame buffer 1600x1200 stride 1600 The invalid argument error comes later. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
