Your message dated Fri, 22 Nov 2002 23:33:39 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#63201: fixed in xfree86 4.2.1-4 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 28 Apr 2000 09:00:56 +0000 Received: (qmail 12892 invoked from network); 28 Apr 2000 09:00:56 -0000 Received: from meru.lpr.e-technik.tu-muenchen.de ([EMAIL PROTECTED]) by master.debian.org with SMTP; 28 Apr 2000 09:00:56 -0000 Received: from gonzo.lpr.e-technik.tu-muenchen.de ([EMAIL PROTECTED] [129.187.151.190]) by meru.lpr.e-technik.tu-muenchen.de (8.9.3/8.9.3) with ESMTP id LAA12054; Fri, 28 Apr 2000 11:00:53 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by gonzo.lpr.e-technik.tu-muenchen.de (8.8.5/8.8.7) id LAA10953; Fri, 28 Apr 2000 11:00:52 +0200 Date: Fri, 28 Apr 2000 11:00:52 +0200 Message-Id: <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] Subject: xdm: xdm fails to log with date in /var/lib/xdm/xdm-errors To: [EMAIL PROTECTED] X-Mailer: bug 3.2.7 Package: xdm Version: 3.3.5-2 Severity: normal Hi, I'm trying to track down a sporadic bug on my system. For this it would be essential, to get the messages in /var/lib/xdm/xdm-errors with a date. Especially the error messages would be far more suitable, with date and time. For additional messages from Xserver or Windowmanager it would be nice as well. Bye, Stefan. -- System Information Debian Release: potato Kernel Version: Linux gonzo 2.2.13 #2 Thu Oct 28 17:18:12 CEST 1999 i586 unknown Versions of the packages xdm depends on: ii cpp 2.95.2-4 The GNU C preprocessor. ii libc6 2.1.2-11 GNU C Library: Shared libraries and Timezone ii xlib6g 3.3.6-2 shared libraries required by X clients --- Begin /etc/X11/xdm/Xaccess (modified conffile) # # # # # # # # # # # # # # # # # # # # --- End /etc/X11/xdm/Xaccess --- Begin /etc/X11/xdm/Xreset (modified conffile) #!/bin/sh # if grep -q ^use-sessreg /etc/X11/config then sessreg -d -l $DISPLAY -u /var/log/utmp -x /etc/X11/xdm/Xservers $USER fi exit 0 --- End /etc/X11/xdm/Xreset --- Begin /etc/X11/xdm/Xreset_0 (modified conffile) #! /bin/sh # if [ -x /etc/X11/xdm/Xreset ] ; then /etc/X11/xdm/Xreset fi /etc/X11/xdm/TakeConsole exit 0 --- End /etc/X11/xdm/Xreset_0 --- Begin /etc/X11/xdm/Xresources (modified conffile) ! /etc/X11/xdm/Xresources ! ! X resources used by xdm sessions xlogin*login.translations: #override\ Ctrl<Key>R: abort-display()\n\ <Key>Delete: delete-character()\n\ <Key>F1: set-session-argument(failsafe) finish-field()\n\ Ctrl<Key>Return: set-session-argument(failsafe) finish-field()\n\ <Key>Return: set-session-argument() finish-field()\n\ <Key>Left: move-backward-character()\n\ <Key>Right: move-forward-character()\n\ <Key>Home: move-to-begining()\n\ <Key>End: move-to-end()\n\ <Key>Tab: finish-field()\n\ <Key>KP_Enter: set-session-argument() finish-field() xlogin*borderWidth: 3 xlogin*greeting: Debian GNU/Linux (CLIENTHOST) xlogin*namePrompt: login:\ xlogin*fail: Login incorrect xlogin*greetColor: CadetBlue xlogin*failColor: red *Foreground: black *Background: #fffff0 xlogin*Foreground: black xlogin*Background: white XConsole.text.geometry: 480x130 XConsole.verbose: true XConsole*iconic: true XConsole*font: fixed Chooser*geometry: 700x500+300+200 Chooser*allowShellResize: false Chooser*viewport.forceBars: true Chooser*label.font: *-new century schoolbook-bold-i-normal-*-240-* Chooser*label.label: XDMCP Host Menu from CLIENTHOST Chooser*list.font: -*-*-medium-r-normal-*-*-230-*-*-c-*-iso8859-1 Chooser*Command.font: *-new century schoolbook-bold-r-normal-*-180-* --- End /etc/X11/xdm/Xresources --- Begin /etc/X11/xdm/Xservers (modified conffile) # # # :0 local /usr/X11R6/bin/X --- End /etc/X11/xdm/Xservers --- Begin /etc/X11/xdm/Xsetup (modified conffile) #!/bin/sh # exit 0 --- End /etc/X11/xdm/Xsetup --- Begin /etc/X11/xdm/Xsetup_0 (modified conffile) #!/bin/sh if grep -q ^run-xconsole /etc/X11/config then xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed \ -exitOnFail fi --- End /etc/X11/xdm/Xsetup_0 --- Begin /etc/X11/xdm/Xstartup (modified conffile) #! /bin/sh # if grep -q ^obey-nologin /etc/X11/config then if [ -f /etc/nologin ] then xmessage -file /etc/nologin -geometry 640x480 exit 1 fi fi if grep -q ^use-sessreg /etc/X11/config then sessreg -a -l $DISPLAY -u /var/log/utmp -x /etc/X11/xdm/Xservers $USER fi exit 0 --- End /etc/X11/xdm/Xstartup --- Begin /etc/X11/xdm/Xstartup_0 (modified conffile) #! /bin/sh # if [ -x /etc/X11/xdm/Xstartup ] ; then /etc/X11/xdm/Xstartup fi /etc/X11/xdm/GiveConsole exit 0 --- End /etc/X11/xdm/Xstartup_0 --- Begin /etc/X11/xdm/xdm-config (modified conffile) ! $XConsortium: xdm-conf.cpp,v 1.2 93/09/28 14:30:32 gildea Exp $ DisplayManager.authDir: /var/lib/xdm DisplayManager.errorLogFile: /var/lib/xdm/xdm-errors DisplayManager.pidFile: /var/run/xdm-pid DisplayManager.keyFile: /etc/X11/xdm/xdm-keys DisplayManager.servers: /etc/X11/xdm/Xservers DisplayManager.accessFile: /etc/X11/xdm/Xaccess DisplayManager._0.authorize: true DisplayManager._0.setup: /etc/X11/xdm/Xsetup_0 DisplayManager._0.startup: /etc/X11/xdm/Xstartup_0 DisplayManager._0.reset: /etc/X11/xdm/Xreset_0 DisplayManager*resources: /etc/X11/xdm/Xresources DisplayManager*session: /etc/X11/xdm/Xsession DisplayManager*authComplain: false DisplayManager*systemPath: /usr/slocal/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/bin/X11:/usr/local/bin DisplayManager*userPath: /usr/local/bin:/usr/bin:/bin:/usr/bin/X11 --- End /etc/X11/xdm/xdm-config --- Begin /etc/init.d/xdm (modified conffile) #! /bin/sh # # # # # # # test -x /usr/bin/X11/xdm || exit 0 [ -n $FUNCTIONS ] && . /etc/init.d/functions read_config /etc/rc.config XDM_RUN=${XDM_RUN:-"no"} XDM_UNTRUST=${XDM_UNTRUST:-"no"} case "$1" in start) if should_run $XDM_RUN then if should_run $XDM_UNTRUST then echo Starting remote X--Server since this host is untrusted /usr/X11/bin/X :1 -broadcast -logo -p 1 -s 10 -class "Linux-PC" & else echo Starting xdm start-stop-daemon --start --quiet --exec /usr/bin/X11/xdm fi fi ;; stop) if should_run $XDM_RUN then echo Stopping xdm start-stop-daemon --stop --quiet --pidfile /var/run/xdm-pid \ --exec /usr/bin/X11/xdm fi ;; *) echo "Usage: /etc/init.d/xdm {start|stop}" exit 1 esac exit 0 --- End /etc/init.d/xdm --------------------------------------- Received: (at 63201-close) by bugs.debian.org; 23 Nov 2002 04:38:31 +0000 >From [EMAIL PROTECTED] Fri Nov 22 22:38:29 2002 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18FS3p-0006iv-00; Fri, 22 Nov 2002 22:38:29 -0600 Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian)) id 18FRz9-0007tE-00; Fri, 22 Nov 2002 23:33:39 -0500 From: Branden Robinson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.28 $ Subject: Bug#63201: fixed in xfree86 4.2.1-4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 22 Nov 2002 23:33:39 -0500 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of xfree86, which is due to be installed in the Debian FTP archive: lbxproxy_4.2.1-4_i386.deb to pool/main/x/xfree86/lbxproxy_4.2.1-4_i386.deb libdps-dev_4.2.1-4_i386.deb to pool/main/x/xfree86/libdps-dev_4.2.1-4_i386.deb libdps1-dbg_4.2.1-4_i386.deb to pool/main/x/xfree86/libdps1-dbg_4.2.1-4_i386.deb libdps1_4.2.1-4_i386.deb to pool/main/x/xfree86/libdps1_4.2.1-4_i386.deb libxaw6-dbg_4.2.1-4_i386.deb to pool/main/x/xfree86/libxaw6-dbg_4.2.1-4_i386.deb libxaw6-dev_4.2.1-4_i386.deb to pool/main/x/xfree86/libxaw6-dev_4.2.1-4_i386.deb libxaw6_4.2.1-4_i386.deb to pool/main/x/xfree86/libxaw6_4.2.1-4_i386.deb libxaw7-dbg_4.2.1-4_i386.deb to pool/main/x/xfree86/libxaw7-dbg_4.2.1-4_i386.deb libxaw7-dev_4.2.1-4_i386.deb to pool/main/x/xfree86/libxaw7-dev_4.2.1-4_i386.deb libxaw7_4.2.1-4_i386.deb to pool/main/x/xfree86/libxaw7_4.2.1-4_i386.deb proxymngr_4.2.1-4_i386.deb to pool/main/x/xfree86/proxymngr_4.2.1-4_i386.deb twm_4.2.1-4_i386.deb to pool/main/x/xfree86/twm_4.2.1-4_i386.deb x-window-system-core_4.2.1-4_i386.deb to pool/main/x/xfree86/x-window-system-core_4.2.1-4_i386.deb x-window-system_4.2.1-4_all.deb to pool/main/x/xfree86/x-window-system_4.2.1-4_all.deb xbase-clients_4.2.1-4_i386.deb to pool/main/x/xfree86/xbase-clients_4.2.1-4_i386.deb xdm_4.2.1-4_i386.deb to pool/main/x/xfree86/xdm_4.2.1-4_i386.deb xfonts-100dpi-transcoded_4.2.1-4_all.deb to pool/main/x/xfree86/xfonts-100dpi-transcoded_4.2.1-4_all.deb xfonts-100dpi_4.2.1-4_all.deb to pool/main/x/xfree86/xfonts-100dpi_4.2.1-4_all.deb xfonts-75dpi-transcoded_4.2.1-4_all.deb to pool/main/x/xfree86/xfonts-75dpi-transcoded_4.2.1-4_all.deb xfonts-75dpi_4.2.1-4_all.deb to pool/main/x/xfree86/xfonts-75dpi_4.2.1-4_all.deb xfonts-base-transcoded_4.2.1-4_all.deb to pool/main/x/xfree86/xfonts-base-transcoded_4.2.1-4_all.deb xfonts-base_4.2.1-4_all.deb to pool/main/x/xfree86/xfonts-base_4.2.1-4_all.deb xfonts-cyrillic_4.2.1-4_all.deb to pool/main/x/xfree86/xfonts-cyrillic_4.2.1-4_all.deb xfonts-scalable_4.2.1-4_all.deb to pool/main/x/xfree86/xfonts-scalable_4.2.1-4_all.deb xfree86-common_4.2.1-4_all.deb to pool/main/x/xfree86/xfree86-common_4.2.1-4_all.deb xfree86_4.2.1-4.diff.gz to pool/main/x/xfree86/xfree86_4.2.1-4.diff.gz xfree86_4.2.1-4.dsc to pool/main/x/xfree86/xfree86_4.2.1-4.dsc xfs_4.2.1-4_i386.deb to pool/main/x/xfree86/xfs_4.2.1-4_i386.deb xfwp_4.2.1-4_i386.deb to pool/main/x/xfree86/xfwp_4.2.1-4_i386.deb xlib6g-dev_4.2.1-4_all.deb to pool/main/x/xfree86/xlib6g-dev_4.2.1-4_all.deb xlib6g_4.2.1-4_all.deb to pool/main/x/xfree86/xlib6g_4.2.1-4_all.deb xlibmesa-dev_4.2.1-4_i386.deb to pool/main/x/xfree86/xlibmesa-dev_4.2.1-4_i386.deb xlibmesa3-dbg_4.2.1-4_i386.deb to pool/main/x/xfree86/xlibmesa3-dbg_4.2.1-4_i386.deb xlibmesa3_4.2.1-4_i386.deb to pool/main/x/xfree86/xlibmesa3_4.2.1-4_i386.deb xlibosmesa-dev_4.2.1-4_i386.deb to pool/main/x/xfree86/xlibosmesa-dev_4.2.1-4_i386.deb xlibosmesa3-dbg_4.2.1-4_i386.deb to pool/main/x/xfree86/xlibosmesa3-dbg_4.2.1-4_i386.deb xlibosmesa3_4.2.1-4_i386.deb to pool/main/x/xfree86/xlibosmesa3_4.2.1-4_i386.deb xlibs-dbg_4.2.1-4_i386.deb to pool/main/x/xfree86/xlibs-dbg_4.2.1-4_i386.deb xlibs-dev_4.2.1-4_i386.deb to pool/main/x/xfree86/xlibs-dev_4.2.1-4_i386.deb xlibs-pic_4.2.1-4_i386.deb to pool/main/x/xfree86/xlibs-pic_4.2.1-4_i386.deb xlibs_4.2.1-4_i386.deb to pool/main/x/xfree86/xlibs_4.2.1-4_i386.deb xmh_4.2.1-4_i386.deb to pool/main/x/xfree86/xmh_4.2.1-4_i386.deb xnest_4.2.1-4_i386.deb to pool/main/x/xfree86/xnest_4.2.1-4_i386.deb xprt_4.2.1-4_i386.deb to pool/main/x/xfree86/xprt_4.2.1-4_i386.deb xserver-common_4.2.1-4_i386.deb to pool/main/x/xfree86/xserver-common_4.2.1-4_i386.deb xserver-xfree86-dbg_4.2.1-4_i386.deb to pool/main/x/xfree86/xserver-xfree86-dbg_4.2.1-4_i386.deb xserver-xfree86_4.2.1-4_i386.deb to pool/main/x/xfree86/xserver-xfree86_4.2.1-4_i386.deb xspecs_4.2.1-4_all.deb to pool/main/x/xfree86/xspecs_4.2.1-4_all.deb xterm_4.2.1-4_i386.deb to pool/main/x/xfree86/xterm_4.2.1-4_i386.deb xutils_4.2.1-4_i386.deb to pool/main/x/xfree86/xutils_4.2.1-4_i386.deb xvfb_4.2.1-4_i386.deb to pool/main/x/xfree86/xvfb_4.2.1-4_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Branden Robinson <[EMAIL PROTECTED]> (supplier of updated xfree86 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 18 Nov 2002 04:24:48 -0500 Source: xfree86 Binary: xserver-common libxaw7-dbg xbase-clients twm xlibmesa3-dbg xfonts-scalable xfonts-75dpi libdps1-dbg xlib6g-dev xmh libxaw6-dbg xfwp xlibs xlibosmesa3-dbg libdps-dev xserver-xfree86-dbg xlibmesa-dev xserver-xfree86 libdps1 proxymngr xfonts-base-transcoded libxaw6-dev lbxproxy xfonts-cyrillic x-window-system-core xlib6g xutils xspecs xlibs-pic x-window-system xfree86-common xfs xfonts-base xlibmesa3 xlibs-dbg libxaw7-dev xnest xfonts-100dpi-transcoded libxaw6 xfonts-100dpi xterm xfonts-75dpi-transcoded xprt xlibosmesa-dev xvfb libxaw7 xlibosmesa3 xdm xlibs-dev Architecture: source i386 all Version: 4.2.1-4 Distribution: unstable Urgency: low Maintainer: Branden Robinson <[EMAIL PROTECTED]> Changed-By: Branden Robinson <[EMAIL PROTECTED]> Description: lbxproxy - Low Bandwidth X (LBX) proxy server libdps-dev - Display PostScript (DPS) client library development files libdps1 - Display PostScript (DPS) client library libdps1-dbg - Display PostScript (DPS) client library (unstripped) libxaw6 - X Athena widget set library (version 6) libxaw6-dbg - X Athena widget set library (version 6) (unstripped) libxaw6-dev - X Athena widget set library development files (version 6) libxaw7 - X Athena widget set library libxaw7-dbg - X Athena widget set library (unstripped) libxaw7-dev - X Athena widget set library development files proxymngr - X proxy services manager twm - Tab window manager x-window-system - X Window System x-window-system-core - X Window System core components xbase-clients - miscellaneous X clients xdm - X display manager xfonts-100dpi - 100 dpi fonts for X xfonts-100dpi-transcoded - 100 dpi fonts for X (transcoded from ISO 10646-1) xfonts-75dpi - 75 dpi fonts for X xfonts-75dpi-transcoded - 75 dpi fonts for X (transcoded from ISO 10646-1) xfonts-base - standard fonts for X xfonts-base-transcoded - standard fonts for X (transcoded from ISO 10646-1) xfonts-cyrillic - Cyrillic fonts for X xfonts-scalable - scalable fonts for X xfree86-common - X Window System (XFree86) infrastructure xfs - X font server xfwp - X firewall proxy server xlib6g - pseudopackage providing X libraries xlib6g-dev - pseudopackage providing X library development files xlibmesa-dev - XFree86 version of Mesa 3D graphics library development files xlibmesa3 - XFree86 version of Mesa 3D graphics library xlibmesa3-dbg - XFree86 version of Mesa 3D graphics library (unstripped) xlibosmesa-dev - Mesa/XFree86 off-screen rendering library development files xlibosmesa3 - Mesa/XFree86 off-screen rendering library xlibosmesa3-dbg - Mesa/XFree86 off-screen rendering library (unstripped) xlibs - X Window System client libraries xlibs-dbg - X Window System client libraries (unstripped) xlibs-dev - X Window System client library development files xlibs-pic - X Window System client extension library PIC archives xmh - X interface to the MH mail system xnest - nested X server xprt - X print server xserver-common - files and utilities common to all X servers xserver-xfree86 - the XFree86 X server xserver-xfree86-dbg - the XFree86 X server (static version with debugging symbols) xspecs - X protocol, extension, and library technical specifications xterm - X terminal emulator xutils - X Window System utility programs xvfb - virtual framebuffer X server Closes: 63201 85365 100485 107311 161072 166177 167642 168139 168289 169429 Changes: xfree86 (4.2.1-4) unstable; urgency=low . * patch #000_post421: resynced with xf-4_2-branch as of 2002-11-09 + Bump XDarwin version. (Torrey T. Lyons) + Forgot to commit updated RELNOTES at top level for 4.2.1. (David Dawes) + Bump the "snap" version for Mac OS X 10.2.2. (David Dawes) + Fix bad link in upgrade information. (David Dawes) . * patch #000_stolen_from_HEAD: + Fix overlay bug. ClipNotify wasn't being called in some corner cases. (Alan Hourihane) + Fix pixmap cache corruption on VT switches in mga driver (#A.1279, Ross Mikosh). + Fix application crash when using DPS client libraries (#A.1282, Frank Giessler). + Add missing Increment option in Summa input driver (#A.1276, G.P.Halkes). + Fix the number of beeps when using AccessX and XKB (#A.1302, Alan Coopersmith). + Add symbols that were missing from the registrations lists. This removes a lot of the misleading "unresolved symbols" messages that show up if 'X -configure' crashes. (David Dawes) + [fbdev] The xf24_32bpp module isn't needed when using fb. (David Dawes) + Fix an fbdev driver crash when the VT isn't active (#5169, Michel Dänzer). + Fix 24bpp displays with the fbdev driver when not using shadowfb (#5351, Michel Lanners). + When parsing XInput XF86Config options, catch NULL option table instead of crashing. (David Dawes) + Fix a double free() that can cause a crash in XCloseIM() (based on #5303, Mo DeJong). + Fix for random crashes when a screen fails to initialise (Marc La France). + Fix server crash when using Xinerama when application closes. (#A.808, Tsukahara Ken). + Fix a SEGV on server reset in the PM3 driver. (Alan Hourihane) + Fixed GetTimeInMillis() to use deltas instead of absolute time returend by gettimeofday(). This ensures time is monotonic in X (Egbert Eich). (Closes: #85365) + Sync with Type1 font rasterizer from HEAD: - Some minor include cleanups. (David Dawes) - Avoid redefining abort(), a well known C library function. This can cause errors when the abort() prototype from stdlib.h is included later by Xos.h. (Matthieu Herrb) - A "hammer" approach at ensuring font properties are freed properly. (Marc La France) - Modify Type1 font RAM allocation heuristics to allow for larger fonts. (#A.1121, Melchior Franz) + Fix a typo in the s3 driver which prevented virtual display sizes. (#A.965, Stef Voltz). + Fix input size of character strings used in lib/X11/lcGetConv.c (#A.828, Yong-Jhen Hong). + Fix a memory leak when calling _XCloseLC and removing the loadable locales (#A.855 Mark Robinson). + Fix wrong check in Xaw when rebuilding the line table. If the width of a line becomes smaller, it should clear to eol. (Paulo Cesar Pereira de Andrade) + In the X server, permit XDM-AUTHENTICATION-1 without also requiring XDMCP support. (Keith Packard) + Fix an initialization problem in the calcomp input driver (#A.1056, Josef Walzer). + Fix mode validatation to deal with video memory sizes 256MB or greater (Marc La France). + Fix missing declaration of XShmGetEventBase() in XShm.h (#5375, Branden Robinson). + Fix a build failure when BuildServersOnly is defined and XnestServer is not defined, and when /usr/X11R6 is not installed. (#A.1145, Valeriy E. Ushakov). + Don't build libGLU when BuildServersOnly set. (Alan Hourihane) + Add a 1152x768 mode suitable for Titanium PowerBooks to the set of build-in modes (#5212, Michel Dänzer). + Add some high resolution modes to the set of built-in modes (calculated according to the VESA GTF). (David Dawes) + Regenerate xf86DefModes.c with newly added modes. (David Dawes) + Allow Xnest/Xprint to build without traversing lib/X11 subdir. (Alan Hourihane) + Document 'xset dpms force on'. (David Dawes) + Don't assume mmap returns the pointer hint requested. This is in the DENSE map code for Linux/alpha (#5439, Ray Strode). + Fix a segfault when using xkbcomp's -I option, and update the man page to correctly document the way this option works (#5447, Joe Moss). . * patch #000_stolen_from_HEAD_ati_driver: new; many, many bugfixes to pre-Rage128 ATI chips (sorry, the r128 and radeon sub-drivers have been overhauled far too much since 4.2 for me to steal those); among other things: + Fix IBM-reported bug that could cause PCI bus lockouts with second generation integrated Mach64 controllers (Marc La France). + In the ATI driver, add option "CrtDisplay" to force CRT display in a dual display situation (Marc La France). + In the ATI driver, rename option "CrtScreen" to "NoPanelDisplay", keeping "CrtScreen" as a private option for compatibility (Marc La France). + An attempt at disabling display switches while the server is running on an LT Pro or Mobility M1 (Marc La France). + Fix rounding error in Mach64 DSP calculation (Marc La France). + Add PCI ID for ATI Radeon Mobility M7 'LX' (#5233, Mike Harris). (This patch moved from #000_stolen_from_HEAD.) + Fix long-standing colour map bug in ATI driver (Marc La France). + Fix panel support bug for ATI LTPro, XL and Mobility M1 chips (Marc La France). + Ignore (with messages) any HorizSync and VertRefresh specifications for panels when using ATI LT, LTPro, XL and Mobility M1 (Marc La France). . * patch #000_stolen_from_HEAD_cyrix_driver: new; updated version of former patch #021; this fixes support for the 5510, 5520 and 5530 -- this driver only works with VSA1 based chips (#A.1260, Alan Cox). . * patch #002,905: some Debianisms moved to patch #905 where they belong; also, update StorePid() function to use Matthieu Herrb's changes that refuse to open an existing pid file, and take more care with the size of the Pid_t type; lots more changes, including better logging (Closes: #63201) * patch #003,906: some Debianisms moved to patch #906 where they belong; also, update StorePid() function to use Matthieu Herrb's changes that refuse to open an existing pid file, and take more care with the size of the Pid_t type * patch #004: drop part of patch rejected by upstream which implemented a "DefaultGcc2OptimizeOpt" symbol in Imake * patch #021: deleted; now in #000_stolen_from_HEAD_cyrix_driver * patch #022,064,078; deleted; now in #000_stolen_from_HEAD * patch #029: new; include prototypes for functions provided by "Wraphelp.c" in the XDMCP library's Wrap.h header file * patch #034: new; document OverlayMem option in neomagic driver manpage (Diego SANTA CRUZ via Bill Allombert) (Closes: #168139) * patch #041: deleted; now in #000_stolen_from_HEAD * patch #087,100: resynced with #000_stolen_from_HEAD_ati_driver * patch #089,100: resynced with #000_stolen_from_HEAD * patch #090: new; support for ATI Radeon 9000 cards (N.B., not the 9500 or 9700) * patch #091: new; drop the sumFile() function from xdm's genauth.c file, define DEV_RANDOM for Linux and the Hurd, and change the meaning of the randomFile resource to indicate the file that should be opened for the reading of entropy. The default random file on Linux and the Hurd is /dev/random; on NetBSD it remains /dev/urandom per the existing XFree86 code. Twinks who don't want xdm "draining their entropy pool" can edit /etc/X11/xdm/xdm-config and set "DisplayManager.randomFile" to "/dev/zero" if they want. Anyway, this fixes a bug with xdm causing machine checks on some architectures when reading a lot of data from /dev/mem. (Closes: #107311) * patch #102,103: new; patch xf86Events.c to recognize Sun Type6 keyboard scancodes, and provide XKB data for type6 keyboards; please test (Closes: #100485) * patch #202: new; patch from Jay Estabrook (via Falk Hueffner) that fixes crashes on Alpha due to datatype confusion in XScreenSaver extension (Closes:# 161072) * patch #313: deleted; made obsolete by patch #091 * patch #901: updated to fix a few compiler warnings * patch #905: fix typo when declaring authDir resource (fortunately, the default upstream location is a symlink to the location defined, so this doesn't really change anything) (Closes: #167642) * patch #907: in XTerm's color app-defaults file, use instance names, not class names (see #167495) . * debian/{xfonts-pex.files,xlibs.files.alpha}: removed these obsolete files (thanks, ISHIKAWA Mutsumi) (Closes: #169429) * debian/MANIFEST.*: updated to reflect re-sectioning of dexconf manpage * debian/{*.templates,/po}: migrated to po-debconf * debian/control: - add build dependency on po-debconf, and bump versioned dependency on debhelper to (>= 4.1.16) for support of the New Debconf Template Translation Order - Discuss Xlib's loadable modules for i18n in the extended package descriptions of xlibs and xlibs-dbg. In xlibs-dbg's extended description, give tips on how to debug the i18n modules. - Update URL to driver status document in xserver-xfree86's extended description. (Closes: #168289) * debian/local/dexconf: - improve usage message - rework handling of temporary directories and files; respect $TMPDIR instead of using the more complex method we had before (Closes: #166177) - be sure to quote all expansions of variables that the user can influence - clean up a few diagnostic messages * debian/local/dexconf.8: renamed to debian/local/dexconf.1 * debian/local/dexconf.1: updated; added sections on options, evironment, diagnostics, asynchronous events, exit status, and future directions; other minor edits * debian/local/update-fonts-{alias,dir,scale}: reworked diagnostic messages a bit; produce them with shell functions * debian/local/update-fonts-{alias,dir,scale}.8: updated; added sections on operands and diagnostics; other minor edits * debian/local/xserver-wrapper.c: (cosmetic) wrapped source code at 80 columns * debian/local/xvfb-run.1: minor cosmetic updates * debian/rules: - try and cut down on the time and space required by the XFree86 build process; when copying the build tree for the debugging server build, omit the doc, fonts, and nls directories - call debconf2po-update after generating and after cleaning the xserver-xfree86-dbg.templates file; I'm not crazy about having to do this, but I don't see any alternative with the current po-debconf tools - do another substitution (this one for $THIS_SERVER) when generating xserver-xfree86-dbg's maintainer scripts, so that the package doesn't have an identity crisis - install dexconf manpage to section 1 * debian/scripts/vars.m68k: on m68k, make x-window-system-core depend on xserver-xfree86-dbg instead of xserver-xfree86 since the XFree86 module loader doesn't work on this arch at present; m68k hackers, please help fix this! * debian/xdm.init: - sleep for one second after using start-stop-daemon --stop successfully so that we don't needlessly signal the daemon while it's shutting down - minor change; use shell arithmetic operator ("$(( ))") instead of expr to do simple math * debian/xdm.prerm.in: - migrate the last bit of interactivity in the maintainer scripts to debconf; use debconf to ask the user if he/she wants to stop a running xdm daemon that is managing sessions - stop de-registering an obsolete alternative - stop defining an unused variable * debian/xdm.templates: add template xdm/stop_running_server_with_children * debian/xfs.init: - sleep for one second after using start-stop-daemon --stop successfully so that we don't needlessly signal the daemon while it's shutting down - comsetic change; prevent words from being run together when xfs daemon won't listen to SIGTERM * debian/xlibs-dbg.debugfiles: ship unstripped versions of Xlib's i18n modules in /usr/X11R6/lib/debug/X11/locale/common * debian/xserver-xfree86.templates: add discussion of new "altwin" symbols file and how to use multiple symbols files with xkboptions to xserver-xfree86/config/inputdevice/keyboard/options template description Files: 5479cce256462ca563e45b63117df466 1543 x11 optional xfree86_4.2.1-4.dsc 781c91ca37542833db84dfdfd35eac91 1371600 x11 optional xfree86_4.2.1-4.diff.gz 6edde29e42889a229ae9e69012e6157a 130418 x11 optional lbxproxy_4.2.1-4_i386.deb 744326dd19538bceea9116a33cf530b4 166550 libs optional libdps1_4.2.1-4_i386.deb 8124fce34af3771b96d2bb118e3ae321 407988 devel extra libdps1-dbg_4.2.1-4_i386.deb db40442761782f27ea69d8cebd6a51af 227874 devel optional libdps-dev_4.2.1-4_i386.deb bde46637efedbaf04a66ef79dcaa1a2e 164870 libs optional libxaw6_4.2.1-4_i386.deb dab2f6e7a3ce67705b1622f6e5bf3cf7 334438 devel extra libxaw6-dbg_4.2.1-4_i386.deb 5e2edaecc7919a319017ef8240a64ecf 292176 devel extra libxaw6-dev_4.2.1-4_i386.deb 02d0d9149d441978f1e05f1e05df2b55 212432 libs optional libxaw7_4.2.1-4_i386.deb 6d9fa2b9040add6ca29b22ba09466922 435846 devel extra libxaw7-dbg_4.2.1-4_i386.deb 050d37d270276acedd8c5888f7895b96 292050 devel optional libxaw7-dev_4.2.1-4_i386.deb c15996d78c505b8f37672c64a43a0a0c 74550 x11 optional proxymngr_4.2.1-4_i386.deb 36fe9986fdc1780353a1d4acc513d33f 150000 x11 optional twm_4.2.1-4_i386.deb 8fcc128f9049c017cb5b12ea8449df1d 1473874 x11 optional xbase-clients_4.2.1-4_i386.deb dc7b40cdb7b9ac1ae2e19e39dfd69517 170176 x11 optional xdm_4.2.1-4_i386.deb 64a611812c3f1319a57510ff2aa12394 275410 x11 optional xfs_4.2.1-4_i386.deb 4992c0ae32cbd8ca2c099163320bdede 78722 x11 optional xfwp_4.2.1-4_i386.deb af222389bdf507ded0b507e75de7412e 3858830 libs optional xlibmesa3_4.2.1-4_i386.deb 820d508b03cce237cdd9caa2143a2e80 860388 devel extra xlibmesa3-dbg_4.2.1-4_i386.deb 6a836f0a475a3ddecb82f1b5fc67ff3f 826908 devel optional xlibmesa-dev_4.2.1-4_i386.deb c6aef6b9ea1b03534992a95b4aa99f63 465602 libs optional xlibosmesa3_4.2.1-4_i386.deb 7d70020b2d49fa37eab37e8ff9d2822d 975952 devel extra xlibosmesa3-dbg_4.2.1-4_i386.deb b3b78634fbbeee318d26f39fc326724d 525160 devel optional xlibosmesa-dev_4.2.1-4_i386.deb a5e2d059b3da0f635fff4e88935455cc 1205230 libs optional xlibs_4.2.1-4_i386.deb 833af7824baccabd621e9aaa3e07b558 2546020 devel extra xlibs-dbg_4.2.1-4_i386.deb 0155f2fa8359382b04a89d37642d1d29 2579010 devel optional xlibs-dev_4.2.1-4_i386.deb e1ee99952021065e75f68f779f292966 100928 devel optional xlibs-pic_4.2.1-4_i386.deb 2ccf5a61abe5be219a48e629c5fd891a 122490 mail extra xmh_4.2.1-4_i386.deb ab2cf0e7222c73a43242995f32263dd0 1097236 x11 optional xnest_4.2.1-4_i386.deb b07f2d61d828315d355468700933d686 828424 x11 optional xprt_4.2.1-4_i386.deb 84e980eb36466bd3948c2694324b62c5 216024 x11 optional xserver-common_4.2.1-4_i386.deb 0d2ffa34ebb7eea31192e1ebf2e6ae42 3940728 x11 optional xserver-xfree86_4.2.1-4_i386.deb 594094fcfd4691bfe7429f19672f3270 6965100 x11 optional xserver-xfree86-dbg_4.2.1-4_i386.deb 886f587db18a9334ea4b0058ff6b1b18 494804 x11 optional xterm_4.2.1-4_i386.deb c6ed3b581b1efbd2e744a751ab669042 639364 x11 optional xutils_4.2.1-4_i386.deb edca1d123312589cdcb9b090f88b67a5 1208496 x11 optional xvfb_4.2.1-4_i386.deb 1ed3012082ec70226dbe8e78fdac7913 58104 x11 optional x-window-system-core_4.2.1-4_i386.deb 343f8781c498fb792ac9c4eed2915fef 4256520 x11 optional xfonts-100dpi_4.2.1-4_all.deb 9ea50b87745d1f57a4884ceaac378243 8087294 x11 optional xfonts-100dpi-transcoded_4.2.1-4_all.deb f9c4deca5544bcb9cb003c36cc6b29a5 3734320 x11 optional xfonts-75dpi_4.2.1-4_all.deb fc9ecb1e55474cb0cb00e7d898e45d86 6964106 x11 optional xfonts-75dpi-transcoded_4.2.1-4_all.deb 52ed5f1426a79f8279adc7b0bda3c932 5011354 x11 optional xfonts-base_4.2.1-4_all.deb c9e4f9521e2df141f55bc169f1770fc0 1097288 x11 optional xfonts-base-transcoded_4.2.1-4_all.deb 000737e3da8f9b1de477d2e15422d63a 429890 x11 optional xfonts-cyrillic_4.2.1-4_all.deb 76e956f4283be38b90420208f4ea29a1 794242 x11 optional xfonts-scalable_4.2.1-4_all.deb 7333b25f3444ea6c1455237b69bbd0ce 604110 x11 optional xfree86-common_4.2.1-4_all.deb bf4ab6782323c8eca6aab18b8f0ea4ec 4769196 x11 optional xspecs_4.2.1-4_all.deb d3ae948ae248aafa42e724e8a56daf91 58094 libs optional xlib6g_4.2.1-4_all.deb b69cbf2c200dcbe67d2e0f8625ba6f44 57886 devel optional xlib6g-dev_4.2.1-4_all.deb e8b3f90986241ec460fb4c67cc09eb22 57930 x11 optional x-window-system_4.2.1-4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iEYEARECAAYFAj3e50kACgkQ6kxmHytGonyPOACfc8iLn2j3RG/aQXOxaaYLXEAp SGUAnjwGKMeEpRzKCvRCCx19gw36Ebuz =2B/D -----END PGP SIGNATURE-----