diff -Nru xorg-server-1.5.99.902/debian/changelog xorg-server-1.5.99.902/debian/changelog --- xorg-server-1.5.99.902/debian/changelog 2009-02-05 05:58:19.000000000 +0100 +++ xorg-server-1.5.99.902/debian/changelog 2009-02-05 05:58:21.000000000 +0100 @@ -1,3 +1,12 @@ +xorg-server (2:1.5.99.902-0ubuntu2) jaunty; urgency=low + + * Add 157_raise_maxclients.patch to raise max number of clients from 256 + to 512. Trade-off is that this reduces client resources available to + 1,048,576 total resources (which should still be ample). + (LP: #260138) + + -- Bryce Harrington Thu, 05 Feb 2009 05:30:21 +0100 + xorg-server (2:1.5.99.902-0ubuntu1) jaunty; urgency=low * New upstream release candidate. diff -Nru xorg-server-1.5.99.902/debian/patches/157_raise_maxclients.patch xorg-server-1.5.99.902/debian/patches/157_raise_maxclients.patch --- xorg-server-1.5.99.902/debian/patches/157_raise_maxclients.patch 1970-01-01 01:00:00.000000000 +0100 +++ xorg-server-1.5.99.902/debian/patches/157_raise_maxclients.patch 2009-02-05 05:58:21.000000000 +0100 @@ -0,0 +1,13 @@ +Index: xorg-server-1.4.99.906/include/misc.h +=================================================================== +--- xorg-server-1.4.99.906.orig/include/misc.h 2008-08-21 10:02:24.000000000 -0700 ++++ xorg-server-1.4.99.906/include/misc.h 2008-08-21 10:02:33.000000000 -0700 +@@ -86,7 +86,7 @@ + #ifndef MAXSCREENS + #define MAXSCREENS 16 + #endif +-#define MAXCLIENTS 256 ++#define MAXCLIENTS 512 + #define MAXFORMATS 8 + + typedef unsigned long PIXEL; diff -Nru xorg-server-1.5.99.902/debian/patches/series xorg-server-1.5.99.902/debian/patches/series --- xorg-server-1.5.99.902/debian/patches/series 2009-02-05 05:58:19.000000000 +0100 +++ xorg-server-1.5.99.902/debian/patches/series 2009-02-05 05:58:21.000000000 +0100 @@ -13,3 +13,4 @@ 143_default_to_vesa.patch 153_make_dmx_compile.patch 156_exevents_copykeyclass_nullptrcheck.patch +157_raise_maxclients.patch