Cross Compile X11 with arm-none-linux-gnueabi-gcc-4.3.3

2014-09-13 Thread Subrata Sengupta
I am trying to display GIS Vector maps on our PDA. The processor used is AM1808 and the processor family is ARM926EJ-S Core. To do this, I need to have X11 cross-compiled with arm-none-linux-gnueabi-gcc-4.3.3 . My aim is to use TCLTK to render the vector maps. TCL gets cross compiled smoothly but

Re: Cross Compile X11 with arm-none-linux-gnueabi-gcc-4.3.3

2014-09-13 Thread Walter Harms
so far i remember there are debian pakets for rasbian. No idea if that fits to your arm system but it would reduce the action to recompile the pakets. re, wh Subrata Sengupta subrata.sengu...@stesalit-inc.com hat am 13. September 2014 um 11:15 geschrieben: I am trying to display GIS

[ANNOUNCE] xinit 1.3.4

2014-09-13 Thread Hans de Goede
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I'm happy to announce the new xinit 1.3.4 release. This release features various portability fixes, and some startx clean-ups and improvements. Alan Coopersmith (4): Fix warnings about parameters to startServer startClient shadowing

Re: [Intel-gfx] [PATCH 0/2 xf86-video-intel] Two DRI3/Present bug fixes for UXA

2014-09-13 Thread Chris Wilson
On Thu, Sep 11, 2014 at 12:53:30PM -0700, Keith Packard wrote: Chris Wilson ch...@chris-wilson.co.uk writes: That extra alignment is due to gen2 and early gen3 (if (!intel-has_relaxed_fencing) covers them). Here's the patch which changed the alignment requirment: [snip commits picked at

Re: [PATCH xinit 0/1] startx: Pass -nolisten tcp by default

2014-09-13 Thread Hans de Goede
Hi, On 09/12/2014 08:40 PM, Keith Packard wrote: Hans de Goede hdego...@redhat.com writes: This patch fixes this, I realize that this is a behavior change, and as such may be a bit controversial, but I really believe that in this day and age -nolisten tcp by default is the right thing to

Re: [PATCH libxtrans] Add TRANS(Listen) function to re-enable specific listen sockets

2014-09-13 Thread Hans de Goede
Hi, On 09/12/2014 08:33 PM, Keith Packard wrote: This will allow a server to disable listeners by default and then let later configuration re-enable them. In particular, this lets the X server disable inet and unix listen sockets by default while still providing a '-listen' command line

Re: [PATCH] os: Don't listen to 'tcp' or 'unix' by default. Add '-listen' option.

2014-09-13 Thread Hans de Goede
Hi, On 09/12/2014 08:35 PM, Keith Packard wrote: This disables tcp and unix listen ports by default (the unix port is the non-abstract /tmp/.X11-unix port that xcb doesn't use). Then, it uses a new xtrans interface, TRANS(Listen), to provide a command line option to re-enable those if

Re: [PATCH] os: Don't listen to 'tcp' or 'unix' by default. Add '-listen' option.

2014-09-13 Thread Mark Kettenis
From: Keith Packard kei...@keithp.com Date: Fri, 12 Sep 2014 15:19:53 -0700 Mark Kettenis mark.kette...@xs4all.nl writes: Unconditionally disabling the unix listen ports by default might be a step too far. Abstract sockets are only available on Linux. Yes, of course. So on other

Re: [PATCH] os: Don't listen to 'tcp' or 'unix' by default. Add '-listen' option.

2014-09-13 Thread Mark Kettenis
From: Keith Packard kei...@keithp.com Date: Fri, 12 Sep 2014 11:35:41 -0700 This disables tcp and unix listen ports by default (the unix port is the non-abstract /tmp/.X11-unix port that xcb doesn't use). Then, it uses a new xtrans interface, TRANS(Listen), to provide a command line option

Re: [PATCH xinit 0/1] startx: Pass -nolisten tcp by default

2014-09-13 Thread Laurent Bigonville
Le Fri, 12 Sep 2014 09:25:17 +0200, Hans de Goede hdego...@redhat.com a écrit : Hi All, Hello, After doing the 1.3.4 release yesterday, I've started working on updating the Fedora packages to 1.3.4. While looking at our open bug list against xinit, I found one bug which is not yet resolved

Re: [PATCH] os: Don't listen to 'tcp' or 'unix' by default. Add '-listen' option.

2014-09-13 Thread Keith Packard
Mark Kettenis mark.kette...@xs4all.nl writes: Running with -nolisten unix on OpenBSD indeed disables local connections. Ok, good to know. -- keith.pack...@intel.com pgpXLScCr6eAb.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org

Re: [PATCH] os: Don't listen to 'tcp' or 'unix' by default. Add '-listen' option.

2014-09-13 Thread Keith Packard
Mark Kettenis mark.kette...@xs4all.nl writes: Just looked at OpenSSH, and it doesn't use the xtrans code to connect to the server when doing X11 forwarding, but has its own implementation instead. This implementation only supports unix and tcp and has no support for abstract sockets. So I

Re: [PATCH xinit 0/1] startx: Pass -nolisten tcp by default

2014-09-13 Thread Keith Packard
Hans de Goede hdego...@redhat.com writes: Also +1 for dropping /tmp/.X11-unix/X* on Linux. Mark discovered that OpenSSH doesn't use abstract sockets on Linux, so we'll need to get that fixed before we can disable the file system socket. We can add a configure option to disable this for systems

Re: [PATCH xinit 0/1] startx: Pass -nolisten tcp by default

2014-09-13 Thread Arkadiusz Miśkiewicz
On Saturday 13 of September 2014, Keith Packard wrote: Hans de Goede hdego...@redhat.com writes: Also +1 for dropping /tmp/.X11-unix/X* on Linux. Mark discovered that OpenSSH doesn't use abstract sockets on Linux, so we'll need to get that fixed before we can disable the file system

Re: [Intel-gfx] [PATCH 0/2 xf86-video-intel] Two DRI3/Present bug fixes for UXA

2014-09-13 Thread Keith Packard
Chris Wilson ch...@chris-wilson.co.uk writes: commit d21d781466785c317131a8a57606925867265dc8 Author: Daniel Vetter daniel.vet...@ffwll.ch Date: Tue Feb 22 18:31:44 2011 +0100 Fix relaxed tiling on gen2 This one matches libdrm in using 16 for the tile height alignment on gen2. Try

Re: [PATCH libxtrans] Add TRANS(Listen) function to re-enable specific listen sockets

2014-09-13 Thread Keith Packard
Hans de Goede hdego...@redhat.com writes: Signed-off-by: Keith Packard kei...@keithp.com Looks good: Reviewed-by: Hans de Goede hdego...@redhat.com I've pushed this to master. We'll need a release before we can use it in the X server. You did the last release of that library; feel free to

Re: [PATCH xinit 0/1] startx: Pass -nolisten tcp by default

2014-09-13 Thread Keith Packard
Arkadiusz Miśkiewicz ar...@maven.pl writes: https://bugzilla.mindrot.org/show_bug.cgi?id=1789 there is even some patch... but all that from 2010 and no progress since. The comments from upstream aren't very encouraging. Perhaps someone with a clue about the security implications of using

Re: [PATCH libxtrans] Add TRANS(Listen) function to re-enable specific listen sockets

2014-09-13 Thread Hans de Goede
Hi, On 09/13/2014 08:00 PM, Keith Packard wrote: Hans de Goede hdego...@redhat.com writes: Signed-off-by: Keith Packard kei...@keithp.com Looks good: Reviewed-by: Hans de Goede hdego...@redhat.com I've pushed this to master. We'll need a release before we can use it in the X server.

Re: [patch] xkbcomp: fixing an age-old warning

2014-09-13 Thread Ran Benita
On Thu, Sep 11, 2014 at 10:18:52PM +0200, Benno Schulenberg wrote: On Thu, Sep 11, 2014, at 13:01, Ran Benita wrote: Actually I'm not so sure. The current behavior of a key-group override is per-symbol, e.g. override key FOO { [ NoSymbol, B, C ]; }; Means: