Re: x crash and auto log me out

2011-11-01 Thread Julien Cristau
On Tue, Nov  1, 2011 at 09:17:58 +0800, Di Zhang wrote:

 Hello everyone:
 
 X crash and automatic log me out always happen in my F16 beta, can you give
 me some help to solve this problem, because this problem makes me lose a
 lot of
 work. Below is the error log in the Xorg.o.log.old file:
 
This is https://bugs.freedesktop.org/show_bug.cgi?id=36930

Cheers,
Julien
___
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: Building NV driver from git

2011-10-10 Thread Julien Cristau
On Sun, Oct  9, 2011 at 19:35:24 -0500, Harry Putnam wrote:

 I will describe what I see following this xrandr cmd:
 
 xrandr --output DVI-I-1  --mode 1440x900 --panning 1680x1050
 
 I see an image I have been using for background grow quite a lot.
 The panel that fluxbox has put on the bottom of my display has moved
 out of site.  Apps that I had running have moved to the right several
 inches. 
 
 Only problem is the mouse will not pan out to the new size.
 
I believe that's https://bugs.freedesktop.org/show_bug.cgi?id=39949

Cheers,
Julien
___
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: [Xcb] [ANNOUNCE] xcb-util 0.3.8

2011-05-26 Thread Julien Cristau
On Tue, May 24, 2011 at 18:24:12 -0700, Jeremy Huddleston wrote:

 
 On May 24, 2011, at 17:39, Jamey Sharp wrote:
 
  Hi Jeremy! I don't know what happened with that release, but I wanted to
  point out that all of these libraries *are* browsable at
  cgit.freedesktop.org: Search for xcb/util.
 
 Ah, thanks.  I was searching for xcb-util and missed it.  Apologies.
 
  From a glance at xcb/util/src/Makefile, it looks like xcb-atom, -aux,
  and -event really are now merged as libxcb-util.
  
  If that merge is a packaging problem, we should certainly discuss
  whether it should be reverted or done differently somehow. It seems
  sensible to me, though.
 
 The merge isn't providing an unsolvable problem.  I'm able to get around that 
 part with some symlinking to ensure that binaries linked against the old 
 version find the new version.
 
 The issue comes from the removal of API.  Applications that use the old API 
 will no longer build after this change.  
 
Well yeah, that's why the SONAME changed.  Symlinks aren't the answer to
that, rebuilding users against the new version is.

Cherrs,
Julien
___
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: replace nv with nouveau

2011-05-24 Thread Julien Cristau
On Mon, May 23, 2011 at 09:11:59 -0400, gene heskett wrote:

 On Monday, May 23, 2011 09:01:43 AM Tai-Lin Chu did opine:
 
  I dont know whether this has been discussed or not, but it would be
  nice if xserver enables nouveau by default.
 
 I personally would be in favor of that, for the simple reason that it would 
 result in a huge spike in bug reports that would speed its development.  

spike in bug reports != spike in available developer time.

Cheers,
Julien
___
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: evdev devices in xorg.conf

2011-05-03 Thread Julien Cristau
On Tue, May  3, 2011 at 17:30:06 +0200, Zoltan Szecsei wrote:

 I'm setting up 3 seat multiseat (I use it in my company) but getting
 things embedded down on 1 seat, then I will add the other two.
 I took Device setting out, and tried to use Phys instead, as I
 wondered if /dev/input/event3 would remain event 3 if evdev was
 wavering for some reason.

No, you can't rely on these remaining stable.  You might want to use the
/dev/input/by-path/ symlinks instead, which (I think) won't change
randomly.  And either disable AutoAddDevices or set the GrabDevice
option to avoid duplicated events.

Cheers,
Julien
___
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-mach64 6.9.0

2011-04-28 Thread Julien Cristau
This new release is compatible with xserver 1.10, and comes with a few
bug fixes and build system updates.

Alan Coopersmith (2):
  Update Sun license notices to current X.Org standard form
  Sun's copyrights now belong to Oracle

Dave Airlie (1):
  mach64: fix the pixmap private API change.

Gaetan Nadon (20):
  .gitignore: use common defaults with custom section # 24239
  Several driver modules do not have a ChangeLog target in Makefile.am 
#23814
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  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
  README: fix linuxdoc content
  README: keep the text version of README, discard the sgml version
  config: remove optional check for xf86miscproto
  config: upgrade to util-macros 1.8 for additional man page support
  config: update AC_PREREQ statement to 2.60
  config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
  config: remove unrequired AC_HEADER_STDC
  config: remove unrequired AC_SUBST([XORG_CFLAGS])
  config: remove unrequired AC_SUBST([DRI_CFLAGS])
  config: complete AC_INIT m4 quoting
  config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
  config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
  config: add comments for main statements

Julien Cristau (2):
  Replace deprecated xalloc/xfree/xrealloc with malloc/free/realloc
  Bump to 6.9.0

Mark Kettenis (2):
  Don't attempt to stop video on Mach64's without hardware overlay support
  Don't play wrapping games

Matt Turner (1):
  Don't check for Xinerama.

git tag: xf86-video-mach64-6.9.0

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-mach64-6.9.0.tar.bz2
MD5:  ae62936e11af4fc0fac9f2db601a844f  xf86-video-mach64-6.9.0.tar.bz2
SHA1: 95a7ec9761fe11dadbcd9078c55148198a91b2f1  xf86-video-mach64-6.9.0.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-mach64-6.9.0.tar.gz
MD5:  4d04deaa7de40db7a1aafe0a6801dea1  xf86-video-mach64-6.9.0.tar.gz
SHA1: a818d529a01a45348590f21e489f5cbf899a07ad  xf86-video-mach64-6.9.0.tar.gz

Cheers,
Julien


signature.asc
Description: Digital signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xf86-video-mach64 6.9.0

2011-04-28 Thread Julien Cristau
This new release is compatible with xserver 1.10, and comes with a few
bug fixes and build system updates.

Alan Coopersmith (2):
  Update Sun license notices to current X.Org standard form
  Sun's copyrights now belong to Oracle

Dave Airlie (1):
  mach64: fix the pixmap private API change.

Gaetan Nadon (20):
  .gitignore: use common defaults with custom section # 24239
  Several driver modules do not have a ChangeLog target in Makefile.am 
#23814
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  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
  README: fix linuxdoc content
  README: keep the text version of README, discard the sgml version
  config: remove optional check for xf86miscproto
  config: upgrade to util-macros 1.8 for additional man page support
  config: update AC_PREREQ statement to 2.60
  config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
  config: remove unrequired AC_HEADER_STDC
  config: remove unrequired AC_SUBST([XORG_CFLAGS])
  config: remove unrequired AC_SUBST([DRI_CFLAGS])
  config: complete AC_INIT m4 quoting
  config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
  config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
  config: add comments for main statements

Julien Cristau (2):
  Replace deprecated xalloc/xfree/xrealloc with malloc/free/realloc
  Bump to 6.9.0

Mark Kettenis (2):
  Don't attempt to stop video on Mach64's without hardware overlay support
  Don't play wrapping games

Matt Turner (1):
  Don't check for Xinerama.

git tag: xf86-video-mach64-6.9.0

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-mach64-6.9.0.tar.bz2
MD5:  ae62936e11af4fc0fac9f2db601a844f  xf86-video-mach64-6.9.0.tar.bz2
SHA1: 95a7ec9761fe11dadbcd9078c55148198a91b2f1  xf86-video-mach64-6.9.0.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-mach64-6.9.0.tar.gz
MD5:  4d04deaa7de40db7a1aafe0a6801dea1  xf86-video-mach64-6.9.0.tar.gz
SHA1: a818d529a01a45348590f21e489f5cbf899a07ad  xf86-video-mach64-6.9.0.tar.gz

Cheers,
Julien


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

Re: [Xcb] [PATCH] Update DRI2 requests and replies for version 1.3.

2011-04-28 Thread Julien Cristau
On Wed, Apr 27, 2011 at 09:02:10 -0700, Eric Anholt wrote:

 Here's the actual patch I meant to send.  What should we do about
 SwapComplete?
 
I guess for the current (1.3) protocol version, not pretending that
SwapComplete has a sbc_lo field is the easiest, since the server will
never send it anyway.

Cheers,
Julien
___
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: [PATCH] Update DRI2 requests and replies for version 1.3.

2011-04-27 Thread Julien Cristau
On Wed, Apr 27, 2011 at 09:02:10 -0700, Eric Anholt wrote:

 Here's the actual patch I meant to send.  What should we do about
 SwapComplete?
 
IIRC when this was shortly discussed on IRC (in November) the suggestion
was to bump the DRI2 version to 2.0 and use generic events, which allow
arbitrary length and don't have the only 64 extension events overall
issue.

Cheers,
Julien
___
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: [Xcb] [PATCH] Update DRI2 requests and replies for version 1.3.

2011-04-26 Thread Julien Cristau
On Tue, Apr 26, 2011 at 10:39:02 -0700, Eric Anholt wrote:

 ---
  src/dri2.xml |   75 
 +-
  1 files changed, 74 insertions(+), 1 deletions(-)
 
 diff --git a/src/dri2.xml b/src/dri2.xml
 index dbd43f8..70c569d 100644
 --- a/src/dri2.xml
 +++ b/src/dri2.xml
 @@ -1,7 +1,7 @@
  ?xml version=1.0 encoding=utf-8?
  !--
  Copyright (C) 2005 Jeremy Kolb.
 -Copyright © 2009 Intel Corporation
 +Copyright © 2009-2010 Intel Corporation
  All Rights Reserved.
  
  Permission is hereby granted, free of charge, to any person obtaining a copy

missing minor-version bump in the xcb tag

 @@ -163,4 +163,77 @@ authorization from the authors.
/list
  /reply
/request
 +
 +  request name=SwapBuffers opcode=8
 +field type=DRAWABLE name=drawable /
 +field type=CARD32 name=target_msc_hi /
 +field type=CARD32 name=target_msc_lo /

Is there a way to make this field CARD64 so the library interface
isn't quite so horrible?  I'd guess not because the high/low split makes
this not native-endian...  Oh well.

 +field type=CARD32 name=divisor_hi /
 +field type=CARD32 name=divisor_lo /
 +field type=CARD32 name=remainder_hi /
 +field type=CARD32 name=remainder_lo /
 +reply
 +  pad bytes=1 /
 +  field type=CARD32 name=swap_hi /
 +  field type=CARD32 name=swap_lo /
 +/reply
 +  /request
 +
 +  request name=GetMSC opcode=9
 +field type=DRAWABLE name=drawable /
 +reply
 +  pad bytes=1 /
 +  field type=CARD32 name=ust_hi /
 +  field type=CARD32 name=ust_lo /
 +  field type=CARD32 name=msc_hi /
 +  field type=CARD32 name=msc_lo /
 +  field type=CARD32 name=sbc_hi /
 +  field type=CARD32 name=sbc_lo /
 +/reply
 +  /request
 +
 +  request name=WaitMSC opcode=10
 +field type=DRAWABLE name=drawable /
 +field type=CARD32 name=target_msc_hi /
 +field type=CARD32 name=target_msc_lo /
 +field type=CARD32 name=divisor_hi /
 +field type=CARD32 name=divisor_lo /
 +field type=CARD32 name=remainder_hi /
 +field type=CARD32 name=remainder_lo /
 +reply
 +  pad bytes=1 /
 +  field type=CARD32 name=ust_hi /
 +  field type=CARD32 name=ust_lo /
 +  field type=CARD32 name=msc_hi /
 +  field type=CARD32 name=msc_lo /
 +  field type=CARD32 name=sbc_hi /
 +  field type=CARD32 name=sbc_lo /
 +/reply
 +  /request
 +
 +  request name=WaitSBC opcode=11
 +field type=DRAWABLE name=drawable /
 +field type=CARD32 name=target_sbc_hi /
 +field type=CARD32 name=target_sbc_lo /
 +reply
 +  pad bytes=1 /
 +  field type=CARD32 name=ust_hi /
 +  field type=CARD32 name=ust_lo /
 +  field type=CARD32 name=msc_hi /
 +  field type=CARD32 name=msc_lo /
 +  field type=CARD32 name=sbc_hi /
 +  field type=CARD32 name=sbc_lo /
 +/reply
 +  /request
 +
 +  request name=SwapInterval opcode=12
 +field type=DRAWABLE name=drawable /
 +field type=CARD32 name=interval /
 +reply
 +  pad bytes=1 /
 +  field type=CARD32 name=swap_hi /
 +  field type=CARD32 name=swap_lo /
 +/reply
 +  /request
 +
  /xcb

I notice the events aren't added.  Which is probably just as well, since
DRI2BufferSwapComplete still needs to be fixed anyway.

Cheers,
Julien
___
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: [Xcb] [PATCH] Update DRI2 requests and replies for version 1.3.

2011-04-26 Thread Julien Cristau
On Tue, Apr 26, 2011 at 13:06:33 -0700, Eric Anholt wrote:

 What's up with DRI2BufferSwapComplete?

It's larger than 32 bytes.

Cheers,
Julien
___
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: Screen Resolution

2011-04-01 Thread Julien Cristau
On Fri, Apr  1, 2011 at 13:48:50 +0530, ankur jain wrote:

 Hi all,
 
 Could someone please tell me how to get a notification when the screen
 resolution is changed in linux??
 
