Bug#528708: Not completely fixed upstream in 7.4.2

2009-05-20 Thread Michel Dänzer
On Tue, 2009-05-19 at 17:01 -0700, Daniel Schepler wrote:
 I just tried compiling and installing Mesa 7.4.2 (copied the debian/ 
 directory 
 from 7.4.1-1 into an unpacked copy of 7.4.2, and added a 7.4.2-0 version to 
 debian/changelog).  It does fix the crashes with the Qt OpenGL examples -- 
 although with the textures example and a couple others, when I exit I get
 
 Mesa 7.4.2 implementation error: invalid reference to a deleted texture object
 Please report at bugzilla.freedesktop.org
 textures: main/texobj.c:305: _mesa_reference_texobj: Assertion 
 `valid_texture_object(oldTex)' failed.
 Aborted

This should be fixed in upstream Git mesa_7_4_branch.


 But with the application I'm developing I still get the condition where 
 glGetString(GL_VERSION) returns NULL in my override of 
 QGLWidget::initializeGL.

Is a GLX context current when you call glGetString?


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



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#528994: Info received (Bug#528994: Acknowledgement (xserver-xorg-core: Corrupt mouse motion events send pointer to top-left of screen))

2009-05-20 Thread sand
I have managed to work my way back up the failure chain, to the point
where GDB can stop the server before the mouse moves.  The failure is
associated with a motion event of {0,0} and is_absolute of 1.

(gdb) bt
#0  xf86PostMotionEventP (device=0x84a6308, is_absolute=1, first_valuator=0, 
num_valuators=2, valuators=0xbfc6af7c)
at ../../../../hw/xfree86/common/xf86Xinput.c:741
#1  0xb7a6a263 in ?? () from /usr/lib/xorg/modules/input//evdev_drv.so
#2  0x084a6308 in ?? ()
#3  0x0001 in ?? ()
#4  0x in ?? ()
(gdb) p *valuat...@num_valuators
$77 = {0, 0}

That would definitely send the pointer to {0,0}.  Unfortunately, I'm
using a mouse.  And, of course, the absolute motion event didn't show
up in my original traces because I never bothered to put a trace on
that call, because it was absolute motion.  Back to debugging evdev.



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processing of xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1_amd64.changes

2009-05-20 Thread Archive Administrator
xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1_amd64.changes uploaded 
successfully to localhost
along with the files:
  xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.dsc
  xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762.orig.tar.gz
  xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.diff.gz
  xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1_amd64.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



reassign 520373 to xserver-xorg-video-intel, retitle 520373 to [915G EXA] xserver lockup

2009-05-20 Thread Julien Cristau
reassign 520373 xserver-xorg-video-intel 2:2.3.2-2+lenny6
retitle 520373 [915G EXA] xserver lockup


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2009-05-20 Thread Chris Lamb
 configure.ac  |9 
 debian/changelog  |  260 
 debian/control|4 
 src/Makefile.am   |5 
 src/drmmode_display.c |  925 +--
 src/drmmode_display.h |   67 -
 src/nouveau_bios.h|   76 -
 src/nouveau_calc.c|  612 ++
 src/nouveau_crtc.h|1 
 src/nouveau_dri2.c|  213 +++
 src/nouveau_exa.c |  326 -
 src/nouveau_hw.c  |  970 
 src/nouveau_hw.h  |  335 +
 src/nouveau_local.h   |   26 
 src/nouveau_xv.c  |  212 ---
 src/nv04_exa.c|   20 
 src/nv04_xv_blit.c|6 
 src/nv10_exa.c|   10 
 src/nv10_xv_ovl.c |6 
 src/nv30_exa.c|8 
 src/nv30_xv_tex.c |   15 
 src/nv40_exa.c|   22 
 src/nv40_xv_tex.c |4 
 src/nv50_connector.c  |   20 
 src/nv50_crtc.c   |   23 
 src/nv50_dac.c|4 
 src/nv50_display.c|1 
 src/nv50_exa.c|   32 
 src/nv50_output.c |  153 +-
 src/nv50_randr.c  |   70 -
 src/nv50_sor.c|   97 -
 src/nv50_xv.c |   21 
 src/nv50reg.h |   13 
 src/nv_bios.c | 3004 +++---
 src/nv_const.h|6 
 src/nv_crtc.c | 1093 --
 src/nv_cursor.c   |  473 +--
 src/nv_dac.c  |   17 
 src/nv_dma.c  |   11 
 src/nv_dri.c  |  141 --
 src/nv_driver.c   |  492 
 src/nv_hw.c   |  947 ---
 src/nv_i2c.c  |   37 
 src/nv_include.h  |4 
 src/nv_output.c   |  815 +
 src/nv_proto.h|   80 -
 src/nv_setup.c|   92 -
 src/nv_shadow.c   |   50 
 src/nv_type.h |  181 +--
 src/nvreg.h   |  539 
 50 files changed, 6786 insertions(+), 5762 deletions(-)

New commits:
commit 36317b29353fbb6b2d6c2533cae52409654e8a51
Author: Chris Lamb la...@debian.org
Date:   Wed May 20 10:18:00 2009 +0100

releasing version 1:0.0.10~git+20090519+9656762-1

diff --git a/debian/changelog b/debian/changelog
index 4d2205c..bfe275f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-nouveau (1:0.0.10~git+20090519+9656762-1) UNRELEASED; 
urgency=low
+xserver-xorg-video-nouveau (1:0.0.10~git+20090519+9656762-1) experimental; 
urgency=low
 
   * New upstream snapshot (Closes: #526144, #524456)
 - 9656762... nv50: fix multiple-display hangs when encoders swap crtcs
@@ -256,7 +256,7 @@ xserver-xorg-video-nouveau 
(1:0.0.10~git+20090519+9656762-1) UNRELEASED; urgency
   * Bump Standards-Version to 3.8.1.
   * Bump build dependency on libdrm-dev to 2.4.11.
 
- -- Chris Lamb la...@debian.org  Tue, 19 May 2009 23:16:52 +0100
+ -- Chris Lamb la...@debian.org  Wed, 20 May 2009 10:17:53 +0100
 
 xserver-xorg-video-nouveau (1:0.0.10~git+20090205+4dfd0b1-1) experimental; 
urgency=low
 

commit 763d5bea2cdb4e0ff92739b5ece5ece67a83c8fe
Author: Chris Lamb la...@debian.org
Date:   Tue May 19 23:36:20 2009 +0100

Add bug #524456 which is fixed by rebuilding.

Signed-off-by: Chris Lamb la...@debian.org

diff --git a/debian/changelog b/debian/changelog
index af63c5a..4d2205c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 xserver-xorg-video-nouveau (1:0.0.10~git+20090519+9656762-1) UNRELEASED; 
urgency=low
 
-  * New upstream snapshot (Closes: #526144)
+  * New upstream snapshot (Closes: #526144, #524456)
 - 9656762... nv50: fix multiple-display hangs when encoders swap crtcs
 - d70eed9... randr12: fix digital dpms regression
 - 1072103... exa: use exaDriverAlloc() to prevent issues across exa 

commit e6459c3c5cbab59baa552f7d9bcf0ac386391140
Author: Chris Lamb la...@debian.org
Date:   Tue May 19 23:21:29 2009 +0100

Bump build dependency on libdrm-dev to 2.4.11.

diff --git a/debian/changelog b/debian/changelog
index 6cec485..af63c5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -254,6 +254,7 @@ xserver-xorg-video-nouveau 
(1:0.0.10~git+20090519+9656762-1) UNRELEASED; urgency
 - ba1f897... keep resources around after leavevt, far too problematic 
   currently
   * Bump Standards-Version to 3.8.1.
+  * Bump build dependency on libdrm-dev to 2.4.11.
 
  -- Chris Lamb la...@debian.org  Tue, 19 May 2009 23:16:52 +0100
 
diff --git a/debian/control b/debian/control
index 29ff51b..d8361dd 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: Chris Lamb la...@debian.org, Matthew Johnson mj...@debian.org
-Build-Depends: debhelper (= 7), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev (= 1.2), x11proto-render-dev, x11proto-xext-dev, libdrm-dev 
(= 2.4.4+git+20090105+a8c5480), x11proto-xf86dri-dev, x11proto-gl-dev, 
mesa-common-dev, automake, libtool, xutils-dev, xserver-xorg-dev
+Build-Depends: debhelper (= 7), pkg-config, 

xserver-xorg-video-nouveau: Changes to 'upstream-experimental'

2009-05-20 Thread Chris Lamb
 configure.ac  |9 
 src/Makefile.am   |5 
 src/drmmode_display.c |  925 +--
 src/drmmode_display.h |   67 -
 src/nouveau_bios.h|   76 -
 src/nouveau_calc.c|  612 ++
 src/nouveau_crtc.h|1 
 src/nouveau_dri2.c|  213 +++
 src/nouveau_exa.c |  326 -
 src/nouveau_hw.c  |  970 
 src/nouveau_hw.h  |  335 +
 src/nouveau_local.h   |   26 
 src/nouveau_xv.c  |  212 ---
 src/nv04_exa.c|   20 
 src/nv04_xv_blit.c|6 
 src/nv10_exa.c|   10 
 src/nv10_xv_ovl.c |6 
 src/nv30_exa.c|8 
 src/nv30_xv_tex.c |   15 
 src/nv40_exa.c|   22 
 src/nv40_xv_tex.c |4 
 src/nv50_connector.c  |   20 
 src/nv50_crtc.c   |   23 
 src/nv50_dac.c|4 
 src/nv50_display.c|1 
 src/nv50_exa.c|   32 
 src/nv50_output.c |  153 +-
 src/nv50_randr.c  |   70 -
 src/nv50_sor.c|   97 -
 src/nv50_xv.c |   21 
 src/nv50reg.h |   13 
 src/nv_bios.c | 3004 +++---
 src/nv_const.h|6 
 src/nv_crtc.c | 1093 --
 src/nv_cursor.c   |  473 +--
 src/nv_dac.c  |   17 
 src/nv_dma.c  |   11 
 src/nv_dri.c  |  141 --
 src/nv_driver.c   |  492 
 src/nv_hw.c   |  947 ---
 src/nv_i2c.c  |   37 
 src/nv_include.h  |4 
 src/nv_output.c   |  815 +
 src/nv_proto.h|   80 -
 src/nv_setup.c|   92 -
 src/nv_shadow.c   |   50 
 src/nv_type.h |  181 +--
 src/nvreg.h   |  539 
 48 files changed, 6524 insertions(+), 5760 deletions(-)

New commits:
commit 9656762ba186e91dd2b3b7f3f9427ba520982f9d
Author: Ben Skeggs bske...@redhat.com
Date:   Thu May 14 10:26:44 2009 +1000

nv50: fix multiple-display hangs when encoders swap crtcs

diff --git a/src/nouveau_crtc.h b/src/nouveau_crtc.h
index d86dc90..45d0eee 100644
--- a/src/nouveau_crtc.h
+++ b/src/nouveau_crtc.h
@@ -32,6 +32,7 @@ typedef struct nouveauCrtc {
char *name;
uint8_t index;
Bool active;
+   Bool blanked;
 
/* Scanout area. */
struct nouveau_bo * front_buffer;
diff --git a/src/nv50_crtc.c b/src/nv50_crtc.c
index 64dc85f..3502dd7 100644
--- a/src/nv50_crtc.c
+++ b/src/nv50_crtc.c
@@ -308,6 +308,8 @@ NV50CrtcBlank(nouveauCrtcPtr crtc, Bool blanked)
NV50CrtcCommand(crtc, NV84_CRTC0_BLANK_UNK1, 
NV84_CRTC0_BLANK_UNK1_UNBLANK);
NV50CrtcCommand(crtc, NV50_CRTC0_BLANK_CTRL, 
NV50_CRTC0_BLANK_CTRL_UNBLANK);
}
+
+   crtc-blanked = blanked;
 }
 
 static void
diff --git a/src/nv50_randr.c b/src/nv50_randr.c
index 3459f05..a261a3b 100644
--- a/src/nv50_randr.c
+++ b/src/nv50_randr.c
@@ -67,17 +67,35 @@ nv50_crtc_mode_fixup(xf86CrtcPtr crtc, DisplayModePtr mode,
 static void
 nv50_crtc_prepare(xf86CrtcPtr crtc)
 {
-   ScrnInfoPtr pScrn = crtc-scrn;
NV50CrtcPrivatePtr nv_crtc = crtc-driver_private;
-   xf86DrvMsg(pScrn-scrnIndex, X_INFO, nv50_crtc_prepare is called for 
%s.\n, nv_crtc-crtc-index ? CRTC1 : CRTC0);
-
+   ScrnInfoPtr pScrn = crtc-scrn;
NVPtr pNv = NVPTR(pScrn);
+   xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
+   nouveauOutputPtr output;
+   int i;
+
+   /* Rewire internal stucts to match randr-1.2... yet again.. */
+   for (i = 0; i  xf86_config-num_output; i++) {
+   xf86OutputPtr output = xf86_config-output[i];
+   NV50OutputPrivatePtr nv50_output = output-driver_private;
+   nouveauOutputPtr nv_output = nv50_output-output;
+
+   if (output-crtc) {
+   NV50CrtcPrivatePtr nv50_crtc =
+   output-crtc-driver_private;
+   nv_output-crtc = nv50_crtc-crtc;
+   } else {
+   nv_output-crtc = NULL;
+   }
+   }
+
+   xf86DrvMsg(pScrn-scrnIndex, X_INFO,
+  nv50_crtc_prepare is called for %s.\n,
+  nv_crtc-crtc-index ? CRTC1 : CRTC0);
 
nv_crtc-crtc-active = TRUE;
nv_crtc-crtc-modeset_lock = TRUE;
 
-   nouveauOutputPtr output;
-
/* Detach any unused outputs. */
for (output = pNv-output; output != NULL; output = output-next) {
if (!output-crtc)
@@ -171,7 +189,8 @@ nv50_crtc_show_cursor(xf86CrtcPtr crtc)
NV50CrtcPrivatePtr nv_crtc = crtc-driver_private;
//xf86DrvMsg(pScrn-scrnIndex, X_INFO, nv50_crtc_show_cursor is called 
for %s.\n, nv_crtc-crtc-index ? CRTC1 : CRTC0);
 
-   nv_crtc-crtc-ShowCursor(nv_crtc-crtc, FALSE);
+   if (!nv_crtc-crtc-blanked)
+   nv_crtc-crtc-ShowCursor(nv_crtc-crtc, FALSE);
 }
 
 static void

commit d70eed91b2909ba0b20415ab1d5a099fb6b39b08
Author: Stuart Bennett stu...@freedesktop.org
Date:   Tue May 12 16:54:33 2009 

xserver-xorg-video-nouveau: Changes to 'refs/tags/debian/0.0.10-git+20090519+9656762-1'

2009-05-20 Thread Chris Lamb
Tag 'debian/0.0.10-git+20090519+9656762-1' created by Chris Lamb 
la...@debian.org at 2009-05-20 09:18 +

Uploading 0.0.10-git+20090519+9656762-1 to experimental.

Changes since xserver-xorg-video-nouveau-0.0.10-git+20090205+4dfd0b1-1:
Ben Skeggs (74):
  keep resources around after leavevt, far too problematic currently
  kms: update drmmode_display
  exa: remove notifier waits in UTS/DFS
  xv: remove notifier usage
  exa: don't need exaMarkSync on DFS, the operation will be done already
  exa: remove exaWaitSync() call in nouveau_exa_pixmap_map()
  exa: preparation for reintroducing driver-controlled pixmaps
  exa: reimplement driver-controlled pixmaps
  default to autodetecting whether to enable the driver's kms paths
  nv50/exa: properly align offset for mem_tile ioctl
  clear the scanout buffer on statup to avoid seeing garbage on-screen
  kms: fix resize func
  kms: fix check for xf86drmMode.h
  move memset of fb after NVSave(), hopefully fix lost VGA fonts
  nv30/xv: restore original viewport/clipping after putimage
  kms: implement dpms
  kms: work around some bong hits with dpms
  kms: remove early-exit from gamma_set, the kernel side works now
  kms: work around some xserver stupidity with DPMS
  kms: get current values for output properties on startup
  kms: cleanup set_property
  improve drm/dri initialisation code
  exa: fix multiple prepare/finish_access on a pixmap
  Call NVEnterVT from NVScreenInit rather than duplicating it.
  kms: copy old fb to new fb on modeset
  kms: support framebuffer resize if driver pixmaps enabled
  dri2: initial implementation, only with driver pixmaps
  dri: pass object handle instead of offset if using real mm
  fix ppc build
  more ppc..
  another ppc fix
  device close doesn't belong in DRI close, can have DRM without DRI
  dri: fail harder
  kms: drm_mode_modeinfo struct changed names at some point
  kms: implement AdjustFrame, should fix crash in fdo#24236
  nv50: call NVSync() in CloseScreen() before restoring video mode
  nv50/xv: correct rendering to partically obscured windows
  kms: check for mm_enabled as an additional test for kms presence
  randr: fix crash when rotation requested
  kms: fix bug which prevented getting edid from the kernel
  nv50: add default modes to mode pool for LVDS panel
  kms: small cleanup
  xv: post damage after we draw (rh#492239)
  xv: oops
  kms: CONNECTORn - CONNECTOR-n
  bios: support for pll limits table v3.0
  bios: xf86DrvMsg-NV_ERROR
  bios: fix chips with pll limits table version 0
  nv50: fix i2c port addresses
  consistent connector naming across nv50, nv50 and kms
  bios: add exception for chipset 0x73 for lack of fp table
  bios: some G8x don't have PBUS at 0x1800, us 0x88000 unconditionally there
  bios: fix typo
  kms: fix setting the randr edid property
  nv50: modify ddc-nvreg assignments again..
  bios: logic typo from earlier commit
  do e-edid for legacy modesetting path
  kms: fix displayWidth in resize
  Remove pNv-GART conditional for selecting CB_LOCATION in AGP/PCI
  nv50: use vbios-programmed lvds mode as native mode if no ddc
  nv50: missed a WAIT_RING
  bios: parse BIT U table
  bios: dcb location is only 2 bits
  bios: some nv50 init scripts have flags in reg values, deal with (130)
  bios/nv50: initial parsing of display script tables, not quite complete
  nv50: merge NV50SorSetClockMode and NV50SorSetClockModeLVDS
  bios: modify get_fp_strap() for g80
  bios: remove dodgy mode-table search for g80
  nv50: group encoders into connectors by i2c port
  nv50: remove reading back vbios-programmed lvds native mode
  bios: use NV_ARCH_50 to match G8x chips
  nv50: return immediately in GetDDCModes if no DDC on connector...
  exa: use exaDriverAlloc() to prevent issues across exa changes
  nv50: fix multiple-display hangs when encoders swap crtcs

Chris Lamb (6):
  Merge branch 'upstream-experimental' into debian-experimental
  New upstream snapshot (Closes: #526144)
  Bump Standards-Version to 3.8.1.
  Bump build dependency on libdrm-dev to 2.4.11.
  Add bug #524456 which is fixed by rebuilding.
  releasing version 1:0.0.10~git+20090519+9656762-1

Francisco Jerez (1):
  Fix nouveau_hw_decode_pll on NV30/35.

Maarten Maathuis (16):
  Fix some cursor fallout, mostly in legacy code.
  Fix a few warnings.
  Always allocate 2 hw cursors.
  exa: add nouveau_exa_pixmap_is_tiled
  bios: implement opcode 0x76 (INIT_IO_CONDITION).
  bios: fix create_i2c_device for g80
  bios: add some more valid regs
  nv50: correct a poorly written comment
  shadowfb: clip copied regions to frontbuffer size.
  nv04: unbreak copy
  exa: support major version 3
  

Processed: reassign 520373 to xserver-xorg-video-intel, retitle 520373 to [915G EXA] xserver lockup

2009-05-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 520373 xserver-xorg-video-intel 2:2.3.2-2+lenny6
Bug#520373: xorg: Xorg locks up when browsing some websites
Bug reassigned from package `xorg' to `xserver-xorg-video-intel'.

 retitle 520373 [915G EXA] xserver lockup
