search for: xev

Displaying 20 results from an estimated 35 matches for "xev".

Did you mean: dev
2019 Feb 19
0
[ANNOUNCE] xev 1.2.3
xev is a tool to help in debugging by showing the events received by a window. This release features some small bug fixes and janitorial maintenance. Alan Coopersmith (7): Add -version to usage output Collapse usage message into a single string Adopt X.Org standard code style...
2020 Jul 17
0
[ANNOUNCE] xev 1.2.4
Matt Turner (1): xev 1.2.4 Piotr Henryk Dabrowski (1): Add option "-1" to display only a single line per event git tag: xev-1.2.4 https://xorg.freedesktop.org/archive/individual/app/xev-1.2.4.tar.bz2 SHA256: d700e08bfe751ed2dbf802baa204b056d0e49348b6eb3c6f9cb035d8ae4885e2 xev-1.2.4.tar.bz2 SHA512: 3...
2008 Mar 07
0
[ANNOUNCE] xev 1.0.3
Adam Jackson (1): xev 1.0.3 James Cloos (4): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Add missing PHONY line for automatic ChangeLog generation Noah Levitt (1): Handle WM_DELETE_WIND...
2015 Apr 17
0
[ANNOUNCE] xev 1.2.2
xev prints all the events received by a window, to aid in the debugging and understanding of X11 event messages. Aaron Plattner (1): man: Add -event to the command synopsis Alan Coopersmith (5): Print which option was in error along with usage message Add -version option to print pr...
2008 Sep 29
3
Expunge working on folders, but not main mailbox
I've recently installed dovecot, and while the behavior on folders is correct, the inbox cannot be expunged. This is 1.1.3 running on Fedora release 8 (Werewolf) on ext3 filesystems, using both thunderbird and squirrel clients. Any assistance would be appreciated. X # 1.1.3: /usr/local/etc/dovecot.conf info_log_path: /tmp/dovecot.log protocols: imap imaps pop3 pop3s
2005 May 23
16
Success - Rails, FastCGI, and IIS / Windows Server
...2198/RubyForApache-beta2.exe It appears to be stable. I haven''t had a chance to stress test it yet but so far I have not seen anything odd like rubyw processes multiplying without limit. It took an all-nighter and more than once my stack of ASP.Net books started looky mighty attractive. xev
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...; 0, 0, hwidth, hheight,0,0,0); > > XSelectInput(display, window, KeyPressMask | StructureNotifyMask); > > /* Map window. */ > > XMapWindow(display, window); > > /* Wait for map. */ > do > { > XNextEvent(display, &xev); > } > while (xev.type != MapNotify || xev.xmap.event != window); > > gc = DefaultGC(display, screen); > > yuv_height = hheight; > yuv_width = hwidth; > > XvQueryAdaptors(display, RootWindow(display, screen), &numAdaptors, > &info); > for(i =...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...; 0, 0, hwidth, hheight,0,0,0); > > XSelectInput(display, window, KeyPressMask | StructureNotifyMask); > > /* Map window. */ > > XMapWindow(display, window); > > /* Wait for map. */ > do > { > XNextEvent(display, &xev); > } > while (xev.type != MapNotify || xev.xmap.event != window); > > gc = DefaultGC(display, screen); > > yuv_height = hheight; > yuv_width = hwidth; > > XvQueryAdaptors(display, RootWindow(display, screen), &numAdaptors, > &info); > for(i =...
2005 May 23
1
Handling of SIGUSR1 in dispatch.fcgi
...ted in the native Windows version of Ruby (though it is in cygwin). Currently, I have it commented out to allow dispatch.fcgi to run without blowing up. I could issue a patch to circumvent it if Windows is detected, but that hardly seems like Doing The Right Thing. Thoughts? Advice? Dumb looks? xev
2011 Sep 20
2
Multivariate spline regression and predicted values
...,1] + X[,2] + U # a new point for prediction W <- matrix(rep(0),1,d) Now if I wanted to use local polynomials instead of splines, I could load the 'locfit' package and run (something like): lp.results <- smooth.lf(X,Y,kern="epan",kt="prod",deg=1,alpha=c(0,0.25,0),xev=W,direct=TRUE)$y Or, if X was univariate (ie d=1), I could use (something like): spl.results <- predict(smooth.spline(X,Y, nknots=6),W) But smooth.spline only works for univariate data. I looked at the "crs" package, and it at least will fit the multivariate spline, but I don't...
2006 Sep 02
1
Backspace key is sending Delete after update to 4.4 (tcsh issue?)
...nction as instructed to do so by the bindkey directive. The question is, what changed to cause this? I never realized I had that bindkey statement (I have never used the search backwards function). Is this a change in tcsh? Has something changed in the X server? Here is the output from xev when pressing and releasing the Backspace key: KeyPress event, serial 28, synthetic NO, window 0x2800001, root 0x48, subw 0x0, time 1593248, (136,112), root:(179,193), state 0x0, keycode 22 (keysym 0xff08, BackSpace), same_screen YES, XLookupString gives 1 bytes: (08) &...
2005 May 13
45
Why Wouldn't I Use Rails
...t and still selecting what framework to use. Rather than ask brand x what is wrong with brand y, I am more interested in self confession. Why would I *not* want to use Rails (compared to Iowa and Nitro). I posted a synopsis of the project to ruby-talk but will repost it here if anyone wants it. xev
2015 Apr 17
0
[ANNOUNCE] xkbevd 1.1.4
...asePrefix function Remove unused debugging & function tracing frameworks Convert sprintf calls to snprintf Convert sources to X.Org standard coding style Remove unnecessary cast of getenv return value to char * Add -version option to print program version Add xev & xkbwatch to SEE ALSO list in man page Remove unused macro lowbit() configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xkbevd 1.1.4 Bjarni Ingi Gislason (1): man: whitespace fixes Julien Cristau (1): man: fix broken escape sequence (\P inst...
2018 Sep 07
1
Centos 7.5 - Gnome3 - KVM - Keypad numeric failure
Everyone, I have a problem with the numeric keypad while using a Centos 7.5 new installation with kvm. When I login to the host machine using gnome3 or classic gnome the numeric keypad does not function. If I activate another 7.5 guest machine with gnome3 the numeric keypad on the guest does not work either. If I login on the host machine using kde as the desktop the keypad works fine and
2009 Aug 31
0
Microsoft Mouse 5000 - Bluetooth
Has anyone been able to get the scroll wheel to work? Most of the other functions are fine, however "xev" does not show any events when the scroll wheel or the fourth button is pushed. Other than that it is a nice mouse but I would like the scroll wheel to work. My system: [roger at rwells-cts tmp]$ uname -a Linux rwells-cts 2.6.18-128.7.1.el5.centos.plus #1 SMP Mon Aug 24 10:03:38 EDT 2009...
2010 Jul 27
0
Keyboard macros, or another way?
...n Delete) 2) Cut (standard Ctrl-X clipboard, not X11) 3) Copy (standard Ctrl-C clipboard, not X11) 4) Paste (standard Ctrl-V clipboard, not X11) To start, the key that I would like to assign for Copy has these properties: Scancode (showkey -s): 0xe0 0xba 0xe0 0xea Keycode (showkey): 158 Keycode (xev): 166 I have tried these .Xmodmap lines and none of the worked to assign the key to Copy: keycode 158 = XF86Copy keycode 166 = XF86Copy I should note that I _think_ that XF86Copy affects the mouse highlight-and-middle-click clipboard, not the ctrl-c|ctrl-v clipboard. It is the later that I do nee...
2008 May 04
1
Logitech G11 keyboard under wine
Hello, I have a logitech G11 keyboard which has some extra keys - about 21 extra keys. Under Linux with the use of g15daemon and using the 'logitech_g15' XkbModel, all keys are working and can be mapped to keyboard shortcuts under gnome for example. Pressing the key G2 under xev outputs the following: keycode 152 (keysym 0x1008ff45, XF86Launch5) Unfortunatelly under wine the applications don't see these keys. Runing notepad as: WINEDEBUG=+keyboard wine notepad.exe I get the following when I press the same key: trace:keyboard:X11DRV_ToUnicodeEx NumLockMask = 0010...
2008 Nov 27
2
Mouse crazy on Full screen app + Tablet PC
Hi, I don't really expect this to get fixed but I have an issue and I was hoping someone would be able to at least diagnose it. I have a X41T Thinkpad. It is a tablet pc and when I have a full screen app (i.e. game) open the digitizer pen goes nuts. The cursor tries to go off the screen. Holding it perfectly still will cause the mouse to glide slowly across the screen while moving it
2011 Nov 17
2
Acer Launcher for Acer Aspire 6920G
I need this application to rum my laptop buttons. Like WiFi, Web Browser, Bluetooth and volume control. Here is the link for the Win7 x86 version. http://global-download.acer.com/GDFiles/Application/LaunchManager/LaunchManager_Dritek_3.0.02_W7x86W7x64_A.zip?acerid=634111298367326931&Step1=NOTEBOOK&Step2=ASPIRE&Step3=ASPIRE%206920G&OS=ALL&LC=en&BC=ACER&SC=PA_7 Thank
2012 May 23
0
Centos 6 - tigervnc - numbers on keypad
...tered using the numbers across the top of the keyboard. The program still recognizes the keys on the keypad when numlock is not set (so you get home, pgup, left and right cursor, etc.) but I get nothing when I set the numlock key. Having said that, I do see activity when I set numlock and run the xev program, so the keypresses are obviously getting through. How can I make this thing accept numbers from the numeric keypad on Centos 6? Do I have to re-write the ncurses program to recognize some different keycodes? -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com www.cre...