[ANNOUNCE] xclipboard 1.1.1

2010-11-08 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

xclipboard is used to collect and display text selections that are
sent to the CLIPBOARD by other clients.  It is typically used to save
CLIPBOARD selections for later use.  It stores each CLIPBOARD
selection as a separate string, each of which can be selected.

This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.

Alan Coopersmith (7):
  Fill in COPYING file with copyright notices from source code
  config: upgrade to util-macros 1.8 for additional man page support
  config: Remove unnecessary calls from configure.ac
  config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  Purge CVS version tags
  include config.h in *.c files for autoconf definitions
  xclipboard 1.1.1

Gaetan Nadon (7):
  .gitignore: use common defaults with custom section # 24239
  Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  Deploy the new XORG_DEFAULT_OPTIONS #24242
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  configure.ac: use backticks rather than $() for cmd subs
  config: update AC_PREREQ statement to 2.60

git tag: xclipboard-1.1.1

http://xorg.freedesktop.org/archive/individual/app/xclipboard-1.1.1.tar.bz2
MD5:  b9102fe787eda2a1c9578079d8f55eed
SHA1: 922ddf89acd0781156e9ccdf191a3e0c6376415a

http://xorg.freedesktop.org/archive/individual/app/xclipboard-1.1.1.tar.gz
MD5:  9e873a1115ea976965446675d9855a0d
SHA1: e0b7e43938dfd30e43c567ad4301dbfa11183553


- --
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (SunOS)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkzY8QcACgkQovueCB8tEw5T6wCeL9V1jcVVxZ8EMqxG/PNNq7vb
AXIAnjY2icIGPmE2TyaCfYM0o5Qdou/D
=MNs9
-END PGP SIGNATURE-
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xgamma 1.0.4

2010-11-08 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

xgamma allows X users to query and alter the gamma correction of a
monitor via the X video mode extension (XFree86-VidModeExtension).

This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.

Alan Coopersmith (5):
  config: upgrade to util-macros 1.8 for additional man page support
  config: Remove unnecessary calls from configure.ac
  config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  Purge CVS version tags
  xgamma 1.0.4

Gaetan Nadon (5):
  .gitignore: use common defaults with custom section # 24239
  Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  config: update AC_PREREQ statement to 2.60

git tag: xgamma-1.0.4

http://xorg.freedesktop.org/archive/individual/app/xgamma-1.0.4.tar.bz2
MD5:  34d22b130bffd8aa857eae6d9da4bbb1
SHA1: c4124b42618c6d4bc9eb9690348b5d60e4c9daed

http://xorg.freedesktop.org/archive/individual/app/xgamma-1.0.4.tar.gz
MD5:  538e02f157efc0cb75d45ea041b3d596
SHA1: 63133c5fddb18b5844567bdb0fd9da8d4ebea4d3

- --
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (SunOS)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkzY/ZcACgkQovueCB8tEw7BzACeJ4Y8Z7aEkAW2r+lPMkemNEW8
s8QAnRCbqsaSmKF19ZVBl1egfj9nVnU5
=I075
-END PGP SIGNATURE-
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


Dri2 buffer format

2010-11-08 Thread Russell Shaw

Hi,
How should the format of a DRI2 buffer be determined?


http://www.x.org/releases/current/doc/dri2proto/dri2proto.txt

DRI2ATTACH_FORMAT { attachment: CARD32
format: CARD32 }

The DRI2ATTACH_FORMAT describes an attachment and the associated
format.  'attachment' describes the attachment point for the buffer,
'format' describes an opaque, device-dependent format for the buffer.


xorg-server-1.7.7/hw/xfree86/dri2/dri2ext.c


If it's opaque, how does a user or library know what bytes are red/green/blue
so that you can draw a line in the right colour?
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com



[ANNOUNCE] xtrans 1.2.6

2010-11-08 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

xtrans is a library of code that is shared (but is *not* a shared library)
among various X packages to handle network protocol transport in a modular
fashion, allowing a single place to add new transport types.  It is used
by the X server, libX11, libICE, the X font server, and related components.

This minor release converts the libxtrans API documentation from troff
to DocBook/XML and updates it for the current state of the code.

It also includes some minor bug fixes, and of course, the usual recent
collection of build configuration improvements and janitorial cleanups.

Alan Coopersmith (9):
  Update Sun license notices to current X.Org standard form
  Update README to reflect docs moved here from xorg-docs module
  Sun's copyrights now belong to Oracle
  Xtransint.h: Add missing ' in comment
  doc: Use installed css stylesheet instead of making another copy
  doc: Correct legal notices
  doc: Markup  typo cleanups
  doc: Update for X11R7/modularization
  xtrans 1.2.6

Eric Sesterhenn (1):
  Bug 24612: Memory  fd leaks in local transports

Gaetan Nadon (11):
  .gitignore: use common defaults with custom section # 24239
  Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  doc: use new macros XORG_WITH_GROFF and PS2PDF
  doc: use HAVE_GROFF_MM to skip doc when 'm.tmac' macros missing
  config: remove the pkgconfig pc.in file from EXTRA_DIST
  config: XORG_WITH_GROFF: use HAVE_GROFF_HTML conditional
  doc: replace groff input format with docbook xml format
  doc: remove trailing spaces in xtrans.xml
  Update README to reflect docs converted from nroff to DocBook XML

Jeremy Huddleston (1):
  This is not a GNU project, so declare it foreign.

Jesse Adkins (1):
  Remove ISCFuncs, fix SCOFuncs inclusion (bug 23324)

RĂ©mi Cardona (1):
  require autoconf 2.60 because of $(docdir) use

git tag: xtrans-1.2.6

http://xorg.freedesktop.org/archive/individual/lib/xtrans-1.2.6.tar.bz2
MD5:  c66f9ffd2da4fb012220c6c40ebc7609
SHA1: 99f019a6e6d4d2b8274c4a27f9c8482c7fc64e85

http://xorg.freedesktop.org/archive/individual/lib/xtrans-1.2.6.tar.gz
MD5:  b91dd22b77a350d129a81175cd8c58cc
SHA1: d0828eca4d69d6de1ee4561f04a6bead681b13f7


- --
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (SunOS)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkzYnnYACgkQovueCB8tEw67xgCfVsuKXyTyb94BVMeaneIUoDeO
KP8AoI/NIeIGCQk91XZlQtULc0So7/m2
=j+iy
-END PGP SIGNATURE-
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Re: Pointing device acting as joystick (Peter Hutterer please help!)

2010-11-08 Thread Timothy S. Nelson

On Fri, 29 Oct 2010, Peter Hutterer wrote:


On Fri, Oct 29, 2010 at 11:11:00AM +1100, Timothy S. Nelson wrote:

Hi all (and especially Peter Hutterer, Grand Master of Xorg Input).
I have a SpaceNavigator (6-axis pointing device) which I'd like to
use for scrolling (or even better, scrolling and pointing).

My first problem is that xorg (understandably) seems to think the
device is a joystick, because whenever I let go of the device, it
moves the pointer back towards the centre of the screen.


It's most likely the device sending the events. I know the one on the
wiimote nunchuk thingy did the same thing. There isn't much you can do about
filtering these events.

check with evtest for the data coming out of the device, that should give
you a hint.


You're right, thanks.


 [  4442.562] (**) Option Mode Relative
 [  4442.562] (II) 3Dconnexion SpaceNavigator: initialized for absolute axes.

   In other words, it knows that I told it to use relative mode, but
 it goes ahead and uses absolute anyway (or I'm misunderstanding the
 message :) ).

the two messages are unrelated. mode tells the driver how to forward
axis data but it doesn't change the physical device. your device still has
absolute axes, the driver converts that to relative and forwards them.


	Hmm.  So, after examining the evtest data more carefully, I'm 
wondering about the absolute-relative conversion.  For example, here's a grep 
of the relevant events:


