Is there any client program which can test what extension the server support?

2011-11-17 Thread Adam Q
Sorry for disturbing everyone. May someone tell me is there any client program that can test what extension the X server supports? I try X -extension XX command,it just shows the extensions that can be run-time disabled. However I am going to test another X server which runs in windows and seems

Re: Is there any client program which can test what extension the server support?

2011-11-17 Thread Tormod Volden
On Thu, Nov 17, 2011 at 1:36 PM, Adam Q wrote: Sorry for disturbing everyone. May someone tell me is there any client program that can test what extension the X server supports? xdpyinfo Regards, Tormod ___ xorg@lists.freedesktop.org: X.Org support

Re: Simple test

2011-02-25 Thread gene heskett
On Friday, February 25, 2011 02:47:47 pm Pat Kane did opine: Hi Gene, Could run these simple tests: ssh -Y -l gene shop xdpyinfo About 1000 lines of output, I didn't note any errors, how much of it do you need? Here is the first 150 or so lines: gene@shop:~$ xdpyinfo name of

[drm:r600_ring_test] *ERROR* radeon: ring test failed (scratch(0x8504)=0xCAFEDEAD)

2011-02-15 Thread Dan
radeon firmware Now I'm getting: [ 44.612719] [drm:r600_ring_test] *ERROR* radeon: ring test failed (scratch(0x8504)=0xCAFEDEAD) [ 44.612724] radeon :01:05.0: disabling GPU acceleration ... and obviously 3D accel is no longer working. I've also tried with a 2.6.36 kernel with modesetting

ping (test: ignore)

2011-02-12 Thread Kai-Uwe Behrmann
Sorry for the noice. kind regards, Kai-Uwe ___ 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

Bounce test – please ignore

2010-05-27 Thread Tollef Fog Heen
Hi, somebody on this list appears to forward their mail to a ticketing system which spams everybody who mails the list. Earlier attempts at working out who the responsible part is has failed, so I have modified mailman a little bit to prepend the recipient to the subject field. Hopefully this

Re: Bounce test – please ignore

2010-05-27 Thread Tollef Fog Heen
]] Tollef Fog Heen | Ok, I did a silly error in that patch to mailman, hopefully the second | try should work. Again, sorry for the noise. I just found the address and unsubscribed it, so you should no longer see mails from a ticketing system when you mail x...@. -- Tollef Fog Heen UNIX is

Re: [PATCH] dri2: Fix order of operations issue in __glXdriSwapEvent test.

2010-01-24 Thread Keith Packard
On Thu, 21 Jan 2010 10:31:04 -0800, Eric Anholt e...@anholt.net wrote: -if (!drawable-eventMask GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK) +if (!(drawable-eventMask GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK)) Reviewed-by: Keith Packard kei...@keithp.com I'll note that using 'drawable' as a name

test

2009-11-22 Thread Charmaine Brugnoli
test ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [PATCH] xrandr: Remove test against RANDR_MAJOR/RANDR_MINOR, already done by configure script

2009-11-17 Thread Rémi Cardona
they are not in sync so it's safer to rely on checks made by configure script through pkg-config. In my test case, XRRPanning structure is not defined in Xrandr.h, RANDR_MAJOR is 1 and RANDR_MINOR 2 but xrandr.c try to use it anyway. (for the record, XRRPanning was added in libXrandr-1.2.91). Pushed

How to test contribute my kbd layout, in xkb, for Tamil?

2009-11-07 Thread veerasami
: Hi all, I'm interested to contribute a keyboard map, in Unicode, for the Tamil language, called VUTAM Type_As_You_Write. Even though in the present encoding scheme of Unicode, for tamil, it requires an intelligent KBD driver, for the time being it could be restricted to the present

Re: How to test contribute my kbd layout, in xkb, for Tamil?

2009-11-07 Thread Alan Coopersmith
veerasami wrote: I'm interested to contribute a keyboard map, in Unicode, for the Tamil language, called VUTAM Type_As_You_Write. X.Org no longer maintains keyboard maps, but relies on those provided by our sister project xkeyboard-config:

Re: How to test contribute my kbd layout, in xkb, for Tamil?

2009-11-07 Thread veerasami
To: veerasami v.ramas...@gmail.com Cc: xorg xorg@lists.freedesktop.org Subject: Re: How to test contribute my kbd layout, in xkb, for Tamil? Date: Sat, 07 Nov 2009 08:35:58 -0800 veerasami wrote: I'm interested to contribute a keyboard map, in Unicode, for the Tamil language, called VUTAM

Re: [PATCH] xrandr: Remove test against RANDR_MAJOR/RANDR_MINOR, already done by configure script

2009-11-04 Thread Rémi Cardona
they are not in sync so it's safer to rely on checks made by configure script through pkg-config. In my test case, XRRPanning structure is not defined in Xrandr.h, RANDR_MAJOR is 1 and RANDR_MINOR 2 but xrandr.c try to use it anyway. (for the record, XRRPanning was added in libXrandr-1.2.91). configure.ac

My savage test machine is now dead - last resend of patches

2009-05-19 Thread Alex Villací­s Lasso
or test patches for the savage driver. Attached are the last two patches that were not yet committed to the git repository. I am resending them because after all this time, the git commit access I requested was still not granted (but is now useless). -- perl -e '$x=2.3;printf(%.0f + %.0f = %.0f

