Hi,

about 10 days later, most of the packages have migrated, so let's try to
get a few more bug fixes in lenny.

On Mon, Aug  4, 2008 at 19:38:21 +0200, Marc 'HE' Brockschmidt wrote:

> Julien Cristau <[EMAIL PROTECTED]> writes:
> > (I might upload 7.3+5 later for
> > http://cgit.freedesktop.org/xorg/app/xrandr/commit/?id=3046799a06ecb79211ef0f4a2db9de4eec7233fb)
> 
> Looks OK, ping when uploaded.
> 
* x11-xserver-utils/7.3+5 is now uploaded, with the above fix plus
manpage updates.

Also:
* xorg-server/2:1.4.2-4
Fixes xen framebuffer (xen sets the pixel clock to 0, and craps out when
the X server changes it behind its back); the patch was stolen from
fedora, used to be in our package, then I disabled it for no apparent
reason.  It's also been applied upstream for 1.5.  The patch doesn't
show up in debdiff (it was already in the package), so you'll find it
below.

* xkeyboard-config/1.3-2
Fixes Romanian variants which were broken in 1.3-1.  Unfortunately this
package's build system is a mess, and I never touched it before, so I
had to do some massaging to get a clean-ish build, which is why the
debdiff is not as small as I'd have liked.

Thanks,
Julien

And here's xorg-server's 47_fbdevhw_magic_numbers.diff:
* Fri May 11 2007 Adam Jackson <[EMAIL PROTECTED]> 1.3.0.0-5
- xserver-1.3.0-fbdevhw-magic-numbers.patch: If the fbdev driver claims to
  have a zero pixel clock, believe it.  Fixes Xen paravirt. (#238451)

Might fix #422430

--- xorg-server-1.3.0.0/./hw/xfree86/fbdevhw/fbdevhw.c.jx       2007-03-26 
23:32:36.000000000 -0400
+++ xorg-server-1.3.0.0/./hw/xfree86/fbdevhw/fbdevhw.c  2007-05-11 
15:10:05.000000000 -0400
@@ -258,7 +258,7 @@
 static void
 fbdev2xfree_timing(struct fb_var_screeninfo *var, DisplayModePtr mode)
 {
-       mode->Clock = var->pixclock ? 1000000000/var->pixclock : 28000000;
+       mode->Clock = var->pixclock ? 1000000000/var->pixclock : 0;
        mode->HDisplay = var->xres;
        mode->HSyncStart = mode->HDisplay+var->right_margin;
        mode->HSyncEnd = mode->HSyncStart+var->hsync_len;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to