Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dotan Cohen
On Mon, May 9, 2011 at 01:46, Marty Jack marty...@comcast.net wrote: Look in /usr/share/X11/keysymdef.h at line 128 or thereabouts.  If you don't have that include file, install the X development headers.  This will help you find what the right spelling and capitalization are for anything you

Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dirk Wallenstein
On Mon, May 09, 2011 at 09:33:43AM +0300, Dotan Cohen wrote: On Mon, May 9, 2011 at 01:46, Marty Jack marty...@comcast.net wrote: Look in /usr/share/X11/keysymdef.h at line 128 or thereabouts.  If you don't have that include file, install the X development headers.  This will help you

Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dotan Cohen
Of course, I meant that I was using proper capitalization: partial  modifier_keys xkb_symbols noah {    key AE05 { [ Escape                     ] };    key AB05 { [ Backspace,     Caps_Lock   ] };    key AB06 { [ Super_L,       Super_R     ] };    key LCTL { [ Control_L                  ] };    

Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dotan Cohen
On Mon, May 9, 2011 at 11:15, Dirk Wallenstein hals...@t-online.de wrote: To change modifiers you have to edit the modifier_map entries, too. They look something like this:    modifier_map Mod1 { LALT };    modifier_map Shift { LFSH };    modifier_map Control { LCTL };    modifier_map Lock

Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dirk Wallenstein
On Mon, May 09, 2011 at 11:42:37AM +0300, Dotan Cohen wrote: On Mon, May 9, 2011 at 11:15, Dirk Wallenstein hals...@t-online.de wrote: To change modifiers you have to edit the modifier_map entries, too. They look something like this:    modifier_map Mod1 { LALT };    modifier_map Shift

Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dotan Cohen
On Mon, May 9, 2011 at 12:11, Dirk Wallenstein hals...@t-online.de wrote: Thanks, Dirk. Is AB05 called a keycode? I will use that term for purpose of discussion below, please tell me the correct term if it's not! It's a symbolic name and equals a keycode.  They are assigned in the keycode

Mirror Driver

2011-05-09 Thread ankur jain
Hi all, I wish to project the display of local machine onto the screen of remote machine through network. I wanted to know how good it would be to use mirror driver to achieve the same? Thanks and Regards, Ankur ___ xorg@lists.freedesktop.org: X.Org

Re: Mirror Driver

2011-05-09 Thread Corbin Simpson
I don't know what you mean by mirror driver, but you could always use VNC. x11vnc is the thing that springs to mind for this particular scenario. ~ C. On Mon, May 9, 2011 at 3:13 AM, ankur jain samy...@gmail.com wrote: Hi all, I wish to project the display of local machine onto the screen of

Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dotan Cohen
I seem to have a problem with the modifier keys affecting other layouts. For instance, in ~/symbols/pc I have added these lines to the bottom: partial modifier_keys xkb_symbols noah { modifier_map Lock { AB05 }; }; However, now the B key is Caps Lock in the standard US keyboard layout as

evdev: Attach touchscreen to X screen

2011-05-09 Thread Stephan Josel
Hi! We're trying to get a multi-touchscreen (multiple touchscreens not multi touch) setup working with the evdev driver in Ubuntu (Natty Narwhal, 11.04). Basically, the touchscreens are configured and working except that the mapping to the correct X screen is wrong. We set up 5 touchscreens

RE: eGalax Touchscreen calibration problems

2011-05-09 Thread Ken Emmons Jr.
newer kernels and evdev versions shouldn't have any problems with the eGalax screens. the kernel patch does pretty much what you passed to the boot params. Thanks Peter, We had actually talked about this a few weeks back on a similar post (I had an issue with the mailing list and perhaps

RE: eGalax Touchscreen calibration problems

2011-05-09 Thread MONDON Daniel
___ Do you have the latest eGalax drivers package? http://home.eeti.com.tw/web20/eGalaxTouchDriver/linuxDriver.htm You can directly ask to eeti support. I've got quick good responses :) D. ___ On Mon, Apr

RE: eGalax Touchscreen calibration problems

2011-05-09 Thread Ken Emmons Jr.
Do you have the latest eGalax drivers package? http://home.eeti.com.tw/web20/eGalaxTouchDriver/linuxDriver.htm You can directly ask to eeti support. I've got quick good responses :) While eeti has been helpful, their driver package is binary only and I'm running an embedded PowerPC

Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dirk Wallenstein
On Mon, May 09, 2011 at 02:56:03PM +0300, Dotan Cohen wrote: I seem to have a problem with the modifier keys affecting other layouts. For instance, in ~/symbols/pc I have added these lines to the bottom: partial modifier_keys xkb_symbols noah { modifier_map Lock { AB05 }; };

Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dotan Cohen
On Mon, May 9, 2011 at 17:26, Dirk Wallenstein hals...@t-online.de wrote: On Mon, May 09, 2011 at 02:56:03PM +0300, Dotan Cohen wrote: I seem to have a problem with the modifier keys affecting other layouts. For instance, in ~/symbols/pc I have added these lines to the bottom: partial  

Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dirk Wallenstein
On Mon, May 09, 2011 at 05:56:42PM +0300, Dotan Cohen wrote: On Mon, May 9, 2011 at 17:26, Dirk Wallenstein hals...@t-online.de wrote: On Mon, May 09, 2011 at 02:56:03PM +0300, Dotan Cohen wrote: I seem to have a problem with the modifier keys affecting other layouts. For instance, in

Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dotan Cohen
On Mon, May 9, 2011 at 18:19, Dirk Wallenstein hals...@t-online.de wrote: I have some holes concerning how a final keymap gets assembled, I'm afraid.  Are you aware of the registration in the *.dir files and such? Maybe add hints to the us additions:    partial alphanumeric_keys modifier_keys

Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dirk Wallenstein
On Mon, May 09, 2011 at 06:28:25PM +0300, Dotan Cohen wrote: On Mon, May 9, 2011 at 18:19, Dirk Wallenstein hals...@t-online.de wrote: I have some holes concerning how a final keymap gets assembled, I'm afraid.  Are you aware of the registration in the *.dir files and such? Maybe add hints

Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dirk Wallenstein
On Mon, May 09, 2011 at 05:36:41PM +0200, Dirk Wallenstein wrote: On Mon, May 09, 2011 at 06:28:25PM +0300, Dotan Cohen wrote: On Mon, May 9, 2011 at 18:19, Dirk Wallenstein hals...@t-online.de wrote: I have some holes concerning how a final keymap gets assembled, I'm afraid.  Are you

unable open xterm

2011-05-09 Thread Usuário do Sistema
Hi everyone, I'm trying open one session xterm on of the same machine that holds the X Server but occur a error. what I've done: 1- login in at the machine that holds the X server by ssh ( the Machine hasn't monitor ) 2- ran the command export DISPLAY=0.0 3- ran the command xterm appear the

Re: Changing non-printing keys in keyboard layout

2011-05-09 Thread Dotan Cohen
On Mon, May 9, 2011 at 18:36, Dirk Wallenstein hals...@t-online.de wrote: Should've said this a long time ago: http://www.x.org/wiki/XKB Thanks, I actually have been going through that. But some things there are non-obvious. I will go through it top to bottom instead of randomly poking around,

Re: unable open xterm

2011-05-09 Thread Marty Jack
On 05/09/2011 11:50 AM, Usuário do Sistema wrote: Hi everyone, I'm trying open one session xterm on of the same machine that holds the X Server but occur a error. what I've done: 1- login in at the machine that holds the X server by ssh ( the Machine hasn't monitor ) 2- ran the

Re: unable open xterm

2011-05-09 Thread Usuário do Sistema
Thank you Marty for your return. I've just tried: 1- export DISPLAY=:0.0 2- xauth -f path list xauth: creating new authority file path 2011/5/9 Marty Jack marty...@comcast.net: On 05/09/2011 11:50 AM, Usuário do Sistema wrote: Hi everyone, I'm trying open one session xterm on

Re: unable open xterm

2011-05-09 Thread Usuário do Sistema
disregard my before email! sorry. I've just tried: 1- export DISPLAY=:0.0 2- xauth -f path list xauth: creating new authority file path but the same error occur when I run xterm Warning: This program is an suid-root program or is being run by the root user. The full text of the error or

Re: unable open xterm

2011-05-09 Thread Baurzhan Ismagulov
On 05/09/2011 11:50 AM, Usuário do Sistema wrote: I'm trying open one session xterm on of the same machine that holds the X Server but occur a error. If you don't want to do everything manually, you could try ssh -X. It will setup a tunnel and set $DISPLAY. With kind regards, Baurzhan.

Re: unable open xterm

2011-05-09 Thread Marty Jack
On 05/09/2011 12:48 PM, Usuário do Sistema wrote: disregard my before email! sorry. I've just tried: 1- export DISPLAY=:0.0 2- xauth -f path list xauth: creating new authority file path but the same error occur when I run xterm Warning: This program is an suid-root program or

Re: unable open xterm

2011-05-09 Thread Baurzhan Ismagulov
On Mon, May 09, 2011 at 02:07:23PM -0300, Usuário do Sistema wrote: occur error too 1- I'm using the windows machine win 7 2- I've login in by puty from my windows machine to X server machine from there I've ran more session ssh to itself. -bash-3.2# xterm Could not find ':' in DISPLAY:

Re: unable open xterm

2011-05-09 Thread Thomas Dickey
On Mon, 9 May 2011, Usuário do Sistema wrote: disregard my before email! sorry. I've just tried: 1- export DISPLAY=:0.0 2- xauth -f path list xauth: creating new authority file path but the same error occur when I run xterm Warning: This program is an suid-root program or is being run by

Re: unable open xterm

2011-05-09 Thread Usuário do Sistema
Thank you Thomas. but it wasn't work. 1- bash-3.2# xterm -display :0.0( here I was logged by SSH using Puty from my windows machine ) Warning: This program is an suid-root program or is being run by the root user. The full text of the error or warning message cannot be safely formatted in

Re: evdev: Attach touchscreen to X screen

2011-05-09 Thread Peter Hutterer
On Mon, May 09, 2011 at 02:40:01PM +0200, Stephan Josel wrote: We're trying to get a multi-touchscreen (multiple touchscreens not multi touch) setup working with the evdev driver in Ubuntu (Natty Narwhal, 11.04). Basically, the touchscreens are configured and working except that the mapping to

Re: unable open xterm

2011-05-09 Thread Eirik Byrkjeflot Anonsen
Usuário do Sistema maico...@ig.com.br writes: Thank you Thomas. but it wasn't work. 1- bash-3.2# xterm -display :0.0( here I was logged by SSH using Puty from my windows machine ) Warning: This program is an suid-root program or is being run by the root user. The full text of the