Select for ConfigureNotify on the root window.

Cheers,
Julien
___
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: Alignment error in libXi

2011-03-26 Thread Julien Cristau
On Fri, Mar 25, 2011 at 06:31:38 +, Matt Turner wrote:

 Oh, I didn't realize it had already been fixed.
 
 Odd that it was fixed, reviewed, and tested without another comment in
 this thread. Guess I just missed the patch.
 
The followup with patch was only on -devel.

Cheers,
Julien
___
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: Possible to query the ServerLayout Identifier?

2011-03-11 Thread Julien Cristau
On Fri, Mar 11, 2011 at 11:57:55 +0100, Bernhard Prell wrote:

 Hello,
 
 I have set up multiple ServerLayouts in my xorg.conf 
 and pass the one that I want to use via the -layout paramter 
 to X when starting. 
 
 I would like to to find out this currently selected 
 layout-identifier-string in a C-program
 (by asking the X-Server and not by parsing the Xorg.log :-) )
 
 Is it possible and how?
 
Not afaik.

Cheers,
Julien
___
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] libXt 1.1.1

2011-03-10 Thread Julien Cristau
This release fixes a longstanding crash on 64bit sparc, and a nasty bug
in the new XtAsprintf function added in 1.1.0.

Alan Coopersmith (2):
  Incorrect cast in XtCvtIntToPixmap could cause bus error on 64-bit 
machines
  Don't need to use target-specific CFLAGS for makestrs

Cyril Brulebois (1):
  XtAsprintf: Fix memory corruption.

Gaetan Nadon (1):
  man: replace hard coded section number 3Xt with __libmansuffix__ #35050

Julien Cristau (1):
  Bump to 1.1.1

git tag: libXt-1.1.1

http://xorg.freedesktop.org/archive/individual/lib/libXt-1.1.1.tar.bz2
MD5:  eb22c0a1f172b06b97a3f5ae89768412  libXt-1.1.1.tar.bz2
SHA1: a29a97f8521bdc7a95364e163f0ce474de572ae5  libXt-1.1.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/lib/libXt-1.1.1.tar.gz
MD5:  11688067278db92f9626b9b653c88e04  libXt-1.1.1.tar.gz
SHA1: 1f37218ae52b9aff1b0cf98fe3170ea82b503e6a  libXt-1.1.1.tar.gz



signature.asc
Description: Digital signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


Re: Problem compiling xorg-server-1.10.0

2011-03-03 Thread Julien Cristau
On Thu, Mar  3, 2011 at 08:42:15 +0100, Stephan Raue wrote:

 Hi,
 
 compiling xorg-server-1.10.0 gives me follow error while 1.9.99.903
 (RC3) builds fine:
 
As a workaround, delete hw/xfree86/loader/sdksyms.c before your build.

Cheers,
Julien
___
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-chips 1.2.4

2011-02-27 Thread Julien Cristau
This release of the chips video driver is compatible with Xorg 1.10.

Adam Jackson (1):
  Import the xf8_16bpp implementation

Gaetan Nadon (1):
  config: add AM_PROG_CC_C_O for per-target compilation flags

Jesse Adkins (1):
  Purge cvs tags.

Julien Cristau (6):
  Add parentheses to fix compiler warnings
  Fix compiler warning on 64bit
  Fix unused variable warning
  Fix compiler warning
  Replace deprecated xalloc/xrealloc/xfree with malloc/realloc/free
  Bump to 1.2.4

git tag: xf86-video-chips-1.2.4

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-chips-1.2.4.tar.bz2
MD5:  7aed07116e56c0630f62d7d34d7526e1  xf86-video-chips-1.2.4.tar.bz2
SHA1: 71f474335d05f93b2451a7a0750c4409669641a4  xf86-video-chips-1.2.4.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-chips-1.2.4.tar.gz
MD5:  3810be8f7f348c91da5a9443a89b8b91  xf86-video-chips-1.2.4.tar.gz
SHA1: 51a0fe483134d9ef839571217cc3acd53bf7d474  xf86-video-chips-1.2.4.tar.gz



signature.asc
Description: Digital signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


Re: [ANNOUNCE] xextproto 7.2.0

2011-02-27 Thread Julien Cristau
On Sun, Feb 27, 2011 at 04:32:55 -0500, Marty Jack wrote:

 Thank you kindly.  I had one little issue building the server: in sdksyms.c 
 there arose some DGA undeclareds even though I configured with --disable-dga 
 and I don't have the DGA proto on the system.
 
 I used the following
   rm hw/xfree86/loader/sdksyms.c
 to let that file be regenerated.  Undoubtedly there is a cleaner fix.
 
 Then build was successful, the server mismatched on the old drivers (as 
 expected?), came up after I rebuilt evdev and intel against it, and I am 
 running on it.

There's a discussion and proposed patches for that on xorg-devel@, so
1.10.1 will hopefully have that fixed.

Cheers,
Julien
___
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-chips 1.2.4

2011-02-27 Thread Julien Cristau
This release of the chips video driver is compatible with Xorg 1.10.

Adam Jackson (1):
  Import the xf8_16bpp implementation

Gaetan Nadon (1):
  config: add AM_PROG_CC_C_O for per-target compilation flags

Jesse Adkins (1):
  Purge cvs tags.

Julien Cristau (6):
  Add parentheses to fix compiler warnings
  Fix compiler warning on 64bit
  Fix unused variable warning
  Fix compiler warning
  Replace deprecated xalloc/xrealloc/xfree with malloc/realloc/free
  Bump to 1.2.4

git tag: xf86-video-chips-1.2.4

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-chips-1.2.4.tar.bz2
MD5:  7aed07116e56c0630f62d7d34d7526e1  xf86-video-chips-1.2.4.tar.bz2
SHA1: 71f474335d05f93b2451a7a0750c4409669641a4  xf86-video-chips-1.2.4.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-chips-1.2.4.tar.gz
MD5:  3810be8f7f348c91da5a9443a89b8b91  xf86-video-chips-1.2.4.tar.gz
SHA1: 51a0fe483134d9ef839571217cc3acd53bf7d474  xf86-video-chips-1.2.4.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] xf86-video-siliconmotion 1.7.5

2011-02-27 Thread Julien Cristau
This release is compatible with xorg-server version 1.10.

Alan Coopersmith (1):
  Sun's copyrights now belong to Oracle

Francisco Jerez (1):
  xv: Make sure we have a CRTC before setting up the overlay.

Gaetan Nadon (9):
  config: upgrade to util-macros 1.8 for additional man page support
  config: update AC_PREREQ statement to 2.60
  config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
  config: remove unrequired AC_HEADER_STDC
  config: complete AC_INIT m4 quoting
  config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
  config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
  config: add comments for main statements

Julien Cristau (4):
  Fix build with xserver 1.10
  Fix compiler warning on 64bit
  Replace calls to xalloc/xcalloc/xfree with malloc/calloc/free
  Bump to 1.7.5

git tag: xf86-video-siliconmotion-1.7.5

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-siliconmotion-1.7.5.tar.bz2
MD5:  9ca392e16028a2f7c3ebc57f0aa4c1aa  xf86-video-siliconmotion-1.7.5.tar.bz2
SHA1: 946acae0822d51da57abe8b7ed049691bd731589  
xf86-video-siliconmotion-1.7.5.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-siliconmotion-1.7.5.tar.gz
MD5:  0b83cedf01ed074438807f7af2a76e48  xf86-video-siliconmotion-1.7.5.tar.gz
SHA1: f0796954fae2849944e9da66f78deeb1043b1daf  
xf86-video-siliconmotion-1.7.5.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

Re: XFT and xorg-macros

2011-02-21 Thread Julien Cristau
On Mon, Feb 21, 2011 at 11:11:13 -0300, Krosh Ivanov wrote:

 Hi,
 I know XFT depends on xorg-macros to be installed, but I keep getting the
 error must install xorg-macros  1.8... despite having had installed the
 most recent version of xorg-macros and copied the *.pc of xorg-macros to
 /usr/local/lib/pkgconfig and to /usr/lib/pkgconfig. Why is it happening?
 
Tell aclocal to look for xorg-macros.m4 in the right place?

Cheers,
Julien
___
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: commit 53fbc9f1760ee481cba1f6dceb9e7c97282a2976 broke vmware

2010-12-31 Thread Julien Cristau
On Sat, Jan  1, 2011 at 00:56:48 +0800, Jeff Chua wrote:

 Vmware 7.1.3 crashed with the commit. Reverting it makes vmware happy again.
 
 Symptom: upon starting starting vmware, X crashed.
 
X log?  gdb backtrace?

Cheers,
Julien
___
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: [xserver] commit 1c4a0db2c6bf0320cb630b84ab87bcfd3801a53d hangs console screen after quitting X

2010-12-18 Thread Julien Cristau
On Sat, Dec 18, 2010 at 10:22:57 +0800, Jeff Chua wrote:

 Commit 1c4a0db2c6bf0320cb630b84ab87bcfd3801a53d hangs console screen
 after quitting X.
 
 I bisected and it says this is the commit that caused the console
 screen to hang after quitting X. Switching console while X is running
 is fine ... meaning keyboard and mouse are stlll functioning. But
 killing X from xterm will cause the console to freeze -- it switched
 to console, but keyboard and mouse hanged.
 
Try http://patchwork.freedesktop.org/patch/3274/?

Cheers,
Julien
___
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: Intel card not detected after upgrade

2010-12-16 Thread Julien Cristau
On Mon, Dec 13, 2010 at 23:00:23 +, Chris Wilson wrote:

 On Mon, 13 Dec 2010 22:09:27 +0100, Ole Tange o...@tange.dk wrote:
  This was actually taken care of by the upgrade. What was missing was
  adding i915 to /etc/modules; when I added that, everything worked as
  expected.
  
  This is the second time I have be bitten by a missing loaded module
  (First time: 
  http://www.mail-archive.com/xorg@lists.freedesktop.org/msg12767.html).
  It would be terrible helpful if the error message for Xorg mentioned
  that you might need to load a module, as Xorg clearly detected my
  intel card and thus should be able to guess that I probably wanted to
  use the intel driver. If Xorg.0.log had contained a message like:
 
 It should have autoloaded the i915 module before giving up. I'll look
 into that, thanks.

Don't bother, it's my bug.  Ole, there's about 10 reports of that exact
issue in the debian bts, please look there first next time...

Cheers,
Julien
___
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: [ANNOUNCE] xorg-server 1.9.99.901

2010-12-07 Thread Julien Cristau
On Mon, Dec  6, 2010 at 22:12:48 -0800, Jesse Adkins wrote:

 On Mon, Dec 6, 2010 at 9:04 PM, Keith Packard kei...@keithp.com wrote:
  Note that this tarball depends on unreleased protocol packages for xext
  and randr. It should correctly whine if they aren't available.
 
 Since we're talking about randr, I'd like to mention bug 16741. This
 bug suggests that XRRQueryVersion should return the driver's randr
 version, rather than the server's. Is this at all possible to shove
 into 1.4? If not, would it be a candidate for 1.5?

That one looks like NOTABUG to me.  He could just check for more than
one output/crtc, that has nothing to do with randr protocol version
AFAICT.

Cheers,
Julien
___
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: Strange libXrender behaviour on Solaris10/SPARC

2010-12-01 Thread Julien Cristau
On Wed, Dec  1, 2010 at 23:37:30 +0100, Nicolai Stange wrote:

 Hi everybody,
 
 Two questions:
 1.) Are there any news for the Debian stable xorg-server 1.7x?
 If not, where can I track whether the fix has been applied?
 
http://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git;a=commitdiff;h=36d0dd62bb8d77d90e0ab743105401292dcc431d

Will be in the next upload, probably tomorrow.  I was hoping to see it
go upstream first, but...

Cheers,
Julien
___
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: DRI2 Event BufferSwapComplete too long for core protocol?

2010-11-29 Thread Julien Cristau
On Mon, Nov 29, 2010 at 07:57:16 +0200, Mikko Markus Torni wrote:

 Hi,
 
 I was updating my local dri2.xml based on the latest dri2proto.h [1]
 and I noticed that the DRI2 event BufferSwapComplete is too long to
 fit core protocol events.
 
 The best I can calculate is
 sizeof(xDRI2BufferSwapComplete) == 34

It's actually 36, since there's padding between CARD16 event_type and
CARD32 drawable.

 which disagrees with
 #define sz_xDRI2BufferSwapComplete 32
 
 I suppose if event_type would be a CARD8, it could fit where the
 padding is now and the length discrepancy would be fixed.
 
 Any comments?
 
Adding Jesse and Kristian to cc...  That sounds like something we need
to fix.

Cheers,
Julien
___
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: Evdev keyboard sends keycodes but no keysyms

2010-11-14 Thread Julien Cristau
On Sun, Nov 14, 2010 at 14:11:25 -0800, walt wrote:

 Grepping the xorg.conf manpage for InputClass turns up nothing on
 my xorg-1.7.7 machine.  Maybe that's something new?

It was introduced in 1.8.

Cheers,
Julien
___
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: Touchpad toggle mess

