Bug#410879: xserver-xorg-core: Dual-screen problem

2007-02-27 Thread Benjamin Gufler
On 2007-02-23 03:12, David Nusinow wrote:
 Can you add the linke 'Load vm86' to your modules section and let us know
 if that works?

Tried that, with as well as without the int10 module. It's always the
same result as if I hadn't loaded none of these two modules.

Benjamin


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



Bug#412598: compiz: unusable

2007-02-27 Thread Benoît Dejean
Le mardi 27 février 2007 à 00:41 +0100, Brice Goglin a écrit :

 Also, note that there is compiz 0.3.6 in experimental, in case you want
 to try...

I forgot to say that this version is actually worse because there is no
window borders anymore.

-- 
Benoît Dejean
GNOME http://www.gnomefr.org/
LibGTop http://directory.fsf.org/libgtop.html


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#412598: compiz: unusable

2007-02-27 Thread Brice Goglin
Benoît Dejean wrote:
 Xorg X server configuration file status:
 -rw--- 1 root root 4232 2006-09-30 00:06 /etc/X11/xorg.conf

 Contents of /etc/X11/xorg.conf:


 Xorg X server log files on system:
   


The actual contents of xorg.conf, is missing (maybe because the file is
mode 0600 while you run the script as a normal user?).

Brice




Bug#412069: patch for beryl support

2007-02-27 Thread Robert Millan [ackstorm]
On Mon, Feb 26, 2007 at 11:02:02PM -0500, David Nusinow wrote:
 
 I haven't decided if enabling composite by default is a wise move yet. No
 one in Debian has done a real analysis as to what the downsides of such a
 decision are.
 
 While compiz and beryl may be very sexy, I don't want to break or degrade
 performance on systems not running them simply for the convenience of not
 having to modify xorg.conf. It's not out of the question, but I don't want
 to blindly enable options in our default settings for the bling of it.

Than can we conditionalise it?  We could add a question with priority
'normal' that most users won't see.  Then in the post-etch era, the Beryl
community can add a reconfigure xserver-xorg and enable beryl settings
step in their how-tos.

If we were to do that, I suppose we would prefer to have XAANoOffscreenPixmaps
and AddARGBGLXVisuals as well.

-- 
Robert Millan

ACK STORM, S.L.  -  http://www.ackstorm.es/


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



Bug#412069: patch for beryl support

2007-02-27 Thread Michel Dänzer
On Mon, 2007-02-26 at 13:12 +0100, Robert Millan [ackstorm] wrote:
 On Mon, Feb 26, 2007 at 12:39:45PM +0100, Xavier Bestel wrote:
  On Mon, 2007-02-26 at 11:44 +0100, Robert Millan [ackstorm] wrote:
   My intel card can do without either XAANoOffscreenPixmaps or 
   AddARGBGLXVisuals.
   No difference can be found on first sight (and I tested most basic stuff: 
   cube,
   skydome, etc).
   
   nVidia doesn't need AddARGBGLXVisuals, but it needs XAANoOffscreenPixmaps.

The latter is weird, as TTBOMK the nvidia driver doesn't use XAA at all.

   I don't know about ATI.  But ATI seems to be so badly screwed wrt Beryl 
   that
   we shouldn't care much.
  
  Beryl works quite well on my ATI r300 using XAANoOffscreenPixmaps -
  well, excepted I can't resize windows and sometimes the whole thing just
  freezes.
 
 Yes, but as Brice said before we shouldn't enable these options unless we
 know what the drawbacks are.  Maybe you can investigate about that?

The option is only needed to work around bugs in XAA. Because basically
everything is a pixmap when windows are redirected (i.e. when a
compositing manager is running), it effectively disables most 2D
acceleration in that case and still a large portion of it without a
compositing manager. So this option can't be enabled by default, because
it hurts performance in all cases *except* when running a GLX
compositing manager.

 My point is that if we don't figure that out satisfactorily in time, we could
 just enable the Composite extension, which sounds fairly safe, and seems to be
 enough for Intel cards.  And Intel happens to be the card brand we have the
 best driver support for (compared to a RE'd driver for ATI and nothing for
 nVidia), so focusing on it makes sense to me.

Yes, that should be mostly safe at this point. The only exception that
comes to mind offhand is that fglrx disables the DRI when Composite is
enabled.


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



Bug#410740: x11-common: please conflict with opera ( 9.10-20061214.6)

2007-02-27 Thread Edward Welbourne
Hi Debian,

I'm the Opera package maintainer.
This bug doesn't say what the cause for the needed conflict is.

However, the .5 (sarge) and .1 (static) builds released at the same
time as the specified .6 (etch) build almost certainly had whatever
fix was relevant, just as good as the .6 one did.  So the final .6
suffix causes builds from the same day, but for sarge and older, to be
in conflict.  It may thus make some sense to drop this suffix.

You would also do well to conflict with opera-static with version
numbers matching the same constraint as opera.

I've been told that the conflict has to do with the opera symlink in
/usr/X11R6/bin/: I suppose the 20061214 build is the first official
release your correspondent met in which the bug is fixed.  However,
the bug was fixed in 2006/May (and went into assorted unofficial
builds between then and the official release).  This should have gone
into the 9.00 official release.  So, if the conflict is about the
symlink, you should be able to amend the version to 9.00-20060600 or
similar.

If the problem wasn't that symlink, I'd greatly appreciate it if you
can tell me the details.  I can ask our QA team to give a more precise
date on the correct release version.  If it's a bug I didn't notice
myself fixing, I may need to port it to newer branches of the
packaging scripts !

Edward Welbourne, for the Opera packaging team.


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



Bug#412069: patch for beryl support

2007-02-27 Thread Robert Millan [ackstorm]
On Tue, Feb 27, 2007 at 10:55:55AM +0100, Michel Dänzer wrote:
  My point is that if we don't figure that out satisfactorily in time, we 
  could
  just enable the Composite extension, which sounds fairly safe, and seems to 
  be
  enough for Intel cards.  And Intel happens to be the card brand we have the
  best driver support for (compared to a RE'd driver for ATI and nothing for
  nVidia), so focusing on it makes sense to me.
 
 Yes, that should be mostly safe at this point. The only exception that
 comes to mind offhand is that fglrx disables the DRI when Composite is
 enabled.

If we have to choose between optimizing for free drivers that work sanely
(either intel or radeon) and non-free drivers that are partly broken, I
think it's clear what is better.

Ok with enabling Composite by default then?

-- 
Robert Millan

ACK STORM, S.L.  -  http://www.ackstorm.es/


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



Bug#410740: x11-common: please conflict with opera ( 9.10-20061214.6)

2007-02-27 Thread Julien Cristau
On Tue, Feb 27, 2007 at 11:22:44 +0100, Edward Welbourne wrote:

 Hi Debian,
 
 I'm the Opera package maintainer.
 This bug doesn't say what the cause for the needed conflict is.
 
The conflict was added because x11-common turns /usr/X11R6/bin from a
directory into a symlink, and opera used to install a file in that
directory.
If you can give us a more accurate version number to conflict with,
we'll gladly change it.

Cheers,
Julien


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



Re: 'permission denied' in pkg-xorg/drivers [was: Re: out-of-tree drivers [was: Re: Git Migration COMPLETE]]

