search for: event3

Displaying 20 results from an estimated 54 matches for "event3".

Did you mean: event
2006 Dec 29
5
coded to categorical variables in a large dataset
...m using a for loop an if statements, but I have a large dataset( approx 100,000 rows) it takes quite a bit of time, is there a way to speed this up? Here is some sample code of what I am currently doing. test2 <-rep(seq(1:5),2000) event1 <- rep(0,nrow(test2)) event2 <- rep(0,nrow(test2)) event3 <- rep(0,nrow(test2)) event4 <- rep(0,nrow(test2)) event5 <- rep(0,nrow(test2)) for(i in 1:length(event1)) { if (test2[i]==1) { event1[i]=1 } if (test2[i]==2) { event2[i]=1 } if (test2[i]==3) { event3[i]=1 } if (test2[i]==...
2007 Sep 21
1
How can I setup Ubuntu 7.04 feisty + Udev + Nut + Unitek Ups (megatec) + Usb ????
...m level but "upsdrvctl" can't access to the device ... Does anyone could give me an hand ? I'm very frustraded because the device is detected :( .... Regards ---- #ls -lh /dev/input ... crw-rw---- 1 root root 13, 67 2007-09-21 19:28 /dev/input/event3 ... #ls -lh /dev/input/by-id/ lrwxrwxrwx 1 root root 9 2007-09-21 19:28 usb-Ver_1.0_USB_To_RS232_Interface__V1.0__BaudRate_2400bps-event-mouse -> ../event3 ----- #cat /proc/bus/usb/devices ... T: Bus=06 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Su...
2011 Mar 26
1
Exporting columns into multiple files - loop query
...into multiple files. I can use the following to export 3 files, containing column 'ID' with one of the three event columns. > ID<-c("A","B","C","D","E","F") > event1<-c(0,1,0,0,1,0) > event2<-c(1,1,0,1,0,0) > event3<-c(1,0,1,0,1,0) > data<-cbind(ID,event1,event2,event3) > data ID event1 event2 event3 [1,] "A" "0" "1" "1" [2,] "B" "1" "1" "0" [3,] "C" "0" "0" &q...
2009 Jul 06
4
Xen Virtual Machine Pointer problem
Hello All... I have installed xen 3.3. I m running a Virtual Machine using an image file that has fedora 8 installed in it. When i view the Virtual Machine using VNC Viewer or on the browser using tight vnc,there appears 2 pointers .I need to solve this problem. Kindly suggecst me the correct solution. Waiting for responses. -- Thanks and Regards Anitha
2005 May 26
2
mouse issues in centos 4
...pened when users were using Vmware. But recently I have seen the problem on machines without VMware running or even installed. I have also noticed a similar issue with a Wacom tablet. The user will be using it for some amount of time and then it stops working. At first it is assigned /dev/input/event3, the kernel module (wacom.o) is loaded and everything is fine. It will then stop working after a while, behind the scenes the system thinks the tablet has been unplugged and replugged, then assigns it /dev/input/event4. This of course doesn't work because in the xorg.conf file it is looking f...
2009 Apr 18
4
no ForceFeedback in Wine
Hey Guys, The ForceFeedback from my Microsoft Sidewinder ForceFeedback Wheel doesn't work with Wine. I compiled wine myself and "ac_cv_member_struct_ff_effect_direction=yes" was set in the config.log like it is told here: http://wiki.winehq.org/ForceFeedback I also checked that FF is working with BZFlag under Linux. When i play BZFlag with Wine, the FF-Effects are missing. I
2010 Oct 27
0
The problem about Windows live migration
...ion is as follows: 1) log said the migration was successful. However, that migrated VM on the destination hanged wherein CPU utilization kept about 48%. 2) Using XenTrace, found that the loop consisting of three events as follows: Event 1: VMEXIT by io instruction; Event2: VMEXIT by acpi accesses; Event3: VMEXIT by virtual interrupt. We guess that acpi support in Xen qemu-dm was not compatible with Windows in the migration process. Would you have any suggestions? We also took a look at the below discussions as follows: http://forum.proxmox.com/threads/3759-Windows-XP-live-migration-fails-%28hang...
2006 Jan 07
0
Joystick with 2 axis switched
...ck don't works good with wine because two axis are switched. The rudder is the throttle and the throttle is the rudder. A person (Robert Reif) tell : >>> All this will not work with the joystick_linuxinput driver. >>> fixme:dinput:joydev_have found a joystick at /dev/input/event3! > > There are two wine dinput joystick drivers (old and new > linux joystick apis) and the one that is being used (new) > doesn't support axis and button remapping. > > I don't know how you can force wine to use the other driver > for the older linux joystick in...
2017 Sep 21
1
How automatically set group.devices.allow for libvirt-lxc container after start ?
Hi. I need to use /dev/ppp inside the lxc container, for very ancient software. Problem solved this way: 1) virsh edit container name and add section: <features> <capabilities policy='default'> <mknod state='on'/> </capabilities> </features> 2) start container 3) attach or ssh container, be root: #mknod /dev/ppp c 108 0 4) inside
2007 Sep 12
2
Nested anova with unbalanced design and corrected sample size for spatial autocorrelation
Hello all, This may be a simple question to answer, but I'm a little bit stumped with respect to the calculation of the F statistics in nested anovas with unbalanced design in R. In my case, I have 11 vegetation transects (with 1000 10cmx10cm squares), where we estimated shrub cover. We have two different treatments: wildfire (4 transects) and prescribed burning (7 transects) and we want to
2016 Jan 06
1
No GUI with CentOS-7.2
Sylvain CANOINE wrote: > Could you share your whole Xorg.0.log ? Do you use a custom xorg.conf, or > custom xorg.conf.d files ? Opensource Ati driver, ou proprietary blobs ? Thank you for your interest. I am running CentOS-7 installed from CentOS-7-x86_64-LiveKDE-1503.iso and later upgraded to CentOS-7.2. The only packages I have installed have been from CentOS and Epel repos. I'm sure
2009 Jul 25
2
Gamepad & Wine 1.0.1-2 on Debian Sid
...t root 80 jul 25 13:08 by-id drwxr-xr-x 2 root root 160 jul 25 13:08 by-path crwxrwxrwx 1 root plugdev 13, 64 jul 25 06:29 event0 crwxrwxrwx 1 root plugdev 13, 65 jul 25 06:29 event1 crwxrwxrwx 1 root plugdev 13, 66 jul 25 06:29 event2 crwxrwxrwx 1 root plugdev 13, 67 jul 25 06:29 event3 crwxrwxrwx+ 1 root plugdev 13, 68 jul 25 06:29 event4 crwxrwxrwx 1 root plugdev 13, 69 jul 25 06:29 event5 crw-rw-r--+ 1 root audio 13, 70 jul 25 13:08 event6 crw-rw-r--+ 1 root audio 13, 71 jul 25 13:08 event7 crw-rw-r-- 1 root root 13, 0 jul 25 13:08 js0 crw-rw-r-- 1 root root 13,...
2010 Apr 29
24
[Bug 27905] New: DVI monitor is blank - DVI detected as Display Port ?
...6 E: DEVNAME=/dev/input/event2 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: XKBMODEL=pc105 E: XKBLAYOUT=fr E: XKBVARIANT=latin9 E: XKBOPTIONS=lv3:ralt_switch E: x11_driver=evdev E: DMI_VENDOR=Dell Inc. E: DEVLINKS=/dev/char/13:66 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event3 N: input/event3 S: char/13:67 E: UDEV_LOG=3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event3 E: MAJOR=13 E: MINOR=67 E: DEVNAME=/dev/input/event3 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: XKBMODEL=pc105 E: XKBLAYOUT=fr E: XKBVARIANT=latin9 E: XKBOPTIONS=lv3:ral...
2015 May 16
5
[Bug 90482] New: Xorg take 100% CPU when using multiple independent screen configuration
https://bugs.freedesktop.org/show_bug.cgi?id=90482 Bug ID: 90482 Summary: Xorg take 100% CPU when using multiple independent screen configuration Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2011 Oct 09
0
Any known problems using xrandr with Nouveau
...n" (type: KEYBOARD, id 6) [ 24.658] (**) Option "xkb_rules" "evdev" [ 24.658] (**) Option "xkb_model" "pc105" [ 24.658] (**) Option "xkb_layout" "us" [ 24.659] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 24.659] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 24.659] (II) Using input driver 'evdev' for 'Power Button' [ 24.659] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 24.659] (**) Power Button: always reports core events [...
2014 Nov 10
2
Non-Gnome desktop
...del" "pc104" [ 77.700] (**) Option "xkb_layout" "us,gb" [ 77.701] (**) Option "xkb_variant" "," [ 77.701] (II) config/udev: Adding drm device (/dev/dri/card0) [ 77.701] (II) config/udev: Adding input device HID 0b38:000e (/dev/input/event3) [ 77.701] (**) HID 0b38:000e: Applying InputClass "evdev keyboard catchall" [ 77.701] (**) HID 0b38:000e: Applying InputClass "system-keyboard" [ 77.701] (II) Using input driver 'evdev' for 'HID 0b38:000e' [ 77.701] (**) HID 0b38:000e: always reports...
2013 May 15
8
[Bug 64645] New: Massive corruption
...g/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9) [ 87.683] (II) No input driver specified, ignoring this device. [ 87.683] (II) This device may have been added with another device file. [ 87.683] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3) [ 87.683] (II) No input driver specified, ignoring this device. [ 87.683] (II) This device may have been added with another device file. [ 87.684] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event4) [ 87.684] (II) No input driver specified, ignoring this...
2016 Jul 08
0
Help with nouveau driver
...n" (type: KEYBOARD, id 6) [ 4.955] (**) Option "xkb_rules" "evdev" [ 4.955] (**) Option "xkb_model" "pc105" [ 4.955] (**) Option "xkb_layout" "de" [ 4.964] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 4.964] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 4.964] (II) Using input driver 'evdev' for 'Power Button' [ 4.964] (**) Power Button: always reports core events [ 4.964] (**) evdev: Power Button: Device: "/dev/input/event3&...
2017 May 10
1
regression? no more separate xscreens
...;xkb_layout" "fi" [ 7.787] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard [ 7.787] (II) input device 'Power Button', /dev/input/event2 is a keyboard [ 7.787] (II) config/udev: Adding input device Video Bus (/dev/input/event3) [ 7.787] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 7.787] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 7.787] (II) Using input driver 'libinput' for 'Video Bus' [ 7.787] (**) Video Bus: always reports...
2014 Jul 10
0
Warnings in dmesg and results of mmiotrace 10de:1140 Geforce620m Optimus Laptop Acer E1-531G
...creen 0 [ 2068.699] (II) modesetting(G0): Damage tracking initialized [ 2068.702] (II) NOUVEAU(0): NVEnterVT is called. [ 2068.708] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm [ 2068.711] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 2068.711] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 2068.711] (II) LoadModule: "evdev" [ 2068.711] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 2068.711] (II) Module evdev: vendor="X.Org Foundation" [ 2068.711] compiled for...