X Strike Force X.Org X11 SVN commit: r4037 - trunk/app/xdm/debian

2006-11-19 Thread X Strike Force SVN Repository Admin
Author: julien
Date: 2006-11-19 14:07:23 -0500 (Sun, 19 Nov 2006)
New Revision: 4037

Modified:
   trunk/app/xdm/debian/changelog
   trunk/app/xdm/debian/rules
   trunk/app/xdm/debian/xdm.init
Log:
* Add LSB dependency information to xdm's init script, using patch from
  Petter Reinholdtsen <[EMAIL PROTECTED]> (closes: #335388).
* Install upstream ChangeLog.

Modified: trunk/app/xdm/debian/changelog
===
--- trunk/app/xdm/debian/changelog  2006-11-19 18:30:58 UTC (rev 4036)
+++ trunk/app/xdm/debian/changelog  2006-11-19 19:07:23 UTC (rev 4037)
@@ -4,8 +4,11 @@
 + Refresh/update all patches.
 + Drop style and whitespace changes from xdm_fixes.diff, as they won't
   apply cleanly.
+  * Add LSB dependency information to xdm's init script, using patch from
+Petter Reinholdtsen <[EMAIL PROTECTED]> (closes: #335388).
+  * Install upstream ChangeLog.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 19 Nov 2006 19:28:18 +0100
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 19 Nov 2006 19:59:20 +0100
 
 xdm (1:1.0.5-1) unstable; urgency=high
 

Modified: trunk/app/xdm/debian/rules
===
--- trunk/app/xdm/debian/rules  2006-11-19 18:30:58 UTC (rev 4036)
+++ trunk/app/xdm/debian/rules  2006-11-19 19:07:23 UTC (rev 4037)
@@ -106,7 +106,7 @@
 
dh_installdocs
dh_install --sourcedir=debian/tmp --list-missing
-   dh_installchangelogs
+   dh_installchangelogs ChangeLog
dh_installinit --noscripts
dh_installdebconf
dh_installlogrotate

Modified: trunk/app/xdm/debian/xdm.init
===
--- trunk/app/xdm/debian/xdm.init   2006-11-19 18:30:58 UTC (rev 4036)
+++ trunk/app/xdm/debian/xdm.init   2006-11-19 19:07:23 UTC (rev 4037)
@@ -20,6 +20,16 @@
 # not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA 02111-1307 USA
 
+### BEGIN INIT INFO
+# Provides:  xdm
+# Required-Start:$local_fs $remote_fs
+# Required-Stop: $local_fs $remote_fs
+# Should-Start:  xfs $named slapd
+# Should-Stop:   xfs $named slapd
+# Default-Start: 2 3 4 5
+# Default-Stop:  S 0 1 6
+### END INIT INFO
+
 set -e
 
 # To start xdm even if it is not the default display manager, change


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



X Strike Force X.Org X11 SVN commit: r4036 - in trunk/app/xdm: . config debian debian/patches greeter

2006-11-19 Thread X Strike Force SVN Repository Admin
Author: julien
Date: 2006-11-19 13:30:58 -0500 (Sun, 19 Nov 2006)
New Revision: 4036

Added:
   trunk/app/xdm/config/Xreset.cpp
   trunk/app/xdm/config/Xstartup.cpp
Removed:
   trunk/app/xdm/config/Xreset
   trunk/app/xdm/config/Xstartup
   trunk/app/xdm/mkinstalldirs
Modified:
   trunk/app/xdm/AUTHORS
   trunk/app/xdm/ChangeLog
   trunk/app/xdm/Makefile.am
   trunk/app/xdm/Makefile.in
   trunk/app/xdm/README
   trunk/app/xdm/access.c
   trunk/app/xdm/aclocal.m4
   trunk/app/xdm/auth.c
   trunk/app/xdm/choose.c
   trunk/app/xdm/chooser.c
   trunk/app/xdm/compile
   trunk/app/xdm/config.h.in
   trunk/app/xdm/config/Makefile.am
   trunk/app/xdm/config/Makefile.in
   trunk/app/xdm/config/Xaccess
   trunk/app/xdm/config/Xresources.cpp
   trunk/app/xdm/config/Xservers.ws.cpp
   trunk/app/xdm/config/Xsession.cpp
   trunk/app/xdm/config/xdm-config.cpp
   trunk/app/xdm/configure
   trunk/app/xdm/configure.ac
   trunk/app/xdm/daemon.c
   trunk/app/xdm/debian/changelog
   trunk/app/xdm/debian/patches/debian.diff
   trunk/app/xdm/debian/patches/log_sourcing_better.diff
   trunk/app/xdm/debian/patches/selinux_support.diff
   trunk/app/xdm/debian/patches/support_logfile_rotation.diff
   trunk/app/xdm/debian/patches/xdm_fixes.diff
   trunk/app/xdm/depcomp
   trunk/app/xdm/dm.c
   trunk/app/xdm/dm.h
   trunk/app/xdm/dm_error.h
   trunk/app/xdm/dpylist.c
   trunk/app/xdm/error.c
   trunk/app/xdm/file.c
   trunk/app/xdm/genauth.c
   trunk/app/xdm/greet.h
   trunk/app/xdm/greeter/Login.c
   trunk/app/xdm/greeter/Login.h
   trunk/app/xdm/greeter/LoginP.h
   trunk/app/xdm/greeter/Makefile.am
   trunk/app/xdm/greeter/Makefile.in
   trunk/app/xdm/greeter/greet.c
   trunk/app/xdm/greeter/verify.c
   trunk/app/xdm/install-sh
   trunk/app/xdm/missing
   trunk/app/xdm/mitauth.c
   trunk/app/xdm/policy.c
   trunk/app/xdm/protodpy.c
   trunk/app/xdm/resource.c
   trunk/app/xdm/server.c
   trunk/app/xdm/session.c
   trunk/app/xdm/socket.c
   trunk/app/xdm/util.c
   trunk/app/xdm/xdm.man.cpp
   trunk/app/xdm/xdmauth.c
   trunk/app/xdm/xdmcp.c
   trunk/app/xdm/xdmshell.c
Log:
* New upstream release.
  + Refresh/update all patches.
  + Drop style and whitespace changes from xdm_fixes.diff, as they won't
apply cleanly.

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 4035:4036 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]



xserver-xorg-video-ivtvdev_0.10.6-1_i386.changes ACCEPTED

2006-11-19 Thread Debian Installer

Accepted:
xserver-xorg-video-ivtv_0.10.6-1_i386.deb
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtv_0.10.6-1_i386.deb
xserver-xorg-video-ivtvdev_0.10.6-1.diff.gz
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtvdev_0.10.6-1.diff.gz
xserver-xorg-video-ivtvdev_0.10.6-1.dsc
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtvdev_0.10.6-1.dsc
xserver-xorg-video-ivtvdev_0.10.6.orig.tar.gz
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtvdev_0.10.6.orig.tar.gz


Override entries for your package:
xserver-xorg-video-ivtv_0.10.6-1_i386.deb - extra contrib/x11
xserver-xorg-video-ivtvdev_0.10.6-1.dsc - extra contrib/x11

Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 380174 


Thank you for your contribution to Debian.


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



Bug#399416: xbase-clients: xhost(1) refers to missing Xsecurity(7)

2006-11-19 Thread Reuben Thomas
Package: xbase-clients
Version: 1:7.1.ds-3
Severity: normal

Either the cross-reference (under SEE ALSO) should be removed, or the
man page (which clearly used to exist) added back.

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

Versions of packages xbase-clients depends on:
ii  libc62.3.6.ds1-7 GNU C Library: Shared libraries
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii  libfs6   2:1.0.0-4   X11 Font Services library
ii  libgl1-mesa-glx [libgl1] 6.5.1-0.4   A free implementation of the OpenG
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libpng12-0   1.2.8rel-7  PNG library - runtime
ii  libsm6   1:1.0.1-3   X11 Session Management library
ii  libx11-6 2:1.0.3-3   X11 client-side library
ii  libxau6  1:1.0.1-2   X11 authorisation library
ii  libxaw7  1:1.0.2-4   X11 Athena Widget library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxft2  2.1.8.2-8   FreeType-based font drawing librar
ii  libxi6   1:1.0.1-3   X11 Input extension library
ii  libxkbfile1  1:1.0.3-2   X11 keyboard file manipulation lib
ii  libxmu6  1:1.0.2-2   X11 miscellaneous utility library
ii  libxmuu1 1:1.0.2-2   X11 miscellaneous micro-utility li
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra
ii  libxss1  1:1.1.0-1   X11 Screen Saver extension library
ii  libxt6   1:1.0.2-2   X11 toolkit intrinsics library
ii  libxtrap61:1.0.0-4   X11 event trapping extension libra
ii  libxtst6 1:1.0.1-5   X11 Testing -- Resource extension 
ii  libxv1   1:1.0.2-1   X11 Video extension library
ii  libxxf86dga1 2:1.0.1-2   X11 Direct Graphics Access extensi
ii  libxxf86vm1  1:1.0.1-2   X11 XFree86 video mode extension l
ii  x11-common   1:7.1.0-6   X Window System (X.Org) infrastruc
ii  zlib1g   1:1.2.3-13  compression library - runtime

xbase-clients recommends no packages.

-- no debconf information


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



Re: IVTV X driver

2006-11-19 Thread Ian Campbell
Reply from the list archive, sorry if I break threading. I've subscribed
to debian-x now though...

David Nusinow:
> Sorry I took so long. I've been insanely busy with real life stuff lately.
> I don't know if you saw, but I made a few minor adjustments to the
> packaging to bring it in line with the current driver packages. Your work
> looked great though, so I've gone ahead and uploaded it to unstable. Now we
> just have to wait for it to get approved by ftpmaster, at which point it
> enters the archive and we don't have to worry about delays when we upload.
> 
>Let me know if you need anything else, and in case I didn't mention it
> before, welcome to the XSF!

Excellent stuff, thanks very much!

Ian.

-- 
Ian Campbell

I fear explanations explanatory of things explained.


signature.asc
Description: This is a digitally signed message part


X Strike Force X.Org X11 SVN commit: r4035 - trunk/xserver/xorg-server/debian

2006-11-19 Thread X Strike Force SVN Repository Admin
Author: julien
Date: 2006-11-19 11:14:44 -0500 (Sun, 19 Nov 2006)
New Revision: 4035

Modified:
   trunk/xserver/xorg-server/debian/changelog
   trunk/xserver/xorg-server/debian/control
Log:
* Add Replaces: xdmx (<= 2:1.1.1-10) to xdmx-tools because of the xmdxconfig
  manpage move.

Modified: trunk/xserver/xorg-server/debian/changelog
===
--- trunk/xserver/xorg-server/debian/changelog  2006-11-19 15:36:09 UTC (rev 
4034)
+++ trunk/xserver/xorg-server/debian/changelog  2006-11-19 16:14:44 UTC (rev 
4035)
@@ -23,8 +23,10 @@
 (closes: #392453). Thanks to Michel Dänzer for the patch!
   * Fix typo in xvfb-run (closes: #337703).
   * Install xdmxconfig and its manpage in xdmx-tools (closes: #393991).
+  * Add Replaces: xdmx (<= 2:1.1.1-10) to xdmx-tools because of the xmdxconfig
+manpage move.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 19 Nov 2006 03:52:52 +0100
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 19 Nov 2006 17:12:44 +0100
 
 xorg-server (2:1.1.1-10) unstable; urgency=low
 

Modified: trunk/xserver/xorg-server/debian/control
===
--- trunk/xserver/xorg-server/debian/control2006-11-19 15:36:09 UTC (rev 
4034)
+++ trunk/xserver/xorg-server/debian/control2006-11-19 16:14:44 UTC (rev 
4035)
@@ -75,6 +75,7 @@
 Package: xdmx-tools
 Architecture: any
 Depends: xdmx, ${shlibs:Depends}, ${misc:Depends}
+Replaces: xdmx (<= 2:1.1.1-10)
 Description: Distributed Multihead X tools
  This package provides a collection of tools used for administration of
  the Xdmx server; see the xdmx package for more information.


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



Bug#399411: xserver-xorg: gtf command missing

2006-11-19 Thread Fabien COUTANT
Package: xserver-xorg
Version: 1:7.1.0-6
Severity: important

In sarge I used this little program to generate monitor timing lines for
modes for which the server didn't have a definition, or for which it used
a sub-optimal definition.

I still need this program to define correct timings for 1400x1050 or
1280x960 for example.

In sarge it was part of xserver-xfree86.  It was also in sarge's backport
xserver-xorg.  Please bring it back, or make it available in a separate
package.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xserver-xorg depends on:
ii  debconf  1.5.8   Debian configuration management sy
ii  x11-common   1:7.1.0-6   X Window System (X.Org) infrastruc
ii  xbase-clients1:7.1.ds-3  miscellaneous X clients
ii  xkb-data 0.9-4   X Keyboard Extension (XKB) configu
ii  xserver-xorg-core2:1.1.1-10  X.Org X server -- core server
ii  xserver-xorg-input-evdev [xs 1:1.1.2-6   X.Org X server -- evdev input driv
ii  xserver-xorg-input-kbd [xser 1:1.1.0-4   X.Org X server -- keyboard input d
ii  xserver-xorg-input-mouse [xs 1:1.1.1-3   X.Org X server -- mouse input driv
ii  xserver-xorg-video-ati [xser 1:6.6.3-2   X.Org X server -- ATI display driv
ii  xserver-xorg-video-dummy [xs 1:0.2.0-3   X.Org X server -- dummy display dr
ii  xserver-xorg-video-fbdev [xs 1:0.3.0-3   X.Org X server -- fbdev display dr
ii  xserver-xorg-video-i810 [xse 2:1.7.2-1   X.Org X server -- Intel i8xx, i9xx
ii  xserver-xorg-video-tdfx [xse 1:1.2.1-5   X.Org X server -- tdfx display dri
ii  xserver-xorg-video-v4l [xser 0.1.1-3 X.Org X server -- Video 4 Linux di
ii  xserver-xorg-video-vesa [xse 1:1.2.1-3   X.Org X server -- VESA display dri
ii  xserver-xorg-video-vga [xser 1:4.1.0-3   X.Org X server -- VGA display driv
ii  xserver-xorg-video-vmware [x 1:10.13.0-3 X.Org X server -- VMware display d

Versions of packages xserver-xorg recommends:
ii  discover1  1.7.19hardware identification system
ii  laptop-detect  0.12.1attempt to detect a laptop
pn  mdetect(no description available)
ii  xresprobe  0.4.23debian1 X Resolution Probe

-- debconf information:
  xserver-xorg/multiple_possible_x-drivers:
* xserver-xorg/config/monitor/use_sync_ranges: true
* xserver-xorg/config/inputdevice/mouse/port: /dev/input/mice
  xserver-xorg/config/doublequote_in_string_error:
  xserver-xorg/config/monitor/screen-size: 17 inches (430 mm)
* shared/default-x-server: xserver-xorg
  xserver-xorg/config/device/default-identifier:
* xserver-xorg/autodetect_monitor: true
* xserver-xorg/config/inputdevice/mouse/protocol: ImPS/2
  shared/no_known_x-server:
* xserver-xorg/config/display/default_depth: 16
* xserver-xorg/config/display/modes: 1400x1050, 1280x960, 1152x864, 1024x768, 
800x600, 640x480
  xserver-xorg/config/device/bus_id_error:
* xserver-xorg/config/monitor/vert-refresh: 80-150
* xserver-xorg/config/inputdevice/keyboard/options:
* xserver-xorg/autodetect_keyboard: false
* xserver-xorg/config/device/use_fbdev: false
* xserver-xorg/config/inputdevice/keyboard/variant:
  xserver-xorg/config/nonnumeric_string_error:
* xserver-xorg/config/inputdevice/keyboard/layout: fr
* xserver-xorg/config/modules: bitmap, dbe, ddc, dri, extmod, freetype, glx, 
int10, type1, v4l, vbe
* xserver-xorg/config/monitor/identifier: Belinea
* xserver-xorg/config/inputdevice/mouse/emulate3buttons: true
  xserver-xorg/autodetect_mouse: true
* xserver-xorg/config/monitor/horiz-sync: 30-96
* xserver-xorg/config/device/video_ram:
  xserver-xorg/config/monitor/range_input_error:
* xserver-xorg/config/inputdevice/keyboard/model: pc102
* xserver-xorg/config/device/driver: ati
* xserver-xorg/config/device/identifier: ATI Technologies Inc RV280 [Radeon 
9200 PRO]
* xserver-xorg/config/monitor/selection-method: Advanced
  xserver-xorg/config/null_string_error:
  shared/multiple_possible_x-servers:
* xserver-xorg/config/device/bus_id: PCI:1:0:0
* xserver-xorg/config/write_files_section: true
* xserver-xorg/autodetect_video_card: true
  xserver-xorg/config/monitor/mode-list: 1024x768 @ 60Hz
* xserver-xorg/config/inputdevice/keyboard/rules: xorg
  xserver-xorg/config/monitor/default-identifier:

-- 
Hope this helps,
Fabien.


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



X Strike Force X.Org X11 SVN commit: r4034 - tags/app/xdm

2006-11-19 Thread X Strike Force SVN Repository Admin
Author: julien
Date: 2006-11-19 10:36:09 -0500 (Sun, 19 Nov 2006)
New Revision: 4034

Added:
   tags/app/xdm/xdm-1.1.1/
Log:
Tagging upstream release of xdm-1.1.1


Copied: tags/app/xdm/xdm-1.1.1 (from rev 4033, vendor/app/xdm)


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



Re: X Strike Force X.Org X11 SVN commit: r4032 - vendor/app

2006-11-19 Thread David Nusinow
On Sun, Nov 19, 2006 at 10:06:51AM -0500, X Strike Force SVN Repository Admin 
wrote:
> Author: julien
> Date: 2006-11-19 10:06:51 -0500 (Sun, 19 Nov 2006)
> New Revision: 4032
> 
> Added:
>vendor/app/xdm/
> Log:
> Copy vendor branch of xdm from X11R7.1/app to new app dir
> 
> 
> Copied: vendor/app/xdm (from rev 4031, vendor/X11R7.1/app/xdm)

Didn't we abandon the vendor branch?

 - David Nusinow


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



X Strike Force X.Org X11 SVN commit: r4033 - in vendor/app/xdm: . config greeter

2006-11-19 Thread X Strike Force SVN Repository Admin
Author: julien
Date: 2006-11-19 10:32:27 -0500 (Sun, 19 Nov 2006)
New Revision: 4033

Added:
   vendor/app/xdm/config/Xreset.cpp
   vendor/app/xdm/config/Xstartup.cpp
Removed:
   vendor/app/xdm/config/Xreset
   vendor/app/xdm/config/Xstartup
   vendor/app/xdm/mkinstalldirs
Modified:
   vendor/app/xdm/AUTHORS
   vendor/app/xdm/ChangeLog
   vendor/app/xdm/Makefile.am
   vendor/app/xdm/Makefile.in
   vendor/app/xdm/README
   vendor/app/xdm/access.c
   vendor/app/xdm/aclocal.m4
   vendor/app/xdm/auth.c
   vendor/app/xdm/choose.c
   vendor/app/xdm/chooser.c
   vendor/app/xdm/compile
   vendor/app/xdm/config.h.in
   vendor/app/xdm/config/Makefile.am
   vendor/app/xdm/config/Makefile.in
   vendor/app/xdm/config/Xaccess
   vendor/app/xdm/config/Xresources.cpp
   vendor/app/xdm/config/Xservers.ws.cpp
   vendor/app/xdm/config/Xsession.cpp
   vendor/app/xdm/config/xdm-config.cpp
   vendor/app/xdm/configure
   vendor/app/xdm/configure.ac
   vendor/app/xdm/daemon.c
   vendor/app/xdm/depcomp
   vendor/app/xdm/dm.c
   vendor/app/xdm/dm.h
   vendor/app/xdm/dm_error.h
   vendor/app/xdm/dpylist.c
   vendor/app/xdm/error.c
   vendor/app/xdm/file.c
   vendor/app/xdm/genauth.c
   vendor/app/xdm/greet.h
   vendor/app/xdm/greeter/Login.c
   vendor/app/xdm/greeter/Login.h
   vendor/app/xdm/greeter/LoginP.h
   vendor/app/xdm/greeter/Makefile.am
   vendor/app/xdm/greeter/Makefile.in
   vendor/app/xdm/greeter/greet.c
   vendor/app/xdm/greeter/verify.c
   vendor/app/xdm/install-sh
   vendor/app/xdm/missing
   vendor/app/xdm/mitauth.c
   vendor/app/xdm/policy.c
   vendor/app/xdm/protodpy.c
   vendor/app/xdm/resource.c
   vendor/app/xdm/server.c
   vendor/app/xdm/session.c
   vendor/app/xdm/socket.c
   vendor/app/xdm/util.c
   vendor/app/xdm/xdm.man.cpp
   vendor/app/xdm/xdmauth.c
   vendor/app/xdm/xdmcp.c
   vendor/app/xdm/xdmshell.c
Log:
Update to xdm 1.1.1

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 4032:4033 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]



Processed: your mail

2006-11-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 399369 important
Bug#399369: xserver-xorg-core: [libGLcore.so] X server segfaults when running 
wings3d
Severity set to `important' from `important'

> reassign 399369 xserver-xorg-core
Bug#399369: xserver-xorg-core: [libGLcore.so] X server segfaults when running 
wings3d
Bug reassigned from package `xserver-xorg-core' to `xserver-xorg-core'.

> --
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#374986: Removing "dri" preset for recent ATI radeon cars

2006-11-19 Thread Michel Dänzer
On Sun, 2006-11-19 at 15:25 +0100, Eduard Bloch wrote:
> 
> Sure, sure. But then, please tell me how. I am just a dumb user when it
> comes to the X11 internals.

Doesn't really matter, it's just about finding other people with the
same card and seeing whether it works for them or not.


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



Bug#374986: Removing "dri" preset for recent ATI radeon cars

2006-11-19 Thread Eduard Bloch
#include 
* Michel Dänzer [Sun, Nov 19 2006, 03:10:57PM]:
> On Fri, 2006-11-17 at 22:43 +0100, Eduard Bloch wrote:
> > #include 
> > * Michel Dänzer [Fri, Nov 17 2006, 05:03:21PM]:
> > > On Wed, 2006-11-01 at 13:21 +0100, Eduard Bloch wrote: 
> > > > 
> > > > What do you think about simply removing the dri module if a recent ATI
> > > > card has been detected? The entry may even be there, but commented. The
> > > > reason is simple, it still causes trouble with dying (system locking) X
> > > > server, and for many people the stuff does not work anyway without the
> > > > non-free driver. 
> > > 
> > > Not in my experience nor according to what I hear upstream. Even here
> > > I'd expect more similar reports if this was the case.
> > 
> > Hm? The one you commented today on
> > https://bugs.freedesktop.org/show_bug.cgi?id=8243 is at least one of
> > such kind.
> 
> See the rest of my post. The reporter of that bug doesn't even have a
> card from the range you suggested disabling the DRI for. The symptoms
> are very generic and can be caused by a wide range of specific problems.
> You have yet to demonstrate a systematic problem independent of specific
> system setup.

Sure, sure. But then, please tell me how. I am just a dumb user when it
comes to the X11 internals.

Eduard.
-- 
Wie man sein Kind nicht nennen sollte: 
  Ann Zug 



X Strike Force X.Org X11 SVN commit: r4032 - vendor/app

2006-11-19 Thread X Strike Force SVN Repository Admin
Author: julien
Date: 2006-11-19 10:06:51 -0500 (Sun, 19 Nov 2006)
New Revision: 4032

Added:
   vendor/app/xdm/
Log:
Copy vendor branch of xdm from X11R7.1/app to new app dir


Copied: vendor/app/xdm (from rev 4031, vendor/X11R7.1/app/xdm)


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



X Strike Force X.Org X11 SVN commit: r4031 - vendor

2006-11-19 Thread X Strike Force SVN Repository Admin
Author: julien
Date: 2006-11-19 10:05:44 -0500 (Sun, 19 Nov 2006)
New Revision: 4031

Added:
   vendor/app/
Log:
Add dir for app vendor branch



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



Bug#399369: xserver-xorg-core: [libGLcore.so] X server segfaults when running wings3d

2006-11-19 Thread Sergei Golovan
Package: xserver-xorg-core
Version: 2:1.1.1-10
Severity: important

When running wings3d (3D modeller, which uses SDL) on Nvidia video card
using "nv" video driver the whole X server crashes (segfault in
/usr/lib/xorg/modules/extensions/libGLcore.so).

I've tried to run X with and without DRI. The problem persists.

When I installed nvidia-glx package and replaced "nv" by "nvidia" in
/etc/xorg.conf there was no segfaults anymore.

Related bugreport for wings3d is at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=398618

Backtrace is the following:

-
Backtrace:
0: /usr/bin/X(xf86SigHandler+0x84) [0x80c4354]
1: [0xe420]
2: /usr/lib/xorg/modules/extensions/libGLcore.so(_swrast_Line+0x23) [0x9e8f2c13]
3: /usr/lib/xorg/modules/extensions/libGLcore.so [0x9e9342f1]
4: /usr/lib/xorg/modules/extensions/libGLcore.so(_tnl_RenderClippedLine+0x23) 
[0x9e9554b3]
5: /usr/lib/xorg/modules/extensions/libGLcore.so [0x9e94e0f3]
6: /usr/lib/xorg/modules/extensions/libGLcore.so [0x9e95181a]
7: /usr/lib/xorg/modules/extensions/libGLcore.so [0x9e9555b5]
8: /usr/lib/xorg/modules/extensions/libGLcore.so(_tnl_run_pipeline+0x13f) 
[0x9e93bd8f]
9: /usr/lib/xorg/modules/extensions/libGLcore.so(_tnl_flush_vtx+0x2c5) 
[0x9e964855]
10: /usr/lib/xorg/modules/extensions/libGLcore.so(_tnl_FlushVertices+0x7c) 
[0x9e96191c]
11: /usr/lib/xorg/modules/extensions/libGLcore.so(_mesa_PopMatrix+0x105) 
[0x9e895d25]
12: /usr/lib/xorg/modules/extensions/libglx.so [0xa7bd4bd0]
13: /usr/lib/xorg/modules/extensions/libglx.so(__glXRender+0xf3) [0xa7bcbfd3]
14: /usr/lib/xorg/modules/extensions/libglx.so [0xa7bd0f6a]
15: /usr/bin/X(Dispatch+0x19b) [0x8086cab]
16: /usr/bin/X(main+0x489) [0x806e699]
17: /lib/tls/libc.so.6(__libc_start_main+0xc8) [0xa7d0eea8]
18: /usr/bin/X(FontFileCompleteXLFD+0xa9) [0x806d9d1]

Fatal server error:
Caught signal 11.  Server aborting
-

The whole Xorg log file:

-

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux jupiter 2.6.17-2-486 #1 Wed Sep 13 15:56:30 UTC 
2006 i686
Build Date: 07 July 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.2.log", Time: Sun Nov 19 14:53:33 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "NEC MultiSync LCD 1980SXi"
(**) |   |-->Device "Gigabyte GV-N52128DS-RH"
(**) |-->Input Device "Keyboard"
(**) Option "AutoRepeat" "250 40"
(**) Option "XkbCompat" "complete+leds(scroll)"
(**) XKB: compat: "complete+leds(scroll)"
(**) Option "XkbTypes" "complete"
(**) XKB: types: "complete"
(**) Option "XkbKeycodes" "xfree86"
(**) XKB: keycodes: "xfree86"
(**) Option "XkbGeometry" "pc(pc104)"
(**) XKB: geometry: "pc(pc104)"
(**) Option "XkbSymbols" 
"us(pc104)+ru(winkeys)+group(caps_toggle)+group(win_switch)"
(**) XKB: symbols: "us(pc104)+ru(winkeys)+group(caps_toggle)+group(win_switch)"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Logitech Wheel Mouse Optical"
(**) |-->Input Device "Logitech Mouse S35"
(**) FontPath set to:
unix/:7100
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Ignoring ABI Version
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(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.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(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.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0282 card 1043,80a3 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1106,1282 card , rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:2: chip 1106,2282 card , rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:3: chip 1106,3282 card ,00

Bug#374986: Removing "dri" preset for recent ATI radeon cars

2006-11-19 Thread Michel Dänzer
On Fri, 2006-11-17 at 22:43 +0100, Eduard Bloch wrote:
> #include 
> * Michel Dänzer [Fri, Nov 17 2006, 05:03:21PM]:
> > On Wed, 2006-11-01 at 13:21 +0100, Eduard Bloch wrote: 
> > > 
> > > What do you think about simply removing the dri module if a recent ATI
> > > card has been detected? The entry may even be there, but commented. The
> > > reason is simple, it still causes trouble with dying (system locking) X
> > > server, and for many people the stuff does not work anyway without the
> > > non-free driver. 
> > 
> > Not in my experience nor according to what I hear upstream. Even here
> > I'd expect more similar reports if this was the case.
> 
> Hm? The one you commented today on
> https://bugs.freedesktop.org/show_bug.cgi?id=8243 is at least one of
> such kind.

See the rest of my post. The reporter of that bug doesn't even have a
card from the range you suggested disabling the DRI for. The symptoms
are very generic and can be caused by a wide range of specific problems.
You have yet to demonstrate a systematic problem independent of specific
system setup.


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



Bug#399341: xserver-xfree86: XFree86 hangs with driver from nvidia

2006-11-19 Thread Benoit Panizzon
Package: xserver-xfree86
Version: 4.3.0.dfsg.1-14sarge2
Severity: important


Hi

Probably one of the last XFree86 updates has broken the nvidia support.

I did just try updating to the most recent kernel and the most recent
driver from nvidia.

Problem persists.

System hangs after:

Module Loader present
OS Kernel: Linux version 2.6.18.3 ([EMAIL PROTECTED]) (gcc-Version
3.3.5 (Debian 1:3.3.5-13)) #1 Sun Nov 19 12:00:26 CET 2006 T
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/XFree86.0.log", Time: Sun Nov
  19 12:26:55 2006
  (==) Using config file: "/etc/X11/XF86Config-4"
  Skipping
  "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":
  No symbols found
  Warning: font renderer for ".pcf" already registered
  at priority 0
  Warning: font renderer for ".pcf.Z" already registered
  at priority 0
  Warning: font renderer for ".pcf.gz" already
  registered at priority 0
  Warning: font renderer for ".snf" already registered
  at priority 0
  Warning: font renderer for ".snf.Z" already registered
  at priority 0
  Warning: font renderer for ".snf.gz" already
  registered at priority 0
  Warning: font renderer for ".bdf" already registered
  at priority 0
  Warning: font renderer for ".bdf.Z" already registered
  at priority 0
  Warning: font renderer for ".bdf.gz" already
  registered at priority 0
  Warning: font renderer for ".pmf" already registered
  at priority 0

using all memory and 100% CPU.

kill -9 of XFree86 solves the problem.

-Benoit-

-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86

/etc/X11/X target does not match checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx  1 root root 20 2003-01-14 04:31 /etc/X11/X -> /usr/bin/X11/XFree86
-rwxr-xr-x  1 root root 1746540 2006-10-02 22:52 /usr/bin/X11/XFree86

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86

VGA-compatible devices on PCI bus:
:01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 
4200 AGP 8x] (rev a1)

/etc/X11/XF86Config-4 does not match checksum in 
/var/lib/xfree86/XF86Config-4.md5sum.

XFree86 X server configuration file status:
-rw-r--r--  1 root root 4255 2006-11-19 12:13 /etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  ([EMAIL PROTECTED])  Mon Oct 16 22:13:07 PDT 
2006

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice"Generic Keyboard"
InputDevice"Configured Mouse"
InputDevice"Generic Mouse"
EndSection

Section "Files"
# local font server
# if the local font server has problems, we can fall back on these
FontPath"unix/:7100"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load   "bitmap"
Load   "dbe"
Load   "ddc"
Load   "extmod"
Load   "freetype"
Load   "glx"
Load   "int10"
Load   "record"
Load   "speedo"
Load   "type1"
Load   "vbe"
EndSection

Section "InputDevice"
  

Bug#392915: xserver-xorg-video-ati: xserver freezes system when starting

2006-11-19 Thread Marc =?UTF-8?Q?Poulhi=C3=A8s
Michel Dänzer <[EMAIL PROTECTED]> writes:

> If you suspect the hardware might be faulty, you could verify that with
> another OS.

FYI, I changed my radeon 8500 by a new 9250, and everything works
nice. The strange thing is that I tried the 8500 in another computer
(also debian sid) where I don't need DRI, and DRI works there... I
guess this is a bit difficult to fix, but I just wanted to add this
info...

Marc




Bug#396125: Processed: reassign 396125 to xserver-xorg

2006-11-19 Thread Christian Perrier
Attached is a possible, but untested, patch.

To the bug submitter, do you have a working xorg.conf example which
correctly handles the Swiss German USB keyboard? That would help
improving this patch.


--- xserver-xorg.postinst.in.old2006-11-19 09:35:28.446778187 +0100
+++ xserver-xorg.postinst.in2006-11-19 09:36:40.175375177 +0100
@@ -1181,6 +1181,7 @@
 mac-fr2-ext) XMAP="fr";;
 mac-fr3) XMAP="fr";;
 mac-es) XMAP="es";;
+mac-usb-de_CH) XMAP="ch"; VARIANT="de";;
 no) XMAP="no";;
 pl) XMAP="pl";;
 pt) XMAP="pt";;


signature.asc
Description: Digital signature