2007-02-27 Thread Mattia Dongili
On Mon, Feb 26, 2007 at 08:42:56PM -0500, David Nusinow wrote:
 On Sun, Feb 25, 2007 at 02:46:58PM +0100, Mattia Dongili wrote:
  ...
   mkdir: cannot create directory `xserver-xorg-input-synaptics.git': 
   Permission denied
   
   it seems a chmod g+w is missing on the driver/ dir :)
  
  Ping?
 
 Julien just noticed that the directory didn't give the group write

hehe, this is what I was suggesting from the beginning, maybe I should
have been more clear, sorry :)

 permission. Sorry about that, I've fixed it and the other top-level dirs.
 If you're still having problems, please let us know.

Thanks, it seems to be all right now. 
BTW: adding an 'umask 002' in the setup-repository may help
avoiding this kind of problems in the future.

Thanks again
-- 
mattia
:wq!


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



Bug#410740: x11-common: please conflict with opera ( 9.10-20061214.6)

2007-02-27 Thread Edward Welbourne
Hi again Julien,

 If you can give us a more accurate version number to conflict with,
 we'll gladly change it.

OK, QA helpfully dug through the archive.  The earliest public release
which included the fix was 9.00-20060616 (and all variant builds
included the fix).  So the correct conflict would be

Conflicts: opera ( 9.00-20060616)

Let us know if you run into any similar problems in future, we're
always eager to make our packages fit in better with distributions,

Edward Welbourne, for the Opera packaging team.


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



xserver-xorg-input-synaptics: Changes to 'debian-unstable'

2007-02-27 Thread Mattia Dongili
New branch 'debian-unstable' available with the following commits:
commit 718f4ab2a3af79150a609dd713944310cea6390c
Merge: eacbed51c4ed3e6602b604fa02b60aa9cf5d54da 
7e352bd51d00fd139898aa3b44b5bb5cd7ddaece
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Tue Feb 27 13:50:35 2007 +0100

Merge branch 'master' of 
http://web.telia.com/~u89404340/touchpad/synaptics/ into debian

commit eacbed51c4ed3e6602b604fa02b60aa9cf5d54da
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Wed Jan 3 20:11:04 2007 +0100

prepare -2

Building with Debian's provided includes for XOrg

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit 78c5aabd219824ae451757996fb927c03fddb9bd
Author: mattia mattia
Date:   Sat Jul 22 10:53:47 2006 +

provide input driver for xorg

commit bc6cad27b089aefd27d474b0da47ac9d4432132a
Author: mattia mattia
Date:   Sun Jul 16 14:54:47 2006 +

ready for 0.14.6

commit 41dad21d9b0292b88e5d5b480484c778686ed8ee
Author: mattia mattia
Date:   Sun Jun 4 17:14:17 2006 +

use new build options

commit 9a7b4bcad3ba291e62180db9bd1c0a798057917d
Author: mattia mattia
Date:   Sun Jun 4 10:30:53 2006 +

prepare 0.14.5 release

commit 2b62ecf87e54a7b9a134b3eeff7cf089ebbd3744
Author: mattia mattia
Date:   Sun Jun 4 10:30:29 2006 +

update Standars-Version to latest

commit b99f0d2241a259b11c076962bd56c26961f11db1
Author: mattia mattia
Date:   Sun Apr 30 18:33:31 2006 +

add m36k

commit edf96e11c2dc0158ad0fc11fea2748300de0c80e
Author: mattia mattia
Date:   Sat Apr 29 15:10:32 2006 +

push to unstable

commit bc228c4ad8e56e67e4b0156f997d02484e90d248
Author: mattia mattia
Date:   Sun Mar 19 16:26:55 2006 +

gone to experimental with the new package xserver-xorg-input-synaptics

commit a068ddefb7bd5a1419801d9d25078400fc1878cf
Author: mattia mattia
Date:   Mon Nov 7 23:14:38 2005 +

fixed lintian bugs

commit 36b9769f537ab1918de249ab1845c76571ac0a08
Author: mattia mattia
Date:   Mon Nov 7 22:12:49 2005 +

removed rediffed patch

commit d49c6f8ef6f7ae29de2735e59d6e122bb41bdb9b
Author: mattia mattia
Date:   Mon Nov 7 22:11:08 2005 +

added changelog entry, clarified README.Debian

commit 9ed33a2cc789232e143823328af11f030dad8a5f
Author: mattia mattia
Date:   Fri Jul 22 19:24:13 2005 +

apls.debian.patch path

commit 21b71321b1bf258b51e94cd8a5107da5a5632e6c
Author: mattia mattia
Date:   Fri Jul 22 19:21:22 2005 +

ready for 0.14.3-1

commit dfe61fc5f82977c757071cc2533af03f93070691
Author: mattia mattia
Date:   Thu Jul 14 10:48:01 2005 +

clarified description

commit 2e4df537f5dcefcd492c29d5fac30ac981d94fe9
Author: mattia mattia
Date:   Thu Jul 14 07:41:23 2005 +

closing 318118

commit 1c5696e40e5778041f1091f60e056de145e67482
Author: mattia mattia
Date:   Tue Jul 12 14:34:58 2005 +

difxed package name

commit 149554361a482d4acc8a3d34815969c67fc0c0ec
Author: mattia mattia
Date:   Tue Jul 12 14:07:51 2005 +

updated standars verision

commit 2b5b7ac7a343b7f848c011739525b10633826b19
Author: mattia mattia
Date:   Wed Jun 29 16:49:04 2005 +

using an appropriate name for this pseudo unofficial revision

commit b8fc554d3f74e44eef4c93edae83fc533bc87d13
Author: mattia mattia
Date:   Wed Jun 29 15:58:13 2005 +

Added alternative dependency on xserver-xorg

commit c7cd35eafcfda446cbd5da98d3f16115385bcf5c
Author: mattia mattia
Date:   Tue May 17 22:39:41 2005 +

going for 0.14.2

commit cf7a3c02efc5c52c5932dd01a7ab208ea7de0675
Author: mattia mattia
Date:   Tue Mar 15 22:06:47 2005 +

updated to new upstream release

commit ffbaf2e1c117decde1dc19da356cdea6f44a7cb7
Author: mattia mattia
Date:   Mon Jan 10 21:40:34 2005 +

new upstream release

commit 1a0f8b3195c4569adec162d5a6b1f641218b9e08
Author: mattia mattia
Date:   Fri Jan 7 21:44:41 2005 +

Initial revision


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/rev0.14.2-1'

2007-02-27 Thread Mattia Dongili
Tag 'rev0.14.2-1' created by mattia mattia at 1970-01-01 00:00 +0100

Changes since rev0.14.1-1:
mattia:
  going for 0.14.2

---
 debian/README.Debian |   10 ++
 debian/changelog |8 
 2 files changed, 18 insertions(+)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/rev0.14.2-2'

2007-02-27 Thread Mattia Dongili
Tag 'rev0.14.2-2' created by mattia mattia at 1970-01-01 00:00 +0100

Changes since rev0.14.2-1:
mattia:
  Added alternative dependency on xserver-xorg
  using an appropriate name for this pseudo unofficial revision
  updated standars verision
  difxed package name
  closing 318118
  clarified description

---
 debian/changelog |6 ++
 debian/control   |   10 +-
 2 files changed, 11 insertions(+), 5 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/rev0.14.1-1'

2007-02-27 Thread Mattia Dongili
Tag 'rev0.14.1-1' created by mattia mattia at 1970-01-01 00:00 +0100

Changes since the dawn of time:
mattia:
  Initial revision
  new upstream release
  updated to new upstream release


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.11.5'

2007-02-27 Thread Mattia Dongili
Tag 'v0.11.5' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.11.5
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqgnDWzV1E4ZKtgRAvI3AJ4qaxjweXgeO20aUNpHZng4YYEq6ACgmql5
HH1UZlPHADoCJMLAuvNv7WQ=
=Rv5F
-END PGP SIGNATURE-

Changes since v0.11.4:
Peter Osterlund:
  Fixed error in change 9e0c2685435a3403468a9247e17125c7a1d568ac.
  Use the EVIOCGID ioctl for synaptics event device auto
  Added support for the new 2.6 kernel events ABS_TOOL_WIDTH,
  Changed version to 0.11.5.

---
 INSTALL   |4 
 NEWS  |   14 ++
 VERSION   |2 
 linux_input.h |   22 
 synaptics.c   |  280 --
 synaptics.h   |   14 ++
 synclient.c   |   22 ++--
 7 files changed, 197 insertions(+), 161 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/rev0.14.4-1'

2007-02-27 Thread Mattia Dongili
Tag 'rev0.14.4-1' created by mattia mattia at 1970-01-01 00:00 +0100

Changes since rev0.14.2-2:
mattia:
  ready for 0.14.3-1
  apls.debian.patch path
  added changelog entry, clarified README.Debian
  removed rediffed patch
  fixed lintian bugs

---
 debian/README.Debian |   42 ++-
 debian/alps.debian.patch |  540 ---
 debian/changelog |   16 +
 debian/copyright |4 
 debian/docs  |1 
 5 files changed, 43 insertions(+), 560 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/rev0.14.6-1'

2007-02-27 Thread Mattia Dongili
Tag 'rev0.14.6-1' created by Mattia Dongili [EMAIL PROTECTED] at 2007-02-27 
14:27 +0100

debian revision

Changes since rev0.14.5-1:
mattia:
  use new build options
  ready for 0.14.6
  provide input driver for xorg

---
 debian/changelog |   10 --
 debian/control   |2 +-
 debian/rules |4 ++--
 debian/xserver-xorg-input-synaptics.docs |2 +-
 4 files changed, 12 insertions(+), 6 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/rev0.14.4-2'

2007-02-27 Thread Mattia Dongili
Tag 'rev0.14.4-2' created by mattia mattia at 1970-01-01 00:00 +0100

Changes since rev0.14.4-1:
mattia:
  gone to experimental with the new package xserver-xorg-input-synaptics

---
 debian/README.Debian  |  107 --
 debian/changelog  |8 +
 debian/control|   18 +++
 debian/dirs   |2 
 debian/docs   |9 -
 debian/rules  |8 -
 debian/xfree86-driver-synaptics.README.Debian |7 +
 debian/xserver-xorg-input-synaptics.README.Debian |  101 
 debian/xserver-xorg-input-synaptics.dirs  |2 
 debian/xserver-xorg-input-synaptics.docs  |9 +
 10 files changed, 146 insertions(+), 125 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/rev0.14.4-4'

2007-02-27 Thread Mattia Dongili
Tag 'rev0.14.4-4' created by mattia mattia at 1970-01-01 00:00 +0100

Changes since rev0.14.4-2:
mattia:
  push to unstable

---
 debian/changelog |   15 +++
 debian/control   |6 +++---
 debian/rules |4 ++--
 3 files changed, 20 insertions(+), 5 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/rev0.14.5-1'

2007-02-27 Thread Mattia Dongili
Tag 'rev0.14.5-1' created by Mattia Dongili [EMAIL PROTECTED] at 2007-02-27 
14:27 +0100

debian revision

Changes since rev0.14.4-5:
mattia:
  update Standars-Version to latest
  prepare 0.14.5 release

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


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.11.6'

2007-02-27 Thread Mattia Dongili
Tag 'v0.11.6' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.11.6
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqgpDWzV1E4ZKtgRApKqAKCwCyZw82Sb+f56A+Rio7EjH1uRcQCcCxYj
RacW/XOnk4KlAwOVwCozwL0=
=ww+5
-END PGP SIGNATURE-

Changes since v0.11.5:
Peter Osterlund:
  Updated the config section in INSTALL.DE. Added warning
  Forgot to change the default values for TopEdge and
  Warn about (and fix) mis-configured TopEdge/BottomEdge
  Changed version to 0.11.6.

---
 INSTALL.DE  |   19 +--
 NEWS|7 +++
 VERSION |2 +-
 synaptics.c |   15 ---
 4 files changed, 33 insertions(+), 10 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/rev0.14.4-5'

2007-02-27 Thread Mattia Dongili
Tag 'rev0.14.4-5' created by mattia mattia at 1970-01-01 00:00 +0100

Changes since rev0.14.4-4:
mattia:
  add m36k

---
 debian/changelog |6 ++
 debian/control   |4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.11.4'

2007-02-27 Thread Mattia Dongili
Tag 'v0.11.4' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.11.4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqglDWzV1E4ZKtgRAoaSAJ4yfRFlQQr5WXz1DFU5rOu8/xloWACglk34
LwxApl5VHCx62kRTF4HmIpY=
=2YpS
-END PGP SIGNATURE-

Changes since the dawn of time:
Peter Osterlund:
  Added source code for the synaptics touchpad XFree86
  Modifications to make builds on rh73 work. Note that an X
  Added comments to let emacs know about the non-standard tab
  Changed version to 0.10p1.
  Fixed a spelling error.
  * Added z, w, left, right, up and down information to the shared memory
  Fixed bug causing the up/down buttons to be incorrectly
  Fixed compiler warning in synclient.c.
  When doing tap, drag and double tap processing, the buttons
  Implemented fast scrolling, ie generate extra button 4  5
  Don't disable the button 4  5 repeat timer when scrolling
  Added heuristics for palm detection. There are some
  Implemented edge motion.
  Improved edge motion to avoid the short burst of high speed
  Implemented horizontal scrolling (button 6  7 events) when
  Lots of whitespace changes to reduce the diff compared to
  Merged some stuff from version 0.11.3.
  Changed a local variable name to match 0.11.3.
  More merges from 0.11.3.
  Merged handling of UpDownScrolling option from 0.11.3.
  Make double click processing from change
  Made the timeout for middle button emulation configurable.
  Build improvements.
  Fixed removal of old shared memory segment before trying to
  Better state machine for handling middle mouse button
  Made the done variable in change b41f7dda288bb959891d8684c36c56037fbef7ba
  Merged 6 button support from 0.11.3, but only activate it
  Fixed brace placement at beginning of functions.
  Forgot comment in change 3db42d5b33662dbda6f0dde6cdb34748a254884f.
  Remove shared memory segment when the X server terminates.
  Fix use of uninitialized memory in synclient.c.
  Removed some already implemented features from the TODO
  Fill in the probed hardware properties in the shared memory
  Documented parameter HorizScrollDelta.
  Updated the synclient program to make it possible to read
  Fixed incorrect usage text in synclient.
  Removed an implemented feature from the TODO file.
  Made the params[] array in synclient.c static.
  Updated the FEATURES file regarding online configuration
  Merged some #ifdef stuff from 0.11.3. (Not sure what it is
  Removed unnecessary include file.
  Fixed spelling errors.
  Update from the p4 computer.
  Fixed spelling error.
  Abstracted out the code to determine the hardware state
  Fixed initialization failure path so that it doesn't crash
  Moved capability bit handling to the SynapticsGetHwState()
  Added support for kernel input event interface. Not
  Added Protocol option to activate the kernel input event
  Changed suggested MaxTapTime value from 20 to 15, to avoid
  When parsing kernel event data, make sure we see a
  Rewrote timer handling so that the driver no longer depends
  Changed version number.
  Fixed documentation error.
  Changed default values to match change
  Workaround for X server bug in the TimerSet() function.
  Fixed spelling error.
  Use packet counting instead of time to decide when to start
  Fixed race condition caused by asynchronous IO (SIGIO). This
  Added include path needed in gentoo linux. Reported by
  Longer timeout in the reset sequence. Experience from the
  Added log level to some messages. (From Hartwig Felger.)
  Made horizontal wheel replacement buttons work. (From
  Improved driver initialisation and finalization. From
  Removed trailing whitespace.
  Reset the touchpad to relative mode when the X server terminates.
  Implemented make install.
  Fixed spelling errors.
  Changed version number.
  Use BTN_0 ... BTN_3 for reporting multi button events. From
  Added #define's for the constants used by the linux event
  Mention the synclient program in the INSTALL file.
  Updated COMPATIBILITY file.
  Added proper support for multi buttons. The old code
  Removed obsolete comment about SHMConfig option.
  White space fixes in ps2comm.[ch].
  Implemented protocol auto-dev that automatically tries to
  Updated documentation for new auto-dev option.
  Changed version to 0.11.3p7.
  Update from Hartwig Felger.
  Fixed change b5ae101d5d94d964c680e15c289220f208393df2 so that the
  Changed version to 0.11.3p8.
  Minor cleanup.
  Added support for the old synaptics protocol. By Hartwig
  Changed version to 0.11.3p9.
  Forgot to update NEWS file in change
  Fixed typo in change 34b03a2f9f06979c15244ae53374568bb6c181f8.
  

xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.11.7'

2007-02-27 Thread Mattia Dongili
Tag 'v0.11.7' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.11.7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD4DBQBEQqgrDWzV1E4ZKtgRAoJOAKCoq9b9mjqhVYvg6a+EWsd3Jp6fTACWK81o
5q48A0rN1gBdn7eLduAb4Q==
=j0/F
-END PGP SIGNATURE-

Changes since v0.11.6:
Peter Osterlund:
  Added Acer TravelMate 234LC to the compatibility list.
  Added Gateway 600S to the compatibility list.
  When using the Linux 2.6 event device, try to get exclusive
  Changed version to 0.11.7.

---
 COMPATIBILITY |2 ++
 NEWS  |7 +++
 VERSION   |2 +-
 linux_input.h |1 +
 synaptics.c   |   12 +++-
 5 files changed, 22 insertions(+), 2 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.12.0'

2007-02-27 Thread Mattia Dongili
Tag 'v0.12.0' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.12.0
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqguDWzV1E4ZKtgRApZ7AKCx1dKTOfDUIay+em9U3crKSq97eQCgg4Kt
A8tzY2KJj5yb+VmDFl09Usw=
=85uU
-END PGP SIGNATURE-

Changes since v0.11.8:
Peter Osterlund:
  Added ECS Desknote i-Buddie A900 to the compatibility
  Added file README.alps that explains how to use the driver
  Made code formatting more consistent.
  Implemented locked drags, after a suggestion from
  Use case insensitive matching when setting parameters.
  Fixed spelling error.
  Cosmetic cleanup in ps2comm.h.
  Report all eight multi buttons in the synclient program.
  Fixed some language issues.
  In the bug reporting paragraph, ask for dmesg and
  Added COMPAQ Presario 2825EA and DELL Latitude C610 to
  Added HP Omnibook XT1000 (F3433) to the compatibility
  Added Compaq Evo N800v to the compatibility list.
  Added ASUS M3000N to the compatibility list.
  Print the driver version string before other driver
  Added the alps kernel patch for 2.6.0-test9.
  Updated documentation regarding 2.6.x, alps and security
  Changed version to 0.12.0.

---
 COMPATIBILITY |6 +
 INSTALL   |   35 --
 NEWS  |   10 +
 PARAMETER |3 
 README.alps   |   34 +
 VERSION   |2 
 alps.patch|  268 ++
 ps2comm.h |   64 +--
 synaptics.c   |  337 +-
 synaptics.h   |7 -
 synclient.c   |   10 +
 11 files changed, 567 insertions(+), 209 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.12.1'

2007-02-27 Thread Mattia Dongili
Tag 'v0.12.1' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.12.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqgwDWzV1E4ZKtgRAnhcAKCTaWEACcryV0OoZxO/l6E9wxrZJwCgkE8O
/Z5WIGpEwxty2E83RA8oKv4=
=tH5a
-END PGP SIGNATURE-

Changes since v0.12.0:
Peter Osterlund:
  Added INote 88EPS to the compatibility list.
  Added a note explaining that you can not have more than one
  Added Panasonic CF-R1 to the compatibility list.
  Added COMPAQ Presario 700US to the compatibility list.
  Added syndaemon, a program that monitors keyboard activity
  Disable the whole touchpad, not just tapping, during
  Added DELL Inspiron 1100 to the compatibility list.
  Added SONY VAIO GR7/K to the compatibility list.
  Added HP Pavillion ZE4125 to the compatibility list.
  Fixed spelling error.
  Added HP NX9010 to the compatibility list.
  Do edge detection a little later in the HandleState()
  Removed unnecessary pointer typedefs.
  Made the packet checking code less strict, so that the
  Rediffed the alps patch for kernel 2.6.0-test9-bk16.
  Removed compatibility code for old (test6) 2.6 kernels.
  Replaced the oneFinger, twoFingers and threeFingers
  Added PowerPro C 3:16 to the compatibility list.
  Improved a comment.
  Restructured and updated the documentation. Created README
  Added the FAQ section from the web page to the README file.
  No longer support installation from a precompiled binary.
  Changed version to 0.12.1.

---
 COMPATIBILITY |8 ++
 FEATURES  |   24 ---
 FILES |   22 --
 INSTALL   |   20 +++---
 Makefile  |   16 
 NEWS  |   15 
 PARAMETER |   30 -
 README|  185 +
 VERSION   |2 
 alps.patch|   24 +++
 ps2comm.c |2 
 synaptics.c   |  150 ++
 synaptics.h   |   32 -
 syndaemon.c   |  188 ++
 14 files changed, 521 insertions(+), 197 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.11.8'

2007-02-27 Thread Mattia Dongili
Tag 'v0.11.8' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.11.8
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqgtDWzV1E4ZKtgRAhKlAKCZJxzh8KoQiO6Cf5su1/VLLHdBMACgiMtR
3FDrlbZxV0cYKIX/pbyPV7o=
=yBlt
-END PGP SIGNATURE-

Changes since v0.11.7:
Peter Osterlund:
  Initialize the id variable in QueryIsSynaptics(), so that we
  Added Sharp Actius MM10 to the compatibility list.
  Added X include files so that the driver can be compiled
  Updated the documentation.
  Minor documentation fixes.
  Fixed INSTALL files. There are no compound words in the
  Changed version to 0.11.8.

---
 COMPATIBILITY |1 
 INSTALL   |   32 
 Makefile  |2 
 NEWS  |8 
 PARAMETER |   12 
 TODO  |1 
 VERSION   |2 
 Xincludes/README.xincludes|1 
 Xincludes/xc/exports/include/X11/X.h  |  717 +++
 Xincludes/xc/exports/include/X11/Xalloca.h|  138 
 Xincludes/xc/exports/include/X11/Xdefs.h  |  110 
 Xincludes/xc/exports/include/X11/Xfuncproto.h |   72 
 Xincludes/xc/exports/include/X11/Xfuncs.h |   92 
 Xincludes/xc/exports/include/X11/Xmd.h|  208 
 Xincludes/xc/exports/include/X11/Xosdefs.h|  141 
 Xincludes/xc/exports/include/X11/Xproto.h | 2129 
++
 Xincludes/xc/exports/include/X11/Xprotostr.h  |   78 
 Xincludes/xc/exports/include/X11/extensions/XI.h  |  275 +
 Xincludes/xc/exports/include/X11/extensions/XIproto.h | 1530 
+++
 Xincludes/xc/programs/Xserver/hw/xfree86/common/xf86.h|  389 +
 Xincludes/xc/programs/Xserver/hw/xfree86/common/xf86Module.h  |  197 
 Xincludes/xc/programs/Xserver/hw/xfree86/common/xf86Opt.h |   82 
 Xincludes/xc/programs/Xserver/hw/xfree86/common/xf86Version.h |   31 
 Xincludes/xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h  |  191 
 Xincludes/xc/programs/Xserver/hw/xfree86/common/xf86str.h |  994 
 Xincludes/xc/programs/Xserver/hw/xfree86/common/xisb.h|   64 
 Xincludes/xc/programs/Xserver/hw/xfree86/os-support/xf86_OSproc.h |  266 +
 Xincludes/xc/programs/Xserver/hw/xfree86/os-support/xf86_ansic.h  |  342 +
 Xincludes/xc/programs/Xserver/include/XIstubs.h   |  101 
 Xincludes/xc/programs/Xserver/include/bstore.h|   23 
 Xincludes/xc/programs/Xserver/include/bstorestr.h |   75 
 Xincludes/xc/programs/Xserver/include/colormap.h  |  235 +
 Xincludes/xc/programs/Xserver/include/cursor.h|  156 
 Xincludes/xc/programs/Xserver/include/dix.h   | 1096 +
 Xincludes/xc/programs/Xserver/include/dixstruct.h |  267 +
 Xincludes/xc/programs/Xserver/include/exevents.h  |  275 +
 Xincludes/xc/programs/Xserver/include/gc.h|  232 +
 Xincludes/xc/programs/Xserver/include/globals.h   |   52 
 Xincludes/xc/programs/Xserver/include/input.h |  535 ++
 Xincludes/xc/programs/Xserver/include/inputstr.h  |  317 +
 Xincludes/xc/programs/Xserver/include/misc.h  |  282 +
 Xincludes/xc/programs/Xserver/include/miscstruct.h|   73 
 Xincludes/xc/programs/Xserver/include/opaque.h|   81 
 Xincludes/xc/programs/Xserver/include/os.h|  856 
 Xincludes/xc/programs/Xserver/include/pixmap.h|  123 
 Xincludes/xc/programs/Xserver/include/pixmapstr.h |   83 
 Xincludes/xc/programs/Xserver/include/property.h  |   83 
 Xincludes/xc/programs/Xserver/include/propertyst.h|   76 
 Xincludes/xc/programs/Xserver/include/region.h|   53 
 Xincludes/xc/programs/Xserver/include/regionstr.h |  437 ++
 Xincludes/xc/programs/Xserver/include/resource.h  |  326 +
 Xincludes/xc/programs/Xserver/include/screenint.h |  170 
 Xincludes/xc/programs/Xserver/include/scrnintstr.h|  996 
 Xincludes/xc/programs/Xserver/include/validate.h  |   42 
 Xincludes/xc/programs/Xserver/include/window.h|  362 +
 Xincludes/xc/programs/Xserver/include/xf86_ansic.h|  342 +
 Xincludes/xc/programs/Xserver/include/xf86_libc.h 

xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.12.2'

2007-02-27 Thread Mattia Dongili
Tag 'v0.12.2' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.12.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqgyDWzV1E4ZKtgRAl7qAKCftHs9WZMNO0xvSFRjSOzgaIDTMQCfdFiO
NmWOjhjNqXwLGR7sxZRJoZQ=
=uZNt
-END PGP SIGNATURE-

Changes since v0.12.1:
Peter Osterlund:
  Added DELL Inspiron 7000 to the compatibility list.
  Added DELL Inspiron 5150 to the compatibility list.
  Added Airis Pragma 750 to the compatibility list.
  Added an fflush() call after the printf in the monitor loop
  Added HP Pavillion ZT3000 to the compatibility list.
  Added parameter settings to the InputDevice example in
  Added Sony PCG-TR1A to the compatibility list.
  Added COMPAQ Presario 711EA to the compatibility list.
  Made syndaemon recognize the '?' option, causing the help
  In the syndaemon help message, print the default disable
  Added IBM ThinkPad T41 to the compatibility list.
  Added Medion MD40100 to the compatibility list.
  Added Acer Aspire 1353LC to the compatibility list.
  Added HP Omnibook XE4400 to the compatibility list.
  Added DELL Inspiron 8100 to the compatibility list.
  Added Panasonic Toughbook W2 to the compatibility list.
  Added Sharp PC-FS2518 to the compatibility list.
  Added an explanation how the FingerLow, FingerHigh,
  Added Acer Aspire 1601LC to the compatibility list.
  Added COMPAQ Presario 1710T to the compatibility list.
  Only use the -fno-merge-constants compiler flag if the
  Added ASUS B1500 to the compatibility list.
  Explained how to find the correct event device when using
  Updated INSTALL.DE. Translation contributed by
  Translated the TODO file to English.
  Added Acer TravelMate 244LM to the compatibility list.
  Added Gericom A2 to the compatibility list.
  Clarified that the MinSpeed, MaxSpeed and AccelFactor
  Clarified that the EmulateMidButtonTime parameter affects
  Cosmetic changes in ps2comm.c. Mostly from Fred Hucht
  Added IBM ThinkPad T30 to the compatibility list.
  Added pass through support. From David Kennedy and Fred
  Cleaned up the packet parsing code.
  Fixed bug in change 5b55777bf27124647422000f9d71f273f7864406.
  Fixed bug in change e6d92b0e4399ead8d24e043857d3120b87ecc1ef. Pass-through
  Cosmetic changes.
  Cosmetic changes.
  When calling HandleState() from timerFunc() make sure
  Guest packets require the newabs protocol. (From Fred Hucht
  Added IBM ThinkPad T40p to the compatibility list.
  Updated the alps.patch to handle the gesture bit correctly.
  Made tap processing configurable. Patch from Justin Quek
  Changed version to 0.12.2.

---
 COMPATIBILITY |   20 +
 INSTALL.DE|   90 ---
 Makefile  |5 +
 NEWS  |   23 ++
 README|   39 ++
 README.alps   |   25 +-
 TODO  |7 -
 VERSION   |2 
 alps.patch|   41 ++
 ps2comm.c |  166 ---
 ps2comm.h |7 +
 synaptics.c   |  222 +++---
 synaptics.h   |   21 +
 synclient.c   |   32 +++-
 syndaemon.c   |8 +-
 15 files changed, 539 insertions(+), 169 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.12.3'

2007-02-27 Thread Mattia Dongili
Tag 'v0.12.3' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:27 +0200

v0.12.3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqjBDWzV1E4ZKtgRAkg+AJ9JCyW4QoicrM5Hp3LfyrVAaqu6/QCfSWlM
3erX5wCPq8Ab5Y4QmxUJuTA=
=HF6n
-END PGP SIGNATURE-

Changes since v0.12.2:
Peter Osterlund:
  Added DELL Inspiron 3500 to the compatibility list.
  Added COMPAQ Armada M300 to the compatibility list.
  Included information about the module path for Gentoo 1.4 in
  Added DELL Inspiron 5100 to the compatibility list.
  Added Dell Latitude D800 to the compatibility list.
  Added HP Compaq NX9000 to the compatibility list.
  Added Toshiba 1410-303 to the compatibility list.
  Removed an already implemented item from the TODO list.
  Added Gericom Hummer 2430 to the compatibility list.
  Added HP Compaq NX7000 to the compatibility list.
  Explain that XFree86-devel is needed to compile the
  Added French translation of the INSTALL file. Contributed by
  The requirements in the INSTALL file are now a numbered list
  Added Acer TravelMate 280 to the compatibility list.
  Added DELL Inspiron 8600 to the compatibility list.
  Updated HP NX9010 entry in the compatibility list.
  Added HP N6395 to the compatibility list.
  Updated INSTALL.FR.
  Mention that /dev/input/eventX device nodes are needed when
  Added Acer Aspire 1703SM to the compatibility list.
  Added COMPAQ EVO N600c to the compatibility list.
  Added Acer TravelMate 350TE to the compatibility list.
  Added Toshiba Satellite Pro 2100 to the compatibility
  Added Samsung V20 to the compatibility list.
  Removed deprecated use of psmouse_noext in the alps patch.
  Added Gateway 450XL to the compatibility list.
  Changed version to 0.12.3.

---
 COMPATIBILITY |   21 ++-
 INSTALL   |   33 +++---
 INSTALL.FR|  105 ++
 NEWS  |   10 +
 README|   12 ++
 TODO  |1 
 VERSION   |2 -
 alps.patch|   33 +-
 synaptics.c   |2 -
 9 files changed, 185 insertions(+), 34 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.12.5'

2007-02-27 Thread Mattia Dongili
Tag 'v0.12.5' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.12.5
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqg4DWzV1E4ZKtgRAsQOAKCz0XiuAGZ2amatZPfExkdRC1BMpwCgi/FE
tsU0UmhfhC4VXAHZcOFFKJw=
=muFf
-END PGP SIGNATURE-

Changes since v0.12.4:
Peter Osterlund:
  Added MAXDATA Pro 8000X to the compatibility list.
  Added Samsung Q10 to the compatibility list.
  Added Sharp Muramasa PC-MV1-5CA to the compatibility
  Added HP Pavilion N3350 to the compatibility list.
  Added Acer TravelMate 451Cli to the compatibility list.
  Added ASUS Degatto D1 to the compatibility list.
  Small preparation for pressure dependent edge motion speed.
  Added support for middle mouse buttons. (Some ALPS touchpads
  Added support for middle mouse button events on some ALPS
  The is_equal() function in synclient.c forgot to check
  Added Desknote A928 to the compatibility list.
  Added Compaq Presario 2155US to the compatibility list.
  Reverted change 90f04a3309544d56e0e1ea845276993599f63167 and added a
  Added Toshiba A20 to the compatibility list.
  Fixed bug in change ec6c36c16d5f7093f194595607bc9d2e1d114f5f.
  Added pressure dependent edge motion speed. From Matthias
  Made it possible to use edge motion also when not
  Made it possible to disable vertical and horizontal
  Made it possible to have both circular scrolling and
  Mention that the X server log file is usually called
  Clarified how to get the contents of the
  When no usable event device node was found, print out how
  Changed version to 0.12.5.

---
 COMPATIBILITY|   13 --
 INSTALL  |   11 
 Makefile |2 -
 NEWS |   18 ++
 README   |   30 +---
 README.alps  |   27 +
 alps.patch   |   46 -
 linux_input.h|1 
 manpages/synclient.1 |2 -
 manpages/syndaemon.1 |2 -
 synaptics.c  |   63 +--
 synaptics.h  |9 ++-
 synaptics.spec   |2 -
 synclient.c  |   56 -
 14 files changed, 213 insertions(+), 69 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.12.4'

2007-02-27 Thread Mattia Dongili
Tag 'v0.12.4' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.12.4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqg1DWzV1E4ZKtgRAo7JAJ9TFCXiegLVld0eQR4mmjjvvjWhigCeKnQu
b8R5BMiPq6CjFh+7wOF95LQ=
=JRjz
-END PGP SIGNATURE-

Changes since v0.12.3:
Peter Osterlund:
  Changed suggested default values in the INSTALL file, to get
  Include time in the synclient -m output.
  Tiny cleanup.
  Handle touchpads with a scroll region on the right side
  Added Fujitsu-Siemens AMILO L 6810 to the compatibility
  Added Sotec 3120X to the compatibility list.
  Fixed typo in the FAQ. (mkdev - mknod).
  Added IBM ThinkPad R50 to the compatibility list.
  Added COMPAQ Presario 1723EA to the compatibility list.
  Added COMPAQ EVO N1015v to the compatibility list.
  Added Gericom X5 to the compatibility list.
  Added DELL Inspiron 5000 to the compatibility list.
  Added Toshiba Satellite M30 to the compatibility list.
  The CONFIG_MOUSE_PS2_SYNAPTICS config option doesn't exist
  Don't mention the no longer existing
  The INSTALL file now mentions that compiling for XFree86 4.0
  Added ASUS S5200N to the compatibility list.
  Added Fujitsu-Siemens AMILO M 6100 to the compatibility
  Added support for circular scrolling. From Alexei Gilchrist
  Removed the saved_touchpad_off variable in syndaemon. It's
  Added Fujitsu-Siemens AMILO D 7830 to the compatibility
  Added ASUS M2400A to the compatibility list.
  Added Acer TravelMate 521TE to the compatibility list.
  Added Siemens Nixdorf Scenic Mobile 710 to the
  Added COMPAQ Presario 2100Z to the compatibility list.
  Added DELL Latitude X300 to the compatibility list.
  Added manpages for synclient and syndaemon. Contributed by
  Minor corrections to the man pages.
  Added copyright headers to synclient.c and syndaemon.c.
  Makefile cleanup. Removed DRIVER variable. Removed reference
  Added proper Makefile dependencies for synclient.1 and
  Added DESTDIR support to the Makefile. From giorgio bellussi
  Added (untested) RPM .spec file. From giorgio bellussi
  Removed unnecessary #include. From Paul Bender
  Fixed make clean to remove ~ files in the manpages
  Added DELL Inspiron 2600 to the compatibility list.
  Added uninstall target to the Makefile. From Paul Bender
  Automatically build using the 4.3 SDK if available. Patch
  Removed unnecessary local X include files that are available
  Added a distribution target to the Makefile.
  Fixed the .spec-file to make it actually work. You can now
  Include also the German and French INSTALL files in the
  Fixed make clean to also remove the distribution file.
  Changed version to 0.12.4.

---
 COMPATIBILITY |   17 
 INSTALL   |   30 
 INSTALL.DE|   14 
 INSTALL.FR|   12 
 Makefile  |  100 
 NEWS  |   21 
 README|   23 
 VERSION   |1 
 Xincludes/usr/X11R6/include/X11/Xalloca.h |  138 
 Xincludes/usr/X11R6/include/X11/Xdefs.h   |  110 
 Xincludes/usr/X11R6/include/X11/Xfuncproto.h  |   72 
 Xincludes/usr/X11R6/include/X11/Xfuncs.h  |   92 
 Xincludes/usr/X11R6/include/X11/extensions/XI.h   |  275 +
 Xincludes/usr/X11R6/include/X11/extensions/XIproto.h  | 1530 
+++
 Xincludes/usr/X11R6/lib/Server/include/XIstubs.h  |  101 
 Xincludes/usr/X11R6/lib/Server/include/bstore.h   |   23 
 Xincludes/usr/X11R6/lib/Server/include/bstorestr.h|   75 
 Xincludes/usr/X11R6/lib/Server/include/colormap.h |  235 +
 Xincludes/usr/X11R6/lib/Server/include/cursor.h   |  156 
 Xincludes/usr/X11R6/lib/Server/include/dix.h  | 1096 +
 Xincludes/usr/X11R6/lib/Server/include/dixstruct.h|  267 +
 Xincludes/usr/X11R6/lib/Server/include/gc.h   |  232 +
 Xincludes/usr/X11R6/lib/Server/include/globals.h  |   52 
 Xincludes/usr/X11R6/lib/Server/include/input.h|  535 ++
 Xincludes/usr/X11R6/lib/Server/include/inputstr.h |  317 +
 Xincludes/usr/X11R6/lib/Server/include/mipointer.h|  162 
 Xincludes/usr/X11R6/lib/Server/include/misc.h |  282 +
 Xincludes/usr/X11R6/lib/Server/include/miscstruct.h   |   73 
 

xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.13.1'

2007-02-27 Thread Mattia Dongili
Tag 'v0.13.1' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.13.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqg8DWzV1E4ZKtgRAhDSAJ0XoigRORDb/xkkVaQy9AxgAtl2cwCeLiAW
GkbgJg8j/sHzxnFgeDg0bRI=
=nN5U
-END PGP SIGNATURE-

Changes since v0.13.0:
Peter Osterlund:
  Added DELL Inspiron 500m to the compatibility list.
  Fixed detection of ALPS touchpads when using a 2.6 linux
  Added Vobis Highscreen XI 14-C1200 to the compatibility
  Added Fujitsu-Siemens LIFEBOOK S-4572 to the compatibility
  Added a GuestMouseOff parameter to disable the pass
  Changed version to 0.13.1.

---
 COMPATIBILITY|3 +++
 Makefile |2 +-
 NEWS |6 ++
 README   |1 +
 eventcomm.c  |   36 
 linux_input.h|1 +
 manpages/synclient.1 |2 +-
 manpages/syndaemon.1 |2 +-
 synaptics.c  |7 +--
 synaptics.h  |3 ++-
 synaptics.spec   |2 +-
 synclient.c  |1 +
 12 files changed, 51 insertions(+), 15 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.13.2'

2007-02-27 Thread Mattia Dongili
Tag 'v0.13.2' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.13.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqg9DWzV1E4ZKtgRAnEpAJ0QIQj6QnqYNteCW9/m3yDlfXJitwCgkmSW
aI7eCkLu+HTUAY5QZVB/hEs=
=xj4O
-END PGP SIGNATURE-

Changes since v0.13.1:
Peter Osterlund:
  Added DELL Inspiron 4000 and Toshiba 1105 to the
  Updated the Vobis Highscreen entry in the compatibility
  Consistency fix in the compatibility list.
  Yet another consistency fix in the compatibility list.
  Added SONY VAIO PCG-NV105 to the compatibility list.
  Added COMPAQ Presario 915US to the compatibility list.
  Added COMPAQ Presario 2500 to the compatibility list.
  Added Acer Ferrari 3000LMi to the compatibility list.
  Fixed bug in change dee1cca686b33a0c2a565d5ecee036abdac6b3a6 that broke
  Made double clicks faster, so that they work in xmms and the
  Small cleanup.
  Changed version to 0.13.2.

---
 COMPATIBILITY|   10 ++
 Makefile |2 
 NEWS |7 +
 docs/tapndrag.dia|  192 ++-
 manpages/synclient.1 |2 
 manpages/syndaemon.1 |2 
 synaptics.c  |   53 ++
 synaptics.h  |2 
 synaptics.spec   |2 
 9 files changed, 143 insertions(+), 129 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.13.0'

2007-02-27 Thread Mattia Dongili
Tag 'v0.13.0' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.13.0
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqg6DWzV1E4ZKtgRAuYoAJ9k1ZFPEd97bmx8s7mTcVIhGEQw2QCeKOwE
BdmxscWtUsOtFU5GdnFEcH8=
=NXST
-END PGP SIGNATURE-

Changes since v0.12.5:
Peter Osterlund:
  Added Airis Diamond 630 to the compatibility list.
  Added Acer Aspire 1353XC to the compatibility list.
  Added COMPAQ Presario 2510EA to the compatibility list.
  Added back support for the TOP makefile variable.
  Added COMPAQ Presario 1200 to the compatibility list.
  Added Fujitsu-Siemens AMILO A 7600 to the compatibility
  Updated the FAQ.
  Added HP Pavilion ZE4420us to the compatibility list.
  Added COMPAQ Presario 700EA to the compatibility list.
  Added SONY VAIO FX405 to the compatibility list.
  Added Toshiba EX1/524CDET to the compatibility list.
  Added Acer TravelMate 330T to the compatibility list.
  Added HP Omnibook 6000 to the compatibility list.
  Added COMPAQ EVO N1020v to the compatibility list.
  Added Acer Aspire 2000 to the compatibility list.
  Cosmetic change in the INSTALL file.
  Some changes to make supporting FreeBSD easier. From Arne
  Added IBM ThinkPad R40 to the compatibility list.
  Shortened the code in SynapticsPreInit() by introducing a
  More preparations for FreeBSD support.
  Removed the unused reset retry loop.
  Added DELL Latitude LS400 to the compatibility list.
  Fixed spelling error.
  Implemented a proper state machine for tap and drag
  Added ECS A-530 Transmeta 5600 to the compatibility list.
  Moved scroll processing to a separate function.
  Moved pointer delta computations to a separate function.
  Small simplification in HandleTapProcessing().
  Spelling fixes.
  Spelling fix.
  Renamed the DBG macro in ps2comm.c to PS2DBG to avoid
  Some work on abstracting out the protocol differences from
  The PrintIdent() function doesn't need access to the whole
  Moved the QueryHardware function to the protocol specific
  Don't export private stuff from ps2comm.[ch].
  Replaced Success with TRUE/FALSE where possible.
  Moved reading of hardware state to the protocol specific
  Replaced Success with TRUE/FALSE in ps2comm.c.
  Small #include fix.
  Don't send the whole SynapticsPrivate struct to the
  Moved testprotokoll.c to the test directory.
  Added ASUS A2500 to the compatibility list.
  Added Packard Bell Easy Note E3259SE to the compatibility
  Handle touchpads with a middle mouse button. Based on a 2.6
  Updated INSTALL file. From Olive [EMAIL PROTECTED].
  Reordered the requirements list in the INSTALL file so that
  Added Medion MD9626 to the compatibility list.
  Fixed incorrect sort order in the compatibility list.
  Removed unnecessary forward declaration.
  Moved autodev handling to the protocol specific files.
  Don't call ps2comm functions directly from synaptics.c.
  Moved the CommData struct from synaptics.h to synproto.h so
  Updated Makefile dependencies.
  Renamed synapticshw to SynapticsHwInfo to avoid conflicts
  Removed unnecessary #includes and made some code formatting
  Renamed functions in ps2comm.c for better consistency.
  Reverted incorrect changes in change
  Added (untested) support for the FreeBSD psm mouse driver.
  Moved ps2_print_ident() forward declaration to ps2comm.h.
  Don't call PS2QueryHardware() from PSMReadHwState().
  Fixed inconsistent function name.
  Removed repeater from the shared memory segment. It's not
  Properly implement EventQueryHardware().
  If the evdev kernel module seems to be missing, say so in
  Fixed change 09085c9fb8f4e243e6bda78a019cd8a50c693dfc. If the device
  Added (untested) support for ALPS touchpads using the 2.4
  Removed obsolete comment from alps.patch and updated the
  Added Toshiba Portege A100 to the compatibility list.
  Explain what packages to install on debian systems. From
  Added SONY VAIO Z1 to the compatibility list.
  Always rebuild the tar.bz2 file. (Some dependencies were
  Added HP Pavilion ZE4610us to the compatibility list.
  Updated documentation to reflect the fact the ALPS support
  Changed version to 0.13.0.

---
 COMPATIBILITY|   39 +
 INSTALL  |   30 -
 Makefile |   74 +-
 NEWS |   21 
 README   |   23 
 README.alps  |   27 
 alps.patch   |   45 -
 alpscomm.c   |  187 ++
 alpscomm.h   |   27 
 docs/tapndrag.dia| 1244 +
 eventcomm.c  |  239 
 eventcomm.h  |   28 +
 freebsd_mouse.h  |   59 ++
 manpages/synclient.1 |2 
 manpages/syndaemon.1 |2 
 ps2comm.c|  646 

xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.13.3'

2007-02-27 Thread Mattia Dongili
Tag 'v0.13.3' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.13.3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqg/DWzV1E4ZKtgRAmQoAJ93JhZbjkLM1EJq6B4mV/FTrOSufwCeKbx4
uJzHIyuT2u3PFUGjD/PjXjQ=
=mfz7
-END PGP SIGNATURE-

Changes since v0.13.2:
Peter Osterlund:
  Mention XOrg in the web page, since the driver works fine
  Added support for Synaptics cPad devices. (Also requires a
  Fixed bug in change b8e955b4ce399ba44e60bd13f9838974eee88513.
  Fixed handling of the repeater device.
  Added Acer TravelMate 290 to the compatibility list.
  Added ASUS M6700N to the compatibility list.
  Pass -fno-pic to gcc if supported. The X driver loader can't
  Makefile optimization. Don't call check_gcc more than
  Added HP Pavilion ZE5400 to the compatibility list.
  Added MAXDATA Pro 5000X to the compatibility list.
  Added DELL Inspiron 300m to the compatibility list.
  Added HP Pavilion N3250 to the compatibility list.
  Added Gericom Webgine to the compatibility list.
  Added Fujitsu-Siemens AMILO M 6300 to the compatibility
  Fixed compiler warnings when using the xorg sdk include
  Added a LIBDIR Makefile variable to make it easier to build
  Fixed spelling error in the spec file.
  Added two parameters.
  Reformatting in the compatibility list.
  Added Fujitsu-Siemens Amilo M-7400 to the compatibility
  Consistency fix in change 6f22de441c419ad3f79268ab28d84a11b1b776d6.
  Added COMPAQ EVO N180 to the compatibility list.
  Updated the alps patch for kernel 2.6.7-rc3.
  Added -V option to synclient to display the version number.
  Fixed Makefile dependency for change
  Changed version to 0.13.3.

---
 COMPATIBILITY|   14 +
 Makefile |   16 -
 NEWS |   14 +
 README   |   27 +-
 alps.patch   |   32 +-
 docs/tapndrag.dia|  575 ---
 eventcomm.c  |   25 +-
 linux_input.h|3 
 manpages/synclient.1 |2 
 manpages/syndaemon.1 |2 
 ps2comm.h|2 
 synaptics.c  |   89 ++-
 synaptics.h  |   16 -
 synaptics.spec   |4 
 synclient.c  |   16 -
 15 files changed, 642 insertions(+), 195 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.13.4'

2007-02-27 Thread Mattia Dongili
Tag 'v0.13.4' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.13.4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqhBDWzV1E4ZKtgRAvHfAJ9oAp4bJ+BMY5R6eDCSsewI+ViqlwCdG14f
OeRP0GNtfYn2Zcq5SJ8RN8k=
=U1Bn
-END PGP SIGNATURE-

Changes since v0.13.3:
Peter Osterlund:
  Added Toshiba Satellite A40 to the compatibility list.
  Added RoverBook F219 to the compatibility list.
  Added SONY VAIO PCG-FX701 to the compatibility list.
  Added HP Pavilion ZE4521ea to the compatibility list.
  Added HP Omnibook 6100 to the compatibility list.
  Updated synclient man page for the new -V option.
  Added SONY VAIO VGN-A115S and Targa Visionary XP-210 to
  Added Arima A520-K7 to the compatibility list.
  Added Acer TravelMate 533LCi to the compatibility list.
  Added ASUS L2000B to the compatibility list.
  Added HP Pavilion ZE4101 to the compatibility list.
  Makefile tweak to make it easier to build for x86_64.
  Added SONY VAIO PCG-GRX650 to the compatibility list.
  Added EMachines M5305 to the compatibility list.
  Added DELL Latitude C400 to the compatibility list.
  Added Gericom Cinema XXL to the compatibility list.
  Added Targa Visionary Pro to the compatibility list.
  Added COMPAQ Presario 912RSH to the compatibility list.
  Added COMPAQ Presario R3000 to the compatibility list.
  Added Acer Aspire 2010 to the compatibility list.
  Added Fujitsu-Siemens Amilo M 1420 to the compatibility
  * Better default parameters for alps touchpads.
  Added Fujitsu-Siemens LIFEBOOK S-2020 to the compatibility
  Added a somewhat modified patch from James Ketrenos
  Added a caveat about connecting syndaemon to a remote X
  Corrected README file. Some synaptics touchpad models do
  Added support for circular touchpads. Based on a patch from
  Don't remove the shared memory segment when DEVICE_CLOSE is
  Removed obsolete stuff from the TODO file.
  Mention XOrg also in the README and INSTALL files.
  Forgot this file in change 3784d29fb4c478bf555df36b7f7a1ddc06878948.
  Removed duplicated function declaration.
  Fixed another X server crash caused by forgetting to remove
  The SynapticsPreInit() function shouldn't call
  Changed version to 0.13.4.

---
 COMPATIBILITY|   21 ++
 INSTALL  |4 
 Makefile |6 
 NEWS |   16 +
 README   |   19 +
 README.alps  |   58 +
 TODO |2 
 alps.patch   |  502 ---
 manpages/synclient.1 |7 
 manpages/syndaemon.1 |   13 +
 synaptics.c  |  104 --
 synaptics.h  |1 
 synaptics.spec   |2 
 synclient.c  |1 
 syndaemon.c  |   30 ++-
 15 files changed, 566 insertions(+), 220 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.13.5'

2007-02-27 Thread Mattia Dongili
Tag 'v0.13.5' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.13.5
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqhDDWzV1E4ZKtgRApzyAJ0WQlubSsnFEyn88kkv6st/TUuo4gCbBonp
r4WTnlPufNnbtzmgXsK7wKg=
=wfXx
-END PGP SIGNATURE-

Changes since v0.13.4:
Peter Osterlund:
  Added NEC Versa E400 to the compatibility list.
  Makefile fix to auto-detect x86_64 systems.
  Added Panasonic CF-R3 to the compatibility list.
  Fixed a FAQ entry. It's the ClickTime parameter that
  Added a FAQ item about horizontal scrolling.
  Added a trouble-shooting guide explaining what to do about
  Consistency fix in the compatibility file.
  Whitespace fix in alpscomm.c.
  Another whitespace fix in alpscomm.c.
  Use generic ps2 functions in alpscomm.c instead of synaptics
  Patch from Alastair M. Robinson
  Spelling fix in alpscomm.c.
  Fixed spelling error in the FAQ.
  Include the trouble-shooting.txt file also in the RPM
  Fixed spelling error in trouble-shooting.txt.
  The GuestMouseOff parameter now also disables the guest
  An ALPS 3-byte packet should set hw-guest_{left,right}, not
  Handle guest alps devices in the same way as guest synaptics
  Added a comment about ALPS pointing stick initialization.
  Whitespace fixes.
  Implemented ALPS DualPoint support from change
  Fixed some problems with ALPS guest devices.
  Fixed spelling error in change 7b610b2d4bbfb72f31cc631c16be07973fbe8a16.
  Makefile fix for x86_64 systems. Some setups required LIBDIR
  Moved the relevant part of change 7b610b2d4bbfb72f31cc631c16be07973fbe8a16
  Fixed problem with ALPS dualpoint stick packets. packet[2]
  Added DELL Inspiron 8200 to the compatibility list.
  Added DELL Latitude CPx to the compatibility list.
  Added DELL Latitude D600 to the compatibility list.
  Added Acer Ferrari 3200 to the compatibility list.
  Update FreeBSD psm driver.
  Changed version to 0.13.5.

---
 COMPATIBILITY|8 ++
 INSTALL  |5 -
 Makefile |   17 +++--
 NEWS |8 ++
 README   |   23 ---
 alps.patch   |  163 +++
 alpscomm.c   |  111 +++---
 eventcomm.c  |   17 +
 freebsd_mouse.h  |6 -
 linux_input.h|5 +
 manpages/synclient.1 |2 
 manpages/syndaemon.1 |2 
 ps2comm.c|   28 
 ps2comm.h|   25 +++
 psmcomm.c|4 -
 synaptics.c  |   23 ---
 synaptics.spec   |3 
 synclient.c  |6 -
 trouble-shooting.txt |  130 
 19 files changed, 447 insertions(+), 139 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.14.2'

2007-02-27 Thread Mattia Dongili
Tag 'v0.14.2' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.14.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqhKDWzV1E4ZKtgRAmaPAKCgb17L09sIy4CXW7xfmZQ7i0kfpACeJpo2
6DcX4k7gUL6VLd18NRpREwk=
=HJe4
-END PGP SIGNATURE-

Changes since v0.14.1:
Peter Osterlund:
  Added Fujitsu-Siemens LIFEBOOK P7010D to the compatibility
  Updated Mattia Dongili's email address in the man pages.
  Fixed spelling error.
  Added ASUS A6000G to the compatibility list.
  Use better permission modes in make install. Patch from
  Added a note about compiler version incompatibilities in the
  Ignore the finger count from synaptics touchpads if the
  Spelling fix in the INSTALL file.
  Mention in the INSTALL file that a synaptics touchpad with a
  Added Fujitsu-Siemens LIFEBOOK E7010 to the compatibility
  Added Fujitsu-Siemens AMILO Pro V2020 to the compatibility
  Updated tap-and-drag state diagram with information about
  Added Toshiba Satellite 1130-Z23 to the compatibility
  Added HP Compaq NX6120 to the compatibility list.
  Added Toshiba Tecra A3 to the compatibility list.
  Changed file type of usbmouse to xtext.
  Added a hotplug script that disables the touchpad when a USB
  Added Toshiba Satellite 1800 to the compatibility list.
  Added SONY VAIO Z505SX to the compatibility list.
  Changed version to 0.14.2.

---
 COMPATIBILITY|9 
 INSTALL  |   11 -
 Makefile |8 +--
 NEWS |   15 ++-
 docs/tapndrag.dia|  105 ++-
 manpages/synclient.1 |4 -
 manpages/syndaemon.1 |4 -
 script/usbhid|   43 
 script/usbmouse  |1 
 synaptics.c  |5 +-
 synaptics.spec   |2 
 trouble-shooting.txt |5 ++
 12 files changed, 147 insertions(+), 65 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.13.6'

2007-02-27 Thread Mattia Dongili
Tag 'v0.13.6' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.13.6
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqhEDWzV1E4ZKtgRAt/XAKCS21nEbv2KAxOYWi8PYCNdOl+sZQCeP2a4
f7icxgSHAscPTNzBEEsmito=
=GjWL
-END PGP SIGNATURE-

Changes since v0.13.5:
Peter Osterlund:
  Added Samsung P30 to the compatibility list.
  Added HP Omnibook 4150 to the compatibility list.
  Added HP Pavilion ZV5000 to the compatibility list.
  Added Jewel Saffier 1500 to the compatibility list.
  Document that syndaemon requires shmconfig on.
  Added DELL Latitude CSx to the compatibility list.
  Updated the alps patch to make it work on the DELL Inspiron
  Added HP Pavilion ZD7000 to the compatibility list.
  Added DELL Latitude C600 to the compatibility list.
  Added Acer TravelMate 340T to the compatibility list.
  Added Sharp Actius UM32W to the compatibility list.
  Added Acer TravelMate 634LCi to the compatibility list.
  Added a FAQ entry about reset problems on some Compaq
  Updated the alps patch for kernel 2.6.9.
  Added documentation explaining the meaning of the edge
  Added Toshiba Satellite 1400-103 to the compatibility
  Added Toshiba Satellite A75-S209 to the compatibility
  Added COMPAQ Presario 2100US to the compatibility list.
  Added DELL Inspiron 8500 to the compatibility list.
  Added Toshiba Satellite A50 to the compatibility list.
  Changed version to 0.13.6.

---
 COMPATIBILITY|   15 +++
 Makefile |2 +-
 NEWS |6 ++
 README   |   38 ++
 alps.patch   |   40 ++--
 manpages/synclient.1 |2 +-
 manpages/syndaemon.1 |4 ++--
 synaptics.spec   |2 +-
 8 files changed, 82 insertions(+), 27 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.14.1'

2007-02-27 Thread Mattia Dongili
Tag 'v0.14.1' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.14.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqhIDWzV1E4ZKtgRArWkAJ9vuazKH+Kr/6jaeSRWpyoSW8cLIACfUlDy
oK+LIVBI6dcueRcu7/Dpce0=
=UvoZ
-END PGP SIGNATURE-

Changes since v0.14.0:
Peter Osterlund:
  Forgot to mention that the configurable palm detection was
  Removed #defines from linux_input.h that are unused since
  Fixed spelling errors.
  Added NEC Versa M400 to the compatibility list.
  Added COMPAQ Presario 1685 to the compatibility list.
  Added HP NW8000 to the compatibility list.
  Improved the synclient -h text when running on a 2.6 linux
  Fixed off by one error in alps_process_byte().
  Fixed alpscomm.c so that the X server doesn't lock up if you
  Added Toshiba Portege 3500 to the compatibility list.
  Added Fujitsu-Siemens Amilo M 1425 to the compatibility
  Made the event auto device detection work even if some
  Added IBM ThinkPad T40 to the compatibility list.
  Added Los Alamos LUP4SA2 to the compatibility list.
  Make it more obvious that the touchpad enable delay can
  Added -p switch to syndaemon to make it record its pid in
  Forgot to make pid_file static in change
  Removed superfluous initialization of a static variable.
  Better help text for the syndaemon -p switch.
  Mention in README.alps that the alps patch is already
  Added Toshiba Satellite A10 to the compatibility list.
  Added IBM ThinkPad T42 to the compatibility list.
  Fix for build problems on Gentoo amd64 systems.
  In the FAQ, mention that the MaxTapTime and MaxTapMove
  Added HP Compaq NX7010 to the compatibility list.
  Fixed wrong ordering in the compatibility list.
  Added Gateway 200X to the compatibility list.
  Changed version to 0.14.1.

---
 COMPATIBILITY |   13 -
 Makefile  |5 -
 NEWS  |   19 ++-
 README|   14 --
 README.alps   |3 +++
 Xincludes/usr/X11R6/lib64 |1 +
 alps.patch|4 ++--
 alpscomm.c|7 ---
 eventcomm.c   |7 ++-
 linux_input.h |9 -
 manpages/synclient.1  |2 +-
 manpages/syndaemon.1  |9 +++--
 ps2comm.h |2 +-
 synaptics.c   |2 +-
 synaptics.spec|2 +-
 synclient.c   |6 +++---
 syndaemon.c   |   22 +++---
 17 files changed, 91 insertions(+), 36 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.14.0'

2007-02-27 Thread Mattia Dongili
Tag 'v0.14.0' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.14.0
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqhGDWzV1E4ZKtgRAvlFAJ9lNgz97VZwe5zN55O1AA1yrH639QCgij0c
ywvs5n4DreCbYWufyrpfCWY=
=Nflg
-END PGP SIGNATURE-

Changes since v0.13.6:
Peter Osterlund:
  Added an option to disable the palm detection heuristics.
  Removed TODO entry that was implemented in change
  Added FastTaps option to make the driver react faster to
  Added link to www.kernelnewbies.org on how to apply kernel
  Added Acer Aspire 2020 to the compatibility list.
  Added LG LM50 to the compatibility list.
  Added Acer TravelMate 2501LC to the compatibility list.
  Added Acer Aspire 1511 LMi to the compatibility list.
  Another Makefile fix for x86_64 systems, from the FC3 RPM.
  The fix in change 2732d1ad9fb59937f14d5ec7d0a3f01a9444c843 was not
  Added COMPAQ Armada M700 to the compatibility list.
  Added Mitac 6120N to the compatibility list.
  Better palm detection options. Also reverts change
  Updated the description in the spec file. From the FC3 RPM.
  Updated trouble shooting guide with a hint to check psmouse
  Added Gateway 7405GX to the compatibility list.
  Added Acer TravelMate 522TXV to the compatibility list.
  Added ASUS M5N to the compatibility list.
  Support up to 12 (virtual) mouse buttons.
  Added DELL Latitude D505 to the compatibility list.
  Added Compal CL56-15 to the compatibility list.
  Made the event device auto detection more robust. Check for
  Clarified the INSTALL file regarding how to set up the X
  Added Prestigio Nobile 156 to the compatibility list.
  Made it possible to disable tapping without disabling mouse
  Better fix for the crash fixed in change
  Fixed inconsistent code formatting.
  Improved edge motion behavior. The speed no longer depends
  Better noise reduction in the x/y delta estimates used for
  Made it possible to use horizontal circular scrolling by
  Rearranged code in HandleScrolling() to make it slightly
  Fixed off-by-one error in the pointer motion dx/dy
  Changed default values corresponding to change
  Always update the move_hist[] buffer when a finger is on the
  Fixed a bug that made it possible to lock up the X server by
  Fixed off-by-one error (see also change
  Cosmetic changes.
  Made QueryHardware() static.
  Implemented coasting, ie the ability to automatically
  When coasting starts, take the partial scroll step from the
  Changed version to 0.14.0.

---
 COMPATIBILITY|   12 +
 INSTALL  |   31 ++-
 Makefile |   27 +--
 NEWS |   34 
 README   |   22 ++
 README.alps  |   13 -
 TODO |1 
 eventcomm.c  |   85 --
 linux_input.h|4 
 manpages/synclient.1 |2 
 manpages/syndaemon.1 |6 
 synaptics.c  |  399 ++-
 synaptics.h  |   42 +++--
 synaptics.spec   |   28 ++-
 synclient.c  |   83 ++
 syndaemon.c  |   36 +++-
 test/test-pad.c  |  164 ++--
 test/testprotocol.c  |3 
 trouble-shooting.txt |9 -
 19 files changed, 671 insertions(+), 330 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.14.3'

2007-02-27 Thread Mattia Dongili
Tag 'v0.14.3' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.14.3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqhMDWzV1E4ZKtgRAvjlAJ4y7ZJFzYYCEf91u3jMcr5g0dBLKQCdEyxZ
KU8Ahl+42Z2j9ApDvJTRvfg=
=CID1
-END PGP SIGNATURE-

Changes since v0.14.2:
Peter Osterlund:
  Forgot to add usbhid to the Makefile in change
  Added -k switch to syndaemon to make it ignore modifier keys
  Added missing flags to the syntax section in the syndaemon
  Added Fujitsu-Siemens AMILO L 7300 to the compatibility
  Removed obsolete information about ALPS touchpads in the
  Added Acer Extensa 3001 WLMi to the compatibility list.
  Added HP Compaq NX6110 to the compatibility list.
  Added a When will the driver be included in the XOrg
  Added new switch -s to syndaemon, to make it disable tapping
  Removed trailing whitespace.
  Revert change 15d3f642c725636446b3212b8efbd94a9fc9a59b and instead always
  Added some tasks to the TODO list.
  Modified the man pages according to recommendations from the
  Added Desknote A900 to the compatibility list.
  Preparing to create a man page describing the parameters
  Added a hint about disabled touchpads in the trouble
  Spelling fix.
  Also mention XOrg in the synclient and syndaemon man pages.
  Fixed spelling error.
  Also mention xorg.conf in synclient.1.
  Converted synaptics.5 to a proper man page.
  Added references to synaptics(5) in the synclient and
  Removed an implemented entry from the TODO file.
  In the DeviceOn() function, if opening the device node
  Fixed spelling error.
  Implemented new driver options LeftRightScrolling,
  Added Aristo Smart 300 to the compatibility list.
  The touchpad stopped working if you did:
  Added DELL Latitude D610 to the compatibility list.
  Added Toshiba A25 to the compatibility list.
  Added COMPAQ Armada 1750 to the compatibility list.
  The evdev auto-dev code could incorrectly blame problems on
  If no /dev/input/event* device nodes are found, say so in
  Added DELL Latitude X1 to the compatibility list.
  Updated synaptics.5 to match change
  Converted the NEWS file to unicode.
  Changed version to 0.14.3.

---
 COMPATIBILITY|9 +
 INSTALL  |7 
 Makefile |   19 +-
 NEWS |   25 ++
 README   |  197 ++
 TODO |5 
 eventcomm.c  |8 
 manpages/synaptics.5 |  446 +++
 manpages/synclient.1 |   22 +-
 manpages/syndaemon.1 |   34 ++-
 synaptics.c  |   55 +-
 synaptics.h  |   13 +
 synaptics.spec   |2 
 synclient.c  |4 
 syndaemon.c  |   70 ++--
 trouble-shooting.txt |   13 +
 16 files changed, 693 insertions(+), 236 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.14.4'

2007-02-27 Thread Mattia Dongili
Tag 'v0.14.4' created by Peter Osterlund [EMAIL PROTECTED] at 2006-04-16 
21:25 +0200

v0.14.4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqhODWzV1E4ZKtgRAjT+AJ0VTDyHXWSqH61FixZU5lN3ycTu3wCbBnl2
6RUZ47KtxVKd6mWgZmFH1dk=
=CxA+
-END PGP SIGNATURE-

Changes since v0.14.3:
Peter Osterlund:
  Added Medion 41700 to the compatibility list.
  Added Clevo M375C and Clevo M385C to the compatibility
  Added Toshiba Tecra A4 to the compatibility list.
  X header file fix for xorg 6.8.99.15. Compile problem
  Added Toshiba Tecra M2 to the compatibility list.
  Added Samsung X20 to the compatibility list.
  Added BenQ JoyBook 2100E to the compatibility list.
  Forgot to update the table of contents in change
  Added Toshiba Qosmio E-15 to the compatibility list.
  Added Acer Aspire 3003WLMi to the compatibility list.
  Fixed some long vs int inconsistencies to make the driver
  Added Sony VAIO VGN-S4XP to the compatibility list.
  Make the device name change code handle more cases. Patch
  Added Toshiba Satellite 2410 to the compatibility list.
  Included driver version number in the shared memory
  Vertical/horizontal scrolling was incorrectly stopped then
  Added HP Special Edition L2000 to the compatibility list.
  Added option to syndaemon to ignore modifier+another key
  Added information about synclient -m output to the
  Changed version to 0.14.4.

---
 COMPATIBILITY|   12 
 Makefile |   10 ++-
 NEWS |   16 +
 Xincludes/usr/X11R6/include/X11/Xfuncproto.h |8 ++
 manpages/synaptics.5 |2 
 manpages/synclient.1 |   71 -
 manpages/syndaemon.1 |8 ++
 synaptics.c  |   76 ---
 synaptics.h  |   18 +++---
 synaptics.spec   |2 
 synclient.c  |3 -
 syndaemon.c  |   31 +++
 trouble-shooting.txt |1 
 13 files changed, 192 insertions(+), 66 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.14.5'

2007-02-27 Thread Mattia Dongili
Tag 'v0.14.5' created by Peter Osterlund [EMAIL PROTECTED] at 2006-06-04 
01:08 +0200

v0.14.5
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQBEgiSjDWzV1E4ZKtgRAirqAJ4g0HoSWyA8Uy10ei/eALZTgAvzjACfQK54
zhxGhkKmKcWumaU38hxU0u8=
=cWAr
-END PGP SIGNATURE-

Changes since v0.14.4:
Mattia Dongili:
  Makes $(PREFIX) configurable on the command line.
  Allow building a modular driver for Xorg 7.0.

Peter Osterlund:
  Added a PREFIX variable to the Makefile to make it possible
  Added Samsung Q20 to the compatibility list.
  Added HP Pavilion ZD8000 to the compatibility list.
  Implemented pressure dependent motion speed. Patch from
  Reverted change 6ad7b8219959c84c77a24c733df8c0fbed7a4c94. The Gentoo
  Added Acer Aspire 3023 to the compatibility list.
  Added HP Compaq NC6000 to the compatibility list.
  Added IPC Powernote S to the compatibility list.
  Added ASUS A3500L to the compatibility list.
  Whitespace cleanup.
  Whitespace cleanup.
  Added a link with information about horizontal scroll
  Added Toshiba Satellite P25-607 to the compatibility
  Added Acer 8104 WLMi to the compatibility list.
  Added Acer TravelMate 2310 to the compatibility list.
  Added ASUS Z71V to the compatibility list.
  Added ASUS A6VA to the compatibility list.
  Small manpage clarification.
  Implemented two-finger vertical and horizontal scrolling.
  Use a helper variable in the option parsing code.
  There is no need to fix up invalid circular trigger values. It is OK
  Create a helper function to set a floating point option value.
  Added ASUS A6Km-Q010H to the compatibility list.
  Added HP Compaq nw8240 to the compatibility list.
  Added Toshiba Portege 2000 to the compatibility list.
  Check for presence of modular Xorg in the Makefile.
  Fix the .spec file to make it work on FC5.
  Changed version to 0.14.5.

Vaclav Kadlcik:
  I added a note about FastTaps in the man page.
  Add new parameter SingleTapTimeout.

---
 COMPATIBILITY|   14 ++
 Makefile |   77 +--
 NEWS |   11 ++
 README   |5 
 docs/tapndrag.dia|3 
 manpages/synaptics.5 |   61 +++-
 manpages/synclient.1 |2 
 manpages/syndaemon.1 |2 
 synaptics.c  |  257 +++
 synaptics.h  |   25 +++-
 synaptics.spec   |7 -
 synclient.c  |9 +
 12 files changed, 330 insertions(+), 143 deletions(-)
---


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



xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.14.6'

2007-02-27 Thread Mattia Dongili
Tag 'v0.14.6' created by Peter Osterlund [EMAIL PROTECTED] at 2006-07-15 
17:19 +0200

v0.14.6
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQBEuRW2DWzV1E4ZKtgRApufAJ466fkClDei4MzyN/nveTidSx/R9gCgr3uN
dXNRfSwAFlW8/P6XsGQrh3Q=
=HsdH
-END PGP SIGNATURE-

Changes since v0.14.5:
Mattia Dongili:
  Use -fPIC when building the driver as a shared object.
  In the modular build case, link the driver with -lc.

Peter Osterlund:
  Fix make uninstall.
  Don't include $(DESTDIR) in $(INSTALLED_X).
  Added Acer Aspire 5672 to the compatibility list.
  Added Apple iBook G4 to the compatibility list.
  Added Fujitsu-Siemens AMILO Si1520 to the compatibility list.
  Added Gateway MX 3228 to the compatibility list.
  Added HP Pavilion DV1475EA to the compatibility list.
  Added Acer TravelMate 4672 WLMi to the compatibility list.
  Fix compile errors when using Xorg 7.1.
  Added Fujitsu-Siemens AMILO A1667G to the compatibility list.
  Trivial whitespace changes.
  Changed version to 0.14.6.

---
 COMPATIBILITY|7 +++
 Makefile |   15 ---
 NEWS |6 ++
 eventcomm.c  |5 +
 manpages/synaptics.5 |2 +-
 manpages/synclient.1 |2 +-
 manpages/syndaemon.1 |2 +-
 ps2comm.h|1 +
 psmcomm.c|2 ++
 psmcomm.h|1 +
 synaptics.c  |5 +++--
 synaptics.spec   |2 +-
 synproto.h   |1 +
 13 files changed, 38 insertions(+), 13 deletions(-)
---


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



synaptics and evtouch tags [was: Re: 'permission denied' in pkg-xorg/drivers [was:...]]

2007-02-27 Thread Mattia Dongili
On Tue, Feb 27, 2007 at 01:25:22PM +0100, Mattia Dongili wrote:
...
 Thanks again

and sorry for the tagging spam... I'm now going to import some evtouch
driver history, so please be patient a little more.

-- 
mattia
:wq!


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



xserver-xorg-input-evtouch: Changes to 'upstream'

2007-02-27 Thread Mattia Dongili
New branch 'upstream' available with the following commits:
commit b98a405d874c9e2b73fcc46a97a3ebc892461443
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Tue Feb 27 16:35:27 2007 +0100

Import upstream sources (version 0.8.3)

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]


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



xserver-xorg-input-evtouch: Changes to 'debian-unstable'

2007-02-27 Thread Mattia Dongili
New branch 'debian-unstable' available with the following commits:
commit 3719638a30107262d5d37db73d581fd910680e64
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Tue Feb 27 16:56:25 2007 +0100

Run `autoheader  aclocal  autoconf  automake`

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit a1a4515103dac345b180460f12fb8c5aac031588
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Tue Feb 27 16:51:29 2007 +0100

Install in FHS compliant locations by default.

This makes /usr/lib/$(PACKAGE) the default directory for ev_calibrate and
calibrate.sh and /usr/share/$(PACKAGE) for empty_cursor.xbm.

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit 26650c4119b68ef094501845bf16ba0e8bdf5154
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Tue Feb 27 16:48:48 2007 +0100

Cleanup CFLAGS usage in the autostuff scripts.

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit 898653628da17d5f147bd322e83b100921d4280a
Merge: 0ceded81de0336b2e849037868af2e30675e38a3 
b98a405d874c9e2b73fcc46a97a3ebc892461443
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Tue Feb 27 16:37:30 2007 +0100

Merge branch 'upstream' into debian-unstable

commit 0ceded81de0336b2e849037868af2e30675e38a3
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Mon Feb 26 19:55:12 2007 +0100

Remove useless debian/dirs

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit f5ddc8402f173fc2286b3b13b72388197b11f1f2
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Mon Feb 26 19:47:35 2007 +0100

Update file locations.

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit 62904974659f0afd975a17303c3173aca4feca82
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Mon Feb 26 19:22:53 2007 +0100

Install the files in the changed locations

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit 4436d2c516a7f1f3f5e498c67dfee18acce4088c
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Mon Feb 26 19:17:09 2007 +0100

Build using the modified configure.ac Makefile.am

The fixes include CFLAGS cleanup and FHS compliant installation.

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit 425e497a71357a2a6096de037c66459784ea9242
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Tue Feb 20 14:21:05 2007 +0100

Fix path for calibrate.sh (it was taken from Fatih's files)

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit 0a21b1772590b2a10d212ad866f75a176961a758
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Tue Feb 20 14:13:51 2007 +0100

Fix typ in --with-cursor-dir

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit 20cf9ef90af83805277ca91da7296637110c2c78
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Tue Feb 20 13:49:50 2007 +0100

Make the calibrate script executable after installation

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit 5f1eb444706fece9e3517d796b7dfcd6f5025b10
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Tue Feb 20 13:49:16 2007 +0100

Add missing build-deps and remove useless ones

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit 9960bedeb5ed9eb5171c103cc56243c20a2f9bc5
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Mon Feb 19 20:40:43 2007 +0100

And quote CFLAGS...

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit 3849904fbb8391c997c92be5d1d02c31ed576955
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Mon Feb 19 20:39:42 2007 +0100

Re-enable quilt patching

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit b968049cd8f3101592189076aba6dd8ec512d14b
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Mon Feb 19 20:39:05 2007 +0100

Use CFLAGS at ./configure time

This is because a broken configure.ac and I'd rather avoid re-running the
autotools stuff.

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit b085142111779e028eb3f89dece99c975f4468b9
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Mon Feb 19 20:34:20 2007 +0100

Add buttonless.patch

Allow buttonless devices to emulate the 3rd button using a long tap

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit 4c7fe2a881df68ec463e2fbfc588d527ae61f30e
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Mon Feb 19 17:39:19 2007 +0100

Start working towards 0.8.3-1

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit ba94ed00f1bc47530feecd7cac33c4e52b014427
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Mon Feb 19 17:38:51 2007 +0100

Add randr-rotation patch

Allows rotating the screen using the randr extension without loosing the
ability to use the pen.

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit 590be2a50eaa0099b7477e650f018c7fa3490199
Author: Mattia Dongili [EMAIL PROTECTED]
Date:   Sat Feb 3 20:15:14 2007 +0100

New upstream release.

Signed-off-by: Mattia Dongili [EMAIL PROTECTED]

commit b184a1540845835fd226bb012d8d02792825748c
Author: Mattia 

xserver-xorg-input-evtouch: Changes to 'refs/tags/0.8.3'

2007-02-27 Thread Mattia Dongili
Tag '0.8.3' created by Mattia Dongili [EMAIL PROTECTED] at 2007-02-27 16:11 
+0100

0.8.3

Changes since the dawn of time:
Mattia Dongili:
  Import upstream sources (version 0.8.3)


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



xserver-xorg-input-evtouch: Changes to 'refs/tags/v0.8.3-1'

2007-02-27 Thread Mattia Dongili
Tag 'v0.8.3-1' created by Mattia Dongili [EMAIL PROTECTED] at 2007-02-27 
16:12 +0100

debian revision

Changes since 0.8.3:
Mattia Dongili:
  Import current packaging work
  Delete automatically generated *.substvars
  Use quilt to add debian specific patches
  Fix Makefile targets ordering
  Remove duplicate hunk already in 02_Imakefile_debian.patch
  Re-reorder Makefile targets
  Closing ITP bugreport in changelog
  Changed source package name according to upsream naming
  The upstream tarball has been autotoolized
  Last entry for source package name changing
  Install correct (new) changelog
  Remove -dev files
  Install calibration tools
  ev_calibrate take 2
  ev_calibraate (take 3)
  Install the cursor image too.
  ...in the correct location
  Removed now useless patches.
  Add pkg-config build-dep
  Install files using the debhelper infrastructure for
  Using the new autotooled ev_calibrate build
  Fix icons install directory and remove dead code
  New upstream release.
  Add randr-rotation patch
  Start working towards 0.8.3-1
  Add buttonless.patch
  Use CFLAGS at ./configure time
  Re-enable quilt patching
  And quote CFLAGS...
  Add missing build-deps and remove useless ones
  Make the calibrate script executable after installation
  Fix typ in --with-cursor-dir
  Fix path for calibrate.sh (it was taken from Fatih's files)
  Build using the modified configure.ac Makefile.am
  Install the files in the changed locations
  Update file locations.
  Remove useless debian/dirs
  Merge branch 'upstream' into debian-unstable
  Cleanup CFLAGS usage in the autostuff scripts.
  Install in FHS compliant locations by default.
  Run `autoheader  aclocal  autoconf  automake`

---
 Makefile.am   |   19 
 Makefile.in   |  276 +++--
 aclocal.m4|  187 +--
 config.h.in   |3 
 configure | 1553 --
 configure.ac  |   19 
 debian/README.Debian  |   16 
 debian/changelog  |   18 
 debian/compat |1 
 debian/control|   17 
 debian/copyright  |   34 
 debian/docs   |4 
 debian/evtouch.html   |  196 +++
 debian/patches/01-randr-rotation.patch|   52 +
 debian/patches/02-buttonless-device.patch |   86 +
 debian/patches/series |2 
 debian/rules  |   88 +
 debian/xserver-xorg-input-evtouch.install |2 
 18 files changed, 1249 insertions(+), 1324 deletions(-)
---


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



Bug#412720: Additional information

2007-02-27 Thread Jö Fahlke
Thats the Xorg.0.log from a successful start in Marinas mail.  I'm
attaching one where the problem actually occured.

Thanks for your work,
Jö.

-- 
ex-bart beleidige cernlib
-:- SignOff Volk1: #macht (EOF From client)

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux venus 2.6.18-3-686 #1 SMP Mon Dec 4 16:41:14 
UTC 2006 i686
Build Date: 17 February 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: Tue Feb 27 15:57:26 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Standardbildschirm
(**) |   |--Device Intel Corporation 82945G/GZ Integrated Graphics Controller
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(WW) `fonts.dir' not found (or not valid) in /usr/X11R6/lib/X11/fonts/misc.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/X11R6/lib/X11/fonts/misc).
(WW) `fonts.dir' not found (or not valid) in 
/usr/X11R6/lib/X11/fonts/cyrillic.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/X11R6/lib/X11/fonts/cyrillic).
(WW) `fonts.dir' not found (or not valid) in /usr/X11R6/lib/X11/fonts/100dpi/.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/X11R6/lib/X11/fonts/100dpi/).
(WW) `fonts.dir' not found (or not valid) in /usr/X11R6/lib/X11/fonts/75dpi/.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/X11R6/lib/X11/fonts/75dpi/).
(WW) `fonts.dir' not found (or not valid) in /usr/X11R6/lib/X11/fonts/Type1.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/X11R6/lib/X11/fonts/Type1).
(WW) `fonts.dir' not found (or not valid) in /usr/X11R6/lib/X11/fonts/100dpi.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/X11R6/lib/X11/fonts/100dpi).
(WW) `fonts.dir' not found (or not valid) in /usr/X11R6/lib/X11/fonts/75dpi.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/X11R6/lib/X11/fonts/75dpi).
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor=X.Org Foundation
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2770 card 1849,2770 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2772 card 1849,2772 rev 02 class 03,00,00 hdr 00
(II) PCI: 00:1b:0: chip 8086,27d8 card 1849,0888 rev 01 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card , rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card , rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1849,27c8 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1849,27c9 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1849,27ca rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1849,27cb rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1849,27cc rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b8 card 1849,27b8 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 1849,27df rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c0 card 1849,27c0 rev 01 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1849,27da rev 01 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10ec,8168 card 1849,8168 rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan

Bug#412720: Additional information

2007-02-27 Thread Julien Cristau
On Tue, Feb 27, 2007 at 18:33:25 +0100, Jö Fahlke wrote:

 Thats the Xorg.0.log from a successful start in Marinas mail.  I'm
 attaching one where the problem actually occured.
 
 Thanks for your work,
 Jö.
 
[snip]
 Backtrace:
 0: /usr/bin/X(xf86SigHandler+0x84) [0x80c4354]
 1: [0xb7f03420]
 2: /usr/lib/xorg/modules/drivers/i810_drv.so [0xb7b68a0e]
 3: /usr/bin/X(InitOutput+0x9e4) [0x80a0504]
 4: /usr/bin/X(main+0x276) [0x806e486]
 5: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xc8) [0xb7d08ea8]
 6: /usr/bin/X(FontFileCompleteXLFD+0xa9) [0x806d9d1]
 
 Fatal server error:
 Caught signal 11.  Server aborting
 
Can you try rebuilding the server with debugging symbols, and either
attach to it with gdb (you can do that from another machine via ssh), or
get it to dump core, so we can get a better idea of what caused the
segmentation fault?  If you need help doing that, I'll try to give you
more details.

Cheers,
Julien



Bug#412598: compiz: unusable

2007-02-27 Thread Benoît Dejean
Le mardi 27 février 2007 à 09:59 +0100, Brice Goglin a écrit :
 The actual contents of xorg.conf, is missing (maybe because the file is
 mode 0600 while you run the script as a normal user?).

