similar to: [ANNOUNCE] xinput_calibrator 0.8.0

Displaying 20 results from an estimated 2000 matches similar to: "[ANNOUNCE] xinput_calibrator 0.8.0"

2024 Jul 20
0
Download links for xinput_calibrator are dead
Hello, I am a volunteer packager for the Void Linux distribution and I have noticed that xinput_calibrator's download link http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-0.7.5.tar.gz is no longer usable. It looks like all releases have been deleted from the tias/xinput_calibrator GitHub repository, which resulted in 404s. Pretty much all links in the
2008 May 14
0
Parallel computing with rgenoud and snow: external file I/O possible?
I am trying to use rgenoud and snow with an external model and file I/O. Unlike the typical application of rgenoud and snow, I need to run an external executable and do pre- and post-processing of input and output files for each parameter set generated by genoud(). I'm hoping that someone can suggest improvements to my approach and a work-around for file I/O problems I've encountered when
2006 Oct 19
1
Logging only files transferred not directories
Hello, I'm running my rsynce server on Win2k3 Server. One client under Linux and another on Win2k3 Server. The problem is not really OS related though. My Server 2k3 client command is: C:\Progra~1\cwRsync\bin\rsync -rtv --ignore-errors --stats --delete --delete-during --delete-excluded --link-dest=/cygdrive/d/previous/c/backup.1 --files-from=files-from.txt --exclude-from=exclude-from.txt
2006 Sep 19
1
-Need help with function
Hello everyone, I have a function here that I wrote but doesn't seem to work quite right. Attached is the code. In the calib funcion under the for loop Bt[i+2]<-(1-m)*Bt[i+1]+Rt[i]*Rerr-Ct[i+1] returns NA's for everything after years 1983 and 1984. However the code works when it reads Bt[i+2]<-(1-m)*Bt[i+1]+Rt[i]*Rerr-Ct[i]. I don't quite understand why since it should be
2006 Sep 20
1
help with function
Hello everyone, I have a function here that I wrote but doesn't seem to work quite right. Attached is the code. In the calib funcion under the for loop Bt[i+2]<-(1-m)*Bt[i+1]+Rt[i]*Rerr-Ct[i+1] returns NA's for everything after years 1983 and 1984. However the code works when it reads Bt[i+2]<-(1-m)*Bt[i+1]+Rt[i]*Rerr-Ct[i]. I don't quite understand why since it should be
2008 Jan 18
1
Selecting rows conditionally between 2 data.frames
Hello everyone, I have two data.frames that look like calib: place zoom scale left 0.65 8 left 0.80 5.6 left 1.20 3 right 0.65 8.4 right 0.80 6 right 1.20 2.9 X: ... place zoom .... ... left 0.80 .... ... left 1.20 .... ... right 0.65 .... ... NA NA .... ... right 0.8 .... ... left 1.20 .... and I want to get the corresponding values of 'scale' in a new column
2010 Mar 12
5
Vertical subtraction in dataframes
Hello all, I have not been able to find an answer to this problem. I feel like it might be so simple though that it might not get a response. Suppose I have a dataframe like the one I have copied below (minus the 'calib' column). I wish to create a column like calib where I am subtracting the 'Count' when 'stain' is 'none' from all other 'Count' data for
2001 Feb 19
2
problems sourcing in vs interactive
If I source in the function (see below) calib(), I get: > source("papers/helle/threshold.r") > calib() Error in eval(expr, envir, enclos) : Object "energy" not found But if I cut and paste the code for calib() one line at a time into the R window it works fine. calib<-function() { contrast<-c(.01,.02,.0325,.055,.0775,.1,.125,.15,.175,.2)
2008 Aug 16
4
Lattice: problem using panel.superpose and panel.groups
Hi. I'm embarking on my first attempt at creating my own panel function for lattice graphics, and despite all of my online research and pouring through the documentation, I cannot figure out how to solve my particular problem. Hopefully, a generous fellow R user can help. I have some data that is split into two groups: some "actual" data, and some simulated data,
2016 Nov 10
0
search body with wildcards
On 2016-11-09 09:52, W. de Hoog wrote: > Hi, > > A question. We are using fts_solr. When searching for content in BODY I > noticed that dovecot only supports full words. "BODY calibration" > returns results but "BODY calibra" does not. Nor "BODY calibra*". > > Solr does support searching with wildcards so why is it that dovecot > does not?
2014 Nov 10
2
Non-Gnome desktop
So, 1. I installed a minimal CentOS-7. 2. I then installed epel-release. 3. I then installed etckeeper from epel. 4. I then ran yum update -y. 5. I then rebooted (kernel update). 6. I then ran "yum groups install "X Window System" 7. I then ran "yum groups "MATE Desktop" 8. I then ran startx. Result: Graphical destop wallpaper appears, spinning disc in center for
2009 Mar 02
1
[ANNOUNCE] xf86-input-evdev 2.1.99.1
First snapshot for evdev 2.2. Lots of cleanup, and - most notably - general axis/button support. For those running an X server from master, evdev will label axes and buttons for you. shortlog is a bit longer than it actually is, it includes a number of patches that were cherry-picked onto 2.1 and have since been released. Cheers, Peter Shortlog since xf86-input-evdev-2.1.0: Adam Jackson
2014 Oct 28
5
[Bug 85570] New: DPMS does not turn off LCD backlight on G73 (NV4B) [GeForce 7600 GS]
https://bugs.freedesktop.org/show_bug.cgi?id=85570 Bug ID: 85570 Summary: DPMS does not turn off LCD backlight on G73 (NV4B) [GeForce 7600 GS] Product: xorg Version: unspecified Hardware: Other OS: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2018 Aug 24
0
Nouveau doesn't detect DVI - Monitor
Hello, I'm new here, and I hope I can get any help. At first I thought this is a support mailing list, but it looks more like one for developers. I'm using Nouveau in ubuntu bionic. My problem is, when I connect a second Monitor to my Laptop on DVI-D connector, the monitor is not detected, Nouveau reports it as "disconnected". The Hardware works, because the BIOS uses the
2008 Jun 17
0
[ANNOUNCE] xf86-input-evdev-2.0.0
evdev 2.0 has arrived. Roll out the carpet and bring the cake. FWIW, I hereby also take maintainership of evdev. Cheers, Peter Peter Hutterer (3): Finalize MB emulation if EvdevProbe fails. Shut up compiler warning "implicit declaration of function 'xf86Msg'" evdev 2.0.0 git tag: xf86-input-evdev-2.0.0
2015 Oct 28
0
[ANNOUNCE] xf86-input-evdev 2.10.0
evdev 2.10 is now available. Plenty of bugfixes accumulated over time, one new option is now available: Resolution. This enables a user to set a mouse device's native resolution, if set the device's deltas are scaled to a normalized 1000dpi resolution. This can be used to make high-resolution mice less sensitive without having to actually change the acceleration in the desktop
2018 May 29
0
[ANNOUNCE] xf86-input-evdev 2.10.6
evdev 2.10.6 is now available. Since evdev is in maintenance mode there aren't a lot of features to go around but still a few important fixes. Andrey fixed the proximity event generation for tablets and the handling of devices without axes but buttons - previously those were assumed to be keyboards in the server. Better error reporting from Christian and the rest are build system fixes that
2016 Oct 27
0
GM108GLM?
Hello, The idea was to use the modesetting DDX instead of Nouveau’s one for Maxwell+ as EXA was [broken][1]. But you can give a try at Ilia’s [patches][2], which fix the Nouveau DDX for GM10x and GM20x (I don’t think it has been tested on a GM108 yet). Best regards, Pierre Moreau [1]: https://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=3e2e0faa2ee1cce9c1bb5c7ad80d0592460f3edc
2016 Dec 08
0
GM108GLM?
hi, give the drm-next kernel tree a try. Sadly the reclocking improvements didn't land with 4.9, so 4.10 is required. Greetings. On 7 December 2016 10:26:44 a.m. GMT+01:00, "Sune Mølgaard" <smo at translucent.dk> wrote: >Hi again, > >It works :-) > >Reclocking, however, is another kettle of fish. > >Trying #echo 0f > /sys/kernel/debug/dri/0/pstate
2017 Jan 18
0
[ANNOUNCE] xf86-input-evdev 2.10.5
Two fixes, one new feature for the evdev driver. The new feature is the ability to change the emulated middle button number (e.g. useful on devices with physical middle button as well). Alexander Volkov (1): Don't send pointer events in addition to touch events David Strobach (1): Middle emulation - make the emulated button number configurable Peter Hutterer (2): Fix