Bug#369167: DRI probably broken: where to reportbug

2006-05-29 Thread Michel Dänzer
On Tue, 2006-05-30 at 01:57 +0200, Wolfgang Pfeiffer wrote:
> On Mon, May 29, 2006 at 09:53:39AM +0200, Michel Dänzer wrote:
> 
> > Does any of the following make a difference?
> > 
> >   * Commenting out Option "AGPMode", "EnablePageFlip" or
> > "BackingStore".
> >   * Not loading the "ddc", "int10", "vbe" and "v4l" modules in
> > Section "Module".
> 
> After commenting *everything* you mentioned above and enabling the
> DRI load, a '/etc/init.d/kdm start' crashes the system:

Hmm, then it's not likely a configuration issue. Would be great if you
could try with the DRM from DRI CVS, see

http://dri.freedesktop.org/wiki/Building#head-59338b545aa94fe7570b689a9f9f850f53f732ca
http://dri.freedesktop.org/wiki/Building#head-d3dcc7d83ae38d3b36f7f23ddcd4f5268396b2b4


> BTW: Is it possible to ssh into such a crashed system/machine and shut
> it down cleanly instead of stupidly pressing the power button I was
> doing so far after these crashes?

Depends how hard the crash is. Would be interesting to know at any rate.
Even if it doesn't work, ctrl-option-power (IIRC, and don't want to
verify right now ;) might reset the machine slightly more gracefully.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer




X Strike Force X.Org X11 SVN commit: r2263 - in trunk/util/xutils-dev/debian: . patches

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-30 01:19:35 -0400 (Tue, 30 May 2006)
New Revision: 2263

Modified:
   trunk/util/xutils-dev/debian/changelog
   trunk/util/xutils-dev/debian/patches/02_mkdirhier_rewrite.diff
Log:
* Correct the mkdirhier manpage rewrite patch so that the manpage suffix is
  correct

Modified: trunk/util/xutils-dev/debian/changelog
===
--- trunk/util/xutils-dev/debian/changelog  2006-05-30 04:32:24 UTC (rev 
2262)
+++ trunk/util/xutils-dev/debian/changelog  2006-05-30 05:19:35 UTC (rev 
2263)
@@ -14,8 +14,10 @@
   containing this fix installed
   * Move depends on xorg-x11 to pre-depends
   * Bump standards version to 3.7.2.0
+  * Correct the mkdirhier manpage rewrite patch so that the manpage suffix is
+correct
 
- -- David Nusinow <[EMAIL PROTECTED]>  Tue, 30 May 2006 00:23:38 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Tue, 30 May 2006 01:19:46 -0400
 
 xutils-dev (1:1.0.2-3) unstable; urgency=low
 

Modified: trunk/util/xutils-dev/debian/patches/02_mkdirhier_rewrite.diff
===
--- trunk/util/xutils-dev/debian/patches/02_mkdirhier_rewrite.diff  
2006-05-30 04:32:24 UTC (rev 2262)
+++ trunk/util/xutils-dev/debian/patches/02_mkdirhier_rewrite.diff  
2006-05-30 05:19:35 UTC (rev 2263)
@@ -211,7 +211,7 @@
 +.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 +.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 
OTHER
 +.\" DEALINGS IN THE SOFTWARE.
-+.TH mkdirhier __mansuffix__ __xorgversion__
++.TH mkdirhier 1  __xorgversion__
  .SH NAME
 -mkdirhier \- makes a directory hierarchy
 +mkdirhier \- create a directory hierarchy


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



X Strike Force X.Org X11 SVN commit: r2262 - trunk/util/xutils-dev/debian

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-30 00:32:24 -0400 (Tue, 30 May 2006)
New Revision: 2262

Modified:
   trunk/util/xutils-dev/debian/xutils-dev.install
Log:
Fix up install file for manpage suffix fix

Modified: trunk/util/xutils-dev/debian/xutils-dev.install
===
--- trunk/util/xutils-dev/debian/xutils-dev.install 2006-05-30 04:23:12 UTC 
(rev 2261)
+++ trunk/util/xutils-dev/debian/xutils-dev.install 2006-05-30 04:32:24 UTC 
(rev 2262)
@@ -1,15 +1,15 @@
-usr/share/man/man1/gccmakedep.1x
-usr/share/man/man1/imake.1x
-usr/share/man/man1/makeg.1x
-usr/share/man/man1/xmkmf.1x
-usr/share/man/man1/ccmakedep.1x
-usr/share/man/man1/mergelib.1x
-usr/share/man/man1/revpath.1x
-usr/share/man/man1/mkdirhier.1x
-usr/share/man/man1/cleanlinks.1x
-usr/share/man/man1/mkhtmlindex.1x
-usr/share/man/man1/lndir.1x
-usr/share/man/man1/makedepend.1x
+usr/share/man/man1/gccmakedep.1
+usr/share/man/man1/imake.1
+usr/share/man/man1/makeg.1
+usr/share/man/man1/xmkmf.1
+usr/share/man/man1/ccmakedep.1
+usr/share/man/man1/mergelib.1
+usr/share/man/man1/revpath.1
+usr/share/man/man1/mkdirhier.1
+usr/share/man/man1/cleanlinks.1
+usr/share/man/man1/mkhtmlindex.1
+usr/share/man/man1/lndir.1
+usr/share/man/man1/makedepend.1
 usr/share/aclocal/xorgversion.m4
 usr/share/aclocal/xorg-macros.m4
 usr/bin/gccmakedep


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



X Strike Force X.Org X11 SVN commit: r2261 - trunk/util/xutils-dev/debian

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-30 00:23:12 -0400 (Tue, 30 May 2006)
New Revision: 2261

Modified:
   trunk/util/xutils-dev/debian/changelog
   trunk/util/xutils-dev/debian/control
Log:
* Bump standards version to 3.7.2.0

Modified: trunk/util/xutils-dev/debian/changelog
===
--- trunk/util/xutils-dev/debian/changelog  2006-05-30 04:22:34 UTC (rev 
2260)
+++ trunk/util/xutils-dev/debian/changelog  2006-05-30 04:23:12 UTC (rev 
2261)
@@ -13,8 +13,9 @@
 + Make use of this fix in this package by autoreconf'ing with the macros
   containing this fix installed
   * Move depends on xorg-x11 to pre-depends
+  * Bump standards version to 3.7.2.0
 
- -- David Nusinow <[EMAIL PROTECTED]>  Tue, 30 May 2006 00:23:02 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Tue, 30 May 2006 00:23:38 -0400
 
 xutils-dev (1:1.0.2-3) unstable; urgency=low
 

Modified: trunk/util/xutils-dev/debian/control
===
--- trunk/util/xutils-dev/debian/control2006-05-30 04:22:34 UTC (rev 
2260)
+++ trunk/util/xutils-dev/debian/control2006-05-30 04:23:12 UTC (rev 
2261)
@@ -4,7 +4,7 @@
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 4.0.0), pkg-config, quilt, x11proto-core-dev
-Standards-Version: 3.6.1.0
+Standards-Version: 3.7.2.0
 
 Package: xutils-dev
 Architecture: any


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



X Strike Force X.Org X11 SVN commit: r2260 - trunk/util/xutils-dev/debian

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-30 00:22:34 -0400 (Tue, 30 May 2006)
New Revision: 2260

Modified:
   trunk/util/xutils-dev/debian/changelog
   trunk/util/xutils-dev/debian/control
Log:
* Move depends on xorg-x11 to pre-depends

Modified: trunk/util/xutils-dev/debian/changelog
===
--- trunk/util/xutils-dev/debian/changelog  2006-05-30 04:21:00 UTC (rev 
2259)
+++ trunk/util/xutils-dev/debian/changelog  2006-05-30 04:22:34 UTC (rev 
2260)
@@ -12,8 +12,9 @@
 x suffix on linux
 + Make use of this fix in this package by autoreconf'ing with the macros
   containing this fix installed
+  * Move depends on xorg-x11 to pre-depends
 
- -- David Nusinow <[EMAIL PROTECTED]>  Tue, 30 May 2006 00:20:59 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Tue, 30 May 2006 00:23:02 -0400
 
 xutils-dev (1:1.0.2-3) unstable; urgency=low
 

Modified: trunk/util/xutils-dev/debian/control
===
--- trunk/util/xutils-dev/debian/control2006-05-30 04:21:00 UTC (rev 
2259)
+++ trunk/util/xutils-dev/debian/control2006-05-30 04:22:34 UTC (rev 
2260)
@@ -8,7 +8,8 @@
 
 Package: xutils-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common (>= 1:7.0.0), cpp