Event: time 1289267574.071171, type 3 (Absolute), code 0 (X), value 2
Event: time 1289267574.087156, type 3 (Absolute), code 0 (X), value 4
Event: time 1289267574.119151, type 3 (Absolute), code 0 (X), value 3
Event: time 1289267574.135155, type 3 (Absolute), code 0 (X), value 0
Event: time 1289267574.407151, type 3 (Absolute), code 0 (X), value 2
Event: time 1289267574.423152, type 3 (Absolute), code 0 (X), value 8
Event: time 1289267574.439153, type 3 (Absolute), code 0 (X), value 16
Event: time 1289267574.455151, type 3 (Absolute), code 0 (X), value 22
Event: time 1289267574.471148, type 3 (Absolute), code 0 (X), value 33
Event: time 1289267574.487061, type 3 (Absolute), code 0 (X), value 46
Event: time 1289267574.503151, type 3 (Absolute), code 0 (X), value 72
Event: time 1289267574.519146, type 3 (Absolute), code 0 (X), value 114
Event: time 1289267574.535152, type 3 (Absolute), code 0 (X), value 176
Event: time 1289267574.551146, type 3 (Absolute), code 0 (X), value 246
Event: time 1289267574.567150, type 3 (Absolute), code 0 (X), value 330
Event: time 1289267574.583147, type 3 (Absolute), code 0 (X), value 394
Event: time 1289267574.599150, type 3 (Absolute), code 0 (X), value 418
Event: time 1289267574.615148, type 3 (Absolute), code 0 (X), value 424
Event: time 1289267574.631149, type 3 (Absolute), code 0 (X), value 432
Event: time 1289267574.647150, type 3 (Absolute), code 0 (X), value 435
Event: time 1289267574.679147, type 3 (Absolute), code 0 (X), value 436
Event: time 1289267574.695145, type 3 (Absolute), code 0 (X), value 438
Event: time 1289267574.727124, type 3 (Absolute), code 0 (X), value 439
Event: time 1289267574.759144, type 3 (Absolute), code 0 (X), value 431
Event: time 1289267574.775145, type 3 (Absolute), code 0 (X), value 415
Event: time 1289267574.791147, type 3 (Absolute), code 0 (X), value 303
Event: time 1289267574.807151, type 3 (Absolute), code 0 (X), value 160
Event: time 1289267574.823145, type 3 (Absolute), code 0 (X), value 101
Event: time 1289267574.839149, type 3 (Absolute), code 0 (X), value 52
Event: time 1289267574.855148, type 3 (Absolute), code 0 (X), value 25

	So, it seems to me that when the value increases, the pointer moves 
right, but when the value decreases, it moves left.  What I'd like to see is 
for the pointer to move right while the value is positive, and left while it's 
negative.  Is there an option for that?




Section InputClass
Identifier  SpaceNavigator
MatchProduct SpaceNavigator
#   MatchIsJoystick On
Driver  evdev
Option  Name   3Dconnexion*
Option  Pass   3
Option  Mode   Relative
Option  XRelativeAxisMap  0
Option  YRelativeAxisMap  1
Option  ZRelativeAxisMap  2
Option  RXRelativeAxisMap 3
Option  RYRelativeAxisMap 4
Option  RZRelativeAxisMap 5
Option  ZRelativeAxisButtons off
Option  EmulateWheel On
Option  XAxisMapping 6 7
EndSection



well, of these options only EmulateWheel, Mode and XAxisMapping exist. the
others aren't interpreted by anything.


	Ah, I see.  I stole them from http://www.fox-toolkit.org/ but didn't 
realise that they only work if you have the proprietary driver installed.


Thanks,


-
| Name: Tim Nelson

Re: Pointing device acting as joystick (Peter Hutterer please help!)

2010-11-08 Thread Peter Hutterer
On Tue, Nov 09, 2010 at 12:42:03PM +1100, Timothy S. Nelson wrote:
 On Fri, 29 Oct 2010, Peter Hutterer wrote:
 
 On Fri, Oct 29, 2010 at 11:11:00AM +1100, Timothy S. Nelson wrote:
