Re: keymap submission

2004-08-29 Thread Andrew C Aitchison
On Sun, 29 Aug 2004, Zaeem Arshad wrote:
> Hi all,
>
> I have developed an urdu keymap for XFree86 that allows urdu typing. WE 
> have been testing it for 4 months and are using it to localize many GPL 
> software. Kindly tell me how can i submit this urdu keyboard patch so 
> that it can be integrated into the future XFree86 releases.I will be 
> thankful.
> 
> Regards
> Zaeem

Submit it is a bug to http://bugs.xfree86.org/

The people at [EMAIL PROTECTED] may be interested to know about it too.


___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: keymap submission

2004-08-29 Thread Matthieu Herrb
Use bugzilla : http://bugzilla.xfree86.org/
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


keymap submission

2004-08-28 Thread Zaeem Arshad
-- 
Hi all,

I have developed an urdu keymap for XFree86 that allows urdu typing. WE 
have been testing it for 4 months and are using it to localize many GPL 
software. Kindly tell me how can i submit this urdu keyboard patch so 
that it can be integrated into the future XFree86 releases.I will be 
thankful.

Regards
Zaeem
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


keymap

2004-08-26 Thread Zaeem Arshad
hi all,

i have developed a keymap for my local language and it has been working
well with XFree86 for about 4 months now. We want to commit it to the
XFree86 code base now..how do i do that ? kindly help me out

Regards
Zaeem
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Polish Dvorak keymap

2004-01-01 Thread Rafał Rzepecki
I've made a Polish Dvorak keymap. Patch (against 4.3.99.902) 
implementing it is attached to the following bugreport:
http://bugs.xfree86.org/show_bug.cgi?id=1044

Would be great to see this included in 4.4.

Also, should I redo the keymap for the old rules (xkb/symbols/dvorak) 
too? Or is it considered obsolete?
-- 
Rafał Rzepecki

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


XFree 4.3.0: XKB keymap compilation from XF86Config input settingswhen X starts

2003-04-02 Thread Sylvain Bertrand
Hi all,
If I understand properly what's happening--> the default XKB keymap file 
is compiled at X server start from the settings of the input section in 
XF86Config.
I'm currently trying to create split packages between the X server files 
and X clients libs... and xkbcomp ( the one in /usr/X11R6/lib/X11/xkb or 
/etc/X11/xkb ) depends on the client libs (X11 and ext, if I remember 
well...). The XF86Config input section way is the recommended way, then 
the "compilation at X start" is by then recommended. To make things 
neater, should somebody make the xkbcomp tool in (/usr/X11R6/lib/X11 or 
/etc/X11/xkb) statically linked against client libs? Or maybe I miss 
something?
Please CC me in you reply, because I'm not a member of this mailing list.
Any guidance would be nicely appreciated.

Sylvain

_
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: Patch: hang in multithreaded mode when keymap changes

2003-02-03 Thread David Dawes
On Mon, Feb 03, 2003 at 07:50:51PM +0100, Jose Luu wrote:
>Hi,
>
>here is a fix for the hang described in the subject line. I have
>difficulties to make a simple reproducer program, from source code
>inspection is it clear enough that the UnlockDisplay is required at the end
>of the XkbGetMapChanges ?

The UnlockDisplay() is definitely required.  I've just committed your patch.

Thanks.

David
-- 
David Dawes
Release Engineer/Architect  The XFree86 Project
www.XFree86.org/~dawes
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



Patch: hang in multithreaded mode when keymap changes

2003-02-03 Thread Jose Luu
Hi,

here is a fix for the hang described in the subject line. I have
difficulties to make a simple reproducer program, from source code
inspection is it clear enough that the UnlockDisplay is required at the end
of the XkbGetMapChanges ?


Thanks
Jose Luu


*** xc/lib/X11/XKBGetMap.c Mon Feb  3 17:51:13 2003
--- xc/lib/X11/XKBGetMap.c.old Mon Feb  3 19:31:13 2003
***
*** 974,979 
--- 974,980 
   UnlockDisplay(dpy);
   return status;
  }
+ UnlockDisplay(dpy);
  return Success;
  }


___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel