[ANNOUNCE] xorg-server 1.9.4

2011-02-04 Thread Jeremy Huddleston
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

xorg-server-1.9.4 is the fourth service release of the stable 1.9 server
branch.  With 1.10 around the corner, we have likely one more release
before the branch retires.  I'll be sending out a schedule for that
later this week.

There are no changes from 1.9.3.902. What follows are a list of changes
from 1.9.3 to 1.9.4.

Adam Jackson (1):
  x86emu: Fix more mis-decoding of the data prefix

Christopher James Halse Rogers (2):
  Xext: Fix edge case with {Positive, Negative}Transition triggers.
  IDLETIME: Fix edge-case in IdleTimeBlockHandler

Daniel Stone (1):
  GetTimeInMillis: Use CLOCK_MONOTONIC_COARSE where available

Eoghan Sherry (1):
  Xi: Fix master button update when slave buttons are mapped. #24887

James Jones (1):
  Add and use SERVER_SYNC_*_VERSION

Jeremy Huddleston (10):
  XQuartz: Just NSBeep() for XBell()
  XQuartz GL: Add $(GL_CFLAGS) to CFLAGS
  XQuartz: Update copyright dates in bundle's plist
  xorg-server 1.9.3.901 (1.9.4 RC1)
  XQuartz: Bump version string to 2.6.1
  XQuartz: Call RRScreenSizeNotify after handling externally-generated 
XP_EVENT_DISPLAY_CHANGED
  XQuartz: Use the default signal handler
  XQuartz: Localization Updates
  xorg-server 1.9.3.902
  xorg-server 1.9.4

Jörn Horstmann (1):
  Add EDID quirk for HP Compaq nc8430.

Michel Dänzer (2):
  EXA: Fix crash with fill using 1x1 tile of depth  8 (bug #24703).
  EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803).

Oliver McFadden (1):
  dix: GetPointerEvents: added valuator range checking

Pauli Nieminen (4):
  render: Don't filter 0 return from GetTimeInMillis
  os: Fix a memory leak
  udev: Fix removing of the wake up handler
  mi: Fix the debug message

Peter Hutterer (3):
  mi: handle DGA subtypes when determining the master device.
  test: compare byte padding macros against the expected bytes.
  test: reduce range of byte-padding macro tests.

Tiago Vignatti (1):
  randr: check for virtual size limits before set crtc

Ville Syrjälä (2):
  dri2: Don't page flip when the window size doesn't match the pixmap size
  xfree86/modes: Take rotation into account when checking mode size

Zhao Yakui (1):
  edid: Fix incorrect timings for VIC61

git tag: xorg-server-1.9.4

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.9.4.tar.bz2
MD5:  040f091dfdfb4e335116eb0032cc690b  xorg-server-1.9.4.tar.bz2
SHA1: e8d5776fe973f15c0e907fd827106f8d296acf7e  xorg-server-1.9.4.tar.bz2

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.9.4.tar.gz
MD5:  9cced178b00e18f114de53ec12388352  xorg-server-1.9.4.tar.gz
SHA1: 951d9e8cfadc5eb06c70f7bb0d0e38fd28ec89c6  xorg-server-1.9.4.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)

iD8DBQFNTFwDjC1Anjf1NmMRAlBKAJ9z4Cr8SNkLCIoegHK2F9krYwpxBACcCTYw
eNNBr/GDFDogBBRxpjyv6z8=
=OisS
-END PGP SIGNATURE-

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


Re: [ANNOUNCE] xf86-video-ati 6.14.0

2011-02-04 Thread Paul Bender

Just a heads up.

While the configure script allows compilation against xorg-server 1.6.2, 
the code depends on the xorg-server #define 
MONITOR_EDID_COMPLETE_RAWDATA, which was not introduced until after 1.6.2.


This was solved in the intel driver by adding the following

/* remain compatible to xorg-server 1.6 */
#ifndef MONITOR_EDID_COMPLETE_RAWDATA
#define MONITOR_EDID_COMPLETE_RAWDATA EDID_COMPLETE_RAWDATA
#endif

In addition, the usage is not consistent. The radeon_output.c file and 
the atombios_output.c file use the deprecated EDID_COMPLETE_RAWDATA. 
However, the drmmode_display.c file uses MONITOR_EDID_COMPLETE_RAWDATA.

___
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


Xorg in Emdebian

2011-02-04 Thread PREMRAJ SV
Hello all,
I am very new to this mailing list. Glad to be here. I am
working with Emdebian porting into Samusung development board- Mini2440.
Ported Xorg successfully. I am using touchscreen library tslib. I am trying
to connect tslib device driver and X. I am using squeeze version of Debian.
My udev device manager uses xorg.conf.d directory to configure input
devices. My touchscreen resolution is not perfect and my cursor runs in
different place, if I touch it on some other place. How should I link X and
tslib perfectly with correct calibration. Any suggestion would be highly
helpful. Thank you.
___
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] xorg-server 1.9.4

2011-02-04 Thread Jeremy Huddleston
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

