lists for the medical profession

2007-09-10 Thread Childers N Aubrey



For the week ending Sep 14, you will receive a Listing for Nursing Homes, 
Hospitals and Dentists completely free! when you order the MD Listing


Licensed MDs in the USA 

788,080 in total – 17,400 emails

MD in over 34 specialties

Sort by over a dozen different fields

New Price: $357


*** Get the 3 databases below as a bonus when you order the MD list above ***

American Hospitals
complete contact information for CEO's, CFO's, Directors and more - over 23,000 
listings in total for more than 7,000 hospitals in the USA

American Dentists
A complete List or dentists and related services (valued at $299)

US Nursing Home Database
Full data for CFO, Nursing Directors, Senior Admins [ worth $249 alone ]

send and email to: [EMAIL PROTECTED]




put finish in the subject of an email to us to discontinue emails


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



xserver-xorg-video-ivtvdev: Changes to 'debian-experimental'

2007-09-10 Thread Ian Campbell
 .gitignore   |2 
 Changelog|   40 
 Makefile.in  |  139 
 README   |   16 
 aclocal.m4   |  560 -
 configure| 8225 +++-
 configure.ac |8 
 debian/NEWS  |7 
 debian/changelog |   15 
 debian/patches/configure-correct-version |12142 ---
 debian/patches/remove-xf86_ansic.h   |   32 
 debian/patches/series|1 
 src/Imakefile|   17 
 src/Makefile.am  |   19 
 src/Makefile.in  |  203 
 src/TODO |   12 
 src/ivtv.c   |  741 +
 src/ivtv.h   |   57 
 src/ivtv_compat.h|  128 
 src/ivtv_hw.c|  900 ++
 src/ivtv_hw.h|  132 
 src/ivtv_xv.c|  217 
 src/ivtv_xv.h|   33 
 src/ivtvcompat.h |   77 
 src/ivtvdev.c|  726 -
 src/ivtvdev.h|   27 
 src/ivtvhw.c |  922 --
 src/ivtvhw.h |  108 
 28 files changed, 7025 insertions(+), 18481 deletions(-)

New commits:
commit 423e2d6308f16a27dc52fdd05663f2c082c6de47
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Mon Sep 10 07:27:10 2007 +0100

This new version fixed 441275

diff --git a/debian/changelog b/debian/changelog
index 9d31c48..067e351 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
 xserver-xorg-video-ivtvdev (1.0.0~svn4049-1) unstable; urgency=low
 
