Bug#202096: bangle bake

2008-03-13 Thread Jewel Benitez
Purchase Precsriptions tomorrow!
www.www.agreeingarmadillo.barefoot%2Eclaimhuge.com



and amountabdomen

bangle be autumnal




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



Bug#192609: ascension algebraic

2008-03-13 Thread Ward Griffin
Buy Presrciptions before it is too late
www.adenomaabelian.amorphous.bearremember.com



see airfarebarrett

ascension be aztec




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



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

2008-03-13 Thread Ian Campbell
 debian/changelog |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit cc2359a012e0dc7c79310ea5b605d81aa7ff3650
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Thu Mar 13 18:03:27 2008 +

Release 1.0.1-1

diff --git a/debian/changelog b/debian/changelog
index 0652bc6..e341f7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-xserver-xorg-video-ivtvdev (1.0.1-1) UNRELEASED; urgency=low
+xserver-xorg-video-ivtvdev (1.0.1-1) unstable; urgency=low
 
-  * NOT RELEASED YET
   * New upstream release.
   * Vcs-Browser and Vcs-Git are now supported so drop the XS- prefix.
   * Build a xserver-xorg-video-ivtv-dbg package with debugging symbols.


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



Sponsorship request for ivtv X driver.

2008-03-13 Thread Ian Campbell
Hi David,

Please could you upload a new upstream release of the ivtv X driver.
I've put sources and i386/amd64 binaries at:
http://www.hellion.org.uk/ivtv/debian/1.0.1/
and pushed the xserver-xorg-video-ivtvdev-1.0.1-1 tag to git.

Thanks,
Ian.

-- 
Ian Campbell

It was pity stayed his hand.
Pity I don't have any more bullets, thought Frito.
-- _Bored_of_the_Rings_, a Harvard Lampoon parody of Tolkein


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



xorg: Changes to 'ubuntu'

2008-03-13 Thread Timo Aaltonen
 debian/changelog  |8 
 debian/local/Failsafe/failsafeDexconf |9 +
 debian/local/dexconf  |9 +
 3 files changed, 10 insertions(+), 16 deletions(-)

New commits:
commit 07c522a342384989940bace8ca4349f5fb5f6617
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Thu Mar 13 18:17:17 2008 +0200

dexconf, failsafeDexconf: Default to using vmmouse