-- 
Benoît Dejean
GNOME http://www.gnomefr.org/
LibGTop http://directory.fsf.org/libgtop.html


xorg.log.gz
Description: GNU Zip compressed data


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#412737: xserver-xorg-core has circular dependency with xserver-xorg

2007-02-27 Thread Andreas Hartmann
Package: xserver-xorg-core
Version: 2:1.1.1-18
Severity: normal


The packages xserver-xorg and xserver-xorg-core have circular dependencies:

xserver-xorg depends on xserver-xorg-core
xserver-xorg-core depends on xserver-xorg

I believe that xserver-xorg-core should not depend on xserver-xorg.

Regards
Andreas

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xserver-xorg-core depends on:
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libfontenc1 1:1.0.2-2X11 font encoding library
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libxau6 1:1.0.1-2X11 authorisation library
ii  libxdmcp6   1:1.0.1-2X11 Display Manager Control Protoc
ii  libxfont1   1:1.2.2-1X11 font rasterisation library
ii  x11-common  1:7.1.0-12   X Window System (X.Org) infrastruc
ii  xserver-xorg1:7.1.0-12   the X.Org X server
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages xserver-xorg-core recommends:
ii  xfonts-base   1:1.0.0-4  standard fonts for X
ii  xkb-data  0.9-4  X Keyboard Extension (XKB) configu