Bug#520373: xorg: Xorg locks up when browsing some websites
Changed Bug title to `[915G EXA] xserver lockup' from `xorg: Xorg locks up when 
browsing some websites'.


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 debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1_amd64.changes ACCEPTED

2009-05-20 Thread Debian Installer

Accepted:
xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.diff.gz
xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.dsc
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.dsc
xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1_amd64.deb
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1_amd64.deb
xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762.orig.tar.gz


Override entries for your package:
xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.dsc - source x11
xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1_amd64.deb - optional 
x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 524456 526144 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529560: xorg runs very slow on my laptop

2009-05-20 Thread Julien Cristau
On Wed, May 20, 2009 at 01:26:27 -0400, Luo Yong wrote:

 After I dist-upgrade my system, the xorg runs very slow on my HP6535s
 laptop. It take a relative long time when refreshing the webpage and
 the desktop itself than before and it cannot run almost all 2D games
 now. The kernel version is: 2.6.29.3, and the lspci result related to
 the video chipset is:
 
Please attach dmesg and Xorg log.  And in the future consider using the
reportbug tool to submit bugs to the Debian BTS.  Thanks!

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#524456: marked as done (xserver-xorg-video-nouveau uninstallable in unstable/experimental with xorg 7.4)

2009-05-20 Thread Debian Bug Tracking System