+Pre-Depends: x11-common (>= 1:7.0.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, cpp
 Description: X Window System utility programs for development
  xutils-dev provides a set of utility programs shipped with the X Window System
  that do not require the X libraries; many of these programs are useful


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



X Strike Force X.Org X11 SVN commit: r2259 - in trunk/util/xutils-dev: debian gccmakedep imake lndir makedepend util-macros xorg-cf-files

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-30 00:21:00 -0400 (Tue, 30 May 2006)
New Revision: 2259

Modified:
   trunk/util/xutils-dev/debian/changelog
   trunk/util/xutils-dev/gccmakedep/Makefile.in
   trunk/util/xutils-dev/gccmakedep/aclocal.m4
   trunk/util/xutils-dev/gccmakedep/configure
   trunk/util/xutils-dev/imake/Makefile.in
   trunk/util/xutils-dev/imake/aclocal.m4
   trunk/util/xutils-dev/imake/configure
   trunk/util/xutils-dev/lndir/Makefile.in
   trunk/util/xutils-dev/lndir/aclocal.m4
   trunk/util/xutils-dev/lndir/configure
   trunk/util/xutils-dev/makedepend/Makefile.in
   trunk/util/xutils-dev/makedepend/aclocal.m4
   trunk/util/xutils-dev/makedepend/configure
   trunk/util/xutils-dev/util-macros/Makefile.in
   trunk/util/xutils-dev/util-macros/aclocal.m4
   trunk/util/xutils-dev/util-macros/configure
   trunk/util/xutils-dev/xorg-cf-files/Makefile.in
   trunk/util/xutils-dev/xorg-cf-files/aclocal.m4
   trunk/util/xutils-dev/xorg-cf-files/configure
Log:
  + Make use of this fix in this package by autoreconf'ing with the macros
containing this fix installed

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2258:2259 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2258 - in trunk/util/xutils-dev/debian: . patches

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 23:50:30 -0400 (Mon, 29 May 2006)
New Revision: 2258

Added:
   trunk/util/xutils-dev/debian/patches/06_linux_manpage_suffixes.diff
Modified:
   trunk/util/xutils-dev/debian/changelog
   trunk/util/xutils-dev/debian/patches/series
Log:
* Add 06_linux_manpage_suffixes.diff which now creates manpages without the
  x suffix on linux

Modified: trunk/util/xutils-dev/debian/changelog
===
--- trunk/util/xutils-dev/debian/changelog  2006-05-30 03:26:02 UTC (rev 
2257)
+++ trunk/util/xutils-dev/debian/changelog  2006-05-30 03:50:30 UTC (rev 
2258)
@@ -8,8 +8,10 @@
   * Update util-macros to 1.0.2
   * Update xorg-cf-files to 1.0.2
   * Add a series number for the xaw_without_xp patch
+  * Add 06_linux_manpage_suffixes.diff which now creates manpages without the
+x suffix on linux
 
- -- David Nusinow <[EMAIL PROTECTED]>  Mon, 29 May 2006 22:54:12 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Mon, 29 May 2006 23:49:20 -0400
 
 xutils-dev (1:1.0.2-3) unstable; urgency=low
 

Added: trunk/util/xutils-dev/debian/patches/06_linux_manpage_suffixes.diff
===
--- trunk/util/xutils-dev/debian/patches/06_linux_manpage_suffixes.diff 
2006-05-30 03:26:02 UTC (rev 2257)
+++ trunk/util/xutils-dev/debian/patches/06_linux_manpage_suffixes.diff 
2006-05-30 03:50:30 UTC (rev 2258)
@@ -0,0 +1,85 @@
+Index: xutils-dev/util-macros/xorg-macros.m4
+===
+--- xutils-dev.orig/util-macros/xorg-macros.m4 2006-05-29 23:47:30.0 
-0400
 xutils-dev/util-macros/xorg-macros.m4  2006-05-29 23:48:55.0 
-0400
+@@ -79,40 +79,40 @@
+ 
+ if test x$APP_MAN_SUFFIX = x; then
+ case $host_os in
+-  linux* | k*bsd*-gnu)APP_MAN_SUFFIX=1x ;;
++  k*bsd*-gnu) APP_MAN_SUFFIX=1x ;;
+   *)  APP_MAN_SUFFIX=1  ;;
+ esac
+ fi
+ if test x$APP_MAN_DIR = x; then
+ case $host_os in
+-  linux* | k*bsd*-gnu)APP_MAN_DIR='$(mandir)/man1' ;;
++  k*bsd*-gnu) APP_MAN_DIR='$(mandir)/man1' ;;
+   *)  APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' ;;
+ esac
+ fi
+ 
+ if test x$LIB_MAN_SUFFIX = x; then
+ case $host_os in
+-  linux* | k*bsd*-gnu)LIB_MAN_SUFFIX=3x ;;
++  k*bsd*-gnu) LIB_MAN_SUFFIX=3x ;;
+   *)  LIB_MAN_SUFFIX=3  ;;
+ esac
+ fi
+ if test x$LIB_MAN_DIR = x; then
+ case $host_os in
+-  linux* | k*bsd*-gnu)LIB_MAN_DIR='$(mandir)/man3' ;;
++  k*bsd*-gnu) LIB_MAN_DIR='$(mandir)/man3' ;;
+   *)  LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' ;;
+ esac
+ fi
+ 
+ if test x$FILE_MAN_SUFFIX = x; then
+ case $host_os in
+-  linux* | k*bsd*-gnu)FILE_MAN_SUFFIX=5x ;;
++  k*bsd*-gnu) FILE_MAN_SUFFIX=5x ;;
+   solaris*)   FILE_MAN_SUFFIX=4  ;;
+   *)  FILE_MAN_SUFFIX=5  ;;
+ esac
+ fi
+ if test x$FILE_MAN_DIR = x; then
+ case $host_os in
+-  linux* | k*bsd*-gnu)FILE_MAN_DIR='$(mandir)/man5' ;;
++  k*bsd*-gnu) FILE_MAN_DIR='$(mandir)/man5' ;;
+   *)  FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' ;;
+ esac
+ fi
+@@ -121,14 +121,14 @@
+ # LinuxDebian, not other Linuxes, so we leave it unchanged here
+ if test x$MISC_MAN_SUFFIX = x; then
+ case $host_os in
+-# linux* | k*bsd*-gnu)MISC_MAN_SUFFIX=7x ;;
++# k*bsd*-gnu) MISC_MAN_SUFFIX=7x ;;
+   solaris*)   MISC_MAN_SUFFIX=5  ;;
+   *)  MISC_MAN_SUFFIX=7  ;;
+ esac
+ fi
+ if test x$MISC_MAN_DIR = x; then
+ case $host_os in
+-# linux* | k*bsd*-gnu)MISC_MAN_DIR='$(mandir)/man7' ;;
++# k*bsd*-gnu) MISC_MAN_DIR='$(mandir)/man7' ;;
+   *)  MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' ;;
+ esac
+ fi
+@@ -137,14 +137,14 @@
+ # LinuxDebian, not other Linuxes, so we leave it unchanged here
+ if test x$DRIVER_MAN_SUFFIX = x; then
+ case $host_os in
+-# linux* | k*bsd*-gnu)DRIVER_MAN_SUFFIX=4x ;;
++# k*bsd*-gnu) DRIVER_MAN_SUFFIX=4x ;;
+   solaris*)   DRIVER_MAN_SUFFIX=7  ;;
+   *)  DRIVER_MAN_SUFFIX=4  ;;
+ esac
+ fi
+ if test x$DRIVER_MAN_DIR = x; then
+ case $host_os in
+-# linux* | k*bsd*-gnu)DRIVER_MAN_DIR='$(mandir)/man4' ;;
++# k*bsd*-gnu) DRIVER_MAN_DIR='$(mandir)/man4' ;;
+   *)  DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' ;;
+ esac
+ fi

Modified: trunk/util/xutils-dev/debian/patches/series
===
--- trunk/util/xutils-dev/debian/patches/series 2006-05-30 03:26:02 UTC (rev 
2257)
+++ trunk/util/xutils-dev/debian/patches/series 2006-05-30 03:50:30 UTC (rev 
2258)
@@ -3,3 +3,4 @@
 03_xutils-dev-FHS.diff -p1
 04_xutils-dev-debian.diff 
 05_xaw_without_xp.diff
+06_linux_manpag

X Strike Force X.Org X11 SVN commit: r2257 - trunk/util/xutils-dev/xorg-cf-files

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 23:26:02 -0400 (Mon, 29 May 2006)
New Revision: 2257

Added:
   trunk/util/xutils-dev/xorg-cf-files/site.def.in
Log:
Copy site.def.in from vendor branch to working branch


Copied: trunk/util/xutils-dev/xorg-cf-files/site.def.in (from rev 2256, 
vendor/X11R7/util/xorg-cf-files/site.def.in)


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



X Strike Force X.Org X11 SVN commit: r2256 - vendor/X11R7/util/xorg-cf-files

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 23:25:38 -0400 (Mon, 29 May 2006)
New Revision: 2256

Added:
   vendor/X11R7/util/xorg-cf-files/site.def.in
Log:
Add site.def.in

