Re: Current tinderbox regression (xserver)

2009-01-26 Thread Daniel Stone
On Mon, Jan 26, 2009 at 06:45:28PM -0800, Eric Anholt wrote: > On Fri, 2009-01-23 at 10:26 +1100, Daniel Stone wrote: > > Yeah, Xnest and Xdmx are broken, sorry. That being said, we've talked a > > lot about just deleting Xnest in favour of Xephyr: anyone got any > > compelling counter-arguments?

Re: libXrender - documentation?

2009-01-26 Thread Daniel Stone
On Mon, Jan 26, 2009 at 09:25:09PM -0500, Thomas Dickey wrote: > There are, in fact, well-known apps using Xlib directly. There are well-known people who follow the Atkins diet, but I wouldn't really recommend it. > (xorg mailing list is a poor place to learn about X) It's a poor place to not wa

Re: Current tinderbox regression (xserver)

2009-01-26 Thread Eric Anholt
On Fri, 2009-01-23 at 10:26 +1100, Daniel Stone wrote: > On Thu, Jan 22, 2009 at 10:08:04AM -0500, Chris Ball wrote: > > Keyboard.c: In function 'xnestKeyboardProc': > > Keyboard.c:177: warning: passing argument 1 of 'XkbSetRulesDflts' from > > incompatible pointer type > > Keyboard.c:177: error: t

Re: libXrender - documentation?

2009-01-26 Thread Thomas Dickey
On Tue, Jan 27, 2009 at 12:28:40AM +0100, Clemens Eisserer wrote: > > maybe i'm missing the point: what's the point in a library that needs > > another library > > in order to be used? i don't really think it's a good idea. maybe it > > would be better > > to better implement the library in order f

ANN: xterm patch #241

2009-01-26 Thread Thomas Dickey
Patch #241 - 2009/1/26 * improve checks for missing bitmap fonts, fallback to "fixed" as needed to work around broken font-packages (report by Jacek Luczak). * fix breakage from [245]patch #240 changes for xtermAddInput()

Re: [PATCH] Xvfb: add missing include for new xkbsrv.h

2009-01-26 Thread Peter Hutterer
On Fri, Jan 23, 2009 at 01:29:23PM +, Magnus Kessler wrote: > Commit 08363c5830bdea34012dcd954b45ccfdc79a3a7e added call to > XkbGetRulesDflts defined in xkbsrv.h > > Signed-off-by: Magnus Kessler Thanks, pushed as b43a4e2d38adb9ff16204218f24df93cfd820d1b. Cheers, Peter > --- > hw/vfb

Re: keysymdef.h has wrong implies symbol?

2009-01-26 Thread Daniel Stone
On Mon, Jan 26, 2009 at 01:14:07PM +, Markus Kuhn wrote: > P.S.: The real problem may be that X.Org seems not to maintain a well > publicised canonical long-term PDF URL for the current "X Window System > Protocol" specification and similar documents, therefore far too few > people read the spe

Radeon R6xx/R7xx 3D Register Reference Guide

2009-01-26 Thread Alex Deucher
AMD is pleased to announce the release of a 3D register reference guide for Radeon 6xx/7xx chips. The guide will be available in the usual places: http://www.x.org/docs/AMD/R6xx_3D_Registers.pdf and http://ati.amd.com/developer/open_gpu_documentation.html If you have any development related quest

Re: xhost question

2009-01-26 Thread James Cloos
> "Gene" == Gene Heskett writes: Gene> My home network is behind a firewall, and I would like to be to Gene> automatically do the equivalent of: Gene> xhost +name machine1 Gene> xhost +name machine2 Gene> without having to open a shell to do it, as part of the startx Gene> (startKDE) dialog