Your message dated Wed, 20 May 2009 09:32:52 +
with message-id e1m6iao-0007y4...@ries.debian.org
and subject line Bug#524456: fixed in xserver-xorg-video-nouveau 
1:0.0.10~git+20090519+9656762-1
has caused the Debian Bug report #524456,
regarding xserver-xorg-video-nouveau uninstallable in unstable/experimental 
with xorg 7.4
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
524456: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524456
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-video-nouveau
Version: 1:0.0.10~git+20090205+4dfd0b1-1
Severity: important


xserver-xorg-video-nouveau is no longer installable in unstable as it provides 
xserver-xorg-video-2 which conflicts with new X.org packages.

An updated driver with support for the new X.org (or just new Provides/Depends 
if sufficient) would be really nice.

Regards
/Rasmus Bøg Hansen

mo...@sif:~# LC_ALL=C LANG=C sudo aptitude install xserver-xorg-video-nouveau
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information   
Initializing package states... Done
The following packages are BROKEN:
  xserver-xorg-core 
The following NEW packages will be installed:
  libdrm-nouveau1{a} xserver-xorg-video-nouveau 
The following packages will be REMOVED:
  gnome-applets-data{u} libapm1{u} libcpufreq0{u} libscrollkeeper0{u} 
0 packages upgraded, 2 newly installed, 4 to remove and 15 not upgraded.
Need to get 216kB of archives. After unpacking 26.5MB will be freed.
The following packages have unmet dependencies:
  xserver-xorg-core: Conflicts: xserver-xorg-video-2 which is a virtual package.