Added: vendor/X11R7/util/xorg-cf-files/site.def.in
===
--- vendor/X11R7/util/xorg-cf-files/site.def.in 2006-05-30 03:22:28 UTC (rev 
2255)
+++ vendor/X11R7/util/xorg-cf-files/site.def.in 2006-05-30 03:25:38 UTC (rev 
2256)
@@ -0,0 +1,148 @@
+XCOMM site:  $TOG: site.sample /main/r64_final/1 1998/02/05 16:28:49 kaleb $
+
+/***
+ * *
+ *SITE-SPECIFIC DEFINITIONS   *
+ * *
+ * This file contains two halves, one included before the vendor-specific  *
+ * configuration file (.cf file), and one included after the .cf file. *
+ * The before-half should be protected by #ifdef BeforeVendorCF, and the   *
+ * after-half should be protected by #ifdef AfterVendorCF. *
+ * *
+ * The before-half should only set things that the .cf file depends on.*
+ * For the .cf files shipped in this release, the main variables in this   *
+ * category are HasGcc, HasGcc2, HasCplusplus, OSMajorVersion, *
+ * OSMinorVersion, and OSTeenyVersion. *
+ * *
+ * The after-half should contain all other definitions.  For example,  *
+ * place your ProjectRoot definition here. *
+ * *
+ * OS Major and Minor version numbers should be changed directly in the*
+ * .cf file, not overridden in site.def.   *
+ * *
+ ***/
+XCOMM site:  $XFree86: xc/config/cf/site.def,v 3.24 2000/06/25 20:17:29 dawes 
Exp $
+
+/* if you want host-specific customization, this is one way to do it */
+/*
+#ifndef SiteIConfigFiles
+#define SiteIConfigFiles $(IRULESRC)/host.def
+#define LocalConfigFiles host.def
+#endif
+*/
+
+
+#ifdef BeforeVendorCF
+
+/*
+ * Include this for easy XFree86 customisations
+ */
+#ifndef SiteIConfigFiles
+#define SiteIConfigFiles $(IRULESRC)/xorgsite.def $(IRULESRC)/host.def
+#endif
+
+#include 
+
+#include 
+
+/* On systems where cpp doesn't correctly expand macros in include directives
+ * the two following macros need to be defined directly (where "X11" is
+ * really whatever the TopLevelProject macro is defined to be).
+ */
+# if defined(AIXArchitecture) || defined(SVR4Architecture) || \
+ defined(SCOArchitecture) || defined(Win32Architecture) || \
+ defined(UXPArchitecture) || defined(SunArchitecture) || \
+ defined(DynixPtxArchitecture) || defined(i386IscArchitecture)
+#  ifndef ProjectRulesFile
+#   define ProjectRulesFile
+#  endif
+#  ifndef ProjectTmplFile
+#   define ProjectTmplFile 
+#  endif
+# endif
+
+/*
+#ifndef HasGcc2
+#define HasGcc2 YES
+#endif
+*/
+
+#endif /* BeforeVendorCF */
+
+#ifdef AfterVendorCF
+
+#ifndef ProjectRoot
+#define ProjectRoot @prefix@
+#endif
+
+/*
+ * On some platforms, some things may be installed outside of ProjectRoot
+ * by default.  To disable this, uncomment the following line.
+ *
+#define NothingOutsideProjectRoot YES
+ */
+
+/*
+ * Set EtcX11Directory if you want config file links installed under
+ * ProjectRoot rather than in /etc/X11.  See also HasVarDirectory,
+ * UseEtcX11 and UseSeparateConfDir.
+ *
+#define EtcX11Directory ProjectRoot/etc
+ */
+
+
+/* Only set HasXdmAuth to YES if you have a Wraphelp.c file. */
+/* #define HasXdmAuth YES */
+
+/*
+#if defined(SunArchitecture) && defined(SparcArchitecture)
+#define HasCodeCenter  YES
+#ifndef SVR4Architecture
+#define HasTestCenter  YES
+#endif
+#endif
+*/
+
+/*
+#ifdef __hp9000s800
+#define HasCodeCenter  YES
+#endif
+*/
+
+/*
+#if defined(SunArchitecture) && defined(SparcArchitecture) && 
!defined(SVR4Architecture)
+#define HasPurify  YES
+#endif
+*/
+
+/*
+#define HasSentinelYES
+*/
+
+/*
+#undef DefaultUserPath
+#define DefaultUserPath /bin:/usr/bin:$(BINDIR):/usr/ucb:/usr/local/bin
+*/
+
+
+/* You do NOT need SetUID if you only run the server under xdm */
+/* You MAY need SetUID if users run the server by hand or under xinit */
+/* Consult your system administrator before making the X server setuid */
+/*
+#if defined(SunArchitecture) && OSMajorVersion > 4
+#define InstallXserverSetUID YES
+#endif
+*/
+
+/* You do NOT need SetUID if you only run the server under xdm */
+/* You MAY need SetUID if users run the server by hand or under xi

X Strike Force X.Org X11 SVN commit: r2255 - trunk/util/xutils-dev/xorg-cf-files

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 23:22:28 -0400 (Mon, 29 May 2006)
New Revision: 2255

Removed:
   trunk/util/xutils-dev/xorg-cf-files/site.def
Log:
remove obsolete site.def

Deleted: trunk/util/xutils-dev/xorg-cf-files/site.def
===
--- trunk/util/xutils-dev/xorg-cf-files/site.def2006-05-30 03:21:25 UTC 
(rev 2254)
+++ trunk/util/xutils-dev/xorg-cf-files/site.def2006-05-30 03:22:28 UTC 
(rev 2255)
@@ -1,148 +0,0 @@
-XCOMM site:  $TOG: site.sample /main/r64_final/1 1998/02/05 16:28:49 kaleb $
-
-/***
- * *
- *SITE-SPECIFIC DEFINITIONS   *
- * *
- * This file contains two halves, one included before the vendor-specific  *
- * configuration file (.cf file), and one included after the .cf file. *
- * The before-half should be protected by #ifdef BeforeVendorCF, and the   *
- * after-half should be protected by #ifdef AfterVendorCF. *
- * *
- * The before-half should only set things that the .cf file depends on.*
- * For the .cf files shipped in this release, the main variables in this   *
- * category are HasGcc, HasGcc2, HasCplusplus, OSMajorVersion, *
- * OSMinorVersion, and OSTeenyVersion. *
- * *
- * The after-half should contain all other definitions.  For example,  *
- * place your ProjectRoot definition here. *
- * *
- * OS Major and Minor version numbers should be changed directly in the*
- * .cf file, not overridden in site.def.   *
- * *
- ***/
-XCOMM site:  $XFree86: xc/config/cf/site.def,v 3.24 2000/06/25 20:17:29 dawes 
Exp $
-
-/* if you want host-specific customization, this is one way to do it */
-/*
-#ifndef SiteIConfigFiles
-#define SiteIConfigFiles $(IRULESRC)/host.def
-#define LocalConfigFiles host.def
-#endif
-*/
-
-
-#ifdef BeforeVendorCF
-
-/*
- * Include this for easy XFree86 customisations
- */
-#ifndef SiteIConfigFiles
-#define SiteIConfigFiles $(IRULESRC)/xorgsite.def $(IRULESRC)/host.def
-#endif
-
-#include 
-
-#include 
-
-/* On systems where cpp doesn't correctly expand macros in include directives
- * the two following macros need to be defined directly (where "X11" is
- * really whatever the TopLevelProject macro is defined to be).
- */
-# if defined(AIXArchitecture) || defined(SVR4Architecture) || \
- defined(SCOArchitecture) || defined(Win32Architecture) || \
- defined(UXPArchitecture) || defined(SunArchitecture) || \
- defined(DynixPtxArchitecture) || defined(i386IscArchitecture)
-#  ifndef ProjectRulesFile
-#   define ProjectRulesFile
-#  endif
-#  ifndef ProjectTmplFile
-#   define ProjectTmplFile 
-#  endif
-# endif
-
-/*
-#ifndef HasGcc2
-#define HasGcc2 YES
-#endif
-*/
-
-#endif /* BeforeVendorCF */
-
-#ifdef AfterVendorCF
-
-#ifndef ProjectRoot
-#define ProjectRoot /usr/local
-#endif
-
-/*
- * On some platforms, some things may be installed outside of ProjectRoot
- * by default.  To disable this, uncomment the following line.
- *
-#define NothingOutsideProjectRoot YES
- */
-
-/*
- * Set EtcX11Directory if you want config file links installed under
- * ProjectRoot rather than in /etc/X11.  See also HasVarDirectory,
- * UseEtcX11 and UseSeparateConfDir.
- *
-#define EtcX11Directory ProjectRoot/etc
- */
-
-
-/* Only set HasXdmAuth to YES if you have a Wraphelp.c file. */
-/* #define HasXdmAuth YES */
-
-/*
-#if defined(SunArchitecture) && defined(SparcArchitecture)
-#define HasCodeCenter  YES
-#ifndef SVR4Architecture
-#define HasTestCenter  YES
-#endif
-#endif
-*/
-
-/*
-#ifdef __hp9000s800
-#define HasCodeCenter  YES
-#endif
-*/
-
-/*
-#if defined(SunArchitecture) && defined(SparcArchitecture) && 
!defined(SVR4Architecture)
-#define HasPurify  YES
-#endif
-*/
-
-/*
-#define HasSentinelYES
-*/
-
-/*
-#undef DefaultUserPath
-#define DefaultUserPath /bin:/usr/bin:$(BINDIR):/usr/ucb:/usr/local/bin
-*/
-
-
-/* You do NOT need SetUID if you only run the server under xdm */
-/* You MAY need SetUID if users run the server by hand or under xinit */
-/* Consult your system administrator before making the X server setuid */
-/*
-#if defined(SunArchitecture) && OSMajorVersion > 4
-#define InstallXserverSetUID YES
-#endif
-*/
-
-/* You do NOT need SetUID if you only run the server under xdm */
-/* You MAY need SetUID if users r

X Strike Force X.Org X11 SVN commit: r2254 - vendor/X11R7/util/xorg-cf-files

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 23:21:25 -0400 (Mon, 29 May 2006)
New Revision: 2254

Removed:
   vendor/X11R7/util/xorg-cf-files/site.def
Log:
This file was removed before... svn best practices appear to be brittle or I'm 
totally misunderstanding the svn book's recommendation

Deleted: vendor/X11R7/util/xorg-cf-files/site.def
===
--- vendor/X11R7/util/xorg-cf-files/site.def2006-05-30 03:02:40 UTC (rev 
2253)
+++ vendor/X11R7/util/xorg-cf-files/site.def2006-05-30 03:21:25 UTC (rev 
2254)
@@ -1,148 +0,0 @@
-XCOMM site:  $TOG: site.sample /main/r64_final/1 1998/02/05 16:28:49 kaleb $
-
-/***
- * *
- *SITE-SPECIFIC DEFINITIONS   *
- * *
- * This file contains two halves, one included before the vendor-specific  *
- * configuration file (.cf file), and one included after the .cf file. *
- * The before-half should be protected by #ifdef BeforeVendorCF, and the   *
- * after-half should be protected by #ifdef AfterVendorCF. *
- * *
- * The before-half should only set things that the .cf file depends on.*
- * For the .cf files shipped in this release, the main variables in this   *
- * category are HasGcc, HasGcc2, HasCplusplus, OSMajorVersion, *
- * OSMinorVersion, and OSTeenyVersion. *
- * *
- * The after-half should contain all other definitions.  For example,  *
- * place your ProjectRoot definition here. *
- * *
- * OS Major and Minor version numbers should be changed directly in the*
- * .cf file, not overridden in site.def.   *
- * *
- ***/
-XCOMM site:  $XFree86: xc/config/cf/site.def,v 3.24 2000/06/25 20:17:29 dawes 
Exp $
-
-/* if you want host-specific customization, this is one way to do it */
-/*
-#ifndef SiteIConfigFiles
-#define SiteIConfigFiles $(IRULESRC)/host.def
-#define LocalConfigFiles host.def
-#endif
-*/
-
-
-#ifdef BeforeVendorCF
-
-/*
- * Include this for easy XFree86 customisations
- */
-#ifndef SiteIConfigFiles
-#define SiteIConfigFiles $(IRULESRC)/xorgsite.def $(IRULESRC)/host.def
-#endif
-
-#include 
-
-#include 
-
-/* On systems where cpp doesn't correctly expand macros in include directives
- * the two following macros need to be defined directly (where "X11" is
- * really whatever the TopLevelProject macro is defined to be).
- */
-# if defined(AIXArchitecture) || defined(SVR4Architecture) || \
- defined(SCOArchitecture) || defined(Win32Architecture) || \
- defined(UXPArchitecture) || defined(SunArchitecture) || \
- defined(DynixPtxArchitecture) || defined(i386IscArchitecture)
-#  ifndef ProjectRulesFile
-#   define ProjectRulesFile
-#  endif
-#  ifndef ProjectTmplFile
-#   define ProjectTmplFile 
-#  endif
-# endif
-
-/*
-#ifndef HasGcc2
-#define HasGcc2 YES
-#endif
-*/
-
-#endif /* BeforeVendorCF */
-
-#ifdef AfterVendorCF
-
-#ifndef ProjectRoot
-#define ProjectRoot /usr/local
-#endif
-
-/*
- * On some platforms, some things may be installed outside of ProjectRoot
- * by default.  To disable this, uncomment the following line.
- *
-#define NothingOutsideProjectRoot YES
- */
-
-/*
- * Set EtcX11Directory if you want config file links installed under
- * ProjectRoot rather than in /etc/X11.  See also HasVarDirectory,
- * UseEtcX11 and UseSeparateConfDir.
- *
-#define EtcX11Directory ProjectRoot/etc
- */
-
-
-/* Only set HasXdmAuth to YES if you have a Wraphelp.c file. */
-/* #define HasXdmAuth YES */
-
-/*
-#if defined(SunArchitecture) && defined(SparcArchitecture)
-#define HasCodeCenter  YES
-#ifndef SVR4Architecture
-#define HasTestCenter  YES
-#endif
-#endif
-*/
-
-/*
-#ifdef __hp9000s800
-#define HasCodeCenter  YES
-#endif
-*/
-
-/*
-#if defined(SunArchitecture) && defined(SparcArchitecture) && 
!defined(SVR4Architecture)
-#define HasPurify  YES
-#endif
-*/
-
-/*
-#define HasSentinelYES
-*/
-
-/*
-#undef DefaultUserPath
-#define DefaultUserPath /bin:/usr/bin:$(BINDIR):/usr/ucb:/usr/local/bin
-*/
-
-
-/* You do NOT need SetUID if you only run the server under xdm */
-/* You MAY need SetUID if users run the server by hand or under xinit */
-/* Consult your system administrator before making the X server setuid */
-/*
-#if defined(SunArchitecture) && OSMajorVersion > 4
-#define InstallXserverSetUID YES
-#endif
-*/
-
-/* You do NOT 

X Strike Force X.Org X11 SVN commit: r2253 - trunk/util/xutils-dev/debian/patches

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 23:02:40 -0400 (Mon, 29 May 2006)
New Revision: 2253

Modified:
   trunk/util/xutils-dev/debian/patches/series
Log:
Fix rename goof in series file

Modified: trunk/util/xutils-dev/debian/patches/series
===
--- trunk/util/xutils-dev/debian/patches/series 2006-05-30 02:54:12 UTC (rev 
2252)
+++ trunk/util/xutils-dev/debian/patches/series 2006-05-30 03:02:40 UTC (rev 
2253)
@@ -2,4 +2,4 @@
 02_mkdirhier_rewrite.diff -p0
 03_xutils-dev-FHS.diff -p1
 04_xutils-dev-debian.diff 
-05_xaw-without-xp.diff
+05_xaw_without_xp.diff


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



X Strike Force X.Org X11 SVN commit: r2252 - trunk/util/xutils-dev/debian/patches

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:54:12 -0400 (Mon, 29 May 2006)
New Revision: 2252

Added:
   trunk/util/xutils-dev/debian/patches/05_xaw_without_xp.diff
Removed:
   trunk/util/xutils-dev/debian/patches/05_xaw_without_xp
Modified:
   trunk/util/xutils-dev/debian/patches/series
Log:
Add suffix to 05_xaw_without_xp

Deleted: trunk/util/xutils-dev/debian/patches/05_xaw_without_xp
===
--- trunk/util/xutils-dev/debian/patches/05_xaw_without_xp  2006-05-30 
02:53:45 UTC (rev 2251)
+++ trunk/util/xutils-dev/debian/patches/05_xaw_without_xp  2006-05-30 
02:54:12 UTC (rev 2252)
@@ -1,21 +0,0 @@
-Index: xutils-dev/xorg-cf-files/linux.cf
-===
 xutils-dev.orig/xorg-cf-files/linux.cf 2006-04-18 14:09:37.0 
-0700
-+++ xutils-dev/xorg-cf-files/linux.cf  2006-04-18 14:33:56.0 -0700
-@@ -1153,6 +1153,16 @@
- #define TtClientLibs $(TTLIB) $(XTOOLLIB) $(XLIB)
- #define TtClientDepLibs $(DEPTTLIB) $(DEPXTOOLLIB) $(DEPXLIB)
- 
-+#ifndef ExtraXawClientLibs
-+# define ExtraXawClientLibs /**/
-+#endif
-+#ifndef ExtraXawClientDepLibs
-+# define ExtraXawClientDepLibs /**/
-+#endif
-+#ifndef ExtraXawReqs
-+# define ExtraXawReqs /**/
-+#endif
-+
- #if HaveLib64
- # ifndef LibDirName
- #  define LibDirName  lib64