xserver: undefined reference to `ioperm'

2009-01-26 Thread mailinglists
/sysroot/usr/include -Os -Wall -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -mtune=generic -s -fomit-frame-pointer -rdynamic -s -o .libs/Xorg xorg.o ./.libs/libxorg.a /home/stephan/OpenELEC/build.i386.uClibc/xorg-server-svn-20090126/hw/xfree86/parser/.libs/libxf86config.so -L/home/stephan

Re: libXrender - documentation?

2009-01-26 Thread Clemens Eisserer
> maybe i'm missing the point: what's the point in a library that needs > another library > in order to be used? i don't really think it's a good idea. maybe it > would be better > to better implement the library in order for it to be used without > another sanitizing > library, Its the same as wi

Re: maxdevices

2009-01-26 Thread Peter Hutterer
On Mon, Jan 26, 2009 at 10:50:51AM +0100, telenet wrote: > I build a multiseat pc with a lot of keyboards and mice.With ubuntu i get > xorg error :maxdevices reached. > On a debian system there is no error. > How to set the maxdevices? It's defined in xserver/include/misc.h. you need to recompile

Re: libXrender - documentation?

2009-01-26 Thread Thomas Dickey
On Mon, 26 Jan 2009, Beso wrote: > 2009/1/26 Thomas Dickey : >> On Mon, 26 Jan 2009, Clemens Eisserer wrote: >> > I know that its not easy, but someone can't expect a step-by-step > tutorial for such low-level stuff. hmm - the obvious conclusion is that xft is just a minor/useles

Re: Zoom in/OUT additional question

2009-01-26 Thread Peter Hutterer
On Mon, Jan 26, 2009 at 03:32:11PM +0200, linux multitouch wrote: > I posted a question about the subject zoom in zoom out. > i am writing X11 input driver. > i looked at the kdb input driver and it use > xf86ProcessActionEvent(ACTION_PREV_MODE, NULL); > xf86ProcessActionEvent(ACTION_NEXT_MODE, NUL

Re: Pointer glide patch for Input/synaptics

2009-01-26 Thread Peter Hutterer
On Sat, Jan 24, 2009 at 08:51:00PM +, Dylan McCall wrote: > > Can you explain what reasonable defaults one should use for the friction? > > The default ones (I just applied the patch here) don't really make sense to > > me. If anything, they make the touchpad harder to use as there's a high >

Re: libXrender - documentation?

2009-01-26 Thread Beso
2009/1/26 Thomas Dickey : > On Mon, 26 Jan 2009, Clemens Eisserer wrote: > I know that its not easy, but someone can't expect a step-by-step tutorial for such low-level stuff. >>> >>> hmm - the obvious conclusion is that xft is just a minor/useless library. >>> Perhaps it should be remove

Re: libXrender - documentation?

2009-01-26 Thread Clemens Eisserer
>> The whole discussion is about RENDER's documentation, not xft. > > very well, then apply my comments to "RENDER" (they're both presented > as libraries that no one should try to use without some other library > as a sanitizing layer). Well at least the "sanitizing layers" still depend on libXre

xhost question

2009-01-26 Thread Gene Heskett
Greetings; My home network is behind a firewall, and I would like to be to automatically do the equivalent of: xhost +name machine1 xhost +name machine2 without having to open a shell to do it, as part of the startx (startKDE) dialog. I'm assuming theses extra entries would go in as files in

Re: libXrender - documentation?

2009-01-26 Thread Thomas Dickey
On Mon, 26 Jan 2009, Clemens Eisserer wrote: >>> I know that its not easy, but someone can't expect a step-by-step >>> tutorial for such low-level stuff. >> >> hmm - the obvious conclusion is that xft is just a minor/useless library. >> Perhaps it should be removed, then. > The whole discussion is

Re: xf86-video-intel: Any 3D app is slow in resolution higher than 800x600 with UXA+DRI2

2009-01-26 Thread Jesse Barnes
On Monday, January 26, 2009 1:34 pm Vasily Khoruzhick wrote: > On 26 January 2009 22:02:30 Jesse Barnes wrote: > > On Sunday, January 25, 2009 12:33 pm Vasily Khoruzhick wrote: > > > Hi, it seems I've found one more bug for gma950+uxa+dri2 configuration: > > > > > > Any 3D application is _really_ s

Re: [PATCH] Additional pci-id for the nv driver

2009-01-26 Thread Aaron Plattner
On Sat, Jan 24, 2009 at 04:09:47AM -0800, Alberto Milone wrote: > On Saturday 24 January 2009 01:02:37 you wrote: > > On Fri, 2009-01-23 at 09:16 -0800, Alberto Milone wrote: > > > Dear Aaron, > > > > > > > > > I've noticed that the "nv" driver is not automatically chosen for my > > > Geforce 7300

Re: xf86-video-intel: Any 3D app is slow in resolution higher than 800x600 with UXA+DRI2

2009-01-26 Thread Vasily Khoruzhick
On 26 January 2009 22:02:30 Jesse Barnes wrote: > On Sunday, January 25, 2009 12:33 pm Vasily Khoruzhick wrote: > > Hi, it seems I've found one more bug for gma950+uxa+dri2 configuration: > > > > Any 3D application is _really_ slow if it runs in window with size higher > > than 800x600. > > > > Ste

Re: libXrender - documentation?

2009-01-26 Thread Clemens Eisserer
>> I know that its not easy, but someone can't expect a step-by-step >> tutorial for such low-level stuff. > > hmm - the obvious conclusion is that xft is just a minor/useless library. > Perhaps it should be removed, then. The whole discussion is about RENDER's documentation, not xft. > Or was you

kb options should no longer appear in server usage?

2009-01-26 Thread Colin Harrison
Hi, The XKB extension is now hardwired enabled in the xserver Shouldn't the kb options be also removed from XkbUseMsg() ? Thanks Colin Harrison ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: libXrender - documentation?

2009-01-26 Thread Thomas Dickey
On Mon, Jan 26, 2009 at 08:40:47PM +0100, Clemens Eisserer wrote: > I know that its not easy, but someone can't expect a step-by-step > tutorial for such low-level stuff. hmm - the obvious conclusion is that xft is just a minor/useless library. Perhaps it should be removed, then. Or was your comm

Re: xf86-video-intel: Any 3D app is slow in resolution higher than 800x600 with UXA+DRI2

2009-01-26 Thread Jesse Barnes
On Sunday, January 25, 2009 12:33 pm Vasily Khoruzhick wrote: > Hi, it seems I've found one more bug for gma950+uxa+dri2 configuration: > > Any 3D application is _really_ slow if it runs in window with size higher > than 800x600. > > Steps to reproduce: > > 1. Use gma950 hardware with xf86-video-in

Re: libXrender - documentation?

2009-01-26 Thread Clemens Eisserer
> I can't see any such calls of XRender* functions in the bits of xft that I > have been looking at (notably in xftcore.c). Because xft deals with Glyphs, and for performance/bandwith resons glyphs are handled in a special manner. That was what I ment with "(using the XRender*Glyphs functions)". xf

Re: keysymdef.h has wrong implies symbol?

2009-01-26 Thread Simos Xenitellis
On Mon, Jan 26, 2009 at 3:34 PM, Rui Tiago Cação Matos wrote: > 2009/1/26 Markus Kuhn : >> P.S.: The real problem may be that X.Org seems not to maintain a well >> publicised canonical long-term PDF URL for the current "X Window System >> Protocol" specification and similar documents, therefore fa

Current tinderbox regression (input)

2009-01-26 Thread Chris Ball
http://tinderbox.x.org/builds/2009-01-26-0019/logs/xf86-input-joystick/#build jstk_key.c: In function 'jstkInitKeys': jstk_key.c:112: error: too many arguments to function 'InitKeyboardDeviceStruct' http://tinderbox.x.org/builds/2009-01-26-0019/logs/xf86-input-keyboard/#build kbd.c: In function

Re: keysymdef.h has wrong implies symbol?

2009-01-26 Thread Rui Tiago Cação Matos
2009/1/26 Markus Kuhn : > P.S.: The real problem may be that X.Org seems not to maintain a well > publicised canonical long-term PDF URL for the current "X Window System > Protocol" specification and similar documents, therefore far too few > people read the spec itself and instead keep refering to

[PATCH 07/13] Cygwin/X: Correctly allow for the native window frame width in ValidateSizing()

2009-01-26 Thread Colin Harrison
Hi, Jon wrote >XXX: Needs to allow for different border thickness when window is uncaptioned? I found this works for me... --- ./save_winmultiwindowwndproc.c 2009-01-19 18:42:49.0 + +++ ./winmultiwindowwndproc.c 2009-01-19 18:43:30.0 + @@ -207,6 +209,7 @@ WinXSiz

Re: keysymdef.h has wrong implies symbol?

2009-01-26 Thread Markus Kuhn
Peter Hutterer wrote on 2008-10-27 04:41 UTC: > On Sat, Oct 25, 2008 at 02:22:03AM -0400, James Cloos wrote: > > > "Peter" == Peter Hutterer writes: > > > > Peter> diff --git a/src/xlibi18n/imKStoUCS.c b/src/xlibi18n/imKStoUCS.c > > Peter> index 83c1483..4b4f628 100644 > > Peter> --- a/src/xl

Zoom in/OUT additional question

2009-01-26 Thread linux multitouch
Hi I posted a question about the subject zoom in zoom out. i am writing X11 input driver. i looked at the kdb input driver and it use xf86ProcessActionEvent(ACTION_PREV_MODE, NULL); xf86ProcessActionEvent(ACTION_NEXT_MODE, NULL); to emulate zoom in zoom out.Is it the right way.? Peter Hutterer answ

Re: libXrender - documentation?

2009-01-26 Thread Charles Lindsey
In <194f62550901220554g1a3d981boc00c0d484ffbc...@mail.gmail.com> Clemens Eisserer writes: >Most likely I will write some XRender documentation as part of my >bachelor thesis. >> In a subsequent thread "2D antialiasing?" on this list, I was bemoaning >> the fact that antialiasing by that method

Re: intel g45 chipset and tearing

2009-01-26 Thread Timo Jyrinki
2009/1/25 marco.demich...@taolab.it : > The new Intel linux driver 2.6.0 (included in Intel 2008Q4 graphics package) > does resolve tearing problem for Intel G45 chipset? No. Please read the earlier discussion if interested. There is a rumor [1] of a patch fixing the problem the easy/ugly way, but

Re: ANN: xterm patch #240

2009-01-26 Thread Thomas Dickey
On Mon, 26 Jan 2009, Julien Cristau wrote: > On Sun, 2009-01-25 at 20:07 -0500, Thomas Dickey wrote: >> Patch #240 - 2009/1/25 > > Hi Thomas, > > this fails to build with --enable-dabbrev, the following patch should > fix it. thanks (will amend, this evening). > > Cheers, > Julien > > Index: xte

Re: KMS with Xorg on G45 failing

2009-01-26 Thread Mike Lothian
Hi I've got good news, with the extra patches that appeared in the next tree the other day, KMS works perfectly on my system. That's vt's and x at the correct resolution my pointer showing on X and smooth, flicker free transitions between vt's and Y. Good job! I've been waiting for this since i s

[PATCH 12/13] Cygwin/X: Fix the keyboard mode key synchronization

2009-01-26 Thread Colin Harrison
Hi, This one will not work with upstream git if using the 'inputInfo.keyboard->key->state', but is OK otherwise Better to... mieqProcessInputEvents (); /* Read the mode key states of our X server */ - internalKeyStates = *g_winInternalModeKeyStatesPtr; + internalKeyStates = XkbStat

maxdevices

2009-01-26 Thread telenet
I build a multiseat pc with a lot of keyboards and mice.With ubuntu i get xorg error :maxdevices reached. On a debian system there is no error. How to set the maxdevices? gd___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/ma