The following actions will resolve these dependencies:

Keep the following packages at their current version:
xserver-xorg-video-nouveau [Not Installed]

Score is -9881

Accept this solution? [Y/n/q/?]

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.28.8 (PREEMPT)
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to da_DK.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-nouveau depends on:
ii  drm- 2.4.4+git+20090205+8b88036-1+1.0sif DRM rendering modules for Linux (k
ii  drm- 2.4.4+git+20090205+8b88036-1+1.0sif DRM rendering modules for Linux (k
ii  libc 2.9-7   GNU C Library: Shared libraries
pn  libd none  (no description available)
ii  xser 2:1.6.1-1   Xorg X server - core server

xserver-xorg-video-nouveau recommends no packages.

xserver-xorg-video-nouveau suggests no packages.


---End Message---
---BeginMessage---
Source: xserver-xorg-video-nouveau
Source-Version: 1:0.0.10~git+20090519+9656762-1

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

xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.diff.gz
xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.dsc
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.dsc
xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1_amd64.deb
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1_amd64.deb
xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762.orig.tar.gz



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 524...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb la...@debian.org (supplier of updated xserver-xorg-video-nouveau 
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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 May 2009 10:17:53 +0100
Source: xserver-xorg-video-nouveau
Binary: xserver-xorg-video-nouveau
Architecture: source amd64
Version: 1:0.0.10~git+20090519+9656762-1
Distribution: 

Bug#526144: marked as done (xserver-xorg-video-nouveau: please provide an updated nouveau snapshot)

2009-05-20 Thread Debian Bug Tracking System

Your message dated Wed, 20 May 2009 09:32:52 +
with message-id e1m6iao-0007y6...@ries.debian.org
and subject line Bug#526144: fixed in xserver-xorg-video-nouveau 
1:0.0.10~git+20090519+9656762-1
has caused the Debian Bug report #526144,
regarding xserver-xorg-video-nouveau: please provide an updated nouveau snapshot
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
526144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526144
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-video-nouveau
Version: 0.0.10~git+20090205+4dfd0b1-1
Severity: wishlist

Hello,

it would be great if you package a new nouveau snapshot.

Thank you.

Regards.

Noel

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
Source: xserver-xorg-video-nouveau
Source-Version: 1:0.0.10~git+20090519+9656762-1

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

xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.diff.gz
xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.dsc
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1.dsc
xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1_amd64.deb
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762-1_amd64.deb
xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.10~git+20090519+9656762.orig.tar.gz



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 526...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb la...@debian.org (supplier of updated xserver-xorg-video-nouveau 
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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 May 2009 10:17:53 +0100
Source: xserver-xorg-video-nouveau
Binary: xserver-xorg-video-nouveau
Architecture: source amd64
Version: 1:0.0.10~git+20090519+9656762-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 xserver-xorg-video-nouveau - X.Org X server -- Nouveau display driver 
(experimental)
Closes: 524456 526144
Changes: 
 xserver-xorg-video-nouveau (1:0.0.10~git+20090519+9656762-1) experimental; 
urgency=low
 .
   * New upstream snapshot (Closes: #526144, #524456)
 - 9656762... nv50: fix multiple-display hangs when encoders swap crtcs
 - d70eed9... randr12: fix digital dpms regression
 - 1072103... exa: use exaDriverAlloc() to prevent issues across exa
   changes
 - 8502a80... Fix server regeneration again
 - 7a796a9... randr12: off-chip lvds for nv28 (rh#487456)
 - 5959512... 'drmCheckModesettingSupported' implicit function declaration
   fix
 - f62719e... Unused variable warning fixes
 - c8260ef... Fix crash with Xinerama enabled
 - 1a478ed... randr12: de-magic ramdac general control values
 - 6c209a8... randr12: pre-nv17 load detection
 - 3971dda... randr12: fix fp_control again again again
 - 0ef1603... randr12: solve off-chip encoder crtc exclusion in prepare,
   rather than dpms
 - 0447ce0... randr12: simplify nv11 digital encoder-crtc binding
 - f69b34a... nv50: return immediately in GetDDCModes if no DDC on
   connector...
 - 45e1618... bios: use NV_ARCH_50 to match G8x chips
 - 3d61697... nv50: remove reading back vbios-programmed lvds native mode
 - bade249... nv50: group encoders into connectors by i2c port
 - 9ee2ac1... bios: remove dodgy mode-table search for g80
 - 6282574... bios: modify get_fp_strap() for g80
 - 09b832e... nv50: merge NV50SorSetClockMode and NV50SorSetClockModeLVDS
  

Bug#508476: FatalError with no config and fbdev..

2009-05-20 Thread Julien Cristau
Hi,

so I finally sat down yesterday to take a look at this.  Here's what
happens as far as I can tell:
- the intel (or whatever) driver gets loaded, its PciProbe hook is
  called by probe_devices_from_device_sections(), and it claims the pci
  device
- then fbdev gets loaded.  Since the device is already claimed,
  xf86CheckPciSlot() in probe_devices_from_device_sections() returns 0,
  so xf86CallDriverProbe() calls the Probe hook instead of PciProbe.
  When there's no BusId, and /dev/fb0 exists, fbdev's Probe hook calls
  xf86ClaimFbSlot()
- finally, in xf86PostProbe() both fbSlotClaimed and pciSlotClaimed are
  true, so we FatalError()

I'm not sure when this started happening (I'd guess pci-rework, but I'm
not sure since I never had a framebuffer device before playing with
this, and I always had an xorg.conf), or how to fix it...

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#515717: xserver-xorg-video-nouveau_1:0.0.10~git+20090205+4dfd0b1-1(hppa/exp erimental): FTBFS

2009-05-20 Thread Chris Lamb
Frank Lichtenheld wrote:

 your package failed to build from source.
 | /usr/bin/ld: 
 /usr/lib/gcc/hppa-linux-gnu/4.3.3/../../../libdrm_nouveau.a(nouveau_pushbuf.o):
 relocation R_PARISC_DPREL21L can not be used when making a shared
 object; recompile with -fPIC
 | /usr/lib/gcc/hppa-linux-gnu/4.3.3/../../../libdrm_nouveau.a: could
 not read symbols: Bad value | collect2: ld returned 1 exit status |
 make[3]: *** [nouveau_drv.la] Error 1 | make[3]: Leaving directory

  lambyAny idea about the hppa FTBFS? (#515717)
  jcristau it's using a static libdrm_nouveau for some reason
  jcristau ah. that's because libdrm-dev didn't depend on
 libdrm-nouveau1 at the time
  jcristau so that should be fixed
  lambyAh, those arch-specific Depends? (which you removed, heh)
  jcristau yeah
  lambyOoi, what made you come to that conclusion?
  jcristau
 
http://experimental.debian.net/fetch.php?pkg=xserver-xorg-video-nouveauver=1%3A0.0.10%7Egit%2B20090205%2B4dfd0b1-1arch=hppastamp=1235648408file=logas=raw
  jcristau libdrm-nouveau1 doesn't get installed
  jcristau so the shared lib isn't there, and -ldrm_nouveau uses the
 static one - fail.
  lambyack, ta.
  lambyDon't think I've come across that failure mode before.
  lambyAnyway, I'll check the hppa buildd logs in a few days.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#529601: xterm: copy-and-paste for iso-8859-7 encoding does not work

2009-05-20 Thread Kornilios Kourtis
Package: xterm
Version: 242-1
Severity: normal


Hi,

Pasting iso-8859-7 text to an xterm window results in hash (#)
characters.

This seems to be the same as the issue reported in #420974

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Locale: LANG=POSIX, LC_CTYPE=el_GR (charmap=ISO-8859-7)
Shell: /bin/sh linked to /bin/bash

Versions of packages xterm depends on:
ii  libc6 2.9-4  GNU C Library: Shared libraries
ii  libfontconfig12.6.0-3generic font configuration library
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20090404-1 shared libraries for terminal hand
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxaw7   2:1.0.5-2  X11 Athena Widget library
ii  libxft2   2.1.13-3   FreeType-based font drawing librar
ii  libxmu6   2:1.0.4-1  X11 miscellaneous utility library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  xbitmaps  1.0.1-2Base X bitmaps

Versions of packages xterm recommends:
ii  x11-utils 7.4+1  X11 utilities
ii  xutils1:7.3+18   X Window System utility programs m

Versions of packages xterm suggests:
ii  xfonts-cyrillic   1:1.0.0-6  Cyrillic fonts for X

-- debconf-show failed

Thanks,



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529601: xterm: copy-and-paste for iso-8859-7 encoding does not work

2009-05-20 Thread Kornilios Kourtis
Package: xterm
Version: 242-1
Severity: normal

On Wed, May 20, 2009 at 03:58:24PM +0300, Kornilios Kourtis wrote:
 Hi,
 
 Pasting iso-8859-7 text to an xterm window results in hash (#)
 characters.

Experimentation with keepSelection and selectToClipboard, as suggested in
#483545 does not seem to make a difference.

Thanks,

-- 
Kornilios Kourtis



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#203942: Advertising opportunity for tdc41.jatsu.pl/

2009-05-20 Thread Terry Johnson
Dear Webmaster,

I would like to inform you of an interesting opportunity for your website.

I am looking for reputable websites to support us in promoting our client's 
websites and I would be more than happy to send you more information about our 
proposal.

If you are interested, please let me know and I will be happy to inform you 
further.

I am looking forward to hearing from you.

Kind Regards,
Terry Johnson
Senior Advertising Consultant
Business Development Department
te...@topspot-promotions.com
http://www.topspot-promotions.com

If you do not respond to this email you will not receive any additional emails 
from TopSpot-Promotions.
To permanently delete yourself from our list, simply reply to this with a blank 
email and you will not receive any communication from us in the future.


0343




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#528994: Info received (Bug#528994: Acknowledgement (xserver-xorg-core: Corrupt mouse motion events send pointer to top-left of screen))

2009-05-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 528994 https://bugs.freedesktop.org/show_bug.cgi?id=21832
Bug#528994: xserver-xorg-core: Corrupt mouse motion events send pointer to 
top-left of screen
Noted your statement that Bug has been forwarded to 
https://bugs.freedesktop.org/show_bug.cgi?id=21832.

 kthxbye
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#528994: Info received (Bug#528994: Acknowledgement (xserver-xorg-core: Corrupt mouse motion events send pointer to top-left of screen))

2009-05-20 Thread Julien Cristau
forwarded 528994 https://bugs.freedesktop.org/show_bug.cgi?id=21832
kthxbye

On Wed, May 20, 2009 at 01:33:26 -0700, s...@blarg.net wrote:

 I have managed to work my way back up the failure chain, to the point
 where GDB can stop the server before the mouse moves.  The failure is
 associated with a motion event of {0,0} and is_absolute of 1.
 
I've forwarded your report to the above url.  Feel free to follow that
bug and add any comments you have.

Thanks,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Swingging - How Safe Is An Open Relationship?

2009-05-20 Thread Chritton Bitter
inline: roses.png

Bug#519221: libpixman-1-0: libpixman in testing (0.14.0) causes terminal to be unusably slow (with regression test)

2009-05-20 Thread Arren Lex
Thanks for your reply;

Two days ago I switched video cards with another computer, and I no
longer see this problem. I will try to reproduce it on the other
machine, or, at worst, switch the cards back for this test, but
because of this there will be a slight delay before I can give you
results.

Should I be doing anything in particular on my computer while this
profiler runs? How long should I let it run before I click the profile
button?

Are there any other tests you want me to run while I have my old card?

Thanks,
Alex.

2009/5/19 Julien Cristau jcris...@debian.org:
 On Tue, Mar 10, 2009 at 20:06:23 -0600, Arren Lex wrote:

 I am tracking testing. Recently after the release of lenny I noticed
 that my terminal emulator
 (konsole) became almost unusably slow. The lines refresh about twice
 as fast as I can read them
 -- that is, when I do 'ls', I can almost follow along as the output appears!

 Hi Arren,

 Søren (upstream maintainer of pixman, CCed) would like to see sysprof
 output with pixman 0.10.0 and 0.12.0, or pixman 0.12.0 with and without
 sse2 optimization.  Would you be willing to provide that?

 Thanks in advance,
 Julien




--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Masturbation -- The History

2009-05-20 Thread Tschumperlin Freedlander
inline: apalachicola.png

Bug#528708: Not completely fixed upstream in 7.4.2

2009-05-20 Thread Daniel Schepler
On Wednesday 20 May 2009 01:15:51 Michel Dänzer wrote:
 On Tue, 2009-05-19 at 17:01 -0700, Daniel Schepler wrote:
  But with the application I'm developing I still get the condition where
  glGetString(GL_VERSION) returns NULL in my override of
  QGLWidget::initializeGL.

 Is a GLX context current when you call glGetString?

Yes, as I said in the original post, QGLWidget::initializeGL is called with 
its GL context already made current.  And just to verify that, I tried adding 
an explicit call to QGLWidget::makeCurrent at the start of my override, which 
didn't help.  Then, I added some debugging code to switch to another (shared) 
context and back, printing the return value of glXGetCurrentContext after each 
switch and before the first one.  That inexplicably made the glGetString call 
start working, although the context values looked like they were doing the 
right thing.

And with the original code, running the program with MESA_DEBUG=1 makes the 
library complain about calling glGetString with no active context, even when a 
debugging glXGetCurrentContext shows the correct (nonzero) value.
-- 
Daniel Schepler




--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519221: libpixman-1-0: libpixman in testing (0.14.0) causes terminal to be unusably slow (with regression test)

2009-05-20 Thread Soeren Sandmann
Arren Lex arren...@gmail.com writes:

 Thanks for your reply;
 
 Two days ago I switched video cards with another computer, and I no
 longer see this problem. I will try to reproduce it on the other
 machine, or, at worst, switch the cards back for this test, but
 because of this there will be a slight delay before I can give you
 results.
 
 Should I be doing anything in particular on my computer while this
 profiler runs? How long should I let it run before I click the profile
 button?

Just do the thing that was slow in the terminal. Letting it run for a
couple of thousand samples should be fine. Note that you'll need
debuginfo for both the server and pixman.

 Are there any other tests you want me to run while I have my old
 card?

I susepct the problem can be worked around by setting AccelMethod XAA
in xorg.conf; you may want to verify that.

Thanks,



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529641: Touchscreen on Fujitsu Stylistic cannot be calibrated

2009-05-20 Thread Michal Jurek
Package: xserver-xorg-input-fpit
Version: 1:1.2.0-1
Severity: important
Tags: patch

I have Fujitsu Stylistic 3400 with following configuration:
/etc/serial.conf

/dev/ttyS1 uart 16450 port 0xfd68 irq 5 low_latency baud_base 115200
spd_normal skip_test


/etc/X11/xorg.conf

Section InputDevice
Identifier  Touchscreen
Driver  fpit
Option  Device/dev/ttyS1
Option  BaudRate  9600
Option  Passive
Option  CorePointer
Option  SendCoreEvents
Option  MaximumXPosition  4070
Option  MaximumYPosition  4020
Option  MinimumXPosition  0
Option  MinimumYPosition  0
EndSection

Section Device
Identifier  Configured Video Device
EndSection

Section Monitor
Identifier  Configured Monitor
Option  DPMS
HorizSync   28-40
VertRefresh 43-60
DisplaySize 211 158
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
SubSection Display
   Depth   32
   Modes   800x600
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Touchscreen
EndSection


Using this configuration touch screen works, but only a small part
(upper, left corner, a few square centimeters) screen can be used to
control a position of a pointer. If I point just upper left corner
then pointer shows up there, then if I move towards right and/or down
then pointer moves a few times faster then stylus, so pointer reaches
edge of screen when stylus is just about a few
centimeters from the starting corner.

I tried different settings for options MaximumXPosition,
MaximumYPosition,  MinimumXPosition, MinimumYPosition in
xorg.conf but nothing has changed. Active area of screen was the same
regardles of what values were set.

It seems that this is not related only to Styllistic 3400:
http://ubuntuforums.org/archive/index.php/t-763380.html (see first
TomDupont entry from May 11th, 2008, 01:24 PM and later discussion).

Looking on above thread on Ubuntu forums, I also modified code of fpit
and got things working fine for me. Here is patch (I wouldn't try to
say that this is actual fix, but it quickly shows where problem is).

diff -u orig-fpit/xserver-xorg-input-fpit-1.2.0/src/xf86Fpit.c
xserver-xorg-input-fpit-1.2.0/src/xf86Fpit.c
--- orig-fpit/xserver-xorg-input-fpit-1.2.0/src/xf86Fpit.c
2009-05-20 18:09:45.0 +0200
+++ xserver-xorg-input-fpit-1.2.0/src/xf86Fpit.c2009-05-20
18:33:31.0 +0200
@@ -316,6 +316,9 @@
int z = x; x = y; y = z;
}

+x = round(x * 800.0 / 4090.0); /* For screen
resolution 800x600 /*
+y = round(y * 600.0 / 4090.0);
+
prox = (priv-fpitData[loop]  PROXIMITY_BIT) ? 0 : 1;
buttons = (priv-fpitData[loop]  BUTTON_BITS);
device = local-dev;

It seems some conversion between driver and screen cords doesn't work
properly.

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-input-fpit depends on:
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  xserver-xorg-core  2:1.4.2-10.lenny1 Xorg X server - core server

xserver-xorg-input-fpit recommends no packages.

xserver-xorg-input-fpit suggests no packages.



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529651: Should have means of generating xorg.conf file for those who dislike automatic stuff

2009-05-20 Thread Wouter Verhelst
Package: xserver-xorg
Version: 7.4
Severity: wishlist

Hi,

Subject says it all, really.

I'm sure the userfriendly police believes that getting rid of
configuration and letting the computer guess everything is the right
thing to do, but it is not.

Case in point: Xorg 7.4 autodetects my display card just fine, however
whenever I run

xrandr --output VGA --auto --above LVDS

it will tell me that the virtual size is not large enough. I know what
the problem is, and how to fix it: just edit /etc/X11/xorg.conf, find
where it says 

Section Display

and add a SubSection of the correct name where you say Virtual 3000 2000
or some such -- it just needs to be large enough, really.

However, with Xorg 7.4, there is no xorg.conf, so I have to either read
the manpages for whatever makes xorg decide where to fetch its
configuration at this point in time (not really an improvement to the
previous situation, really) or I have to write an xorg.conf _from
scratch_ without any help from the xserver-xorg package (*definitely*
not an improvement).

The file /usr/share/xserver-xorg/examples/xorg.conf is no help, since it
does not match my hardware, and therefore I have to guess what the right
driver is.

I tried running 'X -configure', but the file it generates is not what it
uses when I run X without xorg.conf (for starters, the keyboard layout
says 'us', while it *should* say 'be').

I've now been trying to come up with a working xorg.conf for the past
few hours, and haven't made much progress.

Please do not tell your power users to go fuck themselves because you
think that making life easier for users who're afraid of config files
(and therefore couldn't care less about whether configuration is in an
XML file, in /etc/X11/xorg.conf, or somplace else) is a good thing.

kthxbye.



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529648: compiz: Missing keyboard shortcut/hotkey for Raise or Lower

2009-05-20 Thread Manuel Bilderbeek
Package: compiz
Version: 0.8.2-6
Severity: normal

A feature which I very often use in Metacity, which I wouldn't want to
miss when migrating to compiz, is the Raise or Lower short cut. This
raises an obscured window when pressing the hot key, or lowers it if
it's already on top. Very useful to quickly cycle through your windows.

Unfortunately, it is currently not possible to create this shortcut (at
least not via CompizConfig Settings Manager).

Please add this feature!

By the way, I found a similar request on Ubuntu's Launchpad: 
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/216550

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages compiz depends on:
ii  compiz-core   0.8.2-6OpenGL window and compositing mana
ii  compiz-gnome  0.8.2-6OpenGL window and compositing mana
ii  compiz-gtk0.8.2-6OpenGL window and compositing mana
ii  compiz-plugins0.8.2-6OpenGL window and compositing mana

compiz recommends no packages.

Versions of packages compiz suggests:
ii  compizconfig-settings-manager 0.8.2-1Compizconfig Settings Manager

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



xorg-server: Changes to 'debian-unstable'

2009-05-20 Thread Julien Cristau
 debian/changelog|3 +++
 debian/xserver-xorg-core.bug.script |   11 +--
 2 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 232df1898c10295b44dfc27eb791702dbcffe0b4
Author: Julien Cristau jcris...@debian.org
Date:   Wed May 20 18:52:08 2009 +0200

In the bug script, grep dmesg for agp in addition to drm.

diff --git a/debian/changelog b/debian/changelog
index e588de3..c5627f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ xorg-server (2:1.6.1.901-3) UNRELEASED; urgency=low
 causes visual corruption in some cases.  Thanks, Michel Dänzer!
   * Only include hal info for keyboards, mice, touchpads and tablets in the
 bug script.
+  * In the bug script, grep dmesg for agp in addition to drm.
 
  -- Julien Cristau jcris...@debian.org  Thu, 14 May 2009 21:05:26 +0200
 
diff --git a/debian/xserver-xorg-core.bug.script 
b/debian/xserver-xorg-core.bug.script
index 944f5f3..c26204b 100644
--- a/debian/xserver-xorg-core.bug.script
+++ b/debian/xserver-xorg-core.bug.script
@@ -131,7 +131,7 @@ fi
 
 if [ -x /bin/dmesg ]; then
 printf DRM Information from dmesg:\n
-dmesg | grep 'drm'
+dmesg | egrep -i 'drm|agp'
 fi
 
 printf \n

commit 181342edf3ebe19f51241ad5cc823554336a90b7
Author: Julien Cristau jcris...@debian.org
Date:   Wed May 20 18:50:07 2009 +0200

filter lshal output for the devices we're interested in

Only include hal info for keyboards, mice, touchpads and
tablets in the bug script.

diff --git a/debian/changelog b/debian/changelog
index 6aea0c9..e588de3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ xorg-server (2:1.6.1.901-3) UNRELEASED; urgency=low
   * xvfb-run: use mktemp to create the temporary directory.
   * Change default for ExaOptimizeMigration to false.  This option still
 causes visual corruption in some cases.  Thanks, Michel Dänzer!
+  * Only include hal info for keyboards, mice, touchpads and tablets in the
+bug script.
 
  -- Julien Cristau jcris...@debian.org  Thu, 14 May 2009 21:05:26 +0200
 
diff --git a/debian/xserver-xorg-core.bug.script 
b/debian/xserver-xorg-core.bug.script
index 11f83be..944f5f3 100644
--- a/debian/xserver-xorg-core.bug.script
+++ b/debian/xserver-xorg-core.bug.script
@@ -119,7 +119,14 @@ fi
 
 if [ -x /usr/bin/lshal ]; then
 printf HAL Information (lshal):\n
-lshal
+for udi in `(hal-find-by-capability --capability input.keys;
+ hal-find-by-capability --capability input.mouse;
+ hal-find-by-capability --capability input.touchpad;
+ hal-find-by-capability --capability input.tablet
+)|sort -u`;
+do
+lshal -u $udi
+done
 fi
 
 if [ -x /bin/dmesg ]; then


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



How to Incresae Libido Women - What's Stopping You From Regaining Your Libido

2009-05-20 Thread Itnyre Laslie
inline: preacher.png

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

2009-05-20 Thread Ian Campbell
Tag 'xserver-xorg-video-ivtvdev-1.1.0-1' created by Ian Campbell 
i...@hellion.org.uk at 2009-05-20 22:36 +

Debian release 1.1.0-1

Changes since xserver-xorg-video-ivtvdev-1.0.1-1:
Brice Goglin (1):
  Update xsfbs/quilt patching rules to be compatible with the

Ian Campbell (10):
  Continue with 1.0.1-2
  Merge commit 'xsfbs/debian-unstable' into debian-unstable
  Merge branch 'upstream/tags/1.1.0' into debian-unstable
  Prepare for 1.1.0 upload.
  Correct the package metadata for xserver-xorg-video-ivtv-dbg
  Quieten dpkg-shlibdeps and exclude .la files
  Depends on autotools-dev, quietens lintian warning about out of date 
config.{sub,guess}
  remove unused patch infrastrucutre, drop dependency on quilt
  Update standards version
  Update debian/changelog ready for upload.

Julien Cristau (12):
  xsfbs.mk: make 'serverabi' depend on 'install'
  Remove xsfbs-autoreconf.mk
  Remove the .pc directory properly
  xsfbs.sh: add remove_conffile_lookup
  xsfbs.sh: use 'local' now that policy allows it
  xsfbs.mk: fix the prepare target for parallel make
  xsfbs.mk: more parallel make fixing
  xsfbs.mk: update the list of releases, and drop some unused code
  xsfbs.mk: make 'log' a separate target
  xsfbs: add a repack script for uscan
  xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
  xsfbs: repack.sh needs to be executable

hverkuil (6):
  Userland shouldn't use asm/page.h, so replace it with getpagesize() to
  This 1.0.2 release was brought to you by Ian Armstrong. Thanks Ian!
  Thanks again to Ian Armstrong for this 1.1.0 update!
  Update the ChangeLog.
  Add Xv interlace controls doc.
  Release 1.1.0.

---
 ChangeLog|   16 
 Makefile.in  |   51 
 README   |   38 
 aclocal.m4   | 9011 +++---
 config.guess |5 
 config.h.in  |4 
 config.sub   |5 
 configure|18604 +++
 configure.ac |2 
 debian/changelog |   16 
 debian/control   |8 
 debian/rules |6 
 debian/xsfbs/repack.sh   |   32 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 
 debian/xsfbs/xsfbs.mk|   51 
 debian/xsfbs/xsfbs.sh|  405 
 ltmain.sh| 7923 +---
 src/Makefile.in  |   51 
 src/ivtv.c   |   61 
 src/ivtv.h   |   39 
 src/ivtv_compat.h|   21 
 src/ivtv_hw.c|  327 
 src/ivtv_hw.h|   40 
 src/ivtv_xv.c|  614 -
 24 files changed, 16281 insertions(+), 21199 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#494053: May be fixed upstream

2009-05-20 Thread Ryan C. Underwood

http://lists.freedesktop.org/pipermail/xorg/2008-October/039730.html

-- 
Ryan C. Underwood, neme...@icequake.net


signature.asc
Description: Digital signature


Bug#528994: Info received (Bug#528994: Info received (Bug#528994: Acknowledgement (xserver-xorg-core: Corrupt mouse motion events send pointer to top-left of screen)))

2009-05-20 Thread sand
Diagnosis and patch available at 
https://bugs.freedesktop.org/show_bug.cgi?id=21832.

This Debian bug should be reassigned to the xserver-xorg-input-evdev
package for tracking the upstream fix.



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org