[...]
In other words, it knows that I told it to use relative mode, but
  it goes ahead and uses absolute anyway (or I'm misunderstanding the
  message :) ).
 
 the two messages are unrelated. mode tells the driver how to forward
 axis data but it doesn't change the physical device. your device still has
 absolute axes, the driver converts that to relative and forwards them.
 
   Hmm.  So, after examining the evtest data more carefully, I'm
 wondering about the absolute-relative conversion.  For example,
 here's a grep of the relevant events:
 
 Event: time 1289267574.071171, type 3 (Absolute), code 0 (X), value 2
 Event: time 1289267574.087156, type 3 (Absolute), code 0 (X), value 4
 Event: time 1289267574.119151, type 3 (Absolute), code 0 (X), value 3
 Event: time 1289267574.135155, type 3 (Absolute), code 0 (X), value 0
 Event: time 1289267574.407151, type 3 (Absolute), code 0 (X), value 2
 Event: time 1289267574.423152, type 3 (Absolute), code 0 (X), value 8
 Event: time 1289267574.439153, type 3 (Absolute), code 0 (X), value 16
 Event: time 1289267574.455151, type 3 (Absolute), code 0 (X), value 22
 Event: time 1289267574.471148, type 3 (Absolute), code 0 (X), value 33
 Event: time 1289267574.487061, type 3 (Absolute), code 0 (X), value 46
 Event: time 1289267574.503151, type 3 (Absolute), code 0 (X), value 72
 Event: time 1289267574.519146, type 3 (Absolute), code 0 (X), value 114
 Event: time 1289267574.535152, type 3 (Absolute), code 0 (X), value 176
 Event: time 1289267574.551146, type 3 (Absolute), code 0 (X), value 246
 Event: time 1289267574.567150, type 3 (Absolute), code 0 (X), value 330
 Event: time 1289267574.583147, type 3 (Absolute), code 0 (X), value 394
 Event: time 1289267574.599150, type 3 (Absolute), code 0 (X), value 418
 Event: time 1289267574.615148, type 3 (Absolute), code 0 (X), value 424
 Event: time 1289267574.631149, type 3 (Absolute), code 0 (X), value 432
 Event: time 1289267574.647150, type 3 (Absolute), code 0 (X), value 435
 Event: time 1289267574.679147, type 3 (Absolute), code 0 (X), value 436
 Event: time 1289267574.695145, type 3 (Absolute), code 0 (X), value 438
 Event: time 1289267574.727124, type 3 (Absolute), code 0 (X), value 439
 Event: time 1289267574.759144, type 3 (Absolute), code 0 (X), value 431
 Event: time 1289267574.775145, type 3 (Absolute), code 0 (X), value 415
 Event: time 1289267574.791147, type 3 (Absolute), code 0 (X), value 303
 Event: time 1289267574.807151, type 3 (Absolute), code 0 (X), value 160
 Event: time 1289267574.823145, type 3 (Absolute), code 0 (X), value 101
 Event: time 1289267574.839149, type 3 (Absolute), code 0 (X), value 52
 Event: time 1289267574.855148, type 3 (Absolute), code 0 (X), value 25
 
   So, it seems to me that when the value increases, the pointer moves
 right, but when the value decreases, it moves left.  What I'd like
 to see is for the pointer to move right while the value is positive,
 and left while it's negative.  Is there an option for that?

no, not really. we treat the axis values as-is and don't modify them much.
even if you switch the device to relative mode you might get some better use
of it, but it'll be pretty unpredictable once pointer acceleration comes in.

Cheers,
  Peter
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


[ANNOUNCE] xf86-video-glide 1.1.0

2010-11-08 Thread Guillem Jover
This release includes several build and code cleanups, a fix allowing
again to use glide3x instead of the older glide2x library, and fixes
to improve compatibility with recent servers by dropping unavailable
or deprecated symbols.

Alan Coopersmith (1):
  Update Sun license notices to current X.Org standard form

Guillem Jover (23):
  build: Remove unused sdkdir variable setting
  build: Move foreign setting from AUTOMAKE_OPTIONS to AM_INIT_AUTOMAKE
  build: Quote all AC_INIT m4 arguments
  build: Use XORG_DEFAULT_OPTIONS instead of specific macros
  build: Require autoconf 2.60
  build: Remove AC_PROG_CC as it overrides AC_PROG_CC_C99
  build: Use SED variable instead of hard-coding the command name
  build: Use new man page support from xorg-macros 1.8
  build: Add silent rule support to man page generation
  build: Clean up man page generation
  build: Remove checks for randrproto and renderproto extensions
  build: Remove unused fontsproto from XORG pkg-config check
  build: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER
  build: Use AS_HELP_STRING instead of deprecated AC_HELP_STRING
  build: Use AC_CHECK_HEADER instead of deprecated AC_HEADER_CHECK
  build: Use AC_CONFIG_FILES instead of deprecated AC_OUTPUT usage
  build: Use LT_INIT instead of deprecated AC_PROG_LIBTOOL and 
AC_DISABLE_STATIC
  Update copyright statements
  Drop useless symbol lists
  Use malloc and free instead of deprecated xalloc and xfree
  Abstract glide2x module name into a GLIDE_MODULE_NAME macro
  Fix support for latest glide3x
  Bump to 1.1.0

git tag: xf86-video-glide-1.1.0

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-glide-1.1.0.tar.bz2
MD5:  83a5df9af1efeb077e9f21a7b421a01f  xf86-video-glide-1.1.0.tar.bz2
SHA1: c8df624c0d75afeefd2795f4cea5e2978171dce5  xf86-video-glide-1.1.0.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-glide-1.1.0.tar.gz
MD5:  6a587b5e1415e7d6ca496b307538c242  xf86-video-glide-1.1.0.tar.gz
SHA1: 5388bfc0646ee3f1c584310e18575a1da97df325  xf86-video-glide-1.1.0.tar.gz


signature.asc
Description: Digital signature
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