-- no debconf information


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



Processed: Re: Bug#412737: xserver-xorg-core has circular dependency with xserver-xorg

2007-02-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 362313
Bug#362313: xserver-xorg dependency hell
Bug reopened, originator not changed.

 tags 362313 - fixed-in-experimental
Bug#362313: xserver-xorg dependency hell
Tags were: fixed-in-experimental
Tags removed: fixed-in-experimental

 tags 362313 + help
Bug#362313: xserver-xorg dependency hell
There were no tags set.
Tags added: help

 forcemerge 362313 412737
Bug#362313: xserver-xorg dependency hell
Bug#412737: xserver-xorg-core has circular dependency with xserver-xorg
Forcibly Merged 362313 412737.

 kthxbye
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#412737: xserver-xorg-core has circular dependency with xserver-xorg

2007-02-27 Thread Julien Cristau
reopen 362313
tags 362313 - fixed-in-experimental
tags 362313 + help
forcemerge 362313 412737
kthxbye

On Tue, Feb 27, 2007 at 20:07:10 +0100, Andreas Hartmann wrote:

 Package: xserver-xorg-core
 Version: 2:1.1.1-18
 Severity: normal
 
 
 The packages xserver-xorg and xserver-xorg-core have circular dependencies:
 
 xserver-xorg depends on xserver-xorg-core
 xserver-xorg-core depends on xserver-xorg
 
 I believe that xserver-xorg-core should not depend on xserver-xorg.
 