2010-11-13 Thread Julien Cristau
On Sat, Nov  6, 2010 at 15:58:21 +, Bastien Nocera wrote:

 On Sat, 2010-11-06 at 11:30 -0400, Martin Pitt wrote:
  Hello Bastien,
  
  Bastien Nocera [2010-11-05  0:00 +]:
   The patches in https://bugs.freedesktop.org/show_bug.cgi?id=31300
   implement this for the kernel, and for X.org.
   
   Then we have the problem that udev's keymaps seem to use different
   function keys depending on the hardware [1], when X.org (because of the
   limitations of XKB) standardised on F22 for XF86TouchpadToggle.
  
  Thanks for bringing this up, indeed there's some cleanup in order
  here.
  
   So we'll need to standardise on the keys used. I selected F21 for
   XF86TouchpadToggle, F22 for XF86TouchpadOn and F23 for XF86TouchpadOff.
   See the patch in:
   https://bugs.freedesktop.org/show_bug.cgi?id=31333
   
   The remaining fixes would need to be in udev's keymaps, to set hardware
   handled keys to F22 and F23, and software ones to F21. Patch is attached
   for that.
  
  Indeed the maps which don't currently use f22 should be fixed,
  regardless of what happens in X/kernel/userspace. My main concern is
  that F22 has acted as touchpad toggle key for years
 
 No, for about a year:
 http://cgit.freedesktop.org/xkeyboard-config/commit/?id=1d05eda8dfc706d6450cab5883120e0d5e1100c0
 
That seems long enough that moving touchpad toggle from f22 to something
else for no particular reason will break stuff...

Cheers,
Julien
___
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: Strange libXrender behaviour on Solaris10/SPARC

2010-11-10 Thread Julien Cristau
On Wed, Nov 10, 2010 at 13:16:48 +0100, Nicolai Stange wrote:

 Hi everybody,
 
 after installing gtk-engines the problem occured again (and thus, the
 opensolaris patches Alan pointed me to did not solve the problem).
 
 However I did some further investigation with xscope and gdb and tracked
 it down.  The setup the problem occurs in: I'm running mozilla on
 Solaris10/SPARC with gtk-engines (clearlooks) through 'ssh -X' with a
 local X server on Linux/x86_64 (Debian Lenny).
 
 It is actually a problem with the xorg-server. When s client calls
 XRenderCreateLinearGradient on SPARC, this request and a following
 GetInputFocus get transmitted properly (MSB first) over the wire.  The
 xorg-server on Linux/x86_64 then converts the big endian request to
 little endian and while doing so, it errorneously overwrites the
 following GetInputFocus-request.
 The problem is in render.c:
 static void swapStops(void *stuff, int num)
 {
 int i, n;
 CARD32 *stops;
 CARD16 *colors;
 stops = (CARD32 *)(stuff);
 for (i = 0; i  num; ++i) {
 swapl(stops, n);
 ++stops;
 }
 colors = (CARD16 *)(stops);
 for (i = 0; i  4*num; ++i) {
 swaps(stops, n);
 ++stops;
 }
 }
 
 When converting the colors, not stops but colors should be incremented:
 static void swapStops(void *stuff, int num)
 {
 int i, n;
 CARD32 *stops;
 CARD16 *colors;
 stops = (CARD32 *)(stuff);
 for (i = 0; i  num; ++i) {
 swapl(stops, n);
 ++stops;
 }
 colors = (CARD16 *)(stops);
 for (i = 0; i  4*num; ++i) {
 swaps(colors, n);
 ++colors;
 }
 }
 
Fix is also at http://patchwork.freedesktop.org/patch/2521/ so will
hopefully get applied soon.

[...]
 swapStops overwrites the majorop-Field of the GetInputFocus-Request,
 resulting in Request- and Length-errors.
 May I expect this to get fixed in 1.7.x, that is Debian, too?
 
I'll get the fix into the 1.7 branch (and Debian) when it's upstream in
master, thanks!

Cheers,
Julien
___
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: Individual keyboard remapping (again)

2010-10-20 Thread Julien Cristau
On Wed, Oct 20, 2010 at 20:25:51 +0200, Florian Echtler wrote:

 $ setxkbmap -device 9 -print
 xkb_keymap {
   xkb_keycodes  { include evdev+aliases(qwertz) };
   xkb_types { include complete  };
   xkb_compat{ include complete  };
   xkb_symbols   { include pc+de+inet(evdev) };
   xkb_geometry  { include pc(pc105) };
 };
 $ setxkbmap -device 8 -print
 xkb_keymap {
   xkb_keycodes  { include evdev+aliases(qwertz) };
   xkb_types { include complete  };
   xkb_compat{ include complete  };
   xkb_symbols   { include pc+de+inet(evdev) };
   xkb_geometry  { include pc(pc105) };
 };
 
 AFAICT, the output should be different? What am I doing wrong?
 
setxkbmap -print is probably not what you want.  It uses the
_XKB_RULES_NAMES root window property to figure out the
rules/model/layout/variant/options, not the actually set keymap.  That
property is not multi-device aware.  Use 'xkbcomp -i device :0 -'
instead.

Cheers,
Julien
___
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: libXi-1.3.2: SIGBUS in ParseClassInfo on sparc/64 bit

2010-10-14 Thread Julien Cristau
On Thu, Oct 14, 2010 at 13:23:01 +0200, Nicolai Stange wrote:

  Hi everybody,
 
 I've got a SIGBUS on sparc/64 bit in ParseClassInfo here:
 XListDev.c:126:  B-class = ButtonClass;
 
 the reason is that B-class is an XID which is unsigned long which
 is 8byte here.
 B points to an address not divisible by eight because there have
 been some XAxisInfo's put before it in the *Any-Storage (in previous
 iterations of the same loop).
 sizeof(XAxisInfo)=3*sizeof(int) = 0x0C and thus, it breaks the
 alignment at some point in *Any.
 
 A quick fix that works here is to replace
 int resolution
 by
 long resolution
 in struct _XAxisInfo, XInput.h:809
 
That would break ABI, though, so we can't do that...  I think we should
make sure the length field of a XAnyClassInfo is a multiple of
sizeof(XID).

Cheers,
Julien
___
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: [ANNOUNCE] X11R7.6 font modules

2010-10-06 Thread Julien Cristau
On Tue, Oct  5, 2010 at 16:46:36 -0700, Alan Coopersmith wrote:

 Frédéric L. W. Meunier wrote:
  On Tue, 5 Oct 2010, Alan Coopersmith wrote:
  
  A few packages had additional fixes:
 
- font-bh-ttf 1.0.2:
  Install a fontconfig snippet to force treating Luxi Mono fonts
as monospaced
  
  Is fontconfigdir = $(sysconfdir)/fonts/conf right ? I ended with
  /etc/fonts/conf/{conf.d,conf.avail} being created, while fontconfig uses
  /etc/fonts/{conf.d,conf.avail}
 
 Oops, that does appear to be wrong - wish someone had noticed when the patch
 was first mailed out for review, or in the 4 months it sat in git like that.
 Patch attached for review.
 
Reviewed-by: Julien Cristau jcris...@debian.org

Cheers,
Julien
___
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: [ANNOUNCE] xf86-video-intel 2.13.0

2010-09-30 Thread Julien Cristau
On Thu, Sep 30, 2010 at 13:22:50 -0500, Robby Workman wrote:

 I'm not interested in who's to blame and who isn't, but I *am*
 interested in what's wrong and how to fix it.  Here's a link
 to the blog post from one of the kde guys - it has a bit of

I didn't see a link in your message?

 discussion about what's wrong (from their POV).  As a distro
 packager guy, I couldn't care less about who's wrong and who's
 right - I just want to be able to ship a set of packages that
 play nicely together.  Any thoughts from you?  :-)
 
I'd suggest to ship gnome.

Cheers,
Julien
___
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: Create a *real* top level window

2010-09-27 Thread Julien Cristau
On Mon, Sep 27, 2010 at 16:13:34 +0300, Timo Juhani Lindfors wrote:

 Carsten Haitzler (The Rasterman) ras...@rasterman.com writes:
  logged in user is king. you'd have to modify the xserver itself to have 
  such a
  separation and provide a back-channel that can only be accessed by root to
  implement what you want. reality otherwise is that any x client can kill off
 
 Thank you, this discussion inspired me to write a hack. The basic idea
 is that Xorg listens on /tmp/.X11-unix/X1 instead of /X0 and a socat
 process proxies traffic from /X0 to /X1. When the SAK key is hit, root
 can kill -STOP socat to prevent the X clients of the normal user from
 interfering. root can then run X applications that talk directly to
 /X1.
 
Sorry if I missed it, but what prevents normal users from connecting to
:1 directly?

Cheers,
Julien
___
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: Create a *real* top level window

2010-09-27 Thread Julien Cristau
On Mon, Sep 27, 2010 at 18:11:04 +0300, Timo Juhani Lindfors wrote:

 Julien Cristau jcris...@debian.org writes:
  Sorry if I missed it, but what prevents normal users from connecting
  to :1 directly?
 
 chmod og-rwx /tmp/.X11-unix/X1
 
 (I forgot this from the email indeed.)

That doesn't quite work for abstract domain sockets though?

Cheers,
Julien
___
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: Howto create a window with ARGB32-visual?

2010-09-24 Thread Julien Cristau
On Fri, Sep 24, 2010 at 14:25:05 +0200, Clemens Eisserer wrote:

 XCreateWindow(display, root, 0, 0, 200, 200, 0, 32, InputOutput,
 info.visual,  0, NULL);
 
 Any idea whats wrong here?
 
The default border-pixmap and colormap are CopyFromParent.  That won't
fly if your window and its parent have different depths/visuals.  That's
pretty clearly explained in the protocol spec's description of
CreateWindow, AFAICT.

Cheers,
Julien
___
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: Zapping the Xorg server

2010-08-24 Thread Julien Cristau
On Tue, Aug 24, 2010 at 18:08:55 +0200, Wolfgang Draxinger wrote:

 Hi,
 
 as you might know, Zapping the Xorg server by means of
 CTRL+ALT+BACKSPACE has been first disabled by default, and later on
 the xorg.conf option went away, too.
 
This is not true.  The sequence was removed from the default xkb map,
and can be turned back on with the appropriate xkb option, either in
xorg.conf or your desktop or your session startup scripts.  No related
xorg.conf option has been removed.

Cheers,
Julien
___
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: ssh tunneling for a newbie :)

2010-08-11 Thread Julien Cristau
On Wed, Aug 11, 2010 at 12:47:15 -0700, Mark Wagner wrote:

 On Wed, Aug 11, 2010 at 11:47, Markus Strobl mstro...@yahoo.com wrote:
 
 
 
  try
  1)ssh -Y  instead of -X
  2)make sure server is allowing to forward X connections  (sshd_config)
  it is often disabled by paranoid  sysadmins...
 
  3: Allow the connection on the client side. Easiest way is xhost + which
  allows any server to display on your client. Optionally you can restrict 
  what
  servers are allowed (see man xhost).
 
 4) Make sure the X server is configured to accept network connections.
  Some distros start X with the -nolisten tcp option, which disables
 TCP networking.
 
That's not needed for ssh tunneling.  Don't do it.

Cheers,
Julien
___
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: Need help: Lost keyboard after xorg upgrade

2010-08-08 Thread Julien Cristau
On Mon, Aug  9, 2010 at 02:24:23 +0100, Sergio Monteiro Basto wrote:

 Hi have you a package system-setup-keyboard ? 

No, that's a redhatism.  Debian has the keyboard layout set in
/etc/default/keyboard, and an udev rule to pick that up and pass it on
to X.

Cheers,
Julien
___
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] xrandr 1.3.3

2010-07-24 Thread Julien Cristau
Along with the usual build system improvements, this release of the
command-line interface to the X Resize and Rotate extension features
improved support for setting and getting gamma/brightness, manpage
updates and various bug fixes.

Alan Coopersmith (1):
  Add README with pointers to mailing lists, bugzilla,  git

Dominik Jasiok (1):
  xrandr: check_strtod should return double, not int

Eric Piel (2):
  xrandr: fix maximum gamma set
  xrandr: get gamma and brightness

Gaetan Nadon (6):
  .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
  config: move CWARNFLAGS from configure.ac to Makefile.am

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

Julien Cristau (3):
  Kill cvs keyword
  Require xorg-macros 1.4 for XORG_INSTALL
  Bump to 1.3.3

Matthias Hopf (2):
  xrandr: add more information about the transform option in the manpage
  Language fixes.

Mikhail Gusarov (1):
  Add --brightness for CRTC

Yann Droneaud (3):
  xrandr: Remove test against RANDR_MAJOR/RANDR_MINOR
  xrandr: Use a prefix for enum type _policy and _relation like other enums 
in xrandr.c
  xrandr: Remove --clone / --extend support code

Éric Piel (3):
  xrandr: make --query really the default option
  xrandr: do not segfault when --scale or --transform have no output
  xrandr: fix brightness to prevent gamma to overflow and to allow 0

git tag: xrandr-1.3.3

http://xorg.freedesktop.org/archive/individual/app/xrandr-1.3.3.tar.bz2
MD5:  5b2dcfb0d9b736afaf78f6ce7651259c  xrandr-1.3.3.tar.bz2
SHA1: dada3eb30fead3334d954dc4dad9f0ffd7a8ff95  xrandr-1.3.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/app/xrandr-1.3.3.tar.gz
MD5:  8dcb1c314088a129b9747bcecf435949  xrandr-1.3.3.tar.gz
SHA1: 2beec64bfa5b5ae82ae4057b99abb67d1b50001e  xrandr-1.3.3.tar.gz