[ANNOUNCE] xclipboard 1.1.1

2010-11-08 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

xclipboard is used to collect and display text selections that are
sent to the CLIPBOARD by other clients.  It is typically used to save
CLIPBOARD selections for later use.  It stores each CLIPBOARD
selection as a separate string, each of which can be selected.

This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.

Alan Coopersmith (7):
  Fill in COPYING file with copyright notices from source code
  config: upgrade to util-macros 1.8 for additional man page support
  config: Remove unnecessary calls from configure.ac
  config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  Purge CVS version tags
  include config.h in *.c files for autoconf definitions
  xclipboard 1.1.1

Gaetan Nadon (7):
  .gitignore: use common defaults with custom section # 24239
  Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  Deploy the new XORG_DEFAULT_OPTIONS #24242
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  configure.ac: use backticks rather than $() for cmd subs
  config: update AC_PREREQ statement to 2.60

git tag: xclipboard-1.1.1

http://xorg.freedesktop.org/archive/individual/app/xclipboard-1.1.1.tar.bz2
MD5:  b9102fe787eda2a1c9578079d8f55eed
SHA1: 922ddf89acd0781156e9ccdf191a3e0c6376415a

http://xorg.freedesktop.org/archive/individual/app/xclipboard-1.1.1.tar.gz
MD5:  9e873a1115ea976965446675d9855a0d
SHA1: e0b7e43938dfd30e43c567ad4301dbfa11183553


- --
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (SunOS)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkzY8QcACgkQovueCB8tEw5T6wCeL9V1jcVVxZ8EMqxG/PNNq7vb
AXIAnjY2icIGPmE2TyaCfYM0o5Qdou/D
=MNs9
-END PGP SIGNATURE-
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


[ANNOUNCE] xdriinfo 1.0.4

2010-11-08 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

xdriinfo is a command line X11 client to query configuration information
of DRI drivers.

This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.

Alan Coopersmith (4):
  config: upgrade to util-macros 1.8 for additional man page support
  config: Remove unnecessary calls from configure.ac
  config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  xdriinfo 1.0.4

Gaetan Nadon (6):
  Makefile.am: do not include autogen.sh in distribution #24183
  .gitignore: use common defaults with custom section # 24239
  Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  config: update AC_PREREQ statement to 2.60

git tag: xdriinfo-1.0.4

http://xorg.freedesktop.org/archive/individual/app/xdriinfo-1.0.4.tar.bz2
MD5:  3d3cad4d754e10e325438193433d59fd
SHA1: 723482b3fc627d7cc6124fec43dd1c21d102daaa

http://xorg.freedesktop.org/archive/individual/app/xdriinfo-1.0.4.tar.gz
MD5:  a1c80362f42d36a2d3fdb1ff3c16f60d
SHA1: 6e1202d2977abc04202e803de71590b75381b2c8

- --
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (SunOS)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkzY8q8ACgkQovueCB8tEw4fPQCfdr3+/jhIBeQw7215u0sTch+a
JDQAnAkzoB1kFHa5VYTqk6xAIMWZ3uKj
=L5sH
-END PGP SIGNATURE-
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


[ANNOUNCE] xgamma 1.0.4

2010-11-08 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

xgamma allows X users to query and alter the gamma correction of a
monitor via the X video mode extension (XFree86-VidModeExtension).

This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.

Alan Coopersmith (5):
  config: upgrade to util-macros 1.8 for additional man page support
  config: Remove unnecessary calls from configure.ac
  config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  Purge CVS version tags
  xgamma 1.0.4

Gaetan Nadon (5):
  .gitignore: use common defaults with custom section # 24239
  Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  config: update AC_PREREQ statement to 2.60

git tag: xgamma-1.0.4

http://xorg.freedesktop.org/archive/individual/app/xgamma-1.0.4.tar.bz2
MD5:  34d22b130bffd8aa857eae6d9da4bbb1
SHA1: c4124b42618c6d4bc9eb9690348b5d60e4c9daed

http://xorg.freedesktop.org/archive/individual/app/xgamma-1.0.4.tar.gz
MD5:  538e02f157efc0cb75d45ea041b3d596
SHA1: 63133c5fddb18b5844567bdb0fd9da8d4ebea4d3

- --
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (SunOS)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkzY/ZcACgkQovueCB8tEw7BzACeJ4Y8Z7aEkAW2r+lPMkemNEW8
s8QAnRCbqsaSmKF19ZVBl1egfj9nVnU5
=I075
-END PGP SIGNATURE-
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com