[ANNOUNCE] xlogo 1.0.2

2009-12-10 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The xlogo program simply displays the X Window System logo. This minor release removes Xaw8 Xprint support, and performs a lot of janitorial cleanups. Alan Coopersmith (6): Add README with pointers to mailing lists, bugzilla, git Use

[ANNOUNCE] xf86-input-evdev 2.3.2

2009-12-10 Thread Peter Hutterer
Two fixes for the calibration, the swap axis setting was applied too late and thus confused the calibration settings. And the intial calibration didn't get written into the property. BTN_TOUCH handling is improved now, so this version of evdev works better for tablets. David Woodhouse (2):

[ANNOUNCE] xorg-server 1.7.3.901

2009-12-10 Thread Peter Hutterer
A small set of patches only makes up RC1 for server 1.7.4. The patches from Aaron and Gaetan have already found their way into 1.7.3, they're duplicates here. Aaron Plattner (1): Restore ABI by reintroducing the is_src paramter to image_from_pict. Ben Skeggs (1): EXA: fix

About the scheduling of xorg applications

2009-12-10 Thread ZelluX
Hi, all I'm not familiar with x window system and trying to know some details about process scheduling. Considering such a situation, some applications are running on x window systems and one of them, for example, a web browser has the focus. If there comes an interrupt, such as a keyboard

ANN: xterm patch #253

2009-12-10 Thread Thomas Dickey
Patch #253 - 2009/12/10 * add a null-pointer check in getPrinterFlags() per changes in [257]patch #252. * add a null-pointer check, needed in UTF-8 mode for Xft fonts after changes in [258]patch #252 (patch by Alan Coopersmith). *

Re: About the scheduling of xorg applications

2009-12-10 Thread Vincent Legoll
On Thu, Dec 10, 2009 at 11:31 AM, ZelluX zel...@gmail.com wrote: Hi, all I'm not familiar with x window system and trying to know some details about process scheduling. Considering such a situation, some applications are running on x window systems and one of them, for example, a web browser

Find a shell 2

2009-12-10 Thread LALLIER Cedric (EXT TEAMLOG)
Hi, I have create a shell like this: memset(name_shell, 0, sizeof(name_shell)); strcpy(name_shell, shell_test1); shell = XtAppCreateShell(NULL, name_shell, topLevelShellWidgetClass, dpy, NULL, 0); how to find the shell from its name, after? Thx Cédric --- Ce message et toutes les pièces

Re: About the scheduling of xorg applications

2009-12-10 Thread Glynn Clements
ZelluX wrote: I'm not familiar with x window system and trying to know some details about process scheduling. Considering such a situation, some applications are running on x window systems and one of them, for example, a web browser has the focus. If there comes an interrupt, such as a

Using a Russian locale

2009-12-10 Thread Habig, Tom
I am trying to get a translation into my embedded Linux project for Russian. The application currently has English and German. The project uses intltool as the mechanism to supply the translation. I can not seem to find the support for ru_RU.UTF-8 in X11. Does anyone have an idea how to do

Re: About the scheduling of xorg applications

2009-12-10 Thread Simon Thum
ZelluX wrote: Considering such a situation, some applications are running on x window systems and one of them, for example, a web browser has the focus. If there comes an interrupt, such as a keyboard interrupt, and now kernel takes over the control. My question is that what's the running

[Patch] Documenting pointer acceleration

2009-12-10 Thread Simon Thum
Hi, since some users complained about the absence of ptr accel from local docs, I made an attempt to update it a bit. It's not much, but I figured that's better than nothing. I'm open to suggestions though, in particular, I'd like to know where people look first when they seek this kind of

Re: [Patch] Documenting pointer acceleration

2009-12-10 Thread Peter Hutterer
On Thu, Dec 10, 2009 at 10:24:20PM +0100, Simon Thum wrote: since some users complained about the absence of ptr accel from local docs, I made an attempt to update it a bit. It's not much, but I figured that's better than nothing. I'm open to suggestions though, in particular, I'd like to

Re: [Patch] Documenting pointer acceleration

2009-12-10 Thread Alan Coopersmith
Simon Thum wrote: In general, is it reasonable to point to the wiki from a man page? That one's separate if the answer is no. For information of interest to end users, I would discourage it. Many end users are running in situations where they're off the internet or are running the software

Re: [Patch] Documenting pointer acceleration

2009-12-10 Thread Alan Coopersmith
Peter Hutterer wrote: On Thu, Dec 10, 2009 at 10:24:20PM +0100, Simon Thum wrote: +has more detials. For X.org 1.7 ^^^ typo ^^ X.Org X Server 1.7 I missed that one. Our canonical writing style is the name of the X server binary has a lowercase o (Xorg), but the name of the

Re: [Patch] Documenting pointer acceleration

2009-12-10 Thread Peter Hutterer
On Thu, Dec 10, 2009 at 03:13:30PM -0800, Alan Coopersmith wrote: Peter Hutterer wrote: On Thu, Dec 10, 2009 at 10:24:20PM +0100, Simon Thum wrote: +has more detials. For X.org 1.7 ^^^ typo ^^ X.Org X Server 1.7 I missed that one. Our canonical writing style is the name

[ANNOUNCE] xlogo 1.0.2

2009-12-10 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The xlogo program simply displays the X Window System logo. This minor release removes Xaw8 Xprint support, and performs a lot of janitorial cleanups. Alan Coopersmith (6): Add README with pointers to mailing lists, bugzilla, git Use

[ANNOUNCE] xf86-input-evdev 2.3.2

2009-12-10 Thread Peter Hutterer
Two fixes for the calibration, the swap axis setting was applied too late and thus confused the calibration settings. And the intial calibration didn't get written into the property. BTN_TOUCH handling is improved now, so this version of evdev works better for tablets. David Woodhouse (2):

[ANNOUNCE] xorg-server 1.7.3.901

2009-12-10 Thread Peter Hutterer
A small set of patches only makes up RC1 for server 1.7.4. The patches from Aaron and Gaetan have already found their way into 1.7.3, they're duplicates here. Aaron Plattner (1): Restore ABI by reintroducing the is_src paramter to image_from_pict. Ben Skeggs (1): EXA: fix