Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 1995 19:26:10 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        kimc@w8hd.w8hd.org (Kim Culhan)
Cc:        freebsd-hackers@FreeBSD.org
Subject:   Re: current near perfect
Message-ID:  <199503141826.TAA03820@uriah.heep.sax.de>
In-Reply-To: <Pine.NEB.3.91.950314085029.238B-100000@w8hd.w8hd.org> from "Kim Culhan" at Mar 14, 95 09:02:10 am

next in thread | previous in thread | raw e-mail | index | archive | help
As Kim Culhan wrote:
> 
> Now just one small problem as a result: The behaviour of xterms
> is different in that the combination ctrl+mouse buttons is broken.
> 
> That is, the menu will not open for changing font size or resetting
> the xterm etc (all ctrl+any_mouse_button combinations don't respond.)
> The mouse driver does work, the buttons are ok otherwise.
> The kernel was rebuilt with device vt0 and option XSERVER.

Well, i've never heard of any such problem so far.  (The console
driver doesn't matter too much here, but mine is also vt0.)  My xterm
menus, emacs menus etc. do work as usual.  (But i didn't install
XFree86 3.1.1 yet due to lack of time rolling the compilation.
Anyway, my 3.0.1Z [beta] version might not make a big difference
here.)

Can you try to log into a ``as generic as possible :)'' account and
see if it's still broken?  (Just to make sure the application defaults
for xterm ain't broken.)

Can you track the XEvents with xev?  You should notice the following
events:

[move pointer into xev window]
...
[Press & release mouse button 1 once]
ButtonPress event, serial 14, synthetic NO, window 0x3800001,
    root 0x2a, subw 0x0, time 636376720, (135,55), root:(259,606),
    state 0x0, button 1, same_screen YES

ButtonRelease event, serial 14, synthetic NO, window 0x3800001,
    root 0x2a, subw 0x0, time 636376800, (135,55), root:(259,606),
    state 0x100, button 1, same_screen YES

[Press left control]
KeyPress event, serial 14, synthetic NO, window 0x3800001,
    root 0x2a, subw 0x0, time 636377020, (135,55), root:(259,606),
    state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 characters:  ""

[hold left control down, now press mouse button 1]
ButtonPress event, serial 16, synthetic NO, window 0x3800001,
    root 0x2a, subw 0x0, time 636377950, (135,55), root:(259,606),
    state 0x4, button 1, same_screen YES

[release mouse button 1]
ButtonRelease event, serial 16, synthetic NO, window 0x3800001,
    root 0x2a, subw 0x0, time 636378120, (135,55), root:(259,606),
    state 0x104, button 1, same_screen YES

[release left control]
KeyRelease event, serial 16, synthetic NO, window 0x3800001,
    root 0x2a, subw 0x0, time 636380060, (135,55), root:(259,606),
    state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 characters:  ""
...
^C

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503141826.TAA03820>