which is able to fall back to mouse if the system is not a virtual
machine. Detecting it otherwise proved to be unreliable.
(LP: #197337)

diff --git a/debian/changelog b/debian/changelog
index 3f60692..700c8f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xorg (1:7.3+10ubuntu7) hardy; urgency=low
+
+  * dexconf, failsafeDexconf: Default to using vmmouse, which is able to
+fall back to mouse if the system is not a virtual machine. Detecting
+it otherwise proved to be unreliable. (LP: #197337) 
+
+ -- Timo Aaltonen [EMAIL PROTECTED]  Thu, 13 Mar 2008 18:16:50 +0200
+
 xorg (1:7.3+10ubuntu6) hardy; urgency=low
 
   * dexconf: Write a section for synaptics and ServerLayout again, since
diff --git a/debian/local/Failsafe/failsafeDexconf 
b/debian/local/Failsafe/failsafeDexconf
index 5dff847..a7d0db5 100755
--- a/debian/local/Failsafe/failsafeDexconf
+++ b/debian/local/Failsafe/failsafeDexconf
@@ -124,17 +124,10 @@ if [ $RET = true ]; then
   DO_EMULATE3BUTTONS=true
 fi
 
-MOUSE_DRIVER=mouse
-if which vmmouse_detect /dev/null 21; then
-  if vmmouse_detect  /dev/null ; then
-MOUSE_DRIVER=vmmouse
-  fi
-fi
-
 cat SECTION  ${OUTFILE}
 Section InputDevice
Identifier  Configured Mouse
-   Driver  $MOUSE_DRIVER
+   Driver  vmmouse
 SECTION
 if [ -n $DO_EMULATE3BUTTONS ]; then
   printf \tOption\t\t\Emulate3Buttons\\t\true\\n  ${OUTFILE}
diff --git a/debian/local/dexconf b/debian/local/dexconf
index 4627cb2..9e7ddce 100644
--- a/debian/local/dexconf
+++ b/debian/local/dexconf
@@ -221,18 +221,11 @@ if [ $RET = true ]; then
   DO_EMULATE3BUTTONS=true
 fi
 
-MOUSE_DRIVER=mouse
-if which vmmouse_detect /dev/null 21; then
-  if vmmouse_detect  /dev/null ; then
-MOUSE_DRIVER=vmmouse
-  fi
-fi
-
 exec 4$DEXCONFTMPDIR/InputDeviceMouse
 cat 4 SECTION
 Section InputDevice
Identifier  Configured Mouse
-   Driver  $MOUSE_DRIVER
+   Driver  vmmouse
 SECTION
 if [ -n $DO_EMULATE3BUTTONS ]; then
   printf \tOption\t\t\Emulate3Buttons\\t\true\\n 4


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



xorg-server: Changes to 'ubuntu'

2008-03-13 Thread Timo Aaltonen
 debian/changelog |   18 +
 debian/patches/109_glx_fail_if_no_texture_bound.diff |   54 +
 debian/patches/153_exa_skip_empty_glyphs.diff|   20 ++
 debian/patches/154_fix_rotation_for_multimon.diff|   27 
 debian/patches/155_exa_fix_off-by-one.diff   |   21 ++
 debian/patches/156_resize_composite_overlay.diff |   58 +++
 debian/patches/series|5 +
 7 files changed, 203 insertions(+)

New commits:
commit dc6a67c561518e716acf8bc548defa7a604dc148
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Thu Mar 13 18:24:38 2008 +0200

Prepare the changelog for upload

diff --git a/debian/changelog b/debian/changelog
index e6dce42..01388d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg-server (2:1.4.1~git20080131-1ubuntu5) UNRELEASED; urgency=low
+xorg-server (2:1.4.1~git20080131-1ubuntu5) hardy; urgency=low
 
   * Add some patches from upstream 1.4-branch or proposed set:
 - 109_glx_fail_if_no_texture_bound.diff
@@ -14,7 +14,7 @@ xorg-server (2:1.4.1~git20080131-1ubuntu5) UNRELEASED; 
urgency=low
   + Resize composite overlay window when the root window changes.
 (LP: #199700)
 
- -- Timo Aaltonen [EMAIL PROTECTED]  Thu, 13 Mar 2008 10:57:33 +0200
+ -- Timo Aaltonen [EMAIL PROTECTED]  Thu, 13 Mar 2008 18:21:41 +0200
 
 xorg-server (2:1.4.1~git20080131-1ubuntu4) hardy; urgency=low
 

commit c56beadbda105991045c60011e77e60c553eea23
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Thu Mar 13 11:45:40 2008 +0200

Add some patches from upstream 1.4-branch or proposed set

 - 109_glx_fail_if_no_texture_bound.diff
   + __glXDRIbindTexImage: Fail if no texture bound to pixmap's texture
 target.
 - 153_exa_skip_empty_glyphs.diff
   + Fix a crasher when EXA and RenderAccel is in use.
 - 154_fix_rotation_for_multimon.diff
   + Fix rotation for multi-monitor situation.
 - 155_exa_fix_off-by-one.diff
   + Fix off-by-one in polyline drawing.
 - 156_resize_composite_overlay.diff
   + Resize composite overlay window when the root window changes.
 (LP: #199700)

diff --git a/debian/changelog b/debian/changelog
index afa3f9e..e6dce42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+xorg-server (2:1.4.1~git20080131-1ubuntu5) UNRELEASED; urgency=low
+
+  * Add some patches from upstream 1.4-branch or proposed set:
+- 109_glx_fail_if_no_texture_bound.diff
+  + __glXDRIbindTexImage: Fail if no texture bound to pixmap's texture
+target.
+- 153_exa_skip_empty_glyphs.diff
+  + Fix a crasher when EXA and RenderAccel is in use.
+- 154_fix_rotation_for_multimon.diff
+  + Fix rotation for multi-monitor situation.
+- 155_exa_fix_off-by-one.diff
+  + Fix off-by-one in polyline drawing.
+- 156_resize_composite_overlay.diff
+  + Resize composite overlay window when the root window changes.
+(LP: #199700)
+
+ -- Timo Aaltonen [EMAIL PROTECTED]  Thu, 13 Mar 2008 10:57:33 +0200
+
 xorg-server (2:1.4.1~git20080131-1ubuntu4) hardy; urgency=low
 
   * Add 152_xserver_exa_force_greedy.patch to provide a mechanism for
diff --git a/debian/patches/109_glx_fail_if_no_texture_bound.diff 
b/debian/patches/109_glx_fail_if_no_texture_bound.diff
new file mode 100644
index 000..36050ab
--- /dev/null
+++ b/debian/patches/109_glx_fail_if_no_texture_bound.diff
@@ -0,0 +1,54 @@
+From 095850596114178119a8cc854716ce0cc6e05121 Mon Sep 17 00:00:00 2001
+From: Michel Dänzer [EMAIL PROTECTED]
+Date: Fri, 24  Aug  2007  11:04:48  +
+Subject: __glXDRIbindTexImage: Fail if no texture bound to pixmap's texture 
target.
+
+We would most likely crash somewhere in Mesa if we tried to continue in this
+case.
+---
+diff --git a/GL/glx/glxdri.c b/GL/glx/glxdri.c
+index 685683d..c1f3eb7 100644
+--- a/GL/glx/glxdri.c
 b/GL/glx/glxdri.c
+@@ -374,17 +374,25 @@ __glXDRIbindTexImage(__GLXcontext *baseContext,
+ {
+ RegionPtr pRegion = NULL;
+ PixmapPtr pixmap;
+-int   bpp, override = 0;
++int   bpp, override = 0, texname;
+ GLenumformat, type;
+ ScreenPtr pScreen = glxPixmap-pScreen;
+ __GLXDRIscreen * const screen =
+   (__GLXDRIscreen *) __glXgetActiveScreen(pScreen-myNum);
+ 
++CALL_GetIntegerv(GET_DISPATCH(), (glxPixmap-target == GL_TEXTURE_2D ?
++GL_TEXTURE_BINDING_2D :
++GL_TEXTURE_BINDING_RECTANGLE_NV,
++texname));
++
++if (!texname)
++  return __glXError(GLXBadContextState);
++
+ pixmap = (PixmapPtr) glxPixmap-pDraw;
+ 
+ if (screen-texOffsetStart  screen-driScreen.setTexOffset) {
+   __GLXpixmap **texOffsetOverride = screen-texOffsetOverride;
+-  int i, firstEmpty = 16, texname;
++  int i, firstEmpty = 16;
+ 
+   for (i = 0; i  16; i++) {
+

Processed: Re: Bug#463438: Font regressions depend on xorg.conf displaysize

2008-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 463438 xorg
Bug#463438: kword: Font regressions since kde 3.5.7 in lenny but not kubuntu
Bug reassigned from package `kword' to `xorg'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



xserver-xorg-video-ivtvdev: Changes to 'refs/tags/xserver-xorg-video-ivtvdev-1.0.1-1'

2008-03-13 Thread Ian Campbell
Tag 'xserver-xorg-video-ivtvdev-1.0.1-1' created by Ian Campbell [EMAIL 
PROTECTED] at 2008-03-13 18:08 +

Debian release 1.0.1-1

Changes since xserver-xorg-video-ivtvdev-1.0.0-1:
Brice Goglin (4):
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix display the output of quilt push/pop.
  Do not call laptop-detect, let the only user call it directly

David Nusinow (2):
  Remove make-orig-tar-gz target
  Kill the manifest code.

Ian Campbell (9):
  Continue with 1.0.0-2
  Merge git://git.debian.org/git/pkg-xorg/xsfbs into debian-unstable
  Vcs-Browser and Vcs-Git are now supported so drop the XS- prefix.
  Merge commit 'xsfbs/debian-unstable' into debian-unstable
  Merge branch 'upstream/tags/1.0.1' into debian-unstable
  Update to 1.0.1-1
  Build a xserver-xorg-video-ivtv-dbg package with debugging symbols.
  1.0.1-1 isn't ready for release yet, mark it as such in debian/changelog
  Release 1.0.1-1

hverkuil (13):
  Continue with 1.0.1.
  Also update configure.ac
  Changelog - ChangeLog
  Rename xdriver to the standard name of Xorg drivers.
  Update README with note regarding the MythTV interlacing settings.
  Allows building with some older Xorg 7.x releases.
  (patch from Ian Armstrong)
  Add some Debian clarifications.
  xf86-video-ivtv - Add support for newer X org versions with libpciaccess
  Revert version bump (was not needed)
  Update ChangeLog
  Update
  Release 1.0.1

---
 .gitignore|1 
 ChangeLog |2 
 Makefile.in   |4 
 README|   27 
 config.h.in   |   12 
 configure | 1509 --
 configure.ac  |   20 
 debian/changelog  |8 
 debian/control|   17 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |  103 ---
 debian/xsfbs/xsfbs.sh |7 
 src/ivtv.c|7 
 src/ivtv_hw.c |   14 
 src/ivtv_hw.h |   16 
 src/ivtv_xv.c |   11 
 16 files changed, 1121 insertions(+), 639 deletions(-)
---


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



Processed: bug 470408 is forwarded to http://bugs.freedesktop.org/show_bug.cgi?id=14999

2008-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.18.1
 forwarded 470408 http://bugs.freedesktop.org/show_bug.cgi?id=14999
Bug#470408: [s3/VirtualPC] should not use 24bits depth when not available in ROM
Noted your statement that Bug has been forwarded to 
http://bugs.freedesktop.org/show_bug.cgi?id=14999.


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]



Bug#470408: Acknowledgement (xserver-xorg-video-s3: Screen corrupted for Virtual PC 2007, in 24bit mode)

2008-03-13 Thread Franklin PIAT
I've opened a bug upstream :
https://bugs.freedesktop.org/show_bug.cgi?id=14999

However, because I'm not sure there's anything that can be done about this
bug, I wonder if xserver-xorg-video-s3 could be configured as 16bpp by
default (It probably rarely used on pysical hardware).




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



Processed: [bts-link] source package mesa

2008-03-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 #
 # bts-link upstream status pull for source package mesa
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
 # remote status report for #451339
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=12082
 #  * remote status changed: NEW - VERIFIED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 451339 + fixed-upstream
Bug#451339: foobillard: crashes with rendered+fresnel reflections on intel 
graphics
There were no tags set.
Tags added: fixed-upstream

 usertags 451339 - status-NEW
Bug#451339: foobillard: crashes with rendered+fresnel reflections on intel 
graphics
Usertags were: status-NEW.
Usertags are now: .
 usertags 451339 + status-VERIFIED resolution-FIXED
Bug#451339: foobillard: crashes with rendered+fresnel reflections on intel 
graphics
There were no usertags set.
Usertags are now: resolution-FIXED status-VERIFIED.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#462441: xserver-xorg: alt key gets stuck

2008-03-13 Thread Zinx Verituse

This happens reliably with xserver-xorg-core 2:1.4.1~git20080131-1 and
xserver-xorg-input-kbd 1:1.2.2-3 here as well - If a metacity shortcut
involving ctrl and alt (no others were tested, but probably have similar
results) is held until the key would normally repeat, ctrl and alt are
permanently on until the server is restarted as far as metacity and
xkbwatch are concerned, but work normally in xterms.

--
Zinx Verituse




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