-  * Import upstream subversion revision 4049.
+  * Import upstream subversion revision 4049 (Closes: #441275).
   * Patch 00_xorg_7_1 is no longer required.
   * The xf86_ansic.h header is no longer required.
+  * 
 
- -- Ian Campbell [EMAIL PROTECTED]  Sun, 26 Aug 2007 10:06:42 +0100
+ -- Ian Campbell [EMAIL PROTECTED]  Mon, 10 Sep 2007 07:26:44 +0100
 
 xserver-xorg-video-ivtvdev (0.10.6-3) UNRELEASED; urgency=low
 

commit e0aa623a1e77f0d0d5a1dd34833f1f8bbfb27643
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Mon Sep 10 07:26:23 2007 +0100

Add a NEWS file noting the change in the driver name

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 000..e2ad560
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,7 @@
+xserver-xorg-video-ivtvdev (1.0.0~svn4049-1) unstable; urgency=low
+
+  * The IVTV X driver has been renamed by upstream from ivtvdev to just
+ivtv. You will need to update /etc/X11/xorg.conf.
+
+ -- Ian Campbell [EMAIL PROTECTED]  Mon, 10 Sep 2007 07:24:39 +0100
+

commit 2f5ba71704dd6a50cb90d5f74de5862bceca6993
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Mon Sep 10 07:23:20 2007 +0100

Update changelog for r4049. Collapse multiple unreleased svn snapshot 
changelog
entries into one.

diff --git a/debian/changelog b/debian/changelog
index 2f2022d..9d31c48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,24 +1,10 @@
-xserver-xorg-video-ivtvdev (1.0.0~svn4027-1) unstable; urgency=low
+xserver-xorg-video-ivtvdev (1.0.0~svn4049-1) unstable; urgency=low
 
-  * Import upstream subversion revision 4027.
-
- -- Ian Campbell [EMAIL PROTECTED]  Sun, 26 Aug 2007 10:06:42 +0100
-
-xserver-xorg-video-ivtvdev (0.10.8~svn3991-1) unstable; urgency=low
-
-  * Import upstream subversion revision 3991.
-  * correct upstream version in configure{,.ac} (0.3.1=0.10.8)
-  * Switch to using ~ for svn revision so they sort correctly.
-
- -- Ian Campbell [EMAIL PROTECTED]  Sun, 12 Aug 2007 14:50:02 +0100
-  
-xserver-xorg-video-ivtvdev (0.10.6+svn3805-1) UNRELEASED; urgency=low
-
-  * Imported upstream subversion revision 3805.
+  * Import upstream subversion revision 4049.
   * Patch 00_xorg_7_1 is no longer required.
   * The xf86_ansic.h header is no longer required.
 
- -- Ian Campbell [EMAIL PROTECTED]  Wed, 28 Mar 2007 22:05:43 +0100
+ -- Ian Campbell [EMAIL PROTECTED]  Sun, 26 Aug 2007 10:06:42 +0100
 
 xserver-xorg-video-ivtvdev (0.10.6-3) UNRELEASED; urgency=low
 

commit 4045de03e540d6dff52486212e123fa1e6bd4271
Author: hverkuil [EMAIL PROTECTED]
Date:   Tue Aug 28 08:37:51 2007 +

Add copyright Matthias (hope I've got this right)


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

diff --git a/src/ivtv.c b/src/ivtv.c
index 26a57d1..ed5be5b 100644
--- a/src/ivtv.c
+++ b/src/ivtv.c
@@ -3,6 +3,7 @@
 X11 video driver for the Conexant 23415 MPEG encoder/decoder On-Screen Display
 using the ivtvfb framebuffer driver.
 
+Copyright (C) 2004 Matthias Badaire
 Copyright (C) 2004-2007 John P. Harvey [EMAIL PROTECTED]
 Copyright (C) 

xserver-xorg-video-ivtvdev: Changes to 'upstream-trunk'

2007-09-10 Thread Ian Campbell
 Changelog |   40 
 Makefile.in   |  139 
 README|   16 
 aclocal.m4|  560 ++-
 configure | 8225 --
 configure.ac  |8 
 src/Imakefile |   17 
 src/Makefile.am   |   19 
 src/Makefile.in   |  203 -
 src/TODO  |   12 
 src/ivtv.c|  741 
 src/ivtv.h|   57 
 src/ivtv_compat.h |  128 
 src/ivtv_hw.c |  900 +
 src/ivtv_hw.h |  132 
 src/ivtv_xv.c |  217 -
 src/ivtv_xv.h |   33 
 src/ivtvcompat.h  |   77 
 src/ivtvdev.c |  726 
 src/ivtvdev.h |   27 
 src/ivtvhw.c  |  922 --
 src/ivtvhw.h  |  108 
 22 files changed, 6995 insertions(+), 6312 deletions(-)

New commits:
commit 4045de03e540d6dff52486212e123fa1e6bd4271
Author: hverkuil [EMAIL PROTECTED]
Date:   Tue Aug 28 08:37:51 2007 +

Add copyright Matthias (hope I've got this right)


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

diff --git a/src/ivtv.c b/src/ivtv.c
index 26a57d1..ed5be5b 100644
--- a/src/ivtv.c
+++ b/src/ivtv.c
@@ -3,6 +3,7 @@
 X11 video driver for the Conexant 23415 MPEG encoder/decoder On-Screen Display
 using the ivtvfb framebuffer driver.
 
+Copyright (C) 2004 Matthias Badaire
 Copyright (C) 2004-2007 John P. Harvey [EMAIL PROTECTED]
 Copyright (C) 2006-2007 Ian Armstrong [EMAIL PROTECTED]
 
diff --git a/src/ivtv.h b/src/ivtv.h
index de953e0..af89615 100644
--- a/src/ivtv.h
+++ b/src/ivtv.h
@@ -2,6 +2,8 @@
 X11 video driver for the Conexant 23415 MPEG encoder/decoder On-Screen Display
 using the ivtvfb framebuffer driver.
 
+Copyright (C) 2004 Matthias Badaire
+Copyright (C) 2004-2007 John P. Harvey [EMAIL PROTECTED]
 Copyright (C) 2006-2007 Ian Armstrong [EMAIL PROTECTED]
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/src/ivtv_hw.c b/src/ivtv_hw.c
index 54fa066..08f1a76 100644
--- a/src/ivtv_hw.c
+++ b/src/ivtv_hw.c
@@ -2,6 +2,7 @@
 X11 video driver for the Conexant 23415 MPEG encoder/decoder On-Screen Display
 using the ivtvfb framebuffer driver.
 
+Copyright (C) 2004 Matthias Badaire
 Copyright (C) 2004-2007 John P. Harvey [EMAIL PROTECTED]
 Copyright (C) 2006-2007 Ian Armstrong [EMAIL PROTECTED]
 
diff --git a/src/ivtv_hw.h b/src/ivtv_hw.h
index 571d860..a7d0170 100644
--- a/src/ivtv_hw.h
+++ b/src/ivtv_hw.h
@@ -2,6 +2,7 @@
 X11 video driver for the Conexant 23415 MPEG encoder/decoder On-Screen Display
 using the ivtvfb framebuffer driver.
 
+Copyright (C) 2004 Matthias Badaire
 Copyright (C) 2004-2007 John P. Harvey [EMAIL PROTECTED]
 Copyright (C) 2006-2007 Ian Armstrong [EMAIL PROTECTED]
 
diff --git a/src/ivtv_xv.c b/src/ivtv_xv.c
index bf36962..1a16e69 100644
--- a/src/ivtv_xv.c
+++ b/src/ivtv_xv.c
@@ -2,6 +2,7 @@
 X Video Extension support for ivtv_drv.
 Based on s3virge xv code from XFree86
 
+Copyright (C) 2004 Matthias Badaire
 Copyright (C) 2004-2007 John P. Harvey [EMAIL PROTECTED]
 Copyright (C) 2006-2007 Ian Armstrong [EMAIL PROTECTED]
 

commit 8e3f1dcaf0e7c76a8c80eccbdd5cd2f17477da48
Author: hverkuil [EMAIL PROTECTED]
Date:   Tue Aug 28 08:17:36 2007 +

Put in correct licenses and (hopefully) correct copyrights.


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

diff --git a/src/ivtv.c b/src/ivtv.c
index 1ac7443..26a57d1 100644
--- a/src/ivtv.c
+++ b/src/ivtv.c
@@ -1,7 +1,32 @@
 /*
- * Authors:  Alan Hourihane, [EMAIL PROTECTED]
- *  Michel D�nzer, [EMAIL PROTECTED]
- */
+
+X11 video driver for the Conexant 23415 MPEG encoder/decoder On-Screen Display
+using the ivtvfb framebuffer driver.
+
+Copyright (C) 2004-2007 John P. Harvey [EMAIL PROTECTED]
+Copyright (C) 2006-2007 Ian Armstrong [EMAIL PROTECTED]
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the Software), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
+NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR 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.
+
+Except as contained in this notice, the name of the XFree86 Project shall not
+be used in advertising or otherwise to promote the 

xserver-xorg-video-ivtvdev: Changes to 'debian-experimental'

2007-09-10 Thread Ian Campbell
 debian/changelog |1 -
 1 file changed, 1 deletion(-)

New commits:
commit b6a4c3aa1ba4dea1676da27d79c2f39879fb60f7
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Mon Sep 10 08:56:13 2007 +0100

Remove blank entry from changelog

diff --git a/debian/changelog b/debian/changelog
index 067e351..0eb987d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,6 @@ xserver-xorg-video-ivtvdev (1.0.0~svn4049-1) unstable; 
urgency=low
   * Import upstream subversion revision 4049 (Closes: #441275).
   * Patch 00_xorg_7_1 is no longer required.
   * The xf86_ansic.h header is no longer required.
-  * 
 
  -- Ian Campbell [EMAIL PROTECTED]  Mon, 10 Sep 2007 07:26:44 +0100
 


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



Bug#441354: xterm mispositions character glyphs with gnu unifont

2007-09-10 Thread Thomas Dickey
On Sun, Sep 09, 2007 at 06:20:08AM +0200, Rich Felker wrote:
 Package: xterm
 Version: 229-1
 Severity: normal
 
 When using GNU Unifont with xterm, certain Unicode characters
 (0100-011F, 017F-019F, 0200-021F, ...) are displayed in the wrong
 position, roughly half a cell-width to the left of where they belong.
 Using urxvt works fine so the issue seems to be a problem with xterm
 and not the font.

The font contains glyphs with more than one width, and xterm thinks
it is a proportional font.  There are probably special cases where
the width of the glyphs matches the single/double-width characters,
though _that_ does not appear to be the explanation.  But xterm's
behavior for this special case is not based on the range of codes
to display.

(I can look into how to improve it for the special case, though there
are other fonts which work correctly ;-)

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpvpt7kvXABI.pgp
Description: PGP signature


Bug#181423: nets|rbm

2007-09-10 Thread adrienj Samani

Wassup Samani
I love him to death but our sex life sucked

Abe Verity
http://sitesmit.com/




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



Bug#439788: xserver-xorg-video-via: fails to detect monitor

2007-09-10 Thread Michal . Suchanek
 [EMAIL PROTECTED] wrote:
  Package: xserver-xorg-video-via
  Version: 1:0.2.2-2+b1
  Severity: normal
 
 
  The driver fails to detect the Eizo FlexScan L465 LCD panel connected to
  the VGA connector. This screen is normally (when connected to different
  graphics adapters) easily detected.
 
  The resolution set by the driver is unusable with this screen, the
  bottom part of the desktop is offscreen and won't scroll.

 
 Does the VESA driver works better here? Did you actually get this screen
 to work fine with an earlier X.org release? which one? which driver and
 which version? which server version?

I tried again, and this time the detection worked. It even guesses the
correct virtual size.
It was probably a cabling issue back then.

Sorry about the noise.

Thanks

Michal



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



xorg-server: Changes to 'debian-experimental'

2007-09-10 Thread Julien Cristau
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 912585e4087eacfb7896908e162eeedf9f874d24
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 10 14:35:59 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index a9d7c18..4b12eea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg-server (2:1.4-1) UNRELEASED; urgency=low
+xorg-server (2:1.4-1) experimental; urgency=low
 
   * New upstream release (X.Org 7.3)
 + RandR doesn't mark Xinerama as active when no crtcs are enabled
@@ -9,7 +9,7 @@ xorg-server (2:1.4-1) UNRELEASED; urgency=low
 2:0.9.3), x11proto-fonts-dev
   * Bump serverminver to 2:1.4, videoabiver to 2, inputabiver to 2.
 
- -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 12:53:30 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 10 Sep 2007 14:35:38 +0200
 
 xorg-server (2:1.3.99.2-1) experimental; urgency=low
 


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



xorg-server: Changes to 'refs/tags/xorg-server-2_1.4-1'

2007-09-10 Thread Julien Cristau
Tag 'xorg-server-2_1.4-1' created by Julien Cristau [EMAIL PROTECTED] at 
2007-09-10 12:57 +

Tagging upload of xorg-server 2:1.4-1 to experimental.

Changes since xorg-server-2_1.3.99.2-1:
Adam Jackson (1):
  [RANDR] Don't mark Xinerama as active if no crtcs are enabled. (bug 
#11504).

Alan Hourihane (1):
  Allow yres_virtual to be greater for some kernel fbdev drivers.

Daniel Stone (1):
  Fix key repeats during VT switch.

Eric Anholt (2):
  Fix server version reporting to be the server package version.
  Bump version to 1.4.0.

Julien Cristau (9):
  Add proper depends to xserver-xorg-dev.
  Fix whitespace braindamage in the previous commit.
  Merge tag 'xorg-server-1.4' into debian-experimental
  Refresh patch 21.
  autoreconf
  Update changelogs for new upstream
  Bump serverminver, videoabiver, inputabiver for release.
  Add closer for #431746.
  Prepare changelog for upload.

Keith Packard (2):
  [COMPOSITE] Composite used for pixmap population on redirect. (Bug #7447)
  Deliver correct event when releasing keys on VT switch.

Marius Gedminas (1):
  [RANDR] Compare only milliseconds of config time. (Bug #6502)

---
 ChangeLog   |  324 
++
 GL/Makefile.in  |4 
 GL/apple/Makefile.in|4 
 GL/glx/Makefile.in  |4 
 GL/mesa/Makefile.in |4 
 GL/mesa/X/Makefile.in   |4 
 GL/mesa/glapi/Makefile.in   |4 
 GL/mesa/main/Makefile.in|4 
 GL/mesa/math/Makefile.in|4 
 GL/mesa/shader/Makefile.in  |4 
 GL/mesa/shader/grammar/Makefile.in  |4 
 GL/mesa/shader/slang/Makefile.in|4 
 GL/mesa/swrast/Makefile.in  |4 
 GL/mesa/swrast_setup/Makefile.in|4 
 GL/mesa/tnl/Makefile.in |4 
 GL/mesa/vbo/Makefile.in |4 
 Makefile.in |4 
 XTrap/Makefile.in   |4 
 Xext/Makefile.in|4 
 Xi/Makefile.in  |4 
 afb/Makefile.in |4 
 cfb/Makefile.in |4 
 cfb32/Makefile.in   |4 
 composite/Makefile.in   |4 
 composite/compalloc.c   |   73 +-
 composite/compint.h |3 
 composite/compwindow.c  |2 
 config/Makefile.in  |4 
 configure   |  265 ++--
 configure.ac|   86 --
 damageext/Makefile.in   |4 
 dbe/Makefile.in |4 
 debian/changelog|   13 
 debian/control  |2 
 debian/inputabiver  |2 
 debian/patches/21_glx_align_fixes.patch |   18 
 debian/serverminver |2 
 debian/videoabiver  |2 
 dix/Makefile.am |2 
 dix/Makefile.in |6 
 dix/devices.c   |1 
 dix/getevents.c |   37 -
 dix/main.c  |2 
 doc/Makefile.in |4 
 exa/Makefile.in |4 
 fb/Makefile.in  |4 
 hw/Makefile.in  |4 
 hw/darwin/Makefile.in   |4 
 hw/darwin/bundle/Dutch.lproj/Makefile.in|4 
 hw/darwin/bundle/English.lproj/Makefile.in  |4 
 hw/darwin/bundle/French.lproj/Makefile.in   |4 
 

Processing of xorg-server_1.4-1_i386.changes

2007-09-10 Thread Archive Administrator
xorg-server_1.4-1_i386.changes uploaded successfully to localhost
along with the files:
  xorg-server_1.4-1.dsc
  xorg-server_1.4.orig.tar.gz
  xorg-server_1.4-1.diff.gz
  xserver-xorg-core_1.4-1_i386.deb
  xserver-xorg-dev_1.4-1_i386.deb
  xnest_1.4-1_i386.deb
  xvfb_1.4-1_i386.deb
  xserver-xephyr_1.4-1_i386.deb
  xserver-xorg-core-dbg_1.4-1_i386.deb

Greetings,

Your Debian queue daemon


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



xorg-server_1.4-1_i386.changes ACCEPTED

2007-09-10 Thread Debian Installer

Accepted:
xnest_1.4-1_i386.deb
  to pool/main/x/xorg-server/xnest_1.4-1_i386.deb
xorg-server_1.4-1.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.4-1.diff.gz
xorg-server_1.4-1.dsc
  to pool/main/x/xorg-server/xorg-server_1.4-1.dsc
xorg-server_1.4.orig.tar.gz
  to pool/main/x/xorg-server/xorg-server_1.4.orig.tar.gz
xserver-xephyr_1.4-1_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.4-1_i386.deb
xserver-xorg-core-dbg_1.4-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core-dbg_1.4-1_i386.deb
xserver-xorg-core_1.4-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.4-1_i386.deb
xserver-xorg-dev_1.4-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.4-1_i386.deb
xvfb_1.4-1_i386.deb
  to pool/main/x/xorg-server/xvfb_1.4-1_i386.deb


Override entries for your package:
xnest_1.4-1_i386.deb - optional x11
xorg-server_1.4-1.dsc - source x11
xserver-xephyr_1.4-1_i386.deb - optional x11
xserver-xorg-core-dbg_1.4-1_i386.deb - extra x11
xserver-xorg-core_1.4-1_i386.deb - optional x11
xserver-xorg-dev_1.4-1_i386.deb - optional x11
xvfb_1.4-1_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 431746 


Thank you for your contribution to Debian.


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



Bug#179286: Bug #157 PC CARD

2007-09-10 Thread Avery Mcleod

Exquisite Replica Watches

All the top Brands... 


Visit our online Shop!

www.iruiurje.com







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



Bug#431746: marked as done (Xorg/sparc: Xinerama active, but = 0 screens?)

2007-09-10 Thread Debian Bug Tracking System
Your message dated Mon, 10 Sep 2007 13:17:08 +
with message-id [EMAIL PROTECTED]
and subject line Bug#431746: fixed in xorg-server 2:1.4-1
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)

---BeginMessage---
Package: xserver-xorg
Version: 1:7.2-5
Severity: important


Hello,

Since my last upgrade, I cannot use X anymore on all my sparc64. All use
Creator3D framebuffer and I'm not sure that this trouble occurs with
another framebuffer. I never see this bug on i386, but I don't know
if it comes from framebuffer driver or if it is sparc64 specific.

All program that test Xinerama crash because XineramaIsActive returns 
TRUE
_and_ XineramaQueryScreens returns a NULL pointer and a number of 
screens =
0. Maybe the bug is in XineramaQueryScreens ?

Regards,

JKB

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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-12-17 19:12 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1805072 2007-06-01 21:45 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2976 2007-07-02 19:46 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
FontPathunix/:7100
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/X11R6/lib/X11/fonts/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/X11R6/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/X11R6/lib/X11/fonts/75dpi
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Loadi2c
Loadbitmap
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadvbe
Loadcfb
Loadcfb32
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout fr
Option  XkbVariantlatin9
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
EndSection

Section Device
Identifier  Carte vido gnrique
Driver  sunffb
Option  UseFBDev  true
EndSection

Section Monitor
Identifier  cran gnrique
Option  DPMS
HorizSync   28-64
VertRefresh 43-60
EndSection

Section Screen
Identifier  Default Screen
Device  Carte vido gnrique
Monitor cran gnrique
DefaultDepth24
SubSection Display
Depth   1
Modes   1280x1024
EndSubSection

Bug#432256: marked as done (libxinerama1: XineramaIsActive disagrees with XineramaQueryScreens on sparc)

2007-09-10 Thread Debian Bug Tracking System
Your message dated Mon, 10 Sep 2007 13:17:08 +
with message-id [EMAIL PROTECTED]
and subject line Bug#431746: fixed in xorg-server 2:1.4-1
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)

---BeginMessage---
Package: libxinerama1
Version: 1:1.0.2-1
Severity: important

Hi,
according to XineramaIsActive(3):

 XineramaIsActive()
The  XineramaActive function returns a Boolean operator used to determine 
if Xin‐
erama is activated on the screen. Returns True  for  active  and  False  
for  not
active.

(there's a typo, s/XineramaActive/XineramaIsActive/)

 [...]

 XineramaQueryScreens() returns NULL and sets number to 0 if Xinerama is
 not active.

Actually on my sparc machine XineramaIsActive() returns True, while
XineramaQueryScreens sets the number of screens to 0 and returns a NULL
pointer.

This bug makes gdm unusable, and probably other packages.

I've tried the following program on sparc and i386:

#include stdio.h
#include X11/Xlib.h
#include X11/extensions/Xinerama.h

int main() {
Display *disp = XOpenDisplay(NULL);
int n_screens;
XineramaScreenInfo *xscreens = XineramaQueryScreens (disp,
n_screens);

printf(XineramaIsActive: %d\n, XineramaIsActive(disp));
printf(Number of screens: %d\n, n_screens);

if(xscreens == NULL)
printf(XineramaQueryScreens returned a NULL pointer\n);
else
printf(XineramaQueryScreens returned something useful\n);

XFree(xscreens);

return 0;
}

The program above prints the following on my sparc machine:

XineramaIsActive: 1
Number of screens: 0
XineramaQueryScreens returned a NULL pointer

Conversely, on i386 the bug is not reproducible:

XineramaIsActive: 1
Number of screens: 1
XineramaQueryScreens returned something useful

ciao,
ema

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.22-rc7
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libxinerama1 depends on:
ii  libc6 2.5-9  GNU C Library: Shared libraries
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  x11-common1:7.2-5X Window System (X.Org) infrastruc

libxinerama1 recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: xorg-server
Source-Version: 2:1.4-1

We believe that the bug you reported is fixed in the latest version of
xorg-server, which is due to be installed in the Debian FTP archive:

xnest_1.4-1_i386.deb
  to pool/main/x/xorg-server/xnest_1.4-1_i386.deb
xorg-server_1.4-1.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.4-1.diff.gz
xorg-server_1.4-1.dsc
  to pool/main/x/xorg-server/xorg-server_1.4-1.dsc
xorg-server_1.4.orig.tar.gz
  to pool/main/x/xorg-server/xorg-server_1.4.orig.tar.gz
xserver-xephyr_1.4-1_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.4-1_i386.deb
xserver-xorg-core-dbg_1.4-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core-dbg_1.4-1_i386.deb
xserver-xorg-core_1.4-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.4-1_i386.deb
xserver-xorg-dev_1.4-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.4-1_i386.deb
xvfb_1.4-1_i386.deb
  to pool/main/x/xorg-server/xvfb_1.4-1_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.
Julien Cristau [EMAIL PROTECTED] (supplier of updated xorg-server 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, 10 Sep 2007 14:35:38 +0200
Source: xorg-server
Binary: xserver-xephyr xserver-xorg-core xvfb xserver-xorg-dev 
xserver-xorg-core-dbg xnest
Architecture: source i386
Version: 2:1.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau [EMAIL PROTECTED]
Description: 
 xnest  - Nested X server
 xserver-xephyr - Next Generation Nested X 

xserver-xorg-input-mouse: Changes to 'refs/tags/xserver-xorg-input-mouse-1_1.2.2-3'

2007-09-10 Thread Julien Cristau
Tag 'xserver-xorg-input-mouse-1_1.2.2-3' created by Julien Cristau [EMAIL 
PROTECTED] at 2007-09-10 13:36 +

Tagging upload of xserver-xorg-input-mouse 1:1.2.2-3 to experimental.

Changes since xserver-xorg-input-mouse-1_1.2.2-2:
Julien Cristau (2):
  Rebuild against xserver 1.4
  Prepare changelog for upload.

---
 debian/changelog |6 ++
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
---


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



xserver-xorg-input-mouse: Changes to 'debian-experimental'

2007-09-10 Thread Julien Cristau
 debian/changelog |6 ++
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 4d130dd1229fa980023db9c209c09b3ae24c1695
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 10 15:14:38 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 670fb8a..cfd14d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-xserver-xorg-input-mouse (1:1.2.2-3) UNRELEASED; urgency=low
+xserver-xorg-input-mouse (1:1.2.2-3) experimental; urgency=low
 
   * Rebuild against xserver 1.4.
 
- -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 18:46:49 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 10 Sep 2007 15:13:59 +0200
 
 xserver-xorg-input-mouse (1:1.2.2-2) experimental; urgency=low
 

commit 60aeb9598e73269ce3dedcb19a8ecaf8ac080b5c
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 6 18:48:34 2007 +0200

Rebuild against xserver 1.4

diff --git a/debian/changelog b/debian/changelog
index 69bd111..670fb8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-mouse (1:1.2.2-3) UNRELEASED; urgency=low
+
+  * Rebuild against xserver 1.4.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 18:46:49 +0200
+
 xserver-xorg-input-mouse (1:1.2.2-2) experimental; urgency=low
 
   * Rebuild against xserver 1.3.99.0.
diff --git a/debian/control b/debian/control
index 8596747..702c623 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.3.99.0), 
x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev, quilt
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-mouse
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-mouse.git


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



xserver-xorg-video-ati: Changes to 'debian-experimental'

2007-09-10 Thread Brice Goglin
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 35b4dea8e140c8f9cc53a5bb06fa18bef7bf2dda
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Fri Sep 7 17:54:37 2007 +0200

Build against Xserver 2:1.4-1

diff --git a/debian/changelog b/debian/changelog
index 0e55293..98f563b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-ati (1:6.7.192-3) experimental; urgency=low
+
+  * Build against xserver 2:1.4-1.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Fri, 07 Sep 2007 17:52:57 +0200
+
 xserver-xorg-video-ati (1:6.7.192-2) experimental; urgency=low
 
   * Build against xserver 1.3.99.2.


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



xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.7.192-3'

2007-09-10 Thread Brice Goglin
Tag 'xserver-xorg-video-ati-1_6.7.192-3' created by Brice Goglin [EMAIL 
PROTECTED] at 2007-09-10 13:44 +

Tagging upload of xserver-xorg-video-ati 1:6.7.192-3 to experimental.

Changes since xserver-xorg-video-ati-1_6.7.192-2:
Brice Goglin (1):
  Build against Xserver 2:1.4-1

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


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



xserver-xorg-input-keyboard: Changes to 'debian-experimental'

2007-09-10 Thread Julien Cristau
 debian/changelog |5 +++--
 debian/control   |2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit c24d0628b57c7e1f785b0d93f08d3c003f026694
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 10 15:44:18 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index bdf549a..a589103 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-xserver-xorg-input-keyboard (1:1.2.2-1) UNRELEASED; urgency=low
+xserver-xorg-input-keyboard (1:1.2.2-1) experimental; urgency=low
 
   * New upstream release.
   * Update debian/copyright.
   * Add myself to Uploaders, and remove Branden with his permission.
   * Build against xserver 1.4.
 
- -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 18:44:05 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 10 Sep 2007 15:44:08 +0200
 
 xserver-xorg-input-keyboard (1:1.2.0-2) experimental; urgency=low
 

commit 30a695b2a38609bffd0a859f45cd8454832e0ca3
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 10 15:43:05 2007 +0200

* Build against xserver 1.4.

diff --git a/debian/changelog b/debian/changelog
index 28a3467..bdf549a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xserver-xorg-input-keyboard (1:1.2.2-1) UNRELEASED; urgency=low
   * New upstream release.
   * Update debian/copyright.
   * Add myself to Uploaders, and remove Branden with his permission.
+  * Build against xserver 1.4.
 
  -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 18:44:05 +0200
 
diff --git a/debian/control b/debian/control
index 1da6a41..427cd40 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.3.99.0), 
x11proto-kb-dev, x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev, 
quilt
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-kb-dev, x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev, 
quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-keyboard
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-keyboard.git


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



xserver-xorg-input-keyboard: Changes to 'refs/tags/xserver-xorg-input-keyboard-1_1.2.2-1'

2007-09-10 Thread Julien Cristau
Tag 'xserver-xorg-input-keyboard-1_1.2.2-1' created by Julien Cristau [EMAIL 
PROTECTED] at 2007-09-10 13:45 +

Tagging upload of xserver-xorg-input-keyboard 1:1.2.2-1 to experimental.

Changes since xserver-xorg-input-keyboard-1_1.2.0-2:
Alan Coopersmith (6):
  Update Solaris port to work with os layer move into kbd driver
  renamed: .cvsignore - .gitignore
  Update key mappings before we walk them looking for modifiers, not after
  Remove old wrappers used for sharing code between keyboard  kbd drivers
  Sun bug 6312042: Preserve NumLock  CapsLock state on Xorg startup
  Remove unused variables

Eric Anholt (2):
  Bug #9748: Include GPL license by Rik Faith for some lnx_kbd.c contents.
  Bump version to 1.2.2 for release.

Julien Cristau (7):
  Merge tag 'xf86-input-keyboard-1.2.2' into debian-experimental
  autoreconf
  Update changelogs for new release.
  Update debian/copyright.
  * Add myself to Uploaders, and remove Branden with his permission.
  * Build against xserver 1.4.
  Prepare changelog for upload.

---
 .cvsignore   |   19 
 .gitignore   |   20 
 ChangeLog|   66 +++
 Makefile.in  |  135 +++---
 aclocal.m4   |  676 +---
 config.guess |6 
 config.sub   |   10 
 configure| 1159 +--
 configure.ac |2 
 debian/changelog |9 
 debian/control   |4 
 debian/copyright |   10 
 depcomp  |   64 ++-
 install-sh   |  348 
 ltmain.sh|  233 +++
 man/Makefile.in  |  102 ++--
 missing  |   61 +-
 mkinstalldirs|5 
 src/Makefile.am  |2 
 src/Makefile.in  |  134 +++---
 src/lnx_kbd.c|4 
 src/sun_kbd.c|  306 ++
 src/sun_kbd.h|   33 -
 src/sun_kbdEv.c  |  855 
 src/sun_kbdMap.c |  671 +++
 src/xf86Keymap.h |  146 --
 26 files changed, 2800 insertions(+), 2280 deletions(-)
---


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



Processing of xserver-xorg-video-ati_6.7.192-3_i386.changes

2007-09-10 Thread Archive Administrator
xserver-xorg-video-ati_6.7.192-3_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-ati_6.7.192-3.dsc
  xserver-xorg-video-ati_6.7.192-3.diff.gz
  xserver-xorg-video-ati_6.7.192-3_i386.deb
  xserver-xorg-video-ati-dbg_6.7.192-3_i386.deb

Greetings,

Your Debian queue daemon


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



Processing of xserver-xorg-input-mouse_1.2.2-3_i386.changes

2007-09-10 Thread Archive Administrator
xserver-xorg-input-mouse_1.2.2-3_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-input-mouse_1.2.2-3.dsc
  xserver-xorg-input-mouse_1.2.2-3.diff.gz
  xserver-xorg-input-mouse_1.2.2-3_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-input-mouse_1.2.2-3_i386.changes ACCEPTED

2007-09-10 Thread Debian Installer

Accepted:
xserver-xorg-input-mouse_1.2.2-3.diff.gz
  to 
pool/main/x/xserver-xorg-input-mouse/xserver-xorg-input-mouse_1.2.2-3.diff.gz
xserver-xorg-input-mouse_1.2.2-3.dsc
  to pool/main/x/xserver-xorg-input-mouse/xserver-xorg-input-mouse_1.2.2-3.dsc
xserver-xorg-input-mouse_1.2.2-3_i386.deb
  to 
pool/main/x/xserver-xorg-input-mouse/xserver-xorg-input-mouse_1.2.2-3_i386.deb


Override entries for your package:
xserver-xorg-input-mouse_1.2.2-3.dsc - source x11
xserver-xorg-input-mouse_1.2.2-3_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



xserver-xorg-video-ati_6.7.192-3_i386.changes ACCEPTED

2007-09-10 Thread Debian Installer

Accepted:
xserver-xorg-video-ati-dbg_6.7.192-3_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.7.192-3_i386.deb
xserver-xorg-video-ati_6.7.192-3.diff.gz
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.7.192-3.diff.gz
xserver-xorg-video-ati_6.7.192-3.dsc
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.7.192-3.dsc
xserver-xorg-video-ati_6.7.192-3_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.7.192-3_i386.deb


Override entries for your package:
xserver-xorg-video-ati-dbg_6.7.192-3_i386.deb - extra x11
xserver-xorg-video-ati_6.7.192-3.dsc - source x11
xserver-xorg-video-ati_6.7.192-3_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Processing of xserver-xorg-input-keyboard_1.2.2-1_i386.changes

2007-09-10 Thread Archive Administrator
xserver-xorg-input-keyboard_1.2.2-1_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-keyboard_1.2.2-1.dsc
  xserver-xorg-input-keyboard_1.2.2.orig.tar.gz
  xserver-xorg-input-keyboard_1.2.2-1.diff.gz
  xserver-xorg-input-kbd_1.2.2-1_i386.deb

Greetings,

Your Debian queue daemon


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



Bug#439788: xserver-xorg-video-via: fails to detect monitor

2007-09-10 Thread Brice Goglin
[EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] wrote:
 
 Package: xserver-xorg-video-via
 Version: 1:0.2.2-2+b1
 Severity: normal


 The driver fails to detect the Eizo FlexScan L465 LCD panel connected to
 the VGA connector. This screen is normally (when connected to different
 graphics adapters) easily detected.

 The resolution set by the driver is unusable with this screen, the
 bottom part of the desktop is offscreen and won't scroll.
   
   
 Does the VESA driver works better here? Did you actually get this screen
 to work fine with an earlier X.org release? which one? which driver and
 which version? which server version?
 

 I tried again, and this time the detection worked. It even guesses the
 correct virtual size.
 It was probably a cabling issue back then.

 Sorry about the noise.
   

Do you mean the whole original problem is gone (and then your bug report
should be closed)? Or did you just get vesa to work and still not via
(and the bug report should remain open)?

Brice




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



xserver-xorg-input-keyboard_1.2.2-1_i386.changes ACCEPTED

2007-09-10 Thread Debian Installer

Accepted:
xserver-xorg-input-kbd_1.2.2-1_i386.deb
  to 
pool/main/x/xserver-xorg-input-keyboard/xserver-xorg-input-kbd_1.2.2-1_i386.deb
xserver-xorg-input-keyboard_1.2.2-1.diff.gz
  to 
pool/main/x/xserver-xorg-input-keyboard/xserver-xorg-input-keyboard_1.2.2-1.diff.gz
xserver-xorg-input-keyboard_1.2.2-1.dsc
  to 
pool/main/x/xserver-xorg-input-keyboard/xserver-xorg-input-keyboard_1.2.2-1.dsc
xserver-xorg-input-keyboard_1.2.2.orig.tar.gz
  to 
pool/main/x/xserver-xorg-input-keyboard/xserver-xorg-input-keyboard_1.2.2.orig.tar.gz


Override entries for your package:
xserver-xorg-input-kbd_1.2.2-1_i386.deb - optional x11
xserver-xorg-input-keyboard_1.2.2-1.dsc - source x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Re: xserver 1.4

2007-09-10 Thread Brice Goglin
David Nusinow wrote:
 I've just finished putting up all the drivers I'd already updated with pci
 ID's, plus vesa and vga. I've also uploaded them to experimental so we can
 just go ahead and upload the server there whenever. As far as I'm
 concerned, we can do that now. I've got a few more drivers that I added PCI
 ID's for while I was away on VAC that I'll fix and upload for 1.4 tomorrow
 night, and then I'll push ahead and finish up the other video drivers over
 the rest of the week.
   

What's actually preventing us from putting Xserver 1.4 and all drivers
in unstable right now? are we just waiting for all video drivers to get
their PCI ids stuff?

cheers,
Brice



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



Bug#439788: marked as done (xserver-xorg-video-via: fails to detect monitor)

2007-09-10 Thread Debian Bug Tracking System
Your message dated Mon, 10 Sep 2007 16:21:36 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#439788: xserver-xorg-video-via: fails to detect monitor
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)

---BeginMessage---
Package: xserver-xorg-video-via
Version: 1:0.2.2-2+b1
Severity: normal


The driver fails to detect the Eizo FlexScan L465 LCD panel connected to
the VGA connector. This screen is normally (when connected to different
graphics adapters) easily detected.

The resolution set by the driver is unusable with this screen, the
bottom part of the desktop is offscreen and won't scroll.


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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-08-27 11:55 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1736504 2007-07-14 18:30 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: VIA Technologies, Inc. S3 Unichrome Pro VGA 
Adapter (rev 01)

/etc/X11/xorg.conf unchanged from checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1596 2007-08-27 11:55 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (xorg 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 xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
EndSection

Section Device
Identifier  VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter
Driver  via
BusID   PCI:1:0:0
EndSection

Section Monitor
Identifier  Generic Monitor
Option  DPMS
HorizSync   30-70
VertRefresh 50-160
EndSection

Section Screen
Identifier  Default Screen
Device  VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter
Monitor Generic Monitor
DefaultDepth24
EndSection

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


Xorg X server log files on system:
-rw-r--r-- 1 root root 36804 2007-08-27 12:13 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux debian-live 2.6.21-2-486 #1 Wed Jul 11 03:17:09 
UTC 2007 i686
Build Date: 14 July 2007
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 Aug 27 11:55:49 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Generic Monitor
(**) |   |--Device VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in 

xserver-xorg-input-evdev: Changes to 'debian-experimental'

2007-09-10 Thread Julien Cristau
 debian/changelog |6 ++
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit f401e824fa140ff0959c553d58dc5911fc7b3584
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 10 16:30:59 2007 +0200

Build against xserver 1.4.

diff --git a/debian/changelog b/debian/changelog
index db89f9c..864030b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-evdev (1:1.2.0~git20070819-2) experimental; urgency=low
+
+  * Build against xserver 1.4.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 10 Sep 2007 16:30:28 +0200
+
 xserver-xorg-input-evdev (1:1.2.0~git20070819-1) experimental; urgency=low
 
   * New git snapshot from upstream's master branch.
diff --git a/debian/control b/debian/control
index b71a44b..f29c283 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5.0.0), pkg-config, quilt, xserver-xorg-dev (= 
2:1.3.99.0), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev, 
x11proto-kb-dev
+Build-Depends: debhelper (= 5.0.0), pkg-config, quilt, xserver-xorg-dev (= 
2:1.4), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev, 
x11proto-kb-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-evdev
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-evdev.git


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



xserver-xorg-input-evdev: Changes to 'refs/tags/xserver-xorg-input-evdev-1_1.2.0-git20070819-2'

2007-09-10 Thread Julien Cristau
Tag 'xserver-xorg-input-evdev-1_1.2.0-git20070819-2' created by Julien Cristau 
[EMAIL PROTECTED] at 2007-09-10 14:33 +

Tagging upload of xserver-xorg-input-evdev 1:1.2.0~git20070819-2 to 
experimental.

Changes since xserver-xorg-input-evdev-1_1.2.0-git20070819-1:
Julien Cristau (1):
  Build against xserver 1.4.

---
 debian/changelog |6 ++
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
---


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



Processing of xserver-xorg-input-evdev_1.2.0~git20070819-2_i386.changes

2007-09-10 Thread Archive Administrator
xserver-xorg-input-evdev_1.2.0~git20070819-2_i386.changes uploaded successfully 
to localhost
along with the files:
  xserver-xorg-input-evdev_1.2.0~git20070819-2.dsc
  xserver-xorg-input-evdev_1.2.0~git20070819-2.diff.gz
  xserver-xorg-input-evdev_1.2.0~git20070819-2_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-input-evdev_1.2.0~git20070819-2_i386.changes ACCEPTED

2007-09-10 Thread Debian Installer

Accepted:
xserver-xorg-input-evdev_1.2.0~git20070819-2.diff.gz
  to 
pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.2.0~git20070819-2.diff.gz
xserver-xorg-input-evdev_1.2.0~git20070819-2.dsc
  to 
pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.2.0~git20070819-2.dsc
xserver-xorg-input-evdev_1.2.0~git20070819-2_i386.deb
  to 
pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.2.0~git20070819-2_i386.deb


Override entries for your package:
xserver-xorg-input-evdev_1.2.0~git20070819-2.dsc - source x11
xserver-xorg-input-evdev_1.2.0~git20070819-2_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Re: Bug

2007-09-10 Thread James Spencer
xserver -xorg-video-ati 1:6.6.3-2 is very old, lots of changes were made
since then, but no new stable version has been released. So there are 2
major release candidates that you could try:

* 1:6.6.193-1 is the natural successor of 1:6.6.3-2 with several fixes,
it is available from http://people.debian.org/~bgoglin/ati-for-sid/

* Then the driver got a large rework, especially in the area regarding
monitor/mode detection, with randr-1.2 support. So 1:6.7.192-1 is
available for unstable from
http://snapshot.debian.net/archive/2007/08/05/debian/pool/main/x/xserver-xorg-video-ati/

Please try with any of these versions.

The new 6.7.192 version of the driver has a couple of quirks:

- Even though I specify a DisplaySize in my xorg.conf, it uses it's own... So 
if I want the DPI to be actual 'dpi' I have to: 

xrandr --fbmm 328x246

(Ye olde ruler told me the screen dimensions) This is important under KDE for 
example, because it doesn't force 96 or 120 dpi. Quite probably because that 
isn't 'literal' DPI. :p

- The new driver auto-detects and sets a resolution of 1280 x 768 at a nausea 
inducing 60 HZ. I prefer my CRTs 1152x864 @ 75 Hz. Indeed, 1280 x 768 isn't 
even listed as a mode for that reason. OK so the 'new magic' detects it. I 
discovered that:

Option  PreferredMode 1152x864

in the monitor section will clear that up...

But then I'm blessed with this in the logs:
...
(II) RADEON(0): Output VGA-0 using monitor section Generic Monitor
(**) RADEON(0): Option PreferredMode 1152x864
...
...
...

(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled 
message.
(WW) RADEON(0): Option PreferredMode is not used
...

The above is snipped from the same log file... The warning is misleading-- it 
sets the resolution in PreferredMode because if I remove the line back to 
1280 I go.

With the above caveats on the 6.7.x driver, the 6.6.19x driver has worked 
comparatively well so far.

_James

PS- For what it's worth, I've had these problems with the 6.7.192 driver vs. 
the new xorg in experimental, and with a source rebuild of the driver deb vs. 
the newest non-experimental xorg version. So it's definitely isolated to the 
ati driver.


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



xorg: Changes to 'refs/tags/xorg-1_7.3+1'

2007-09-10 Thread Julien Cristau
Tag 'xorg-1_7.3+1' created by Julien Cristau [EMAIL PROTECTED] at 2007-09-10 
14:49 +

Tagging upload of xorg 1:7.3+1 to experimental.

Changes since xorg-1_7.3-rc1:
Brice Goglin (3):
  Do not call laptop-detect, let the only user call it directly
  Merge ../../xsfbs/xsfbs into debian-experimental
  Use laptop-detect in our postinst code instead of requiring xsfbs to call 
it

Julien Cristau (2):
  Bump video and input ABIs for xserver 1.4.
  Prepare changelog for upload.

---
 debian/changelog|   11 +++
 debian/control  |4 +---
 debian/xserver-xorg.postinst.in |7 +++
 debian/xsfbs/xsfbs.sh   |7 ---
 4 files changed, 19 insertions(+), 10 deletions(-)
---


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



xorg: Changes to 'debian-experimental'

2007-09-10 Thread Julien Cristau
 debian/changelog |8 ++--
 debian/control   |4 +---
 2 files changed, 7 insertions(+), 5 deletions(-)

New commits:
commit 4c78709f4ca4afa4a2e9e7af279e7add7fae1e13
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 10 16:49:09 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 36ebc14..e3d71bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg (1:7.3+1) UNRELEASED; urgency=low
+xorg (1:7.3+1) experimental; urgency=low
 
   [ Brice Goglin ]
   * Use laptop-detect in our postinst code instead of requiring xsfbs
@@ -7,7 +7,7 @@ xorg (1:7.3+1) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Bump video and input ABIs to 2 for xserver 1.4.
 
- -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 18:56:49 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 10 Sep 2007 16:45:38 +0200
 
 xorg (1:7.3~rc1) experimental; urgency=low
 

commit 7188562edcbece4f76f46da78b6b438bd1fd73c6
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 6 18:57:39 2007 +0200

Bump video and input ABIs for xserver 1.4.

diff --git a/debian/changelog b/debian/changelog
index 48ddcb4..36ebc14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-xorg (1:7.3~rc2) UNRELEASED; urgency=low
+xorg (1:7.3+1) UNRELEASED; urgency=low
 
+  [ Brice Goglin ]
   * Use laptop-detect in our postinst code instead of requiring xsfbs
 to call it in all maintainer scripts of many packages.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 29 Aug 2007 09:41:50 +0200
+  [ Julien Cristau ]
+  * Bump video and input ABIs to 2 for xserver 1.4.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 18:56:49 +0200
 
 xorg (1:7.3~rc1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 07df310..3dfeae9 100644
--- a/debian/control
+++ b/debian/control
@@ -82,15 +82,13 @@ Architecture: all
 Conflicts: xserver-xfree86 ( 6.8.2.dfsg.1-1), xserver-common
 Replaces: xserver-common
 Pre-Depends: x11-common (= 7.0.0-0ubuntu3)
-Depends: xserver-xorg-core (= 2:1.3.99.0), xserver-xorg-video-all | 
xserver-xorg-video-1.9, xserver-xorg-input-all | xserver-xorg-input-0.9, 
${misc:Depends}, xkb-data | xkb-data-legacy, xbase-clients
+Depends: xserver-xorg-core (= 2:1.4), xserver-xorg-video-all | 
xserver-xorg-video-2, xserver-xorg-input-all | xserver-xorg-input-2, 
${misc:Depends}, xkb-data | xkb-data-legacy, xbase-clients
 Recommends: libgl1-mesa-dri, laptop-detect, xresprobe, discover1 | discover, 
${F:XServer-Xorg-Detect-Depends}
 Description: the X.Org X server
  This package depends on the full suite of the server and drivers for the
  X.Org X server, as well as providing a configuration infrastructure to manage
  xorg.conf.  It does not provide the actual server itself, but removing it
  is strongly discouraged.
-# versioned dependency on xserver-xorg-core needed because xserver-xorg
-# contains a patch to allow in-server module defaults in 2:1.2.99.905-3
 
 Package: xserver-xorg-video-all
 Architecture: any


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



Processing of xorg_7.3+1_i386.changes

2007-09-10 Thread Archive Administrator
xorg_7.3+1_i386.changes uploaded successfully to localhost
along with the files:
  xorg_7.3+1.dsc
  xorg_7.3+1.tar.gz
  xserver-xorg_7.3+1_all.deb
  xorg_7.3+1_all.deb
  xorg-dev_7.3+1_all.deb
  xlibs-data_7.3+1_all.deb
  xlibs-static-dev_7.3+1_all.deb
  xlibmesa-gl_7.3+1_all.deb
  xlibmesa-gl-dev_7.3+1_all.deb
  xlibmesa-glu_7.3+1_all.deb
  libglu1-xorg_7.3+1_all.deb
  libglu1-xorg-dev_7.3+1_all.deb
  xbase-clients_7.3+1_all.deb
  xutils_7.3+1_all.deb
  x11-common_7.3+1_i386.deb
  xserver-xorg-video-all_7.3+1_i386.deb
  xserver-xorg-input-all_7.3+1_i386.deb

Greetings,

Your Debian queue daemon


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



xorg_7.3+1_i386.changes ACCEPTED

2007-09-10 Thread Debian Installer

Accepted:
libglu1-xorg-dev_7.3+1_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.3+1_all.deb
libglu1-xorg_7.3+1_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.3+1_all.deb
x11-common_7.3+1_i386.deb
  to pool/main/x/xorg/x11-common_7.3+1_i386.deb
xbase-clients_7.3+1_all.deb
  to pool/main/x/xorg/xbase-clients_7.3+1_all.deb
xlibmesa-gl-dev_7.3+1_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.3+1_all.deb
xlibmesa-gl_7.3+1_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.3+1_all.deb
xlibmesa-glu_7.3+1_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.3+1_all.deb
xlibs-data_7.3+1_all.deb
  to pool/main/x/xorg/xlibs-data_7.3+1_all.deb
xlibs-static-dev_7.3+1_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.3+1_all.deb
xorg-dev_7.3+1_all.deb
  to pool/main/x/xorg/xorg-dev_7.3+1_all.deb
xorg_7.3+1.dsc
  to pool/main/x/xorg/xorg_7.3+1.dsc
xorg_7.3+1.tar.gz
  to pool/main/x/xorg/xorg_7.3+1.tar.gz
xorg_7.3+1_all.deb
  to pool/main/x/xorg/xorg_7.3+1_all.deb
xserver-xorg-input-all_7.3+1_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.3+1_i386.deb
xserver-xorg-video-all_7.3+1_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.3+1_i386.deb
xserver-xorg_7.3+1_all.deb
  to pool/main/x/xorg/xserver-xorg_7.3+1_all.deb
xutils_7.3+1_all.deb
  to pool/main/x/xorg/xutils_7.3+1_all.deb


Override entries for your package:
libglu1-xorg-dev_7.3+1_all.deb - optional libdevel
libglu1-xorg_7.3+1_all.deb - optional libs
x11-common_7.3+1_i386.deb - optional x11
xbase-clients_7.3+1_all.deb - optional x11
xlibmesa-gl-dev_7.3+1_all.deb - optional libdevel
xlibmesa-gl_7.3+1_all.deb - optional libs
xlibmesa-glu_7.3+1_all.deb - optional libdevel
xlibs-data_7.3+1_all.deb - optional libs
xlibs-static-dev_7.3+1_all.deb - optional oldlibs
xorg-dev_7.3+1_all.deb - optional x11
xorg_7.3+1.dsc - source x11
xorg_7.3+1_all.deb - optional x11
xserver-xorg-input-all_7.3+1_i386.deb - optional x11
xserver-xorg-video-all_7.3+1_i386.deb - optional x11
xserver-xorg_7.3+1_all.deb - optional x11
xutils_7.3+1_all.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



xorg override disparity

2007-09-10 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

xlibs-static-dev_7.3+1_all.deb: package says section is libs, override says 
oldlibs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])


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



Bug#156115: There are no reported side effects or contraindications to Wondercum usage.

2007-09-10 Thread Angel Copeland

My girl now loves to perform oral sex,
http://emagx.net




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



Bug#167605: I never thought that I suffer from any problem.

2007-09-10 Thread Rufus Crowell

As evidenced by our thousands of customers, all of these are possible with 
Wondercum
http://emagx.net




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



Bug#165793: More Staying Power

2007-09-10 Thread Letha Blanton

Wondercum consist of two sets of herbs
http://emagx.net




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



Bug#165793: It is shocking, but two third of men suffer from impotence related problems

2007-09-10 Thread Brandi Napier

Please order privately and securely online via our order form; And you will 
receive your product with 5-10 business days.
http://emagx.net




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



Bug#164034: What is the Wonder about Wondercum?

2007-09-10 Thread Terrell Mcelroy

Improved flavor
http://emagx.net




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



Bug#174260: How does Wondercum help me?

2007-09-10 Thread Cameron Ohara

All because I am ejaculating the way I never have.
http://emagx.net




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



Bug#173433: why they are searching for a product that can help them achieve this feeling of complete euphoria much more frequently

2007-09-10 Thread Joseph Rodriquez

We do not have any branched or stores located anywhere.
http://emagx.net




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



Bug#180712: There are no reported side effects or contraindications to Wondercum usage.

2007-09-10 Thread Dixie Farmer

Do you have any refund policy?
http://emagx.net




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



Bug#194840: intensified orgasms, rock hard erections, powerful ejaculations and enhanced fertility

2007-09-10 Thread Richard Tillman

Wait nolonger, order WonderCum today...
http://emagx.net




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



Bug#192609: Increased sexual desire

2007-09-10 Thread Nellie Richardson
I am sure you also will be….TRY Wondercum Today! 
http://emagx.net





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



Bug#207481: In such circumstances WonderCum is the only product that can help them.

2007-09-10 Thread Melody Harper

There are no reported side effects or contraindications to Wondercum usage.
http://emagx.net




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



Bug#210309: Thanks for this great product.

2007-09-10 Thread Marina Hastings

we will EXPRESS ship you your package tomorrow!
http://emagx.net




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



Bug#441617: xserver-xorg-video-vga_1:4.1.0-6(sparc/experimental): wrong build-dep

2007-09-10 Thread Frank Lichtenheld
Package: xserver-xorg-video-vga
Version: 1:4.1.0-6
Severity: normal

Hi,

your changelog states that you wanted to build-dep on xserver 1.4, but
you don't.

| Automatic build of xserver-xorg-video-vga_1:4.1.0-6 on odin by sbuild/sparc 
98-farm
| Build started at 20070910-1530
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 438kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main xserver-xorg-video-vga 
1:4.1.0-6 (dsc) [1030B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main xserver-xorg-video-vga 
1:4.1.0-6 (tar) [323kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main xserver-xorg-video-vga 
1:4.1.0-6 (diff) [114kB]
| Fetched 438kB in 0s (1699kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5.0.0), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, 
x11proto-render-dev, x11proto-xext-dev
| Checking for already installed source dependencies...
[...]
|[ David Nusinow ]
|* Build against and build-dep on xserver 1.4
|* Bump standards version to 3.7.2.2. No changes needed.
| Files: 
|  e504f85f692b8ecf13813b8d89e1c0ee 16954 x11 optional 
xserver-xorg-video-vga_4.1.0-6_sparc.deb
| 
| **
| Built successfully

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=1:4.1.0-6pkg=xserver-xorg-video-vgaarch=sparc

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/



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



Bug#295300: The thing convinced me were, No side effects, all herbal, no dependence for life.

2007-09-10 Thread Gonzalo Lancaster

Do you have any refund policy?
http://emagx.net




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



Bug#322543: Is it safe? Are there any side effects?

2007-09-10 Thread Andy Mullen

Multiple Orgasms
http://emagx.net




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



Bug#31396: Improved flavor

2007-09-10 Thread Walter Black

What is the Wonder about Wondercum?
http://emagx.net




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



Bug#204378: Hey there....

2007-09-10 Thread Bridges, Julia
Please be advised:

Your current physician letter is about to expire.
You can either obtain another physician letter, or place another order within a 
2 month period.

After placing another order this will automatically renew your physician letter 
for another year.

Your client-care link has been placed below:

Client-Care Info:

Identification #: 
0097
Client-Care Link:
http://www.clientcare0097.%DALYDOMAIN




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



xserver-xorg-video-ivtvdev: Changes to 'debian-unstable'

2007-09-10 Thread Ian Campbell
 .gitignore  |4 
 COPYING |   12 
 ChangeLog   |   39 
 Changelog   |   47 
 Makefile.am |2 
 Makefile.in |  363 
 README  |   26 
 aclocal.m4  | 3840 +
 autogen.sh  |   12 
 config.sub  |6 
 configure   |13054 +++-
 configure.ac|   19 
 debian/NEWS |7 
 debian/changelog|   14 
 debian/patches/00_xorg_7_1  |  425 -
 debian/patches/01_include_linux_types_h |   12 
 debian/patches/remove-xf86_ansic.h  |   41 
 debian/patches/series   |3 
 debian/rules|2 
 debian/xserver-xorg-video-ivtv.install  |1 
 depcomp |  103 
 install-sh  |  477 -
 ltmain.sh   | 1402 ++-
 man/Makefile.am |   59 
 man/Makefile.in |  386 
 man/ivtvdev.man |   63 
 missing |  142 
 mkinstalldirs   |  111 
 src/Imakefile   |   54 
 src/Makefile.am |   19 
 src/Makefile.in |  338 
 src/TODO|   11 
 src/configure.ac|   64 
 src/ivtv.c  |  741 +
 src/ivtv.h  |   57 
 src/ivtv_compat.h   |  128 
 src/ivtv_hw.c   |  900 ++
 src/ivtv_hw.h   |  132 
 src/ivtv_xv.c   | 1389 +--
 src/ivtv_xv.h   |   33 
 src/ivtvdev.c   |  606 -
 src/ivtvdev.h   |   17 
 src/ivtvhw.c|  821 --
 src/ivtvhw.h|   86 
 44 files changed, 13448 insertions(+), 12620 deletions(-)

New commits:
commit b6a4c3aa1ba4dea1676da27d79c2f39879fb60f7
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Mon Sep 10 08:56:13 2007 +0100

Remove blank entry from changelog

diff --git a/debian/changelog b/debian/changelog
index 067e351..0eb987d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,6 @@ xserver-xorg-video-ivtvdev (1.0.0~svn4049-1) unstable; 
urgency=low
   * Import upstream subversion revision 4049 (Closes: #441275).
   * Patch 00_xorg_7_1 is no longer required.
   * The xf86_ansic.h header is no longer required.
-  * 
 
  -- Ian Campbell [EMAIL PROTECTED]  Mon, 10 Sep 2007 07:26:44 +0100
 

commit 423e2d6308f16a27dc52fdd05663f2c082c6de47
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Mon Sep 10 07:27:10 2007 +0100

This new version fixed 441275

diff --git a/debian/changelog b/debian/changelog
index 9d31c48..067e351 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
 xserver-xorg-video-ivtvdev (1.0.0~svn4049-1) unstable; urgency=low
 
-  * Import upstream subversion revision 4049.
+  * Import upstream subversion revision 4049 (Closes: #441275).
   * Patch 00_xorg_7_1 is no longer required.
   * The xf86_ansic.h header is no longer required.
+  * 
 
- -- Ian Campbell [EMAIL PROTECTED]  Sun, 26 Aug 2007 10:06:42 +0100
+ -- Ian Campbell [EMAIL PROTECTED]  Mon, 10 Sep 2007 07:26:44 +0100
 
 xserver-xorg-video-ivtvdev (0.10.6-3) UNRELEASED; urgency=low
 

commit e0aa623a1e77f0d0d5a1dd34833f1f8bbfb27643
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Mon Sep 10 07:26:23 2007 +0100

Add a NEWS file noting the change in the driver name

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 000..e2ad560
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,7 @@
+xserver-xorg-video-ivtvdev (1.0.0~svn4049-1) unstable; urgency=low
+
+  * The IVTV X driver has been renamed by upstream from ivtvdev to just
+ivtv. You will need to update /etc/X11/xorg.conf.
+
+ -- Ian Campbell [EMAIL PROTECTED]  Mon, 10 Sep 2007 07:24:39 +0100
+

commit 2f5ba71704dd6a50cb90d5f74de5862bceca6993
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Mon Sep 10 07:23:20 2007 +0100

Update changelog for r4049. Collapse multiple unreleased svn snapshot 
changelog
entries into one.

diff --git a/debian/changelog b/debian/changelog
index 2f2022d..9d31c48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,24 +1,10 @@
-xserver-xorg-video-ivtvdev (1.0.0~svn4027-1) unstable; urgency=low
+xserver-xorg-video-ivtvdev (1.0.0~svn4049-1) unstable; urgency=low
 
-  * Import upstream subversion revision 4027.
-
- -- Ian Campbell [EMAIL PROTECTED]  Sun, 26 Aug 2007 10:06:42 +0100
-
-xserver-xorg-video-ivtvdev (0.10.8~svn3991-1) unstable; urgency=low
-
-  

sponsored upload of ivtv

2007-09-10 Thread Ian Campbell
Hi David,

Please could you sponsor another upload of xserver-xorg-video-ivtvdev. I
didn't really want to upload an svn snapshot but unfortunately version
1.0.0~svn4049-1 is required to work with the version of the kernel
driver which is now in the 2.6.22 kernel packages (#441275). 

I've uploaded source and binaries to
http://www.hellion.org.uk/ivtv/debian/ and tagged the same in the git
repo with xserver-xorg-video-ivtvdev-1.0.0.svn4049-1 (git-buildpackage
seems to have squashed the ~ into a . for me).

Many thanks,
Ian.
-- 
Ian Campbell

Remember, if it's being done correctly, here or abroad, it's ___not the U.S.
Army doing it!
-- Good Morning VietNam


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



xserver-xorg-video-ivtvdev: Changes to 'refs/tags/xserver-xorg-video-ivtvdev-1.0.0.svn4049-1'

2007-09-10 Thread Ian Campbell
Tag 'xserver-xorg-video-ivtvdev-1.0.0.svn4049-1' created by Ian Campbell 
[EMAIL PROTECTED] at 2007-09-10 21:04 +

Debian release 1.0.0~svn4049-1

Changes since xserver-xorg-video-ivtvdev-0.10.6-2:
(no author) (1):
  New repository initialized by cvs2svn.

David Nusinow (2):
  Prepare drivers for use with xserver 1.2, which has a new ABI (version 
1.1)
  Merge branch 'xsfbs' into debian-experimental

Ian Campbell (18):
  Merge commit 'origin/upstream-trunk' into debian-experimental
  Update packaging for new upstream revision
  Really commit updates for subversion trunk revision.
  Merge branch 'debian-unstable' into debian-experimental
  Remove inclusion of xf86ansic.h from drivers targetting Xorg 7.0.
  Bump version number.
  Merge branch 'upstream-trunk' into debian-experimental
  Updates for upstream r3991.
  Add .gitignore
  Merge branch 'upstream-trunk' into debian-experimental
  Updates for new upstream r4027
  Update .gitignore
  Merge branch 'upstream-trunk' into debian-experimental
  Update changelog for r4049. Collapse multiple unreleased svn snapshot 
changelog
  Add a NEWS file noting the change in the driver name
  This new version fixed 441275
  Remove blank entry from changelog
  Merge branch 'debian-experimental' into debian-unstable

hverkuil (28):
  (John Harvey asked me to commit this)
  The resulting driver is capable of supporting both the new  old API.
  Add missing file.
  From Ian Armstrong:
  Delete obsolete xc directory.
  Remove obsolete text from the README.
  When the ivtv X driver is loaded, it ensures the osd/framebuffer is 
switched
  Minor tweaks  support for older ivtv versions as far back as 0.2.
  Update version to 1.0.0.
  Did some renaming, modified ivtv_compat.h to check for kernel = 2.6.22.
  Update Changelog file.
  Some cleanups.
  Fix spelling mistake.
  Fix -Wall compile warnings, remove obsolete TODO file.
  Introduce a small bug in the previous change. Fixed.
  Fix 64-bit compiler warnings.
  Cleanup.
  Add ivtv_xv.h, cleanup header guards and a few 'fbdev' leftovers.
  Re-added Imakefile for X11R6 support.
  Update README.
  Oops, shouldn't have renamed that option. Reverted that change.
  Fix breakage.
  Removed some dead code.
  Fix 64-bit compile problem.
  Add info on how to install the xorg-server-sdk package.
  Fix from Ian Armstrong fixing the bug I managed to introduce in the 
Imakefile.
  Put in correct licenses and (hopefully) correct copyrights.
  Add copyright Matthias (hope I've got this right)

jharvey (1):
  Add software scaling for larger images than the 350 can cope with

jpharvey (35):
  Initial revision
  V04 of the driver
  v05 of the driver
  version 06 of the driver
  uses ivtv installed header file
  probe tries to do ivtv specific ioctl to ensure we actually have an ivtv 
frame buffer
  clear out some gcc flags since they strict ansi doesnt work with ivtv 
header file
  use more standard pci card initialisation
  v0.7 changelog
  last minute change to Changelog
  use fbdev all the time
  1st attempt a Xv support. Needs lots of tidying up
  workign version of xv support
  v0.9 changelogv0.9 changelogv0.9 changelogv0.9 changelogv0.9 
changelogv0.9 changelogv0.9 changelogv0.9 changelogv0.9 changelog
  try to cope with any screen size
  0.9 version adding xv support
  0.9 version layout change
  add xv support
  revert to correct version to ship
  ensure at least v 3.6.X ivtv
  make v 10.2 and test
  make NTSC work
  build correct files
  add notes for 0.10.1  0.10.2
  increase version number to 0.10.5
  add colorkey and autpaintcolorkey support
  add comments for 0.10.4  0.10.5 versions
  Change Region initisation code when compiling with XORG
  de_macro routines now just munge the correct amount of data
  move version to 0.10.6
  added changes for 0.10.6
  test
  Changes from Ian Armstrong (at last)
  remove redundant XF86ModuleVersionInfo and associated global variables.
  rename XF86ModuleData variable now that driver has been renamed so X 
finds it and loads the driver.

---
 .gitignore  |4 
 COPYING |   12 
 ChangeLog   |   39 
 Changelog   |   47 
 Makefile.am |2 
 Makefile.in |  363 
 README  |   26 
 aclocal.m4  | 3840 +
 autogen.sh  |   12 
 config.sub  |6 
 configure   |13054 +++-
 configure.ac|   19 
 

Ihanot received any response in regards the funds transfer Re urgently

2007-09-10 Thread RICHARD OPENE
¡Tengo nueva dirección de correo!Ahora puedes escribirme a: [EMAIL PROTECTED]



- RICHARD OPENE



Bug#409266: xserver-xorg: Mouse stops working when USB is unplugged and reinserted

2007-09-10 Thread Adam Hupp
On Sun, Jun 17, 2007 at 12:30:05PM +0200, Brice Goglin wrote:
 Hi Adam,
 
 Does this bug about unplugging/replugging a USB mouse still occur with
 latest xserver-xorg-core and input drivers currently in unstable? Does
 it help if you change /dev/input/by-id/usb-Logitech_Trackball-mouse in
 xorg.conf with a regulat /dev/input/mouse or so ?

This bug no longer occurs with the current version in unstable.  It
didn't require any configuration changes.

-- 
Adam Hupp | http://hupp.org/adam/




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



Processed: found 431746 in 2:1.3.0.0.dfsg-6

2007-09-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.7
 found 431746 2:1.3.0.0.dfsg-6
Bug#431746: Xorg/sparc: Xinerama active, but = 0 screens?
Bug#432256: libxinerama1: XineramaIsActive disagrees with XineramaQueryScreens 
on sparc
Bug marked as found in version 2:1.3.0.0.dfsg-6.


End of message, 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]