Copied: trunk/util/xutils-dev/debian/patches/05_xaw_without_xp.diff (from rev 
2251, trunk/util/xutils-dev/debian/patches/05_xaw_without_xp)

Modified: trunk/util/xutils-dev/debian/patches/series
===
--- trunk/util/xutils-dev/debian/patches/series 2006-05-30 02:53:45 UTC (rev 
2251)
+++ trunk/util/xutils-dev/debian/patches/series 2006-05-30 02:54:12 UTC (rev 
2252)
@@ -2,4 +2,4 @@
 02_mkdirhier_rewrite.diff -p0
 03_xutils-dev-FHS.diff -p1
 04_xutils-dev-debian.diff 
-05_xaw-without-xp
+05_xaw-without-xp.diff


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



X Strike Force X.Org X11 SVN commit: r2251 - in trunk/util/xutils-dev/debian: . patches

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:53:45 -0400 (Mon, 29 May 2006)
New Revision: 2251

Added:
   trunk/util/xutils-dev/debian/patches/05_xaw_without_xp
Removed:
   trunk/util/xutils-dev/debian/patches/xaw-without-xp
Modified:
   trunk/util/xutils-dev/debian/changelog
   trunk/util/xutils-dev/debian/patches/series
Log:
* Add a series number for the xaw_without_xp patch

Modified: trunk/util/xutils-dev/debian/changelog
===
--- trunk/util/xutils-dev/debian/changelog  2006-05-30 02:52:23 UTC (rev 
2250)
+++ trunk/util/xutils-dev/debian/changelog  2006-05-30 02:53:45 UTC (rev 
2251)
@@ -7,8 +7,9 @@
   * Update imake to 1.0.2
   * Update util-macros to 1.0.2
   * Update xorg-cf-files to 1.0.2
+  * Add a series number for the xaw_without_xp patch
 
- -- David Nusinow <[EMAIL PROTECTED]>  Mon, 29 May 2006 22:43:17 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Mon, 29 May 2006 22:54:12 -0400
 
 xutils-dev (1:1.0.2-3) unstable; urgency=low
 

Copied: trunk/util/xutils-dev/debian/patches/05_xaw_without_xp (from rev 2250, 
trunk/util/xutils-dev/debian/patches/xaw-without-xp)