xorg-server-1.9.4 is the fourth service release of the stable 1.9 server
branch.  With 1.10 around the corner, we have likely one more release
before the branch retires.  I'll be sending out a schedule for that
later this week.

There are no changes from 1.9.3.902. What follows are a list of changes
from 1.9.3 to 1.9.4.

Adam Jackson (1):
  x86emu: Fix more mis-decoding of the data prefix

Christopher James Halse Rogers (2):
  Xext: Fix edge case with {Positive, Negative}Transition triggers.
  IDLETIME: Fix edge-case in IdleTimeBlockHandler

Daniel Stone (1):
  GetTimeInMillis: Use CLOCK_MONOTONIC_COARSE where available

Eoghan Sherry (1):
  Xi: Fix master button update when slave buttons are mapped. #24887

James Jones (1):
  Add and use SERVER_SYNC_*_VERSION

Jeremy Huddleston (10):
  XQuartz: Just NSBeep() for XBell()
  XQuartz GL: Add $(GL_CFLAGS) to CFLAGS
  XQuartz: Update copyright dates in bundle's plist
  xorg-server 1.9.3.901 (1.9.4 RC1)
  XQuartz: Bump version string to 2.6.1
  XQuartz: Call RRScreenSizeNotify after handling externally-generated 
XP_EVENT_DISPLAY_CHANGED
  XQuartz: Use the default signal handler
  XQuartz: Localization Updates
  xorg-server 1.9.3.902
  xorg-server 1.9.4

Jörn Horstmann (1):
  Add EDID quirk for HP Compaq nc8430.

Michel Dänzer (2):
  EXA: Fix crash with fill using 1x1 tile of depth  8 (bug #24703).
  EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803).

Oliver McFadden (1):
  dix: GetPointerEvents: added valuator range checking

Pauli Nieminen (4):
  render: Don't filter 0 return from GetTimeInMillis
  os: Fix a memory leak
  udev: Fix removing of the wake up handler
  mi: Fix the debug message

Peter Hutterer (3):
  mi: handle DGA subtypes when determining the master device.
  test: compare byte padding macros against the expected bytes.
  test: reduce range of byte-padding macro tests.

Tiago Vignatti (1):
  randr: check for virtual size limits before set crtc

Ville Syrjälä (2):
  dri2: Don't page flip when the window size doesn't match the pixmap size
  xfree86/modes: Take rotation into account when checking mode size

Zhao Yakui (1):
  edid: Fix incorrect timings for VIC61

git tag: xorg-server-1.9.4

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.9.4.tar.bz2
MD5:  040f091dfdfb4e335116eb0032cc690b  xorg-server-1.9.4.tar.bz2
SHA1: e8d5776fe973f15c0e907fd827106f8d296acf7e  xorg-server-1.9.4.tar.bz2

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.9.4.tar.gz
MD5:  9cced178b00e18f114de53ec12388352  xorg-server-1.9.4.tar.gz
SHA1: 951d9e8cfadc5eb06c70f7bb0d0e38fd28ec89c6  xorg-server-1.9.4.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)

iD8DBQFNTFwDjC1Anjf1NmMRAlBKAJ9z4Cr8SNkLCIoegHK2F9krYwpxBACcCTYw
eNNBr/GDFDogBBRxpjyv6z8=
=OisS
-END PGP SIGNATURE-

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


Re: Distributed Multihead X

2011-02-04 Thread tom fogal
Enrico Weigelt weig...@metux.de writes:
 * tom fogal tfo...@sci.utah.edu schrieb:
 
  We're pretty sure the issue started coming up when we began
  dlopen()ing the OpenGL library.  The problem appears to be getting
  NULL function pointers when glXGetProcAddressARB'ing some or all
  OpenGL functions (though I'll note that I do not have access to the
  failing system -- however we've seen that crash many times before
  and the crash report is consistent).

 What's the exact reason for using dlopen() ?

Our application uses multiple OpenGL implementations.  We don't know
which one to use until we've parsed command line arguments.

-tom
___
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


Brain-Wracking Configurations

2011-02-04 Thread Justin Briggs
I'm trying to configure XOrg 7.4 to use the dvorak keyboard layout with  
the macbook79 model, and am having absolutely no success. I've tried all  
kinds of options in 10-evdev.conf as well as xorg.conf and have no idea  
how the newer configuration system works. I had no problems getting all  
set up 2 or 3 years ago.

___
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: Brain-Wracking Configurations

2011-02-04 Thread Dan Nicholson
On Fri, Feb 4, 2011 at 2:29 PM, Justin Briggs red.kenn...@gmail.com wrote:
 I'm trying to configure XOrg 7.4 to use the dvorak keyboard layout with the
 macbook79 model, and am having absolutely no success. I've tried all kinds
 of options in 10-evdev.conf as well as xorg.conf and have no idea how the
 newer configuration system works. I had no problems getting all set up 2 or
 3 years ago.

Can you send your Xorg log? Can you attach your xorg.conf? This is the
expected way I'd do it:

Section InputClass
Identifier Keyboard Settings
MatchIsKeyboard yes
Option XkbLayout dvorak
Option XkbModel macbook79
EndSection

--
Dan
___
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