If you want to see this fixed, then please read
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=362313 and suggest
something that would work.

Thanks,
Julien


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



Bug#348730: marked as done (xserver-xorg/glint sometimes freezes)

2007-02-27 Thread Debian Bug Tracking System
Your message dated Tue, 27 Feb 2007 20:57:22 +0100
with message-id [EMAIL PROTECTED]
and subject line [fwd] [Bug 5699] glint sometimes freezes
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: 6.8.2.dfsg.1-11


Without disabling some accelaration, some apps (especial
KOffice) can freeze the X-Server, it goes to 100% CPU and
does not react at all. Forcing me to reboot the box.


I have this:
00:08.1 Non-VGA unclassified device: 3DLabs GLINT Delta (rev 01)
00:08.2 Non-VGA unclassified device: 3DLabs GLINT MX (rev 01)

The following options make X slower (noticeable!), but fix
it:

Option XaaNoSolidFillRect yes
Option XaaNoSolidFillTrap yes

I haven't yet tested, if one of the two is enough to fix it
too. (finding those two using logarithmic search was enough
work!)

The basic problem already existed in xfree86 4.3, which was
my reason to upgrade to xorg.


My Xorg.0.log does not have any really useful information,
and the most important part of my xorg.conf is:

Section Device
Identifier  ELSE GLoria-L/MX
Driver  glint
BusID   PCI:0:8:1
Option XaaNoSolidFillRect yes
Option XaaNoSolidFillTrap yes
EndSection