Modified: trunk/util/xutils-dev/debian/patches/series
===
--- trunk/util/xutils-dev/debian/patches/series 2006-05-30 02:52:23 UTC (rev 
2250)
+++ trunk/util/xutils-dev/debian/patches/series 2006-05-30 02:53:45 UTC (rev 
2251)
@@ -2,4 +2,4 @@
 02_mkdirhier_rewrite.diff -p0
 03_xutils-dev-FHS.diff -p1
 04_xutils-dev-debian.diff 
-xaw-without-xp
+05_xaw-without-xp

Deleted: trunk/util/xutils-dev/debian/patches/xaw-without-xp
===
--- trunk/util/xutils-dev/debian/patches/xaw-without-xp 2006-05-30 02:52:23 UTC 
(rev 2250)
+++ trunk/util/xutils-dev/debian/patches/xaw-without-xp 2006-05-30 02:53:45 UTC 
(rev 2251)
@@ -1,21 +0,0 @@
-Index: xutils-dev/xorg-cf-files/linux.cf
-===
 xutils-dev.orig/xorg-cf-files/linux.cf 2006-04-18 14:09:37.0 
-0700
-+++ xutils-dev/xorg-cf-files/linux.cf  2006-04-18 14:33:56.0 -0700
-@@ -1153,6 +1153,16 @@
- #define TtClientLibs $(TTLIB) $(XTOOLLIB) $(XLIB)
- #define TtClientDepLibs $(DEPTTLIB) $(DEPXTOOLLIB) $(DEPXLIB)
- 
-+#ifndef ExtraXawClientLibs
-+# define ExtraXawClientLibs /**/
-+#endif
-+#ifndef ExtraXawClientDepLibs
-+# define ExtraXawClientDepLibs /**/
-+#endif
-+#ifndef ExtraXawReqs
-+# define ExtraXawReqs /**/
-+#endif
-+
- #if HaveLib64
- # ifndef LibDirName
- #  define LibDirName  lib64


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



X Strike Force X.Org X11 SVN commit: r2250 - trunk/util/xutils-dev/debian/patches

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:52:23 -0400 (Mon, 29 May 2006)
New Revision: 2250

Modified:
   trunk/util/xutils-dev/debian/patches/01_netbsd_imake.c_fixes.diff
   trunk/util/xutils-dev/debian/patches/02_mkdirhier_rewrite.diff
   trunk/util/xutils-dev/debian/patches/03_xutils-dev-FHS.diff
   trunk/util/xutils-dev/debian/patches/04_xutils-dev-debian.diff
   trunk/util/xutils-dev/debian/patches/xaw-without-xp
Log:
Update patches for new versions

Modified: trunk/util/xutils-dev/debian/patches/01_netbsd_imake.c_fixes.diff
===
--- trunk/util/xutils-dev/debian/patches/01_netbsd_imake.c_fixes.diff   
2006-05-30 02:42:45 UTC (rev 2249)
+++ trunk/util/xutils-dev/debian/patches/01_netbsd_imake.c_fixes.diff   
2006-05-30 02:52:23 UTC (rev 2250)
@@ -3,11 +3,11 @@
 Patch to imake.c for Debian/NetBSD support by Joel Baker
 <[EMAIL PROTECTED]>.
 
-Index: imake-1.0.1/imake.c
+Index: imake/imake.c
 ===
 imake-1.0.1/imake.c.orig   2005-10-18 19:41:20.0 -0400
-+++ imake-1.0.1/imake.c2005-10-18 22:41:29.0 -0400
-@@ -1076,6 +1076,10 @@
+--- imake/imake.c.orig 2006-05-29 22:37:55.0 -0400
 imake/imake.c  2006-05-29 22:44:50.0 -0400
+@@ -1087,6 +1087,10 @@
fprintf (inFile, "%s\n", "#define LinuxWare   11");
fprintf (inFile, "%s\n", "#define LinuxYggdrasil  12");
  
@@ -18,7 +18,7 @@
  #ifdef CROSSCOMPILE