Cheers,
Julien


signature.asc
Description: Digital signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xrandr 1.3.3

2010-07-24 Thread Julien Cristau
Along with the usual build system improvements, this release of the
command-line interface to the X Resize and Rotate extension features
improved support for setting and getting gamma/brightness, manpage
updates and various bug fixes.

Alan Coopersmith (1):
  Add README with pointers to mailing lists, bugzilla,  git

Dominik Jasiok (1):
  xrandr: check_strtod should return double, not int

Eric Piel (2):
  xrandr: fix maximum gamma set
  xrandr: get gamma and brightness

Gaetan Nadon (6):
  .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
  config: move CWARNFLAGS from configure.ac to Makefile.am

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

Julien Cristau (3):
  Kill cvs keyword
  Require xorg-macros 1.4 for XORG_INSTALL
  Bump to 1.3.3

Matthias Hopf (2):
  xrandr: add more information about the transform option in the manpage
  Language fixes.

Mikhail Gusarov (1):
  Add --brightness for CRTC

Yann Droneaud (3):
  xrandr: Remove test against RANDR_MAJOR/RANDR_MINOR
  xrandr: Use a prefix for enum type _policy and _relation like other enums 
in xrandr.c
  xrandr: Remove --clone / --extend support code

Éric Piel (3):
  xrandr: make --query really the default option
  xrandr: do not segfault when --scale or --transform have no output
  xrandr: fix brightness to prevent gamma to overflow and to allow 0

git tag: xrandr-1.3.3

http://xorg.freedesktop.org/archive/individual/app/xrandr-1.3.3.tar.bz2
MD5:  5b2dcfb0d9b736afaf78f6ce7651259c  xrandr-1.3.3.tar.bz2
SHA1: dada3eb30fead3334d954dc4dad9f0ffd7a8ff95  xrandr-1.3.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/app/xrandr-1.3.3.tar.gz
MD5:  8dcb1c314088a129b9747bcecf435949  xrandr-1.3.3.tar.gz
SHA1: 2beec64bfa5b5ae82ae4057b99abb67d1b50001e  xrandr-1.3.3.tar.gz

Cheers,
Julien


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] libXau 1.0.6

2010-07-19 Thread Julien Cristau
This minor release includes a number of packaging updates accumulated
over the last year, and a couple of documentation fixes.

Cheers,
Julien

Alan Coopersmith (2):
  Use $(AM_V_GEN) to silence man page generation
  Use AC_PROG_SED to find sed to use for man pages

Brice Goglin (2):
  Xau.man: Fix XauGetAuthByAddr() prototype
  Xau.man: Add missing const attributes

Gaetan Nadon (8):
  .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
  config: move CWARNFLAGS from configure.ac to Makefile.am
  config: remove the pkgconfig pc.in file from EXTRA_DIST
  config: update AC_PREREQ statement to 2.60

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

Julien Cristau (3):
  Kill cvs keyword
  Require xorg-macros 1.4 for XORG_INSTALL
  Bump to 1.0.6

git tag: libXau-1.0.6

http://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.6.tar.bz2
MD5:  4a2cbd83727682f9ee1c1e719bac6adb  libXau-1.0.6.tar.bz2
SHA1: 0e1ab449f98026e4599f6e0d7491810d36c8fe4d  libXau-1.0.6.tar.bz2

http://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.6.tar.gz
MD5:  ee1ee30c00d1e033cfc0237a349e1219  libXau-1.0.6.tar.gz
SHA1: d606755532119f9d50dab77839fd0e099ac563ce  libXau-1.0.6.tar.gz



signature.asc
Description: Digital signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] libXau 1.0.6

2010-07-19 Thread Julien Cristau
This minor release includes a number of packaging updates accumulated
over the last year, and a couple of documentation fixes.

Cheers,
Julien

Alan Coopersmith (2):
  Use $(AM_V_GEN) to silence man page generation
  Use AC_PROG_SED to find sed to use for man pages

Brice Goglin (2):
  Xau.man: Fix XauGetAuthByAddr() prototype
  Xau.man: Add missing const attributes

Gaetan Nadon (8):
  .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
  config: move CWARNFLAGS from configure.ac to Makefile.am
  config: remove the pkgconfig pc.in file from EXTRA_DIST
  config: update AC_PREREQ statement to 2.60

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

Julien Cristau (3):
  Kill cvs keyword
  Require xorg-macros 1.4 for XORG_INSTALL
  Bump to 1.0.6

git tag: libXau-1.0.6

http://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.6.tar.bz2
MD5:  4a2cbd83727682f9ee1c1e719bac6adb  libXau-1.0.6.tar.bz2
SHA1: 0e1ab449f98026e4599f6e0d7491810d36c8fe4d  libXau-1.0.6.tar.bz2

http://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.6.tar.gz
MD5:  ee1ee30c00d1e033cfc0237a349e1219  libXau-1.0.6.tar.gz
SHA1: d606755532119f9d50dab77839fd0e099ac563ce  libXau-1.0.6.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

[OT] linux kernel alps maintainer

2010-07-05 Thread Julien Cristau
On Mon, Jul  5, 2010 at 18:29:47 +0100, Sergio Monteiro Basto wrote:

 On Mon, 2010-07-05 at 18:00 +0200, Tias wrote:
  Touchscreen hardware is now handled by the linux kernel. The driver
  that
  Xorg will (automatically) use is 'evdev', which is perfectly fine. 
 
 Hi, BTW you maintains, drivers/input/mouse/alps.c on kernel ? 
 
Run
scripts/get_maintainer.pl -f drivers/input/mouse/alps.c
in a kernel tree.

Cheers,
Julien
___
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] xlsfonts 1.0.3

2010-06-11 Thread Julien Cristau
This release includes various janitorial changes, and drops Xprint code
which was unused since X.Org 6.9.

Alan Coopersmith (3):
  Remove unused Xprint support
  Remove unused code from dsimple.c
  Add README with pointers to mailing lists, bugzilla,  git

Branden Robinson (1):
  Do not spew usage on connection error

Gaetan Nadon (7):
  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
  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
  config: move CWARNFLAGS from configure.ac to Makefile.am

James Cloos (1):
  Add missing PHONY line for automatic ChangeLog generation

Julien Cristau (4):
  Remove _bitmap_error prototype from dsimple.c
  Use string literals as format strings
  Require xorg-macros 1.4 for INSTALL_CMD
  Bump to 1.0.3

Paulo Cesar Pereira de Andrade (2):
  Compile warning fixes.
  Correct make distcheck.

git tag: xlsfonts-1.0.3

http://xorg.freedesktop.org/archive/individual/app/xlsfonts-1.0.3.tar.bz2
MD5:  bf6f3e7074479839d5182ffed735d2be  xlsfonts-1.0.3.tar.bz2
SHA1: 9d4e0adbcb83362dd9234e90507c0528f60e309b  xlsfonts-1.0.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/app/xlsfonts-1.0.3.tar.gz
MD5:  a25f28959029db88313bad3e041a41a6  xlsfonts-1.0.3.tar.gz
SHA1: 201d6b9b9dbd2da951c8bf252b48f11698c65865  xlsfonts-1.0.3.tar.gz



signature.asc
Description: Digital signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xlsfonts 1.0.3

2010-06-11 Thread Julien Cristau
This release includes various janitorial changes, and drops Xprint code
which was unused since X.Org 6.9.

Alan Coopersmith (3):
  Remove unused Xprint support
  Remove unused code from dsimple.c
  Add README with pointers to mailing lists, bugzilla,  git

Branden Robinson (1):
  Do not spew usage on connection error

Gaetan Nadon (7):
  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
  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
  config: move CWARNFLAGS from configure.ac to Makefile.am

James Cloos (1):
  Add missing PHONY line for automatic ChangeLog generation

Julien Cristau (4):
  Remove _bitmap_error prototype from dsimple.c
  Use string literals as format strings
  Require xorg-macros 1.4 for INSTALL_CMD
  Bump to 1.0.3

Paulo Cesar Pereira de Andrade (2):
  Compile warning fixes.
  Correct make distcheck.

git tag: xlsfonts-1.0.3

http://xorg.freedesktop.org/archive/individual/app/xlsfonts-1.0.3.tar.bz2
MD5:  bf6f3e7074479839d5182ffed735d2be  xlsfonts-1.0.3.tar.bz2
SHA1: 9d4e0adbcb83362dd9234e90507c0528f60e309b  xlsfonts-1.0.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/app/xlsfonts-1.0.3.tar.gz
MD5:  a25f28959029db88313bad3e041a41a6  xlsfonts-1.0.3.tar.gz
SHA1: 201d6b9b9dbd2da951c8bf252b48f11698c65865  xlsfonts-1.0.3.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

Re: Current tinderbox regression (cygwin)

2010-06-07 Thread Julien Cristau
On Mon, Jun  7, 2010 at 22:56:24 +0100, Chris Ball wrote:

 On Mon, Jun 07, 2010 at 05:47:48PM -0400, Chris Ball wrote:
  /opt/jhbuild/git/xorg/xserver/hw/xwin/winallpriv.c:165: error:
  'g_iCmapPrivateKey' undeclared (first use in this function)
 
 Patch below:
 
http://patchwork.freedesktop.org/patch/969/ has this and a few more
bits, fwiw.

Cheers,
Julien
___
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: How to use a .xkm with X

2010-06-02 Thread Julien Cristau
On Wed, Jun  2, 2010 at 17:50:27 +0200, Mike Eriksen wrote:

 On Wed, Jun 2, 2010 at 4:49 PM, Alan Coopersmith
 alan.coopersm...@oracle.com wrote:
  From the man page it appears that you should be able to do
         xkbcomp foo.xkm :0
 
 No, that will create foo.xkm from the setup on 0: - not force it into use.
 
Eh?  Alan wrote 'xkbcomp foo.xkm :0', not 'xkbcomp :0 foo.xkm'.

Cheers,
Julien
___
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] xproto 7.0.17

2010-05-15 Thread Julien Cristau
One new keysym, a new _X_NORETURN macro (which is now used by xserver
master), a Cygwin fix, and a bunch of packaging updates.

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

Gaetan Nadon (10):
  .gitignore: use common defaults with custom section # 24239
  configure.ac: AM_MAINTAINER_MODE missing #24238
  configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
  Makefile.am: INSTALL file is missing or incorrect #24206
  Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  README: file created or updated #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  config: remove execute permission on configuration file
  config: remove the pkgconfig pc.in file from EXTRA_DIST
  config: update AC_PREREQ statement to 2.60

Jeremy Huddleston (1):
  Add _X_NORETURN macro to signify functions that don't return

Julien Cristau (1):
  xproto 7.0.17

Peter Hutterer (1):
  Add XF86XK_TouchpadToggle

Yaakov Selkowitz (1):
  xproto: Cygwin GCC does not support visibility attributes

git tag: xproto-7.0.17

http://xorg.freedesktop.org/archive/individual/proto/xproto-7.0.17.tar.bz2
MD5:  74abb8fb91af66f35873b1f444731220  xproto-7.0.17.tar.bz2
SHA1: 9821548b24f812524bcf4db61a773997fece2447  xproto-7.0.17.tar.bz2

http://xorg.freedesktop.org/archive/individual/proto/xproto-7.0.17.tar.gz
MD5:  43863ead9f64073818763f577fbf8720  xproto-7.0.17.tar.gz
SHA1: 2a737f37b0ee11f8eaa9dad98d29691aac489798  xproto-7.0.17.tar.gz

Cheers,
Julien


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

Re: X11 error from home grown application

2010-05-12 Thread Julien Cristau
On Tue, May 11, 2010 at 15:54:50 -0400, Geoffrey wrote:

 Anyone know where I can start looking to figure out why I'm getting
 the following error in our application:
 
 X Error of failed request:  BadMatch (invalid parameter attributes)
   Major opcode of failed request:  42 (X_SetInputFocus)
   Serial number of failed request:  7398113
   Current serial number in output stream:  7398114
 
Quoting from XSetInputFocus(3):
   The specified focus window must be viewable at the time XSetInputFocus
   is called, or a BadMatch error results.

Cheers,
Julien
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


Re: /urs/bin/X: undefined symbol: pixman_disable_out_of_bounds_workaround

2010-05-10 Thread Julien Cristau
On Mon, May 10, 2010 at 15:15:35 +0200, tommaso di bucchianico wrote:

 Hallo List,
 
 since november 2009 I can not use ubuntu and debian testing (stable
 [lenny] is ok)  on my Laptop DELL Inspiron 1520 because of problems
 related to xorg and pixman.
 Actually my xserver does not start on ubuntu 10.04 because of
 
 /usr/bin/X: symbol lookup error: /urs/binX: undefined symbol:
 pixman_disable_out_of_bounds_workaround
 
 but in the past I got also other error messages, i.e.:
 
 /usr/bin/X symbol lookup error: /usr/bin/X: undefined symbol:
 pixman_tramsform_init_identity
 
Sounds like you have an obsolete local install of pixman.  Make sure
'ldd /usr/bin/Xorg' finds the libpixman.so.1 in /usr/lib, not
/usr/local/lib or anything else.

Cheers,
Julien
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Current tinderbox regression (libXcb)