Elrond

---End Message---
---BeginMessage---
Version: 2:1.1.1-3

- Forwarded message from [EMAIL PROTECTED] -

--- Comment #5 from [EMAIL PROTECTED]  2007-02-27 11:50 PST ---
Please excuse this.

With xserver-xorg-video-glint 1.1.1-3 from Debian I can't currently reproduce
it. This box is now again running with all Accelaration enabled again.

So until I can reproduce it again with this version, we have to assume, that
the issue has been fixed by an unknown action.

- End forwarded message -

Closing the bug, in this case.  Thanks for following up!

Cheers,
Julien
---End Message---


Processed: Bug#362881: Should provide transition packages for xlibmesa-gl{,u}-dbg and libglu1-xorg-dbg

2007-02-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 362881 xorg
Bug#362881: Should provide transition packages for xlibmesa-gl{,u}-dbg and 
libglu1-xorg-dbg
Bug reassigned from package `mesa' to `xorg'.

 tags 362881 wontfix
Bug#362881: Should provide transition packages for xlibmesa-gl{,u}-dbg and 
libglu1-xorg-dbg
There were no tags set.
Tags added: wontfix

 thank you
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]



Re: upload of xserver-xorg-video-ivtvdev.git

2007-02-27 Thread Ian Campbell
On Wed, 2007-02-21 at 10:57 +0100, Julien Cristau wrote:
 On Wed, Feb 21, 2007 at 10:23:08 +0100, Peter Baumann wrote:
 
  This should work. (But better try it out with a _copy_ of your repo. I
  don't know if this is the _correct_ way to do this. If someone knows a
  quicker/better way, please tell me)
  
cd xserver-xorg-video-ivtvdev
git checkout -b upstream  # create the upstream branch
: .git/refs/heads/upstream   # remove the sha1 from the
  # upstream branch
  
git-ls-files -z|xargs -0 rm   # remove every tracked file
# now remove everything which is left (objects, ignored files, etc.)
  
rm .git/index # remove the index
  
tar -xvzf upstream.tar.gz # unpack upstream into current directory
git add . # add everything
  
git commit
  
 The way I did it (for xterm) was something like this:
 $ git-clone git://git.debian.org/git/pkg-xorg/app/xterm
 $ tar zxf xterm-223.tar.gz
 $ cp -a xterm/.git xterm-223/
 $ cd xterm-223
 $ echo refs/heads/upstream  .git/HEAD