if (CrossCompiling) {
fprintf (inFile, "%s\n",
-@@ -1097,6 +1101,8 @@
+@@ -1108,6 +1112,8 @@
if (lstat (debian, &sb) == 0) {
  fprintf (inFile, "%s\n", "#define DefaultLinuxDistribution LinuxDebian");
  fprintf (inFile, "%s\n", "#define DefaultLinuxDistName Debian");
@@ -27,7 +27,7 @@
  /* You could also try to get the version of the Debian distrib by looking
   * at the content of /etc/debian_version */
  return;
-@@ -1105,6 +,8 @@
+@@ -1116,6 +1122,8 @@
  
fprintf (inFile, "%s\n", "#define DefaultLinuxDistribution LinuxUnknown");
fprintf (inFile, "%s\n", "#define DefaultLinuxDistName Unknown");

Modified: trunk/util/xutils-dev/debian/patches/02_mkdirhier_rewrite.diff
===
--- trunk/util/xutils-dev/debian/patches/02_mkdirhier_rewrite.diff  
2006-05-30 02:42:45 UTC (rev 2249)
+++ trunk/util/xutils-dev/debian/patches/02_mkdirhier_rewrite.diff  
2006-05-30 02:52:23 UTC (rev 2250)
@@ -6,10 +6,10 @@
 
 Not submitted upstream to XFree86 or X.Org.
 
-Index: imake-1.0.1/mkdirhier
+Index: imake/mkdirhier
 ===
 imake-1.0.1/mkdirhier  (revision 309)
-+++ imake-1.0.1/mkdirhier  (working copy)
+--- imake/mkdirhier(revision 309)
 imake/mkdirhier(working copy)
 @@ -1,67 +1,94 @@
  #!/bin/sh
 -# $Xorg: mkdirhier.sh,v 1.3 2000/08/17 19:41:53 cpqbld Exp $
@@ -161,10 +161,10 @@
 +exit $STATUS
 +
 +# vim:set ai et sts=4 sw=4 tw=80:
-Index: imake-1.0.1/mkdirhier.man
+Index: imake/mkdirhier.man
 ===
 imake-1.0.1/mkdirhier.man  (revision 309)
-+++ imake-1.0.1/mkdirhier.man  (working copy)
+--- imake/mkdirhier.man(revision 309)
 imake/mkdirhier.man(working copy)
 @@ -1,42 +1,111 @@
 -.\" $Xorg: mkdirhier.man,v 1.4 2001/02/09 02:03:17 xorgcvs Exp $
 -.\" Copyright (c) 1993, 1994, 1998 The Open Group

Modified: trunk/util/xutils-dev/debian/patches/03_xutils-dev-FHS.diff
===
--- trunk/util/xutils-dev/debian/patches/03_xutils-dev-FHS.diff 2006-05-30 
02:42:45 UTC (rev 2249)
+++ trunk/util/xutils-dev/debian/patches/03_xutils-dev-FHS.diff 2006-05-30 
02:52:23 UTC (rev 2250)
@@ -1,7 +1,7 @@
-Index: xutils-dev-1.0.2/xorg-cf-files-1.0.1/linux.cf
+Index: xutils-dev-1.0.2/xorg-cf-files/linux.cf
 ===
 xutils-dev-1.0.2.orig/xorg-cf-files-1.0.1/linux.cf 2006-04-16 
16:53:09.0 +0800
-+++ xutils-dev-1.0.2/xorg-cf-files-1.0.1/linux.cf  2006-04-16 
16:54:41.0 +0800
+--- xutils-dev-1.0.2.orig/xorg-cf-files/linux.cf   2006-04-16 
16:53:09.0 +0800
 xutils-dev-1.0.2/xorg-cf-files/linux.cf2006-04-16 16:54:41.0 
+0800
 @@ -86,6 +86,19 @@
  # define BuildPDFdocs NO
  #endif

Modified: trunk/util/xutils-dev/debian/patches/04_xutils-dev-debian.diff
===
--- trunk/util/xutils-dev/debian/patches/04_xutils-dev-debian.diff  
2006-05-30 02:42:45 UTC (rev 2249)
+++ trunk/util/xutils-dev/debian/patches/04_xutils-dev-debian.diff  
2006-05-30 02:52:23 UTC (rev 2250)
@@ -1,7 +1,7 @@
-Index: xutils-dev/xorg-cf-files-1.0.1/bsdLib.rules
+Index: xutils-dev/xorg-cf-files/bsdLib.rules
 ===
 xutils

X Strike Force X.Org X11 SVN commit: r2249 - in trunk/util/xutils-dev: debian xorg-cf-files

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:42:45 -0400 (Mon, 29 May 2006)
New Revision: 2249

Modified:
   trunk/util/xutils-dev/debian/changelog
   trunk/util/xutils-dev/xorg-cf-files/ChangeLog
   trunk/util/xutils-dev/xorg-cf-files/DragonFly.cf
   trunk/util/xutils-dev/xorg-cf-files/FreeBSD.cf
   trunk/util/xutils-dev/xorg-cf-files/Imake.cf
   trunk/util/xutils-dev/xorg-cf-files/Imake.rules
   trunk/util/xutils-dev/xorg-cf-files/Imake.tmpl
   trunk/util/xutils-dev/xorg-cf-files/Makefile.in
   trunk/util/xutils-dev/xorg-cf-files/OpenBSD.cf
   trunk/util/xutils-dev/xorg-cf-files/X11.tmpl
   trunk/util/xutils-dev/xorg-cf-files/aclocal.m4
   trunk/util/xutils-dev/xorg-cf-files/bsdLib.rules
   trunk/util/xutils-dev/xorg-cf-files/configure
   trunk/util/xutils-dev/xorg-cf-files/configure.ac
   trunk/util/xutils-dev/xorg-cf-files/darwin.cf
   trunk/util/xutils-dev/xorg-cf-files/gnu.cf
   trunk/util/xutils-dev/xorg-cf-files/ibm.cf
   trunk/util/xutils-dev/xorg-cf-files/ibmLib.rules
   trunk/util/xutils-dev/xorg-cf-files/ibmLib.tmpl
   trunk/util/xutils-dev/xorg-cf-files/install-sh
   trunk/util/xutils-dev/xorg-cf-files/linux.cf
   trunk/util/xutils-dev/xorg-cf-files/missing
   trunk/util/xutils-dev/xorg-cf-files/os2Lib.tmpl
   trunk/util/xutils-dev/xorg-cf-files/sco5.cf
   trunk/util/xutils-dev/xorg-cf-files/scoLib.rules
   trunk/util/xutils-dev/xorg-cf-files/site.def
   trunk/util/xutils-dev/xorg-cf-files/sun.cf
   trunk/util/xutils-dev/xorg-cf-files/sunLib.tmpl
   trunk/util/xutils-dev/xorg-cf-files/xorg.cf
   trunk/util/xutils-dev/xorg-cf-files/xorg.tmpl
Log:
* Update xorg-cf-files to 1.0.2

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2248:2249 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2248 - vendor/X11R7/util/xorg-cf-files

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:41:50 -0400 (Mon, 29 May 2006)
New Revision: 2248

Modified:
   vendor/X11R7/util/xorg-cf-files/ChangeLog
   vendor/X11R7/util/xorg-cf-files/DragonFly.cf
   vendor/X11R7/util/xorg-cf-files/FreeBSD.cf
   vendor/X11R7/util/xorg-cf-files/Imake.cf
   vendor/X11R7/util/xorg-cf-files/Imake.rules
   vendor/X11R7/util/xorg-cf-files/Imake.tmpl
   vendor/X11R7/util/xorg-cf-files/Makefile.in
   vendor/X11R7/util/xorg-cf-files/OpenBSD.cf
   vendor/X11R7/util/xorg-cf-files/X11.tmpl
   vendor/X11R7/util/xorg-cf-files/aclocal.m4
   vendor/X11R7/util/xorg-cf-files/bsdLib.rules
   vendor/X11R7/util/xorg-cf-files/configure
   vendor/X11R7/util/xorg-cf-files/configure.ac
   vendor/X11R7/util/xorg-cf-files/darwin.cf
   vendor/X11R7/util/xorg-cf-files/gnu.cf
   vendor/X11R7/util/xorg-cf-files/ibm.cf
   vendor/X11R7/util/xorg-cf-files/ibmLib.rules
   vendor/X11R7/util/xorg-cf-files/ibmLib.tmpl
   vendor/X11R7/util/xorg-cf-files/install-sh
   vendor/X11R7/util/xorg-cf-files/linux.cf
   vendor/X11R7/util/xorg-cf-files/missing
   vendor/X11R7/util/xorg-cf-files/os2Lib.tmpl
   vendor/X11R7/util/xorg-cf-files/sco5.cf
   vendor/X11R7/util/xorg-cf-files/scoLib.rules
   vendor/X11R7/util/xorg-cf-files/site.def
   vendor/X11R7/util/xorg-cf-files/sun.cf
   vendor/X11R7/util/xorg-cf-files/sunLib.tmpl
   vendor/X11R7/util/xorg-cf-files/xorg.cf
   vendor/X11R7/util/xorg-cf-files/xorg.tmpl
Log:
Vendor drop of xorg-cf-files 1.0.2

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2247:2248 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2247 - vendor/X11R7/util

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:41:11 -0400 (Mon, 29 May 2006)
New Revision: 2247

Added:
   vendor/X11R7/util/xorg-cf-files/
Removed:
   vendor/X11R7/util/xorg-cf-files-1.0.1/
Log:
Rename xorg-cf-files vendor dir to use svn best practices

Copied: vendor/X11R7/util/xorg-cf-files (from rev 1986, 
vendor/X11R7/util/xorg-cf-files-1.0.1)


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



X Strike Force X.Org X11 SVN commit: r2244 - vendor/X11R7/util

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:38:54 -0400 (Mon, 29 May 2006)
New Revision: 2244

Added:
   vendor/X11R7/util/util-macros/
Removed:
   vendor/X11R7/util/util-macros-1.0.1/
Log:
Rename util-macros vendor dir to use svn best practices

Copied: vendor/X11R7/util/util-macros (from rev 1986, 
vendor/X11R7/util/util-macros-1.0.1)


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



X Strike Force X.Org X11 SVN commit: r2243 - in trunk/util/xutils-dev: debian imake

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:37:38 -0400 (Mon, 29 May 2006)
New Revision: 2243

Modified:
   trunk/util/xutils-dev/debian/changelog
   trunk/util/xutils-dev/imake/ChangeLog
   trunk/util/xutils-dev/imake/Makefile.in
   trunk/util/xutils-dev/imake/aclocal.m4
   trunk/util/xutils-dev/imake/compile
   trunk/util/xutils-dev/imake/config.guess
   trunk/util/xutils-dev/imake/config.sub
   trunk/util/xutils-dev/imake/configure
   trunk/util/xutils-dev/imake/configure.ac
   trunk/util/xutils-dev/imake/depcomp
   trunk/util/xutils-dev/imake/imake.c
   trunk/util/xutils-dev/imake/imakemdep.h
   trunk/util/xutils-dev/imake/install-sh
   trunk/util/xutils-dev/imake/mdepend.cpp
   trunk/util/xutils-dev/imake/missing
Log:
* Update imake to 1.0.2

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2242:2243 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2242 - vendor/X11R7/util/imake

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:34:21 -0400 (Mon, 29 May 2006)
New Revision: 2242

Modified:
   vendor/X11R7/util/imake/ChangeLog
   vendor/X11R7/util/imake/Makefile.in
   vendor/X11R7/util/imake/aclocal.m4
   vendor/X11R7/util/imake/compile
   vendor/X11R7/util/imake/config.guess
   vendor/X11R7/util/imake/config.sub
   vendor/X11R7/util/imake/configure
   vendor/X11R7/util/imake/configure.ac
   vendor/X11R7/util/imake/depcomp
   vendor/X11R7/util/imake/imake.c
   vendor/X11R7/util/imake/imakemdep.h
   vendor/X11R7/util/imake/install-sh
   vendor/X11R7/util/imake/mdepend.cpp
   vendor/X11R7/util/imake/missing
Log:
Vendor drop of imake 1.0.2

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2241:2242 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2241 - vendor/X11R7/util

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:33:50 -0400 (Mon, 29 May 2006)
New Revision: 2241

Added:
   vendor/X11R7/util/imake/
Removed:
   vendor/X11R7/util/imake-1.0.1/
Log:
Rename imake vendor dir to use svn best practices

Copied: vendor/X11R7/util/imake (from rev 1986, vendor/X11R7/util/imake-1.0.1)


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



X Strike Force X.Org X11 SVN commit: r2240 - in trunk/util/xutils-dev: debian gccmakedep

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:32:56 -0400 (Mon, 29 May 2006)
New Revision: 2240

Modified:
   trunk/util/xutils-dev/debian/changelog
   trunk/util/xutils-dev/gccmakedep/ChangeLog
   trunk/util/xutils-dev/gccmakedep/Makefile.am
   trunk/util/xutils-dev/gccmakedep/Makefile.in
   trunk/util/xutils-dev/gccmakedep/aclocal.m4
   trunk/util/xutils-dev/gccmakedep/config.guess
   trunk/util/xutils-dev/gccmakedep/config.sub
   trunk/util/xutils-dev/gccmakedep/configure
   trunk/util/xutils-dev/gccmakedep/configure.ac
   trunk/util/xutils-dev/gccmakedep/install-sh
   trunk/util/xutils-dev/gccmakedep/missing
Log:
* Re-version the package to upstream katamari release version. The ds is for
  Debian Source, because bundling these apps together is a Debianism. The
  apps in this package will all be from X11R7.1
* Update gccmakedep to 1.0.2

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2239:2240 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2239 - in trunk/util/xutils-dev: . debian

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:29:27 -0400 (Mon, 29 May 2006)
New Revision: 2239

Added:
   trunk/util/xutils-dev/gccmakedep/
   trunk/util/xutils-dev/imake/
   trunk/util/xutils-dev/lndir/
   trunk/util/xutils-dev/makedepend/
   trunk/util/xutils-dev/util-macros/
   trunk/util/xutils-dev/xorg-cf-files/
Removed:
   trunk/util/xutils-dev/gccmakedep-1.0.1/
   trunk/util/xutils-dev/imake-1.0.1/
   trunk/util/xutils-dev/lndir-1.0.1/
   trunk/util/xutils-dev/makedepend-1.0.0/
   trunk/util/xutils-dev/util-macros-1.0.1/
   trunk/util/xutils-dev/xorg-cf-files-1.0.1/
Modified:
   trunk/util/xutils-dev/debian/rules
Log:
Move all xutils-dev working dirs to use svn best practices

Modified: trunk/util/xutils-dev/debian/rules
===
--- trunk/util/xutils-dev/debian/rules  2006-05-30 02:29:06 UTC (rev 2238)
+++ trunk/util/xutils-dev/debian/rules  2006-05-30 02:29:27 UTC (rev 2239)
@@ -14,7 +14,7 @@
 
 # This package contains multiple modules as shipped by upstream. Each module 
is # contained in a subdirectory in the root dir of the package. You must list 
each
 # subdirectory explicitly so that the build system knows what to build
-SUBDIRS="gccmakedep-1.0.1 imake-1.0.1 lndir-1.0.1 makedepend-1.0.0 
util-macros-1.0.1 xorg-cf-files-1.0.1"
+SUBDIRS="gccmakedep imake lndir makedepend util-macros xorg-cf-files"
 
 CFLAGS = -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))

Copied: trunk/util/xutils-dev/gccmakedep (from rev 2236, 
trunk/util/xutils-dev/gccmakedep-1.0.1)

Copied: trunk/util/xutils-dev/imake (from rev 2236, 
trunk/util/xutils-dev/imake-1.0.1)

Copied: trunk/util/xutils-dev/lndir (from rev 2236, 
trunk/util/xutils-dev/lndir-1.0.1)

Copied: trunk/util/xutils-dev/makedepend (from rev 2236, 
trunk/util/xutils-dev/makedepend-1.0.0)

Copied: trunk/util/xutils-dev/util-macros (from rev 2236, 
trunk/util/xutils-dev/util-macros-1.0.1)

Copied: trunk/util/xutils-dev/xorg-cf-files (from rev 2236, 
trunk/util/xutils-dev/xorg-cf-files-1.0.1)


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



X Strike Force X.Org X11 SVN commit: r2238 - vendor/X11R7/util/gccmakedep

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:29:06 -0400 (Mon, 29 May 2006)
New Revision: 2238

Modified:
   vendor/X11R7/util/gccmakedep/ChangeLog
   vendor/X11R7/util/gccmakedep/Makefile.am
   vendor/X11R7/util/gccmakedep/Makefile.in
   vendor/X11R7/util/gccmakedep/aclocal.m4
   vendor/X11R7/util/gccmakedep/config.guess
   vendor/X11R7/util/gccmakedep/config.sub
   vendor/X11R7/util/gccmakedep/configure
   vendor/X11R7/util/gccmakedep/configure.ac
   vendor/X11R7/util/gccmakedep/install-sh
   vendor/X11R7/util/gccmakedep/missing
Log:
Vendor drop of gccmakedep 1.0.2

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2237:2238 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r2237 - vendor/X11R7/util

2006-05-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-29 22:16:08 -0400 (Mon, 29 May 2006)
New Revision: 2237

Added:
   vendor/X11R7/util/gccmakedep/
Removed:
   vendor/X11R7/util/gccmakedep-1.0.1/
Log:
Rename gccmakedep vendor dir to use svn best practices

Copied: vendor/X11R7/util/gccmakedep (from rev 1986, 
vendor/X11R7/util/gccmakedep-1.0.1)


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



Bug#24192: may lee Allegation established from Detective Leland Kaufmann

2006-05-29 Thread Leland Kaufmann
Hey, may lee

Do you wish to LESSEN your premiums by 
55% or more?

Perhaps you HOLD property and need URGENT 
funds to utilize ANY way you like?  

We Do NOT pull your Cr*edit reports.

http://believepositive.info

variable : $728K @ 3.8 % 
lNTEREST ONLY : $677K at 3.8 % 
fixed : $583K @ 3.7 % 

Decision within 67 mins., 99.9 % acception.

Regards,
EQI Banks
Leland Kaufmann



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



Bug#369461: xspecs: text file versions of specs

2006-05-29 Thread Kevin Ryde
Package: xspecs
Version: 1:1.0.1-2
Severity: wishlist

It'd be nice if text file renditions of the specs were in the package,
like it had in the past, so you can read stuff just on a text screen.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

-- no debconf information


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



Bug#369167: DRI probably broken: where to reportbug

2006-05-29 Thread Wolfgang Pfeiffer
On Mon, May 29, 2006 at 09:53:39AM +0200, Michel Dänzer wrote:
> reassign 369167 xserver-xorg-video-ati
> severity 369167 important
> kthxbye
> 
> On Sun, 2006-05-28 at 16:57 +0200, Wolfgang Pfeiffer wrote:
> > 
> > On Sun, May 28, 2006 at 02:12:06PM +0200, Michel Dänzer wrote:
> > > On Sat, 2006-05-27 at 01:38 +0200, Wolfgang Pfeiffer wrote:

  [ ... ]

> > Oh, I already filed a bug report some hours ago against 
> > libgl1-mesa-dri :
> > 
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369167
> 
> Well, thanks for waiting for an answer to your question before
> filing. ;) Reassigning to xserver-xorg-video-ati for now.

