Re: 4.3.99.7 and text inputs

2003-07-11 Thread Andrew Bevitt
4.3.99.8 release snapshot has resolved this error

No idea why but it works.

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


Re: 4.3.99.7 and text inputs

2003-06-29 Thread Andrew C Aitchison
On Sat, 28 Jun 2003, Andrew Bevitt wrote:

 I just build the 4.3.99.7 snapshot this afternoon, and did not notice and 
 problems with the building process. X started normally and for a while
 usage seemed normal.
 
 But when I started up AMSN and tried to send someone a message, I
 simply couldnt get any text to enter into the inpt box. I tried several WM's
 and various tricks to make the chat window definately in focus. Nothing
 made it work.
 
 I just tried using GFtp aswell, and the same problem occurs on the 
 password input box but not on any other of the text input boxes. Which
 leads me to believe that this maybe related to authenticated inputs or
 something.
 
 Does anyone have any ideas?

My latest CVS builds are doing something funny with text input too.
A couple of tk/tcl/wish clients aren't accepting keyboard input
into text boxes. At least one of these wish scripts works if run
on the same display, but from a remote machine with a different
version of X and wish, which leads me to suspect a problem in
the X client libraries.
% ldd /usr/bin/wish
libtk8.0.so = /usr/lib/libtk8.0.so (0x4001c000)
libtcl8.0.so = /usr/lib/libtcl8.0.so (0x400ba000)
libX11.so.6 = /usr/X11R6-v4/lib/libX11.so.6 (0x4011e000)
libdl.so.2 = /lib/libdl.so.2 (0x401d7000)
libm.so.6 = /lib/libm.so.6 (0x401dc000)
libc.so.6 = /lib/libc.so.6 (0x401f9000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

tkdiff (another wish script) and ical (another tcl/tk application)
are both happy to accept keystokes to control the program
('q' to quit for tkdiff, and ctrl-key sequences to cut/copy/paste
items in ical) but wont allow keystrokes to enter text.

% locale
LANG=en_GB
LC_CTYPE=en_GB
LC_NUMERIC=en_GB
LC_TIME=en_GB
LC_COLLATE=en_GB
LC_MONETARY=en_GB
LC_MESSAGES=en_GB
LC_ALL=
% uname -a
Linux ard 2.2.19-6.2.7 #6 Wed Jan 9 21:36:45 GMT 2002 i686 unknown

This is a Red Hat Linux 6.3 machine.

-- 
Andrew C. Aitchison Cambridge
[EMAIL PROTECTED]

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


Re : 4.3.99.7 and text inputs

2003-06-29 Thread E. ALLAUD
On 2003.06.28 02:45, Andrew Bevitt wrote:
On Sat, 28 Jun 2003 04:49 am, E. ALLAUD wrote:
 On 2003.06.27 12:05, Andrew Bevitt wrote:
  Hey
 0
  I just build the 4.3.99.7 snapshot this afternoon, and did not
notice
  and
  problems with the building process. X started normally and for a
while
  usage seemed normal.
 
  But when I started up AMSN and tried to send someone a message, I
  simply couldnt get any text to enter into the inpt box. I tried
  several WM's
  and various tricks to make the chat window definately in focus.
  Nothing
  made it work.
 
  I just tried using GFtp aswell, and the same problem occurs on the
  password input box but not on any other of the text input boxes.
Which
  leads me to believe that this maybe related to authenticated
inputs or
  something.
 
  Does anyone have any ideas?

 I think I had been hit by that also : the work-around which worked
for
 me was to disable XKEYBOARD extension. This is perhaps a bug?
 Bye
 Manu
I tried adding
Option  XkbDisable
to the Keyboard section of XF86Config and then restarting X but still
had the problems as mentioned above. How did you disable XKEYBOARD
extensions if different to how I did?
No that's what I did, so I guess we have different problems :(
Bye
Manu

pgp0.pgp
Description: PGP signature


Re: 4.3.99.7 and text inputs

2003-06-29 Thread Andrew Bevitt
On Mon, 30 Jun 2003 09:32 am, [EMAIL PROTECTED] wrote:
 Did the log file say that it had actually been disabled?  According to the
 XF86Config man page (of 4.3.0), this option should go in the ServerFlags
 section, which is where I have successfully used it before.  You might want
 to try putting it in there.

Yes I tried placing the option in both serverflags and in the keyboard section
I tried passing booleans such as true false disable enable aswell and did
not notice and difference in performance.

I checked the log files just now aswell and found these two lines
(**) Option XkbDisable
(**) Xkb disabled

So I would assume that it was disabled.

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


Re: 4.3.99.7 and text inputs

2003-06-28 Thread Andrew Bevitt
On Sat, 28 Jun 2003 04:49 am, E. ALLAUD wrote:
 On 2003.06.27 12:05, Andrew Bevitt wrote:
  Hey
 0
  I just build the 4.3.99.7 snapshot this afternoon, and did not notice
  and
  problems with the building process. X started normally and for a while
  usage seemed normal.
 
  But when I started up AMSN and tried to send someone a message, I
  simply couldnt get any text to enter into the inpt box. I tried
  several WM's
  and various tricks to make the chat window definately in focus.
  Nothing
  made it work.
 
  I just tried using GFtp aswell, and the same problem occurs on the
  password input box but not on any other of the text input boxes. Which
  leads me to believe that this maybe related to authenticated inputs or
  something.
 
  Does anyone have any ideas?

 I think I had been hit by that also : the work-around which worked for
 me was to disable XKEYBOARD extension. This is perhaps a bug?
 Bye
 Manu

I tried adding 
Option  XkbDisable 
to the Keyboard section of XF86Config and then restarting X but still
had the problems as mentioned above. How did you disable XKEYBOARD
extensions if different to how I did?

Does anyone else have other ideas. This did not happen with 4.3.99.6 
which I was using prior to upgrading.

Andrew

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


4.3.99.7 and text inputs

2003-06-27 Thread Andrew Bevitt
Hey

I just build the 4.3.99.7 snapshot this afternoon, and did not notice and 
problems with the building process. X started normally and for a while
usage seemed normal.

But when I started up AMSN and tried to send someone a message, I
simply couldnt get any text to enter into the inpt box. I tried several WM's
and various tricks to make the chat window definately in focus. Nothing
made it work.

I just tried using GFtp aswell, and the same problem occurs on the 
password input box but not on any other of the text input boxes. Which
leads me to believe that this maybe related to authenticated inputs or
something.

Does anyone have any ideas?

Andrew

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


Re : 4.3.99.7 and text inputs

2003-06-27 Thread E. ALLAUD
On 2003.06.27 12:05, Andrew Bevitt wrote:
Hey

I just build the 4.3.99.7 snapshot this afternoon, and did not notice
and
problems with the building process. X started normally and for a while
usage seemed normal.
But when I started up AMSN and tried to send someone a message, I
simply couldnt get any text to enter into the inpt box. I tried
several WM's
and various tricks to make the chat window definately in focus.
Nothing
made it work.
I just tried using GFtp aswell, and the same problem occurs on the
password input box but not on any other of the text input boxes. Which
leads me to believe that this maybe related to authenticated inputs or
something.
Does anyone have any ideas?
I think I had been hit by that also : the work-around which worked for 
me was to disable XKEYBOARD extension. This is perhaps a bug?
Bye
Manu

pgp0.pgp
Description: PGP signature