For the benefit of the archives this should be 
  $ echo ref: refs/heads/upstream  .git/HEAD

 $ rm .git/index
 $ git-add .
 $ git-commit
 
 This is from my memory, so I may have forgotten a step, but some use of
 git-status along the way might help you check this :)
 I guess that also doesn't qualify as a correct way to do it...

Thanks guys. I managed to get one of the upstream branches imported
using the above. The other upstream is an svn repo which I'd like to
launder through git-svn which is going to take a little more
experimentation...

Cheers,
Ian.

-- 
Ian Campbell

Fascinating is a word I use for the unexpected.
-- Spock, The Squire of Gothos, stardate 2124.5


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


Bug#412720: Additional information

2007-02-27 Thread Jö Fahlke
Am Tue, 27. Feb 2007, 19:02:10 +0100 schrieb Julien Cristau:
 Can you try rebuilding the server with debugging symbols, and either
 attach to it with gdb (you can do that from another machine via ssh), or
 get it to dump core, so we can get a better idea of what caused the
 segmentation fault?  If you need help doing that, I'll try to give you
 more details.

I built the package with DEB_BUILD_OPTIONS=nostrip, I hope that does
the trick.  It's available from http://www.jorrit.de/bug412720/ .

I guess we'll need the details for gdb/core dumping however.

Thanks,
Jö.

-- 
* aylee #macht ist voellig aus dem Haeusschen und kuesst den Drucker
mit Inbrunst


signature.asc
Description: Digital signature


Bug#412720: Additional information

2007-02-27 Thread Julien Cristau
On Tue, Feb 27, 2007 at 23:18:46 +0100, Jö Fahlke wrote:

 Am Tue, 27. Feb 2007, 19:02:10 +0100 schrieb Julien Cristau:
  Can you try rebuilding the server with debugging symbols, and either
  attach to it with gdb (you can do that from another machine via ssh), or
  get it to dump core, so we can get a better idea of what caused the
  segmentation fault?  If you need help doing that, I'll try to give you
  more details.
 
 I built the package with DEB_BUILD_OPTIONS=nostrip, I hope that does
 the trick.  It's available from http://www.jorrit.de/bug412720/ .
 
This looks fine.

 I guess we'll need the details for gdb/core dumping however.
 
Alright.
If you have another machine and can connect from it with ssh to the
machine running X, then:
$ ssh foobar
$ sudo gdb /usr/bin/Xorg $(pidof X)
(gdb) c

Then try to reproduce the crash, and at some point you should get:
Program received signal SIGSEGV, Segmentation fault.

And inside gdb, type bt full, and send the output to this bug.

Cheers,
Julien



Bug#412720: Additional information

2007-02-27 Thread Marina Seikel
Am Tue, 27. Feb 2007, 23:50:38 +0100 schrieb Julien Cristau:

 If you have another machine and can connect from it with ssh to the
 machine running X, then:
 $ ssh foobar
 $ sudo gdb /usr/bin/Xorg $(pidof X)
 (gdb) c
 
 Then try to reproduce the crash, and at some point you should get:
 Program received signal SIGSEGV, Segmentation fault.
 
 And inside gdb, type bt full, and send the output to this bug.
 
 Cheers,
 Julien

Well, I don't have another machine. Could you explain how the core dunmping 
works?

Thanks, Marina


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



Bug#412069: patch for beryl support

2007-02-27 Thread David Nusinow
On Tue, Feb 27, 2007 at 10:26:09AM +0100, Robert Millan [ackstorm] wrote:
 On Mon, Feb 26, 2007 at 11:02:02PM -0500, David Nusinow wrote:
  
  I haven't decided if enabling composite by default is a wise move yet. No
  one in Debian has done a real analysis as to what the downsides of such a
  decision are.
  
  While compiz and beryl may be very sexy, I don't want to break or degrade
  performance on systems not running them simply for the convenience of not
  having to modify xorg.conf. It's not out of the question, but I don't want
  to blindly enable options in our default settings for the bling of it.
 
 Than can we conditionalise it?  We could add a question with priority
 'normal' that most users won't see.  Then in the post-etch era, the Beryl
 community can add a reconfigure xserver-xorg and enable beryl settings
 step in their how-tos.
 
 If we were to do that, I suppose we would prefer to have XAANoOffscreenPixmaps
 and AddARGBGLXVisuals as well.

I'd be fine with that. You'll have to ask the translation team for
permission on this one though. I've cc'ed Christian in case he's not
reading this report.

 - David Nusinow


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



Bug#412069: patch for beryl support

2007-02-27 Thread David Nusinow
On Tue, Feb 27, 2007 at 11:33:12AM +0100, Robert Millan [ackstorm] wrote:
 On Tue, Feb 27, 2007 at 10:55:55AM +0100, Michel Dänzer wrote:
   My point is that if we don't figure that out satisfactorily in time, we 
   could
   just enable the Composite extension, which sounds fairly safe, and seems 
   to be
   enough for Intel cards.  And Intel happens to be the card brand we have 
   the
   best driver support for (compared to a RE'd driver for ATI and nothing for
   nVidia), so focusing on it makes sense to me.
  
  Yes, that should be mostly safe at this point. The only exception that
  comes to mind offhand is that fglrx disables the DRI when Composite is
  enabled.
 
 If we have to choose between optimizing for free drivers that work sanely
 (either intel or radeon) and non-free drivers that are partly broken, I
 think it's clear what is better.
 
 Ok with enabling Composite by default then?

Yeah, I'm fine with that, although I think the better method is to enable
it directly in the server by default.

 - David Nusinow


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



Processed: [bts-link] source package xserver-xorg-video-i810

2007-02-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 #
 # bts-link upstream status pull for source package xserver-xorg-video-i810
 # 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 #272060
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=8972
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - INVALID
 #  * closed upstream
 tags 272060 + fixed-upstream
Bug#272060: xserver-xfree86: [845G] Unexplained server lockup
There were no tags set.
Tags added: fixed-upstream

 usertags 272060 - status-NEW
Bug#272060: xserver-xfree86: [845G] Unexplained server lockup
Usertags were: status-NEW.
Usertags are now: .
 usertags 272060 + status-RESOLVED resolution-INVALID
Bug#272060: xserver-xfree86: [845G] Unexplained server lockup
There were no usertags set.
Usertags are now: resolution-INVALID status-RESOLVED.
 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#272060: xserver-xfree86: [845G] Unexplained server lockup

2007-02-27 Thread Brice Goglin
This bug just got marked fixed-upstream automatically because the
upstream bug at https://bugs.freedesktop.org/show_bug.cgi?id=8972 has
been closed. But it has actually been closed as invalid because lots
of things changed in the code since the report.

So if any of you guys can still reproduce the problem with latest X and
Mesa (from experimental), I suggest you complain of the URL above and
remove the fixed-upstream tag here.

Thanks,
Brice



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



I sough

2007-02-27 Thread ORex GWeston
 that said Cards fans for Talent -- a reference to the St. Louis Cardinals' 
World

Critical Care Inc, 
symbl: .CTCX.
This one is an easy doubler
@ 65 cents wont last long
Expected target : $ 3.00 
 Critical Care Announces Expansion of Cost Containment Activities 
Business Wire (Fri, Feb 16)  
 Critical Care to Acquire Health Care Company 
Business Wire (Wed, Jan 31)  

GET IN TOMORROW, This one is shoo in to DOUBLE

Funeral services were also scheduled over the next several days for 
firefighters 



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



xorg-server: Changes to 'debian-experimental'

2007-02-27 Thread David Nusinow
 debian/changelog  |   12 ++--
 debian/inputabiver|1 +
 debian/rules  |6 --
 debian/serverabiver   |1 -
 debian/videoabiver|1 +
 debian/xsfbs/xsfbs.mk |   11 +++
 6 files changed, 23 insertions(+), 9 deletions(-)

New commits:
commit 671d61ef525ccb543d347d71e46140b09e9cf2ed
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Feb 27 22:30:13 2007 -0500

Fix overzealous substitution on *abiver installations

diff --git a/debian/rules b/debian/rules
index 56dc019..be3f2bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,9 +107,9 @@ binary-arch: build install
dh_install --sourcedir=debian/tmp --list-missing
$(INSTALL) -d $(CURDIR)/debian/xserver-xorg-dev/usr/share/xserver-xorg
$(INSTALL) -m644 $(CURDIR)/debian/videoabiver \
-  
$(CURDIR)/debian/xvideo-xorg-dev/usr/share/xvideo-xorg/videoabiver
+  
$(CURDIR)/debian/xserver-xorg-dev/usr/share/xserver-xorg/videoabiver
$(INSTALL) -m644 $(CURDIR)/debian/inputabiver \
-  
$(CURDIR)/debian/xinput-xorg-dev/usr/share/xinput-xorg/inputabiver
+  
$(CURDIR)/debian/xserver-xorg-dev/usr/share/xserver-xorg/inputabiver
$(INSTALL) -m644 $(CURDIR)/debian/serverminver \
   
$(CURDIR)/debian/xserver-xorg-dev/usr/share/xserver-xorg/serverminver
$(INSTALL) -m 755 -d 
debian/xserver-xorg-core/usr/share/bug/xserver-xorg-core

commit 220d8bcc0f7be464d87298f781c026ee34021778
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Feb 27 21:53:39 2007 -0500

* Add input ABI versioning metadata. Rename serverabiver file to
  videoabiver, and add inputabiver. Bump serverminver to 2:1.2.0-5 to deal
  with this change.

diff --git a/debian/changelog b/debian/changelog
index 1261650..902ca8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xorg-server (2:1.2.0-5) UNRELEASED; urgency=low
+
+  * Add input ABI versioning metadata. Rename serverabiver file to
+videoabiver, and add inputabiver. Bump serverminver to 2:1.2.0-5 to deal
+with this change.
+
+ -- David Nusinow [EMAIL PROTECTED]  Tue, 27 Feb 2007 21:48:19 -0500
+
 xorg-server (2:1.2.0-4) experimental; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/inputabiver b/debian/inputabiver
new file mode 100644
index 000..d3827e7
--- /dev/null
+++ b/debian/inputabiver
@@ -0,0 +1 @@
+1.0
diff --git a/debian/rules b/debian/rules
index 6cbea3d..56dc019 100755
--- a/debian/rules
+++ b/debian/rules
@@ -106,8 +106,10 @@ binary-arch: build install
dh_installchangelogs
dh_install --sourcedir=debian/tmp --list-missing
$(INSTALL) -d $(CURDIR)/debian/xserver-xorg-dev/usr/share/xserver-xorg
-   $(INSTALL) -m644 $(CURDIR)/debian/serverabiver \
-  
$(CURDIR)/debian/xserver-xorg-dev/usr/share/xserver-xorg/serverabiver
+   $(INSTALL) -m644 $(CURDIR)/debian/videoabiver \
+  
$(CURDIR)/debian/xvideo-xorg-dev/usr/share/xvideo-xorg/videoabiver
+   $(INSTALL) -m644 $(CURDIR)/debian/inputabiver \
+  
$(CURDIR)/debian/xinput-xorg-dev/usr/share/xinput-xorg/inputabiver
$(INSTALL) -m644 $(CURDIR)/debian/serverminver \
   
$(CURDIR)/debian/xserver-xorg-dev/usr/share/xserver-xorg/serverminver
$(INSTALL) -m 755 -d 
debian/xserver-xorg-core/usr/share/bug/xserver-xorg-core
diff --git a/debian/serverabiver b/debian/serverabiver
deleted file mode 100644
index 9459d4b..000
--- a/debian/serverabiver
+++ /dev/null
@@ -1 +0,0 @@
-1.1
diff --git a/debian/videoabiver b/debian/videoabiver
new file mode 100644
index 000..9459d4b
--- /dev/null
+++ b/debian/videoabiver
@@ -0,0 +1 @@
+1.1

commit a0c9602f38e9d47d7a76b7b345e7e8bbb29b752f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Feb 27 21:50:20 2007 -0500

Add support for X server input ABI versioning

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index d54ffd3..5e8cf41 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -355,9 +355,11 @@ debian/shlibs.local:
cat debian/*.shlibs $@
 
 SERVERMINVERS = $(shell cat /usr/share/xserver-xorg/serverminver 2/dev/null)
-SERVERABI = $(shell cat /usr/share/xserver-xorg/serverabiver 2/dev/null)
+VIDEOABI = $(shell cat /usr/share/xserver-xorg/videoabiver 2/dev/null)
+INPUTABI = $(shell cat /usr/share/xserver-xorg/driverabiver 2/dev/null)
 SERVER_DEPENDS = xserver-xorg-core (= $(SERVERMINVERS))
-DRIVER_PROVIDES = xserver-xorg-video-$(SERVERABI)
+VIDDRIVER_PROVIDES = xserver-xorg-video-$(VIDEOABI)
+INPDRIVER_PROVIDES = xserver-xorg-video-$(INPUTABI)
 ifeq ($(PACKAGE),)
 PACKAGE=$(shell awk '/^Package:/ { print $$2; exit }'  debian/control)
 endif
@@ -369,7 +371,8 @@ ifeq ($(SERVERABI),)
@exit 1
 else
echo xserver:Depends=$(SERVER_DEPENDS)  debian/$(PACKAGE).substvars
-   echo xviddriver:Provides=$(DRIVER_PROVIDES)  
debian/$(PACKAGE).substvars
+   echo 

Bug#412287: xserver-xorg-input-joystick: Failed to load module joystick (out of memory[...])

2007-02-27 Thread Brice Goglin
[EMAIL PROTECTED] wrote:
 On Sun, Feb 25, 2007 at 11:22:06AM +0100, Brice Goglin wrote:
   
 I see several reports like this one in google, but I didn't find any
 solution.
 

 I know :)

   
 Are you sure /dev/input/js0 is the right device? Does reading from it
 (with cat /dev/input/js0, maybe as root) while moving the joystick
 generate garbage chars in your terminal ?
 

 I'm sure it's the right device in my case. The joystick works OK using for
 instance the joy2key package

We should probably report this on http://bugzilla.freedesktop.org then.
Would you mind doing so?

Thanks,
Brice



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