OK: Next time, at least at week-ends, I'll wait a bit longer .. :)

[ .. ]

> 
> Does any of the following make a difference?
> 
>   * Commenting out Option "AGPMode", "EnablePageFlip" or
> "BackingStore".
>   * Not loading the "ddc", "int10", "vbe" and "v4l" modules in
> Section "Module".

After commenting *everything* you mentioned above and enabling the
DRI load, a '/etc/init.d/kdm start' crashes the system:

The relevant sections in xorg.conf

Section "Module"
Load"bitmap"
Load"dbe"
#   Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
#   Load"int10"
Load"record"
Load"type1"
#   Load"v4l"
#   Load"vbe"
Load"evdev"
EndSection

Section "Device"
Identifier  "ATI Technologies, Inc. Radeon R250 Lf [FireGL 9000]"
Driver  "ati"
BusID   "PCI:0:16:0"
Option  "UseFBDev"  "true"
Option  "AGPSize" "16"
#   Option  "AGPMode" "4"
#   Option  "EnablePageFlip"
Option  "DRIReinit" "true"
#   Option  "BackingStore"  "True"
EndSection

I'll narrow down the rest tomorrow (too late now .. :)

BTW: Is it possible to ssh into such a crashed system/machine and shut
it down cleanly instead of stupidly pressing the power button I was
doing so far after these crashes?

Regards
Wolfgang
-- 
Wolfgang Pfeiffer: /ICQ: 286585973/ + + +  /AIM: crashinglinux/
http://profiles.yahoo.com/wolfgangpfeiffer

Key ID: E3037113
http://keyserver.mine.nu/pks/lookup?search=0xE3037113&fingerprint=on


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



Bug#363995:

2006-05-29 Thread Robert Hart
reassign 363995 libgl1-mesa-dri 6.4.1-0.4
thanks

Yes, patching mesa fixes this problem (specifically
src/mesa/drivers/dri/r200/r200_state.c for me, but presumeably r300 and
radeon as well for others)

--- mesa-6.4.1/src/mesa/drivers/dri/r200/r200_state.c   2005-09-10
17:44:26.0 +0100
+++ mesa-updated/src/mesa/drivers/dri/r200/r200_state.c 2006-05-29
19:14:33.0 +0100
@@ -1665,6 +1665,7 @@
   /* Note: this should also modify whatever data the context reset
* code uses...
*/
+  R200_STATECHANGE( rmesa, vpt );
   rmesa->hw.vpt.cmd[VPT_SE_VPORT_XOFFSET] = *(GLuint *)&tx;
   rmesa->hw.vpt.cmd[VPT_SE_VPORT_YOFFSET] = *(GLuint *)&ty;



This message has been scanned for viruses by MailControl - www.mailcontrol.com


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



Processed: your mail

2006-05-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 363995 libgl1-mesa-dri 6.4.1-0.4
Bug#363995: xserver-xorg-video-ati: OpenGL view out of alignment with window
Bug reassigned from package `xserver-xorg-video-ati' to `libgl1-mesa-dri'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#369419: xutils: luit searches for locale.alias at wrong place

2006-05-29 Thread Pavel Kácha
Package: xutils
Version: 1:7.0.0-3
Severity: important
Tags: l10n

luit searches for locale.alias at /usr/lib/X11/locale, whereas (probably
with
change to modularized XOrg?) this file now resides in
/usr/share/X11/locale/. luit then bails out with "Warning: couldn't find
charset data for locale *; using ISO 8859-1." everytime. This probably
affects also xterm, which may call luit internally.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686-smp
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)

Versions of packages xutils depends on:
ii  libc6 2.3.6-9GNU C Library: Shared libraries
ii  libfontenc1   1:1.0.1-6  X11 font encoding library
ii  libfs62:1.0.0-3  X11 Font Services library
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  x11-common1:7.0.20   X Window System (X.Org) infrastruc
ii  xfonts-utils  1:1.0.0-4  X Window System font utility progr
ii  xutils-dev1:1.0.2-3  X Window System utility programs f
ii  zlib1g1:1.2.3-11 compression library - runtime

xutils recommends no packages.

-- no debconf information


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



Bug#369389: xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000

2006-05-29 Thread Daniel Stone
On Mon, May 29, 2006 at 04:30:57PM +0200, Free Ekanayaka wrote:
> I'm running bleeding-edge etch on my laptop HP Pavillon zv5000.
> 
> The latest xresprobe version 0.4.23debian1 seems to fail to detect the 
> proper resolution:
> 
> [EMAIL PROTECTED]:/# xresprobe nv
> grep: /tmp/xprobe.19627/xorg.log: No such file or directory
> grep: /tmp/xprobe.19627/xorg.log: No such file or directory
> id:
> res:
> freq:
> disptype: lcd/lvds
> 
> Note that version 0.4.18-1 is working fine:
> 
> [EMAIL PROTECTED]:/# xresprobe nv
> id: 
> res: 1280x800
> freq: 
> disptype: lcd/lvds
> 
> I've tried to upgrade to sid and this time xresprobe 0.4.23debian1
> works nicely:
> 
> [EMAIL PROTECTED]:/# xresprobe nv
> id: 
> res: 1280x800
> freq: 
> disptype: lcd/lvds
> 
> It probably means that you should depend on higher versions of some
> packages..