2010-04-24 Thread Julien Cristau
On Fri, Apr 23, 2010 at 22:10:12 -0400, Chris Ball wrote:

 http://tinderbox.x.org/builds/2010-04-24-0002/logs/libxcb/#build
 
 xcb_util.c:31:27: error: sys/syslimits.h: No such file or directory
 xcb_util.c: In function '_xcb_open':
 xcb_util.c:148: error: 'PATH_MAX' undeclared (first use in this function)
 
 http://cgit.freedesktop.org/xcb/libxcb/commit/?id=89b3485dadef47a30264a5bf150b96522183376b
 
 (I think that sys/syslimits.h is Darwin-specific, and limits.h is
 correct for Linux/POSIX.)
 
and limits.h may not define PATH_MAX anyway...

Cheers,
Julien
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


Re: crash from error from xcb_io.c:249

2010-04-12 Thread Julien Cristau
[cc:ing the xcb list]

On Sun, Apr 11, 2010 at 14:27:38 -0700, Jim Ham wrote:

 I have an application that uses direct calls to X. This application
 worked with a previous incarnation of X (before X.org) but crashes
 with the following message on newer versions of X. I've tried 7.4+20 and
 7.5+5, both Debian on a x86 machine.
 
 xcb_io.c:249: process_responses: Assertion `(((long)
 (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed
 
 Without going into a lot of detail, here's what happens:
 
 The main thread blocks with a the call XNextEvent(...). A secondary
 thread sends a user event to X with XSentEvent(...). The application
 immediately crashes on the this first call to XSendEvent with the above
 error message. A normal event such as a mouse click generated by the
 Xserver does not cause a crash.
 
 XInitThreads() is called before any other X calls. All calls to X are
 bracketed with XLockDisplay() and XUnlockDisplay() except for the
 XNextEvent call in the main thread. As I mentioned, the app has worked
 for several years.
 
 If this is a new problem I can certainly provide more detail. The entire
 project may be available via SVN if necessary. There is some custom
 hardware, but a couple of patches could fix that.
 
Do you have a backtrace from the assertion, or an X protocol trace of
what happens before the crash?

Cheers,
Julien
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] xdm 1.1.10

2010-04-09 Thread Julien Cristau
A number of bug fixes and improvements have accumulated since xdm 1.1.9,
including:
- crash fixes related to syslog usage
- a new option to echo stars in the password field
- basic selinux support

Full shortlog from 1.1.9 below.

Cheers,
Julien

Alan Coopersmith (11):
  Create piddir if needed on startup
  Make parent authdir if needed at startup
  Correct default greeterLib path in man page
  Remove workaround for X11R3 server bug
  Raise xorg-macros requirement to 1.4
  Update Sun license notices to current X.Org standard form
  echo_passwd should key off PAM no-echo state, not prompt position
  Replace hardcoded NAMELEN of 14 for ancient SysV with MAXNAMELEN
  Move m4 macros to m4 subdir as automake/libtool recommend
  Make sure username is not NULL when calling syslog from FailedLogin()
  Reject PAM conversation calls after login dialog is closed

Branden Robinson (6):
  downgrade an error to info message
  Change openFiles() to avoid race-based symlink attacks.
  Always attempt to write data to the auth file
  improve error logging
  Improve logging of xdm's script handling
  rewrite StorePid()

Christoph Bartoschek (1):
  XDM: Add support for clients that sent ipv4 addresses to a dual-stacked 
host

Dmitry V. Levin (2):
  Call openlog(3) early
  greeter: fix logging of failed login attempts

Gaetan Nadon (8):
  .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: restore correct order for XORG_DEFAULT_OPTIONS
  configure.ac: use backticks rather than $() for cmd subs
  lint: option -rdynamic is not valid for the lint program

Georgy A. Shepelev (3):
  The whole widget borders width could not be set to zero.
  Adding an option to show stars instead of the password itself.
  xdm: add documentation of the EchoPasswd option to the man page

Johannes Dewender (1):
  Bug #25066: exec sessreg

Julien Cristau (4):
  Don't remove the pid file from xdm child processes
  xdmcp: disable IPV6_V6ONLY for ipv6 listening sockets
  Add missing brace in previous commit
  Bump to 1.1.10

Manoj Srivastava (1):
  xdm: add SELinux support

Martin Dickopp (1):
  Debian bug 525596: Login incorrect only partially cleared on next login

git tag: xdm-1.1.10

http://xorg.freedesktop.org/archive/individual/app/xdm-1.1.10.tar.bz2
MD5:  329383040cdbda5b5c8ce6c7e1120c97  xdm-1.1.10.tar.bz2
SHA1: 45eb013aa14ddd8d385b200b94fb0fbcbe09b860  xdm-1.1.10.tar.bz2

http://xorg.freedesktop.org/archive/individual/app/xdm-1.1.10.tar.gz
MD5:  0a737ca7638374451c6f7cb50670f23a  xdm-1.1.10.tar.gz
SHA1: 6f04407b958d9cfe6a11670671651ceffbb4ffa2  xdm-1.1.10.tar.gz


signature.asc
Description: Digital signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xdm 1.1.10

2010-04-09 Thread Julien Cristau
A number of bug fixes and improvements have accumulated since xdm 1.1.9,
including:
- crash fixes related to syslog usage
- a new option to echo stars in the password field
- basic selinux support

Full shortlog from 1.1.9 below.

Cheers,
Julien

Alan Coopersmith (11):
  Create piddir if needed on startup
  Make parent authdir if needed at startup
  Correct default greeterLib path in man page
  Remove workaround for X11R3 server bug
  Raise xorg-macros requirement to 1.4
  Update Sun license notices to current X.Org standard form
  echo_passwd should key off PAM no-echo state, not prompt position
  Replace hardcoded NAMELEN of 14 for ancient SysV with MAXNAMELEN
  Move m4 macros to m4 subdir as automake/libtool recommend
  Make sure username is not NULL when calling syslog from FailedLogin()
  Reject PAM conversation calls after login dialog is closed

Branden Robinson (6):
  downgrade an error to info message
  Change openFiles() to avoid race-based symlink attacks.
  Always attempt to write data to the auth file
  improve error logging
  Improve logging of xdm's script handling
  rewrite StorePid()

Christoph Bartoschek (1):
  XDM: Add support for clients that sent ipv4 addresses to a dual-stacked 
host

Dmitry V. Levin (2):
  Call openlog(3) early
  greeter: fix logging of failed login attempts

Gaetan Nadon (8):
  .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: restore correct order for XORG_DEFAULT_OPTIONS
  configure.ac: use backticks rather than $() for cmd subs
  lint: option -rdynamic is not valid for the lint program

Georgy A. Shepelev (3):
  The whole widget borders width could not be set to zero.
  Adding an option to show stars instead of the password itself.
  xdm: add documentation of the EchoPasswd option to the man page

Johannes Dewender (1):
  Bug #25066: exec sessreg

Julien Cristau (4):
  Don't remove the pid file from xdm child processes
  xdmcp: disable IPV6_V6ONLY for ipv6 listening sockets
  Add missing brace in previous commit
  Bump to 1.1.10

Manoj Srivastava (1):
  xdm: add SELinux support

Martin Dickopp (1):
  Debian bug 525596: Login incorrect only partially cleared on next login

git tag: xdm-1.1.10

http://xorg.freedesktop.org/archive/individual/app/xdm-1.1.10.tar.bz2
MD5:  329383040cdbda5b5c8ce6c7e1120c97  xdm-1.1.10.tar.bz2
SHA1: 45eb013aa14ddd8d385b200b94fb0fbcbe09b860  xdm-1.1.10.tar.bz2

http://xorg.freedesktop.org/archive/individual/app/xdm-1.1.10.tar.gz
MD5:  0a737ca7638374451c6f7cb50670f23a  xdm-1.1.10.tar.gz
SHA1: 6f04407b958d9cfe6a11670671651ceffbb4ffa2  xdm-1.1.10.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

Re: [ANNOUNCE] xf86-video-ati 6.13.0

2010-04-06 Thread Julien Cristau
On Tue, Apr  6, 2010 at 12:24:24 +0200, Xavier Bestel wrote:

 Hi,
 
 On Mon, 2010-04-05 at 12:18 -0400, Alex Deucher wrote:
  
  Major changes since the 6.12.x series
  
  - Add support for KMS (kernel modesetting) for r1xx-evergreen asics
 
 I think you meant r8xx-evergreen here.
 
Eh, no.  6.12.x had no kms support.  6.13 supports kms from r100 to
r800.

Cheers,
Julien
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Memory hog on Ubuntu 9.10

2010-04-04 Thread Julien Cristau
On Sun, Apr  4, 2010 at 04:34:06 -0400, Yang Zhang wrote:

 Driver  nvidia

You'll have to talk to nvidia then.

Cheers,
Julien
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] xf86-video-fbdev 0.4.2

2010-04-03 Thread Julien Cristau
One bug fix, and a number of build system and other janitorial updates.

The shortlog from 0.4.1 follows.

Cheers,
Julien

Adam Jackson (1):
  Remove afb support

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

Gaetan Nadon (6):
  .gitignore: use common defaults with custom section # 24239
  Several driver modules do not have a ChangeLog target in Makefile.am 
#23814
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  configure.ac: remove unused sdkdir=$(pkg-config...) statement

Julien Cristau (3):
  fbdev: add missing shadowRemove in CloseScreen()
  configure: require xorg-macros 1.4 for XORG_INSTALL
  Bump to 0.4.2

git tag: xf86-video-fbdev-0.4.2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-fbdev-0.4.2.tar.bz2
MD5:  53a533d9e0c2da50962282526bace074  xf86-video-fbdev-0.4.2.tar.bz2
SHA1: c8562f997d56c9fec50df6ca9892f39f43ff4c2c  xf86-video-fbdev-0.4.2.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-fbdev-0.4.2.tar.gz
MD5:  a94011aac77eb9cd6d46bf0af0dbc631  xf86-video-fbdev-0.4.2.tar.gz
SHA1: 96efa03db8229b83c1545c4c53fb9bf0adcab5a6  xf86-video-fbdev-0.4.2.tar.gz



signature.asc
Description: Digital signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


Re: Error building intel driver

2010-04-03 Thread Julien Cristau
On Sat, Apr  3, 2010 at 07:22:48 -0700, Yan Seiner wrote:

 I'm getting the following error building the intel driver. I've
 cleaned out all of the old code, cloned the git repositories, and
 started fresh to make sure it's not some old cruft.
 
 Does anyone have any idea what I'm missing?
 
You need newer drm headers (i915_drm.h), either from a recent libdrm or
from linux 2.6.33.

Cheers,
Julien
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] xf86-video-fbdev 0.4.2

2010-04-03 Thread Julien Cristau
One bug fix, and a number of build system and other janitorial updates.

The shortlog from 0.4.1 follows.

Cheers,
Julien

Adam Jackson (1):
  Remove afb support

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

Gaetan Nadon (6):
  .gitignore: use common defaults with custom section # 24239
  Several driver modules do not have a ChangeLog target in Makefile.am 
#23814
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  configure.ac: remove unused sdkdir=$(pkg-config...) statement

Julien Cristau (3):
  fbdev: add missing shadowRemove in CloseScreen()
  configure: require xorg-macros 1.4 for XORG_INSTALL
  Bump to 0.4.2

git tag: xf86-video-fbdev-0.4.2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-fbdev-0.4.2.tar.bz2
MD5:  53a533d9e0c2da50962282526bace074  xf86-video-fbdev-0.4.2.tar.bz2
SHA1: c8562f997d56c9fec50df6ca9892f39f43ff4c2c  xf86-video-fbdev-0.4.2.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-fbdev-0.4.2.tar.gz
MD5:  a94011aac77eb9cd6d46bf0af0dbc631  xf86-video-fbdev-0.4.2.tar.gz
SHA1: 96efa03db8229b83c1545c4c53fb9bf0adcab5a6  xf86-video-fbdev-0.4.2.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

Re: [ANNOUNCE] xorg-server 1.8.0

2010-04-02 Thread Julien Cristau
On Fri, Apr  2, 2010 at 19:24:42 +0200, Stefan Dirsch wrote:

 On Fri, Apr 02, 2010 at 10:03:47AM -0700, Keith Packard wrote:
  
   Can you post the rest of the log? It should be picking up the
   InputClass settings from the installed xorg.conf.d/10-evdev.conf. See
   the INPUTCLASS section in xorg.conf(5). They're basically like the fdi
   stubs used with the hal backend.
  
  Yeah, one possibility is that you have an existing /etc/X11/xorg.conf.d
  directory which will cause the X server to skip everything in
  $(prefix)/etc/X11/xorg.conf.d and thus miss the 10-evdev.conf file.
 
 BTW, the first thing I did with 1.8.0 was:
 
 -xorgconfddir = $(prefix)/etc/X11/$(XF86CONFIGDIR)
 +xorgconfddir = $(sysconfdir)/X11/$(XF86CONFIGDIR)
 
 in config/Makefile.am
 
And I'll be using /usr/lib/X11/xorg.conf.d/ because using /etc for the
default make my xserver work snippets just seems wrong (and /usr
allows me to make sure they're in sync with the packages, not conflated
with configuration which is the admin's domain).

Cheers,
Julien
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] xorg-server 1.8.0

2010-04-02 Thread Julien Cristau
On Fri, Apr  2, 2010 at 14:10:47 -0700, Dan Nicholson wrote:

 On Fri, Apr 02, 2010 at 01:20:26PM -0700, Keith Packard wrote:
  On Fri, 2 Apr 2010 21:01:30 +0200, Julien Cristau jcris...@debian.org 
  wrote:
  
   And I'll be using /usr/lib/X11/xorg.conf.d/ because using /etc for the
   default make my xserver work snippets just seems wrong (and /usr
   allows me to make sure they're in sync with the packages, not conflated
   with configuration which is the admin's domain).
  
  Yeah, that's why I picked the 'secondary' path supported by the server
  so that a directory in /etc/X11 would completely override these files.
  
  Sounds like we need to fix the server config file search path to look in
  a sensible place rather than $(prefix)/etc/X11
 
 This is untested, but I think the patch below is all it would take to
 add support for a second system directory in $prefix/lib/X11 with
 lowest priority.
 
This is already in {USER,ROOT}_CONFIGDIRPATH, shouldn't it be removed
from there if we add a new search path?

Cheers,
Julien
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] xf86-input-penmount 1.4.1

2010-03-04 Thread Julien Cristau
This release brings compatibility with xserver 1.7.x, and adds a new
InvertX option.

Alan Coopersmith (1):
  Fill in COPYING file, add SubmittingPatches URL to README

Julien Cristau (3):
  Janitorial configure.ac/Makefile.am updates
  Don't use obsolete loader functions
  Bump to 1.4.1

Peter Hutterer (1):
  Cope with XINPUT ABI 7.

Steve Bian (1):
  Added InvertX option

git tag: xf86-input-penmount-1.4.1

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-penmount-1.4.1.tar.bz2
MD5:  e5984e43ce31d45659eb6ee91c02aba5  xf86-input-penmount-1.4.1.tar.bz2
SHA1: a6923fe92ffbc698813063a5426b4ba2edfe465f  
xf86-input-penmount-1.4.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-penmount-1.4.1.tar.gz
MD5:  30ba29fac73d0879d6a01dacf9acd946  xf86-input-penmount-1.4.1.tar.gz
SHA1: b06c8583999c370bca304571c940025ea5cf29bb  xf86-input-penmount-1.4.1.tar.gz



signature.asc
Description: Digital signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: cosmetic udev glitches

2010-03-03 Thread Julien Cristau
On Tue, Mar  2, 2010 at 14:47:22 -0800, Dan Nicholson wrote:

 From: Dan Nicholson dbn.li...@gmail.com
 Date: Tue, 2 Mar 2010 14:42:22 -0800
 Subject: [PATCH] config/udev: Get product name from attribute instead of 
 uevent
 
 The input device product name in the kernel uevent has embedded quotes
 that aren't expected here. Use the sysfs name attribute instead, which
 does not suffer this problem.
 
 Signed-off-by: Dan Nicholson dbn.li...@gmail.com

Acked-by: Julien Cristau jcris...@debian.org

Thanks, Dan.

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: cosmetic udev glitches

2010-03-02 Thread Julien Cristau
On Tue, Mar  2, 2010 at 17:57:04 +0100, Simon Thum wrote:

 Hi all,
 
 I just upgraded my X to use udev. It generally went fine, but  I noticed
 two minor issues:
 
 At first, the device names have quotation marks. As in
 
 xinput list
 ...
 ⎜ ImExPS/2 Logitech Wheel Mouse   id=7[slave  pointer
  (2)]
 
 I looked up the source, but found nothing obvious. Is this expected
 behavior?
 
Yes, the device names we get from udev have quotations marks.  I don't
know why, and I didn't feel like mangling them.

 Second, udev seems to add my mouse (and others) twice, resulting in some
 log spam. Excerpt:
 
 [  5571.537] (II) config/udev: Adding input device ImExPS/2 Logitech
 Wheel Mouse (/dev/input/event3)
 (...)
 [  5571.538] (II) XINPUT: Adding extended input device ImExPS/2
 Logitech Wheel Mouse (type: MOUSE)
 [  5571.538] (II) ImExPS/2 Logitech Wheel Mouse: initialized for
 relative axes.
 [  5571.538] (II) config/udev: Adding input device ImExPS/2 Logitech
 Wheel Mouse (/dev/input/mouse0)
 [  5571.538] (**) ImExPS/2 Logitech Wheel Mouse: Applying InputClass
 evdev catchall
 [  5571.538] (**) ImExPS/2 Logitech Wheel Mouse: always reports core
 events
 [  5571.538] (**) ImExPS/2 Logitech Wheel Mouse: Device:
 /dev/input/mouse0
 [  5571.539] (EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
 [  5571.539] (II) UnloadModule: evdev
 [  5571.539] (EE) PreInit returned NULL for ImExPS/2 Logitech Wheel
 Mouse
 
 
 Things work fine here, I just wanted to make sure whether my
 configuration is broken or these are known issues.
 
This is also expected at the moment.  The enumeration of devices gives
us /dev/input/event* (which evdev can handle), and
/dev/input/{mouse,kbd}* (which it doesn't).  This results in a couple
error messages for the latter.  It should be possible to tone those down
so users don't get scared…

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

[ANNOUNCE] luit 1.0.5

2010-02-09 Thread Julien Cristau
luit is a utility that can be run in any UTF-8 terminal, and will
simulate locale-specific encodings as well as ISO 2022 support.

A few bug fixes for darwin, cygwin, and poll(2) usage, together with the
usual janitorial changes.

Cheers,
Julien

Gaetan Nadon (5):
  .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

Jeremy Huddleston (3):
  This is not a GNU project, so declare it foreign.
  darwin: Don't use poll()
  configure: Fix a linewrap that snuck in with copy/paste

Julien Cristau (3):
  poll: check for POLLERR|POLLHUP in WaitForInput
  Bump xorg-macros requirement to 1.4 for XORG_INSTALL
  Bump to 1.0.5

Yaakov Selkowitz (1):
  luit: Cygwin compatibility fix

git tag: luit-1.0.5

http://xorg.freedesktop.org/archive/individual/app/luit-1.0.5.tar.bz2
MD5:  fd8579a993c4480978e3504a4c53c189  luit-1.0.5.tar.bz2
SHA1: 7260feca7db48d8aa80d493b4cbcf6b7c5774d8d  luit-1.0.5.tar.bz2

http://xorg.freedesktop.org/archive/individual/app/luit-1.0.5.tar.gz
MD5:  a3e1ce6e97f33e09f5ddf5cbf7e66b1c  luit-1.0.5.tar.gz
SHA1: ca501c1bbfeb2fe57f2b63b7073ee5866e63934d  luit-1.0.5.tar.gz



signature.asc
Description: Digital signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xf86-input-vmmouse 12.6.6

2010-02-09 Thread Julien Cristau
This release belatedly fixes loading the vmmouse driver on xserver 1.7,
along with the usual set of janitorial changes.

Cheers,
Julien

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

Gaetan Nadon (6):
  .gitignore: use common defaults with custom section # 24239
  Several driver modules do not have a ChangeLog target in Makefile.am 
#23814
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  configure.ac: remove unused sdkdir=$(pkg-config...) statement

Julien Cristau (2):
  Require xorg-macros 1.4 for XORG_INSTALL
  Bump to 12.6.6

Peter Hutterer (2):
  Symbol was removed from the server.
  Remove unused bits from configure.ac

git tag: xf86-input-vmmouse-12.6.6

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-vmmouse-12.6.6.tar.bz2
MD5:  1c57338928a8897b7ca0b5524fcb1223  xf86-input-vmmouse-12.6.6.tar.bz2
SHA1: b6e04f93d7d2a888ab118858b2b6a4f4dd947be6  
xf86-input-vmmouse-12.6.6.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-vmmouse-12.6.6.tar.gz
MD5:  cdaede5d753b5eb59d9dc43fd73e9cdc  xf86-input-vmmouse-12.6.6.tar.gz
SHA1: 10b2f89e272d3c740b8128e45aa328a1b7cca612  xf86-input-vmmouse-12.6.6.tar.gz



signature.asc
Description: Digital signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] luit 1.0.5

2010-02-09 Thread Julien Cristau
luit is a utility that can be run in any UTF-8 terminal, and will
simulate locale-specific encodings as well as ISO 2022 support.

A few bug fixes for darwin, cygwin, and poll(2) usage, together with the
usual janitorial changes.

Cheers,
Julien

Gaetan Nadon (5):
  .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

Jeremy Huddleston (3):
  This is not a GNU project, so declare it foreign.
  darwin: Don't use poll()
  configure: Fix a linewrap that snuck in with copy/paste

Julien Cristau (3):
  poll: check for POLLERR|POLLHUP in WaitForInput
  Bump xorg-macros requirement to 1.4 for XORG_INSTALL
  Bump to 1.0.5

Yaakov Selkowitz (1):
  luit: Cygwin compatibility fix

git tag: luit-1.0.5

http://xorg.freedesktop.org/archive/individual/app/luit-1.0.5.tar.bz2
MD5:  fd8579a993c4480978e3504a4c53c189  luit-1.0.5.tar.bz2
SHA1: 7260feca7db48d8aa80d493b4cbcf6b7c5774d8d  luit-1.0.5.tar.bz2

http://xorg.freedesktop.org/archive/individual/app/luit-1.0.5.tar.gz
MD5:  a3e1ce6e97f33e09f5ddf5cbf7e66b1c  luit-1.0.5.tar.gz
SHA1: ca501c1bbfeb2fe57f2b63b7073ee5866e63934d  luit-1.0.5.tar.gz



signature.asc
Description: Digital signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

[ANNOUNCE] xf86-input-vmmouse 12.6.6

2010-02-09 Thread Julien Cristau
This release belatedly fixes loading the vmmouse driver on xserver 1.7,
along with the usual set of janitorial changes.

Cheers,
Julien

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

Gaetan Nadon (6):
  .gitignore: use common defaults with custom section # 24239
  Several driver modules do not have a ChangeLog target in Makefile.am 
#23814
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  configure.ac: remove unused sdkdir=$(pkg-config...) statement

Julien Cristau (2):
  Require xorg-macros 1.4 for XORG_INSTALL
  Bump to 12.6.6

Peter Hutterer (2):
  Symbol was removed from the server.
  Remove unused bits from configure.ac

git tag: xf86-input-vmmouse-12.6.6

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-vmmouse-12.6.6.tar.bz2
MD5:  1c57338928a8897b7ca0b5524fcb1223  xf86-input-vmmouse-12.6.6.tar.bz2
SHA1: b6e04f93d7d2a888ab118858b2b6a4f4dd947be6  
xf86-input-vmmouse-12.6.6.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-vmmouse-12.6.6.tar.gz
MD5:  cdaede5d753b5eb59d9dc43fd73e9cdc  xf86-input-vmmouse-12.6.6.tar.gz
SHA1: 10b2f89e272d3c740b8128e45aa328a1b7cca612  xf86-input-vmmouse-12.6.6.tar.gz



signature.asc
Description: Digital signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xf86-video-qxl 0.0.11

2010-02-07 Thread Julien Cristau
Hi Søren,

your mails seem to have been corrupted on the way, or signed incorrectly
(I guess due to the ø character in your name in the shortlog)...

mutt tells me:
 [-- PGP output follows (current time: Sun Feb  7 12:08:36 2010) --]
 gpg: Signature made Sat Feb  6 23:47:21 2010 CET using DSA key ID 6FF7C1A8
 gpg: please do a --check-trustdb
 gpg: BAD signature from Søren Sandmann Pedersen sandm...@daimi.au.dk
 [-- End of PGP output --]

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: git repostory for font-utils

2010-02-06 Thread Julien Cristau
On Sat, Feb  6, 2010 at 16:38:59 -0800, Yan Seiner wrote:

 I apologize for my mental weakness today
 
 I embarked on building the latest and greatest xorg, and I can't find 
 the git repository for font-util.  I'm not an xorg developer, so I don't 
 know my way around http://cgit.freedesktop.org/ as well as I should.  
 All I've found is this announcement:  http://lwn.net/Articles/356547/ 
 but I can't figure out where the git repo is.
 
git://anongit.freedesktop.org/xorg/font/util

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Remapping Synaptics Touchpad

2010-02-04 Thread Julien Cristau
On Fri, Feb  5, 2010 at 00:28:07 +0100, Harald Braumann wrote:

 I don't use HAL but udev. How can I configure it there? Btw., thats 1.7.
 
Get rid of /lib/udev/rules.d/*synaptics.rules (can't remember the number
right now), or override it from /etc/udev/rules.d/.  (It's actually 1.7
+ an old version of the udev stuff on top.)

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] util-macros 1.4.2

2010-01-16 Thread Julien Cristau
Two behaviour changes in this minor release:
- XORG_INSTALL looks for the INSTALL file in $datadir/util-macros/
  instead of $docdir
- XORG_CHECK_MALLOC_ZERO doesn't abort when cross-compiling even without
  an explicit --{en,dis}able-malloc0returnsnull

Cheers,
Julien

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

Colin Watson (1):
  Use conservative default for malloc(0) when cross-compiling #24460

Gaetan Nadon (2):
  macros.m4.in: use backticks rather than $() for cmd subs
  configure.ac: use single statement for file generation

Julien Cristau (2):
  INSTALL doesn't belong in docdir, use pkgdatadir instead
  Bump to 1.4.2

git tag: util-macros-1.4.2

http://xorg.freedesktop.org/archive/individual/util/util-macros-1.4.2.tar.bz2
MD5:  69a93d21bc215f4b1b2b2db4125dee64  util-macros-1.4.2.tar.bz2
SHA1: e08f5aa8b1eab31898dbc9b082372e364120c254  util-macros-1.4.2.tar.bz2

http://xorg.freedesktop.org/archive/individual/util/util-macros-1.4.2.tar.gz
MD5:  2c496fc7aee605a0cbd145d9fb5b03ab  util-macros-1.4.2.tar.gz
SHA1: 10161451ddad7f7c6b0627943320dd49122ba949  util-macros-1.4.2.tar.gz



signature.asc
Description: Digital signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: please help - MIT-SHM extension XShmCreatePixmap issue

2010-01-15 Thread Julien Cristau
On Fri, Jan 15, 2010 at 14:02:13 -0500, mark wrote:

 Hello all,
 
 I've got a question regarding an error that I'm getting trying to
 communicate with the X server.  It seems my XShmCreatePixmap call is
 returning:
 
 *X Error of failed request:  BadImplementation (server does not
 implement operation)*
 
Your app doesn't seem to be using XShmQueryVersion().  Shared pixmaps
are optional, and your server/driver probably doesn't support them.
Your app needs to fall back to another method if XShmQueryVersion() says
that shared memory pixmaps aren't available.  (xdpyinfo -ext MIT-SHM
should help confirm this.)

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Intel driver problem

2010-01-05 Thread Julien Cristau
On Tue, Jan  5, 2010 at 10:09:47 +0100, Dirk De Becker wrote:

[...]
 (II) XINPUT: Adding extended input device Power Button (type: KEYBOARD)
 (**) Option xkb_rules evdev
 (**) Option xkb_model evdev
 (**) Option xkb_layout us
 (II) Dell Dell USB Keyboard: Close
 (II) UnloadModule: evdev
 (II) HID 04d9:1400: Close
 (II) UnloadModule: evdev
 (II) HID 04d9:1400: Close
 (II) UnloadModule: evdev
 (II) Power Button: Close
 (II) UnloadModule: evdev
 (II) Power Button: Close
 (II) UnloadModule: evdev

This log looks like X starts up fine, and then the session ends.  Are
you sure it's not your session crashing or terminating prematurely,
rather than an X problem?

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [PATCH v2] Don't smash the event_vec if num_events differs between lib and server.

2009-12-02 Thread Julien Cristau
On Fri, Nov 27, 2009 at 10:39:50 +0100, Julien Cristau wrote:

 On Fri, Nov 27, 2009 at 13:48:38 +1000, Peter Hutterer wrote:
 
  If the library extension thinks there's more events to an extension than the
  server actually has, the event_vec for the overlapping range can get
  overwritten. This depends on the initialization order of the libraries.
  
  Reported-by: Nathan Kidd
  Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
 
 Reviewed-by: Julien Cristau jcris...@debian.org
 
Sigh.  Now that I look again...  The ext_handlers[] array is shared by
all possible Displays you could pass in.  An app using more than one
will get broken data in there.

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [PATCH v2] Don't smash the event_vec if num_events differs between lib and server.

2009-11-27 Thread Julien Cristau
On Fri, Nov 27, 2009 at 13:48:38 +1000, Peter Hutterer wrote:

 If the library extension thinks there's more events to an extension than the
 server actually has, the event_vec for the overlapping range can get
 overwritten. This depends on the initialization order of the libraries.
 
 Reported-by: Nathan Kidd
 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

Reviewed-by: Julien Cristau jcris...@debian.org

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Changes to XInput Proto Number of Events Cause Xlib WireToEvent Vector Mismatch

2009-11-26 Thread Julien Cristau
On Thu, Nov 26, 2009 at 11:45:39 +1000, Peter Hutterer wrote:

 @@ -117,10 +118,51 @@ XExtDisplayInfo *XextAddDisplay (
   */
  if (dpyinfo-codes) {
   int i, j;
 + int idx = dpyinfo-codes-first_event  0x3f;
 +
 +
 + /* Xlib extensions use compiled in event numbers. A new library
 +  * against an older server may thus expect a different (higher)
 +  * number of events than the server will send. We have no way of
 +  * knowing the number of events for an extension, the server won't
 +  * tell us.
 +  *
 +  * Depending on the extension initialization order, this smashes the
 +  * event_vec[type] for anything after the extension with the
 +  * different number of events.
 +  *
 +  * e.g. server with inputproto 1.3 expects 15 events, libXi with
 +  * inputproto 2.0 expects 17 events.
 +  * base code is 80, events [80,96] are handled by libXi. events [95,
 +  * 96] belong to the next extension already though.
 +  * This requires XI to be initialized after the extension occupying
 +  * the next range of event codes.
 +  *
 +  * To avoid this, we have a zeroed out array of extension handlers.
 +  * If an extension handler for an event type is already set, and the
 +  * previous event code (before base_code) is the same extension, we
 +  * have the nevents conflict. Unset all those handlers and allow
 +  * overwriting them with the new handlers.
 + *
 + * If a handler for a (base + n) event is already set, stop
 + * registering this extension for the event codes.

there's some whitespace issues here...

 +  *
 +  * event_codes are subtracted by 64 since we don't need to worry
 +  * about core.
 +  */
 +
 + if (idx  ext_handlers[idx - 1] == ext_handlers[idx]) {
 + for (i = idx; i  idx + nevents; i++)
 + if (ext_handlers[idx - 1] == ext_handlers[i])
 + ext_handlers[i] = 0;
 + }

Shouldn't this loop actually look like:

for (i = idx; i  64; i++)
if (ext_handlers[idx - 1] == ext_handlers[i])
ext_handlers[i] = 0;
else
break;

Otherwise if extension1 registers events base to base+10, then
extension2 comes and registers events base+5 to base+7, there'll still
be some wrong values for base+8 to base+10, and extension3 will leave
them alone.

  
 - for (i = 0, j = dpyinfo-codes-first_event; i  nevents; i++, j++) {
 + for (i = 0, j = dpyinfo-codes-first_event; i  nevents; i++, j++, 
 idx++) {
 + if (ext_handlers[idx]) /* don't smash the following extension */
 + break;
   XESetWireToEvent (dpy, j, hooks-wire_to_event);
   XESetEventToWire (dpy, j, hooks-event_to_wire);
 + ext_handlers[idx] = dpyinfo-codes-first_event  0x3f;
   }
  
  /* register extension for XGE */

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: xinput: Do I want xorg.conf? Do I want hal? Do I want udev?

2009-11-26 Thread Julien Cristau
On Thu, Nov 26, 2009 at 07:14:16 -0500, Tom Horsley wrote:

 I see that I get dbus system messages when I plug or unplug a
 mouse or keyboard. Is the grand plan to have a per user daemon
 listening for these and re-applying xinput settings when they
 show up? Does this daemon exist already and I just don't know
 its name? Do we really need yet another daemon? How long before
 linux runs out of PIDs? :-).
 
AFAIK that daemon exists and is called gnome-settings-daemon.

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Changes to XInput Proto Number of Events Cause Xlib WireToEvent Vector Mismatch

2009-11-25 Thread Julien Cristau
On Wed, Nov 25, 2009 at 16:42:59 -0500, Nathan Kidd wrote:

 Hi,
 
 In the last few years inputproto's number of events (IEVENTS) has jumped
 around quite a bit between 15 and 19, which has resulted in the
 following issue I've recently became aware of:
 
 E.g.
 
 1. xserver is built from inputproto with IEVENTS as 15 (e.g. SLES 10)
 15 is statically compiled into xserver.
 2. libXi is built some time later with IEVENTS as 17 (e.g. Fedora 11)
 17 is statically compiled into libXi.
 3. xclient runs on machine with new libXi
   xclient - QueryExtension(XKEYBOARD)
   xserver - event base 100
   xlib sets event_vec[100] to an xkeyboard WireToEvent function
   xclient - QueryExtension(XInputExtension)
   xserver - event base 85
   xlib sets event_vec[85 .. 85 + 17] xinput WireToEvent function, i.e.
 OVERWRITES xkeyboard's WireToEvent proc because xserver only allowed for
 15 events between the event bases, since that's all it knew about when
 it was built.
 4. the wrong WireToEvent function get's used on subsequent XKEYBOARD events
 
 On standard x.org the results aren't actually that terrible: XKEYBOARD
 and LBX have their event bases right after XInputExtension so they're
 the ones that get clobbered.  Since nobody uses LBX there's no effect,
 and XKEYBOARD seems to a) either not be very noticable when it fails b)
 not be used so often in conjunction with XInputExtension, or c) my
 googling just can't turn up any complaints.  If you juggle around the
 extensions (e.g. disable in xorg.conf) you can end up clobbering more
 important/sensitive extension events with far worse results (here XFIXES
 was after XInputExtension, triggering a segv in most gtk2 applications).
 
This sounds like it could be the cause of http://bugs.debian.org/515946
and/or http://bugs.debian.org/515734 which were reported by people
using Xserver 1.4 with libXi 1.2, but were never diagnosed properly.

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] xorg-cf-files 1.0.3

2009-10-16 Thread Julien Cristau
On Fri, Oct 16, 2009 at 08:59:49 -0700, walt wrote:

 Of the three signed posts you made dated 10/14, this is the only one
 that passes my mail client's gpg sig test.
 
 I exported your xclipboard message to disk as an example:
 
 $gpg --verify xclipboard\ 1.1.0.eml
 gpg: Signature made Wed 14 Oct 2009 10:48:55 PM PDT using DSA key ID 1F2D130E
 gpg: BAD signature from Alan Coopersmith alan.coopersm...@sun.com
 
 Is anyone else having this problem?
 
[-- PGP output follows (current time: Fri Oct 16 18:23:41 2009) --]
gpg: Signature made Thu Oct 15 07:48:55 2009 CEST using DSA key ID 1F2D130E
gpg: please do a --check-trustdb
gpg: Good signature from Alan Coopersmith alan.coopersm...@sun.com
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the owner.
Primary key fingerprint: 4A19 3C06 D35E 7C67 0FA4  EF0B A2FB 9E08 1F2D 130E
[-- End of PGP output --]

Looks just fine here.

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: invisible cursor when switching to vga output on Intel with xrandr

2009-10-13 Thread Julien Cristau
On Tue, Oct 13, 2009 at 14:17:06 +0200, Jelle de Jong wrote:

 Rebooted my system. While the screen output behaves differently xrandr 
 is unable to switch to my VGA monitor. When I change the modeset back to 
 zero I am able to switch to the VGA monitor.
 
What do you mean by unable to switch to my VGA monitor?  What does
xrandr --verbose report with KMS?  One difference with UMS is that the
output name will probably be VGA1 instead of VGA.

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: xorg-macros too old

2009-09-27 Thread Julien Cristau
On Sun, Sep 27, 2009 at 16:29:40 +0200, Fabrice DELENTE wrote:

 checking if xorg-macros used to generate configure is at least 1.2...
 configure: error: configure built with too old of a version of
 xorg-macros.m4 - requires version 1.1.0 or newer
 
 however I had installed util-macros-1.3.0 in /test/intel/dist:
 
 $ ls /test/intel/dist/share/aclocal/xorg-macros.m4  
 /test/intel/dist/share/aclocal/xorg-macros.m4
 
 How can I tell autogen.sh to use the new xorg-macros.m4? I tried giving -B
 /test/intel/dist/share/aclocal to autoreconf in autogen.sh, but it seems it
 didn't work...
 
Run autoreconf with ACLOCAL=aclocal -I/test/intel/dist/share/aclocal

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] libpthread-stubs 0.2

2009-09-23 Thread Julien Cristau
On Wed, Sep 23, 2009 at 13:13:04 +0200, Arkadiusz Miskiewicz wrote:

 On Wednesday 23 of September 2009, Julien Danjou wrote:
  Samuel Thibault (1):
Provide sem_* functions
 
 configure:11001: x86_64-pld-linux-gcc -o conftest -O2 -fno-strict-aliasing -
 fwrapv -march=x86-64 -gdwarf-2 -g2  -D_FORTIFY_SOURCE=2  -Wl,--as-needed -Wl,-
 z,relro -Wl,-z,combreloc  conftest.c  5
 /home/users/arekm/tmp/ccuskjrG.o: In function `main':
 /home/users/arekm/rpm/BUILD/libpthread-stubs-0.2/conftest.c:69: undefined 
 reference to `sem_init'
 
 but sem_init is in libpthread.so library which configure.ac test doesn't link 
 to.
 
 This causes libpthread-stubs.so.* to be produced on Linux when it's 
 unnecessary.
 
 Also even if this is fixed resulting *.pc doesn't contain -pthread flag for 
 cppflags/ldflags where it should IMO.

No, not linking with -lpthread is the whole point of the stubs.
libpthread-stubs contains weak versions of these symbols that libraries
can use without adding the whole threading overhead for single threaded
apps.

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] xf86-video-vmware 10.16.8

2009-09-09 Thread Julien Cristau
mutt tells me:
[-- PGP output follows (current time: Wed Sep  9 10:17:58 2009) --]
gpg: Signature made Wed Sep  9 07:24:46 2009 CEST using DSA key ID 6A75682E
gpg: BAD signature from Philip Langdale (Work address) plangd...@vmware.com
[-- End of PGP output --]

Is anyone else able to verify the signature?

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] xf86-video-vmware 10.16.8

2009-09-09 Thread Julien Cristau
On Wed, Sep  9, 2009 at 01:29:16 -0700, Philip Langdale wrote:

 Eh. Apparently it got mangled at some point. All of the git log entries are 
 indented an extra space in
 the email. Really can't say how that happened.
 
 I'll resend. (And you can delete those spaces and verify manually :-P )
 
Indeed, removing one space from each log entry works.  Same issue with
the resend though.

Thanks,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] rstart 1.0.3

2009-08-02 Thread Julien Cristau
James Cloos (3):
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings
  Replace static ChangeLog with dist-hook to generate from git log

Julien Cristau (1):
  Bump to 1.0.3

Kean Johnston (1):
  Don't use absolute pathnames when copying from ${srcdir}.

Paulo Cesar Pereira de Andrade (2):
  VPATH build correction and s/git-/git /.
  Ansification and compile warning fixes.

git tag: rstart-1.0.3

http://xorg.freedesktop.org/archive/individual/app/rstart-1.0.3.tar.bz2
MD5: e09c14cf1ac78260f95a9aa45bccab4c  rstart-1.0.3.tar.bz2
SHA1: 253ebb330f5cb2b49711e04ae0ad8a659e854244  rstart-1.0.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/app/rstart-1.0.3.tar.gz
MD5: 633f2f2a7c74a92e3feb609458961dd8  rstart-1.0.3.tar.gz
SHA1: 76b5ab257508dbe9c7e9962ea02554a5c7637d2f  rstart-1.0.3.tar.gz
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] rstart 1.0.3

2009-08-02 Thread Julien Cristau
James Cloos (3):
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings
  Replace static ChangeLog with dist-hook to generate from git log

Julien Cristau (1):
  Bump to 1.0.3

Kean Johnston (1):
  Don't use absolute pathnames when copying from ${srcdir}.

Paulo Cesar Pereira de Andrade (2):
  VPATH build correction and s/git-/git /.
  Ansification and compile warning fixes.

git tag: rstart-1.0.3

http://xorg.freedesktop.org/archive/individual/app/rstart-1.0.3.tar.bz2
MD5: e09c14cf1ac78260f95a9aa45bccab4c  rstart-1.0.3.tar.bz2
SHA1: 253ebb330f5cb2b49711e04ae0ad8a659e854244  rstart-1.0.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/app/rstart-1.0.3.tar.gz
MD5: 633f2f2a7c74a92e3feb609458961dd8  rstart-1.0.3.tar.gz
SHA1: 76b5ab257508dbe9c7e9962ea02554a5c7637d2f  rstart-1.0.3.tar.gz
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] rstart 1.0.3

2009-08-02 Thread Julien Cristau
Signed, this time.  Sorry for the noise.

Cheers,
Julien

James Cloos (3):
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings
  Replace static ChangeLog with dist-hook to generate from git log

Julien Cristau (1):
  Bump to 1.0.3

Kean Johnston (1):
  Don't use absolute pathnames when copying from ${srcdir}.

Paulo Cesar Pereira de Andrade (2):
  VPATH build correction and s/git-/git /.
  Ansification and compile warning fixes.

git tag: rstart-1.0.3

http://xorg.freedesktop.org/archive/individual/app/rstart-1.0.3.tar.bz2
MD5: e09c14cf1ac78260f95a9aa45bccab4c  rstart-1.0.3.tar.bz2
SHA1: 253ebb330f5cb2b49711e04ae0ad8a659e854244  rstart-1.0.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/app/rstart-1.0.3.tar.gz
MD5: 633f2f2a7c74a92e3feb609458961dd8  rstart-1.0.3.tar.gz
SHA1: 76b5ab257508dbe9c7e9962ea02554a5c7637d2f  rstart-1.0.3.tar.gz


signature.asc
Description: Digital signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Problem starting X server on debian lenny

2009-07-13 Thread Julien Cristau
On Mon, Jul 13, 2009 at 11:14:10 -0700, Justin P. Mattock wrote:

  From looking at this:
 
 (II) intel(0): EDID for output VGA
 (II) intel(0): Output VGA disconnected
 (EE) intel(0): No valid modes.
 (II) UnloadModule: intel
 (II) UnloadModule: vgahw
 (II) Unloading /usr/lib/xorg/modules//libvgahw.so
 (II) UnloadModule: vbe
 (II) Unloading /usr/lib/xorg/modules//libvbe.so
 (II) UnloadModule: int10
 (II) Unloading /usr/lib/xorg/modules//libint10.so
 (EE) Screen(s) found, but none have a usable configuration.
 
 somehow the xserver is not recognizing the module
 from the kernel, do you have it loaded?

No, this has nothing to do with kernel modules.  The driver just doesn't
seem to detect any connected monitors.

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [PATCH] Xext: return BadValue for XTestFakeInput on unsupported capabilities.

2009-07-03 Thread Julien Cristau
On Fri, Jul  3, 2009 at 13:41:05 +1000, Peter Hutterer wrote:

  case XI_ProximityIn:
  case XI_ProximityOut:
 +if (!dev-proximity)
 +{
 +client-errorValue = ev-u.u.type;
 +return BadValue;
 +}
 +break;
  break;

No need to add a second break here :)

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] xorg-server 1.6.1.902

2009-06-30 Thread Julien Cristau
On Tue, Jun 30, 2009 at 19:09:00 +1000, Dave Airlie wrote:

 The DRI2BufferRec changes size (adds a new int format), the driver
 mallocs an array of these,
 so you are probably pwned in that case.
 
 I think the extension of DRI2InfoRec is probably okay, if the server
 checks the version.
 
DRI2ScreenInit bails out if the driver was built with the old
DRI2InfoRec version, so in that case the DRI2BufferRec mallocs shouldn't
happen, unless I'm missing something.

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: xserver: Branch 'server-1.6-branch' - 10 commits

2009-06-30 Thread Julien Cristau
On Wed, Jun 24, 2009 at 13:34:57 +0200, Brice Goglin wrote:

 Hello Ian,
 
 This backport breaks the ABI (somewhere between 4cb4c210 and 6be19e8f, I
 couldn't finish the bisect). The server reproducibly freezes a couple
 seconds after Gnome startup with Intel 2.7.99.901, KMS and 2.6.30 on
 i945. Rebuildind the Intel driver against updated Xserver and DRI2 proto
 fixes the problem.
 
This might not actually be due to ABI breakage, but mostly exposing an
xf86-video-intel bug.  When running a server without these changes, and
xf86-video-intel hacked to disable dri2 on kms, the server crashes in
libdrm_intel::drm_intel_gem_bo_alloc_internal(), i.e. the same thing
that happens with the updated server, where DRI2ScreenInit() bails out.

I haven't tried driver 2.7.1 or UMS.

Hope this helps,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] xf86-video-newport 0.2.2

2009-05-14 Thread Julien Cristau
Adam Jackson (1):
  Use no bus, not ISA

Alan Coopersmith (1):
  Remove xorgconfig  xorgcfg from See Also list in man page

Brice Goglin (1):
  Define NEWPORT_*_VERSION using PACKAGE_VERSION_*

James Cloos (2):
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings

Julien Cristau (2):
  Bug#11761: Fix xaa initialization
  Bump to 0.2.2

Matthieu Herrb (1):
  Makefile.am: nuke RCS Id

git tag: xf86-video-newport-0.2.2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-newport-0.2.2.tar.bz2
MD5: 92d7d807cb70d3c1b9e716fb6d0d24df  xf86-video-newport-0.2.2.tar.bz2
SHA1: f6d8d3134bda3a0037d8bb511cf5b8a2b0851afc  xf86-video-newport-0.2.2.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-newport-0.2.2.tar.gz
MD5: e9fa62b24e1929280bb9b8a47a87dd0b  xf86-video-newport-0.2.2.tar.gz
SHA1: 321aff79a7a9015a79fb49e434c7a6838219d7ce  xf86-video-newport-0.2.2.tar.gz



signature.asc
Description: Digital signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: XF86VidModeSetGammaRamp documentation

2009-05-05 Thread Julien Cristau
On Tue, May  5, 2009 at 12:57:43 -0500, tsuraan wrote:

 The man page for XF86VidModeSetGammaRamp says to check the source for
 info on how to use it.  Where can I find this source?  On my system,
 the function is declared in X11/extensions/xf86vmode.h, which is a
 member of the xf86vidmodeproto package, but that source tarball
 doesn't contain any actual source files.  I can find references to
 SetGammaRamp in the xorg-server source, but at that point the actual
 arguments to the client-side function are lost, so I still have no
 idea how to call the function.  Any pointers would be much
 appreciated.

The source is at
http://cgit.freedesktop.org/xorg/lib/libXxf86vm/tree/src/XF86VMode.c#n1057

I'm not sure how much this helps though...

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: AllowEmptyInput and HAL

2009-05-05 Thread Julien Cristau
On Tue, May  5, 2009 at 18:58:21 +0100, Phil Endecott wrote:

 Still battling with this.  Help!  Some new details below.
 
Do you run xmodmap to somehow change the keymap?

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] xf86-video-suncg14 1.1.1

2009-05-04 Thread Julien Cristau
Some minor cleanups, documentation updates from Alan, and a build fix
for xserver 1.6.

Adam Jackson (1):
  Uninclude xf86Version.h

Alan Coopersmith (4):
  Replace references to XFree86/XF86Config in man page
  renamed: .cvsignore - .gitignore
  Remove xorgconfig  xorgcfg from See Also list in man page
  Add README with pointers to mailing list, bugzilla  git repos

Brice Goglin (1):
  Define CG14_*_VERSION using PACKAGE_VERSION*

Julien Cristau (1):
  Bump to 1.1.1

Matthieu Herrb (1):
  Makefile.am: nuke RCS Id

git tag: xf86-video-suncg14-1.1.1

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-suncg14-1.1.1.tar.bz2
MD5: 8e4bd0a6b155cb861356e7430d667aee  xf86-video-suncg14-1.1.1.tar.bz2
SHA1: 07f6d354b42c0e13a440e3d844c5039852046d1f  xf86-video-suncg14-1.1.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-suncg14-1.1.1.tar.gz
MD5: b6155e28a75477fd0c4f2e42428f50dd  xf86-video-suncg14-1.1.1.tar.gz
SHA1: f0fa035fd59ca57c02e098b8bb1ee314bdb107c6  xf86-video-suncg14-1.1.1.tar.gz


signature.asc
Description: Digital signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xf86-video-suncg6 1.1.1

2009-05-04 Thread Julien Cristau
Minor cleanups and bug fix, some documentation, and a build fix for
server 1.6.

Adam Jackson (1):
  Uninclude xf86Version.h

Alan Coopersmith (4):
  Replace references to XFree86/XF86Config in man page
  renamed: .cvsignore - .gitignore
  Remove xorgconfig  xorgcfg from See Also list in man page
  Add README with pointers to mailing list, bugzilla  git repos

Brice Goglin (1):
  Define CG6_*_VERSION using PACKAGE_VERSION*

David Nusinow (1):
  Request 8bpp depth from the server

Julien Cristau (1):
  Bump to 1.1.1

Matthieu Herrb (1):
  Makefile.am: nuke RCS Id

git tag: xf86-video-suncg6-1.1.1

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-suncg6-1.1.1.tar.bz2
MD5: bc9904a9129aaf73408568ae1e2fa65f  xf86-video-suncg6-1.1.1.tar.bz2
SHA1: 07cd173f834f38582823800011731783bc648332  xf86-video-suncg6-1.1.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-suncg6-1.1.1.tar.gz
MD5: 94b26fcda051248d433b7a17f4c8201b  xf86-video-suncg6-1.1.1.tar.gz
SHA1: e7db32f5f93f6fa2393b096872d32b28fe5b7130  xf86-video-suncg6-1.1.1.tar.gz


signature.asc
Description: Digital signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xf86-video-suntcx 1.1.1

2009-05-04 Thread Julien Cristau
Adam Jackson (1):
  Uninclude xf86Version.h

Alan Coopersmith (4):
  modified: man/suntcx.man
  renamed: .cvsignore - .gitignore
  Remove xorgconfig  xorgcfg from See Also list in man page
  Add README with pointers to mailing list, bugzilla  git repos

Brice Goglin (1):
  Define TCX_*_VERSION using PACKAGE_VERSION*

Julien Cristau (1):
  Bump to 1.1.1

Matthieu Herrb (1):
  Makefile.am: nuke RCS Id

git tag: xf86-video-suntcx-1.1.1

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-suntcx-1.1.1.tar.bz2
MD5: b064a8d2f3d481ec36ef9ac17e13a77d  xf86-video-suntcx-1.1.1.tar.bz2
SHA1: 6cc5e1da23b92ca47a050d7e3c96b31e27a24cf2  xf86-video-suntcx-1.1.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-suntcx-1.1.1.tar.gz
MD5: 011d867f0d33dd7b74c0656f48a33842  xf86-video-suntcx-1.1.1.tar.gz
SHA1: 3409bff7113c4d6c68ff8ff1b2b730999c2fd1ab  xf86-video-suntcx-1.1.1.tar.gz


signature.asc
Description: Digital signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


  1   2   >