XORG_MACROS_VERSION test is filled with hate

2009-01-20 Thread Ian Romanick
commit changes to the build system even test that their changes continue to build? About once a month I have to chase down a build failure caused by something stupid. It's really frustrating. signature.asc Description: This is a digitally signed message part

Re: XORG_MACROS_VERSION test is filled with hate

2009-01-20 Thread Dan Nicholson
On Tue, Jan 20, 2009 at 11:28 AM, Ian Romanick i...@freedesktop.org wrote: I think these lines, when added to configure.ac don't do what they're intended to do: m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])])

Re: XORG_MACROS_VERSION test is filled with hate

2009-01-20 Thread Ian Romanick
On Tue, 2009-01-20 at 11:28 -0800, Ian Romanick wrote: I run autogen.sh in, for example, app/rendercheck as: CC=gcc ACLOCAL=aclocal -I /opt/xorg-master-x86_64/share/aclocal sh ./autogen.sh --prefix=/opt/xorg-master-x86_64 --libdir=/opt/xorg-master-x86_64/lib64 --disable-dmx --disable-xvfb

Re: XORG_MACROS_VERSION test is filled with hate

2009-01-20 Thread Ian Romanick
On Tue, 2009-01-20 at 11:48 -0800, Dan Nicholson wrote: On Tue, Jan 20, 2009 at 11:37 AM, Ian Romanick i...@freedesktop.org wrote: On Tue, 2009-01-20 at 11:28 -0800, Ian Romanick wrote: I run autogen.sh in, for example, app/rendercheck as: CC=gcc ACLOCAL=aclocal -I

Re: How to test GLX performance?

2009-01-15 Thread Nikos Chantziaras
Alan James Caruana wrote: Hi, I am writing an X Server for the company I work for, and I have implemented the GLX extension. I know that it works because 'glxinfo' gives output, 'glxgears' works, and some sample GLX programs I downloaded also do work, but now I want to test

How to test GLX performance?

2009-01-15 Thread Alan James Caruana
Hi, I am writing an X Server for the company I work for, and I have implemented the GLX extension. I know that it works because 'glxinfo' gives output, 'glxgears' works, and some sample GLX programs I downloaded also do work, but now I want to test for performance. What programs/methods exist

Re: xinput test crashes server when touchpad clicked

2008-11-28 Thread Magnus Kessler
On Thursday 27 November 2008, Peter Hutterer wrote: On Thu, Nov 27, 2008 at 11:49:58AM +, Magnus Kessler wrote: Tested-by: Magnus Kessler [EMAIL PROTECTED] That patch works fine for me. Thanks for fixing this. However, I see that the same unchecked access to p-key-xkbInfo exists

Re: xinput test crashes server when touchpad clicked

2008-11-27 Thread Magnus Kessler
On Wednesday 26 November 2008, Peter Hutterer wrote: On Wed, Nov 19, 2008 at 10:07:59PM +, Magnus Kessler wrote: With the latest server and synaptics driver from git I can reliably crash the server by starting xinput test SynPS2/2 Synaptics Touchpad and then clicking the any

Re: xinput test crashes server when touchpad clicked

2008-11-27 Thread Peter Hutterer
On Thu, Nov 27, 2008 at 11:49:58AM +, Magnus Kessler wrote: Tested-by: Magnus Kessler [EMAIL PROTECTED] That patch works fine for me. Thanks for fixing this. However, I see that the same unchecked access to p-key-xkbInfo exists in other functions in xkbEvents.c as well, notably

Re: xinput test crashes server when touchpad clicked

2008-11-25 Thread Peter Hutterer
On Wed, Nov 19, 2008 at 10:07:59PM +, Magnus Kessler wrote: With the latest server and synaptics driver from git I can reliably crash the server by starting xinput test SynPS2/2 Synaptics Touchpad and then clicking the any of the physical buttons or tapping the pad to simulate

xinput test crashes server when touchpad clicked

2008-11-19 Thread Magnus Kessler
With the latest server and synaptics driver from git I can reliably crash the server by starting xinput test SynPS2/2 Synaptics Touchpad and then clicking the any of the physical buttons or tapping the pad to simulate a click. Program received signal SIGSEGV, Segmentation fault. [Switching

Re: [sugar] rendering test

2008-10-01 Thread Michel Dänzer
On Tue, 2008-09-30 at 21:30 +0200, Bernie Innocenti wrote: Michel Dänzer wrote: On Sun, 2008-09-28 at 18:46 +0200, Bernie Innocenti wrote: My performance tests with X 1.3 and 1.4 had shown that turning on EXA makes many operations slower. It's hard to tell why, but it might have to

Re: [sugar] rendering test

2008-09-30 Thread Michel Dänzer
On Sun, 2008-09-28 at 18:46 +0200, Bernie Innocenti wrote: Tomeu Vizoso wrote: On Sun, Sep 28, 2008 at 12:46 PM, Riccardo Lucchese [EMAIL PROTECTED] wrote: On Sun, 2008-09-28 at 12:43 +0200, Riccardo Lucchese wrote: * build 703, xorg driver = amd, redraws = 200 - pixbuf: 98.63s