XSF, you need a dependency on a modular version of xserver-xorg:
xprobe.sh calls /usr/bin/Xorg directly.


signature.asc
Description: Digital signature


Bug#369389: xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000

2006-05-29 Thread Free Ekanayaka
Package: xresprobe
Version: 0.4.23debian1
Severity: normal


Hi,

I'm running bleeding-edge etch on my laptop HP Pavillon zv5000.

The latest xresprobe version 0.4.23debian1 seems to fail to detect the 
proper resolution:

[EMAIL PROTECTED]:/# xresprobe nv
grep: /tmp/xprobe.19627/xorg.log: No such file or directory
grep: /tmp/xprobe.19627/xorg.log: No such file or directory
id:
res:
freq:
disptype: lcd/lvds

Note that version 0.4.18-1 is working fine:

[EMAIL PROTECTED]:/# xresprobe nv
id: 
res: 1280x800
freq: 
disptype: lcd/lvds

I've tried to upgrade to sid and this time xresprobe 0.4.23debian1
works nicely:

[EMAIL PROTECTED]:/# xresprobe nv
id: 
res: 1280x800
freq: 
disptype: lcd/lvds

It probably means that you should depend on higher versions of some
packages..

Cheers,

Free


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



Bug#309226: Reproduced with xnest-6.9.0.defsg.1-6

2006-05-29 Thread Michael Ekstrand
Package: xnest
Version: 6.9.0.dfsg.1-6

I have reproduced this bug with xnest-6.9.0.dfsg.1-6, Debian
testing/unstable, using wmii-3 as my window manager.  When I switch away
from the view displaying Xnest and back, I frequently found that Xnest
has  crashed with the BadMatch error on X_GetImage as described in the
original report.

-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xnest depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libfreetype6  2.2.1-2FreeType 2 font engine, shared lib
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxau6   6.9.0.dfsg.1-6 X Authentication library
ii  libxdmcp6 6.9.0.dfsg.1-6 X Display Manager Control Protocol
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  xserver-common6.9.0.dfsg.1-6 files and utilities common to all
ii  zlib1g1:1.2.3-11 compression library - runtime

xnest recommends no packages.

-- no debconf information


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



Bug#145412: meet me soon

2006-05-29 Thread Jeanette
Hi there lovely,
I was searching theb net few days ago. I am new to this thing.
and saw your profile. I decided to email you cause I found 
you attractive. I might come down to your city in few weeks.
Lebt me know if we can meet each other in person.
I am attractive girl. I am sure you won't regret it.
Reply to my personal aemail at [EMAIL PROTECTED]




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



Bug#353494: xserver-xorg: fails to start on Cx486DX2 as well (SIGILL)

2006-05-29 Thread Lee Cremeans
Package: xserver-xorg
Version: 1:7.0.20
Followup-For: Bug #353494

I'm playing with unstable on an old 486 (Cyrix 486DX2) and it's giving me the 
same problem -- a SIGILL in the server while trying to draw the default
stipple. I have the latest Xorg.log.0 attached.

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux debian 2.6.16-1-486 #2 Thu May 4 18:15:54 UTC 
2006 i486
Build Date: 16 March 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon May 29 02:45:22 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "S3 Inc. ViRGE/DX or /GX"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
Entry deleted from font path.
(**) FontPath set to 
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi,/usr/share/fonts/X11/misc/,/usr/share/fonts/X11/TTF/,/usr/share/fonts/X11/OTF,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/CID/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.8
X.Org XInput driver : 0.5
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:05:0: chip 1039,0496 card , rev 31 class 06,00,00 hdr 00
(II) PCI: 00:07:0: chip 5333,8a01 card 10b4,1717 rev 01 class 03,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1045,c861 card 1045,c861 rev 10 class 0c,03,10 hdr 00
(II) PCI: 00:0d:0: chip 1000,000f card 1000,1000 rev 14 class 01,00,00 hdr 80
(II) PCI: 00:0d:1: chip 1000,000f card 1000,1000 rev 14 class 01,00,00 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:5:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(--) PCI:*(0:7:0) S3 Inc. ViRGE/DX or /GX rev 1, Mem @ 0xf800/26
(II) Addressable bus resource ranges are
[0] -1  0   0x - 0x (0x0) MX[B]
[1] -1  0   0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1  0   0xffe0 - 0x (0x20) MX[B](B)
[1] -1  0   0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
[2] -1  0   0x000f - 0x000f (0x1) MX[B]
[3] -1  0   0x000c - 0x000e (0x3) MX[B]
[4] -1  0   0x - 0x0009 (0xa) MX[B]
[5] -1  0   0x - 0x (0x1) IX[B]
[6] -1  0   0x - 0x00ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1  0   0xfedfc000 - 0xfedfcfff (0x1000) MX[B]
[1] -1  0   0xfedfd800 - 0xfedfd8ff (0x100) MX[B]
[2] -1  0   0xfedfe000 - 0xfedfefff (0x1000) MX[B]
[3] -1  0   0xfedfdc00 - 0xfedfdcff (0x100) MX[B]
[4] -1  0   0xfedff000 - 0xfedf (0x1000) MX[B]
[5] -1  0   0xf800 - 0xfbff (0x400) MX[B](B)
[6] -1  0   0xf400 - 0xf4ff (0x100) IX[B]
[7] -1  0   0xfc00 - 0xfcff (0x100) IX[B]
(II) Active

Bug#180156: want to meet?

2006-05-29 Thread Nelson
Hire,
i am here sitting in the internet caffe. Found your email and
decideda to write. I might be coming to your place in 14 daysa, 
so I! decided to email you. May be wea can meet? I am 25 y.o.
g!irl. I have a pictaure if you want. Noa need to reply herea as 
thisa is not my email. Writae me at [EMAIL PROTECTED]




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



Bug#369109: xserver-xorg-video-ati: cannot display at 1024x768 on powerbook g4 titanium with 1280x854 LCD

2006-05-29 Thread Michel Dänzer
On Sun, 2006-05-28 at 21:10 +0200, Giuseppe Sacco wrote:
> 
> When I say 'cannot use' I mean that the display is corrupt: the effect 
> is something like the display has two layers: the bottom layer is 
> composed with the correct image, the front layer has many vertical 
> stripes that hide the other layer. Moreover an horizontal line near the 
> bottom of the screen, probably 10 pixels hight cross the screen.

Thanks for the description. If possible, a picture might also be useful.


> >>2. cloning LCD and an external monitor at 1024x768
> > 
> > This doesn't require running the internal LCD at the same resolution
> > either.
> 
> I wasn't able to set the external display at a different resolution than 
> the internal LCD. 

Should be possible via metamodes. Looks like the syntax you have
currently is not quite correct for this though.

Also, it looks like MergedFB is limiting the virtual resolution to the
external display's maximum resolution; does it make a difference if you
specify

Virtual 1280 854

in SubSection "Display"?

> Anyway, my goal was to display an openoffice (full screen) presentation using 
> an external beamer that handle 1024x768. In other words, I will be facing the 
> hall and looking at my LCD where I need to see exaclty what will be displayed 
> by the beamer nehind my shoulders. Is this possible using a "clone" setup?

Probably not.


> Section "Device"
>   Identifier  "radeon9000"
>   Driver  "radeon"
>   Option  "UseFBDev"  "off"

Does
Option  "ColorTiling" "off"

make a difference?

>   Option  "CloneMode" "1024x768"
>   Option  "CRT2HSync" "31.5-80"
>   Option  "CRT2VRefresh"  "56.3-75"
>   Option  "CRT2Position"  "Clone"
>   Option  "MergedFB"  "on"
>   Option  "MetaModes" "1280x854 1024x768"
> # Option  "MetaModes" "1024x768-1024x768"
>   Option  "DDCMode"   "on"

Do different values for this and Option "IgnoreEDID" make a difference?

>   Option  "MonitorLayout" "LVDS,TMDS"

The radeon driver doesn't support two digital outputs at the same time
yet. You'll have to connect the external display via a DVI->VGA adaptor
and use Option "MonitorLayout" "LVDS,CRT".

> # Option  "AccelMethod"   "EXA"

Does enabling this make a difference?

>   Option  "LVDSProbePLL"  "on"
>   Option  "EnablePageFlip""off"
>   Option  "EnableDepthMoves"  "on"

This option is basically useless and might even be harmful.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer




Processed: Re: DRI probably broken: where to reportbug

2006-05-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 369167 xserver-xorg-video-ati
Bug#369167: libgl1-mesa-dri: [Powerpc] "Load dri" in xorg.conf crashes Powerbook
Bug reassigned from package `libgl1-mesa-dri' to `xserver-xorg-video-ati'.

> severity 369167 important
Bug#369167: libgl1-mesa-dri: [Powerpc] "Load dri" in xorg.conf crashes Powerbook
Severity set to `important' from `grave'

> kthxbye
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#24192: respect of all

2006-05-29 Thread Kerry Mccollum
Hey buddy,

Are you stuck in a job that is leading you on the path to no where? 
Do you wish you could better your financial situtation?

We can help you obtain a College Degree with classes, books, and exams
from a reputable Univ, transcripts included.

Call me anytime at  1 - 206 - 350 - 3737  for detailed information.


Regards,

Kerry Mccollum
Admission Office


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