search for: maxspeed

Displaying 17 results from an estimated 17 matches for "maxspeed".

Did you mean: max_speed
2001 Nov 20
2
quiver plot help
...ents and I want to see the overall flow pattern. (I work with 2D fluid mechanics problems). My first-stab function is below: quiver <- function(u,v,scale=1) # first stab at matlab's quiver in R { xpos <- col(u) ypos <- max(row(u))-row(u) speed <- sqrt(u*u+v*v) maxspeed <- max(speed) u <- u*scale/maxspeed v <- v*scale/maxspeed matplot(xpos,ypos,type="p",cex=0) arrows(xpos,ypos,xpos+u,ypos+v,length=0.05) } Thus, for example u <- matrix(rnorm(100),nrow=10) v <- matrix(rnorm(100),nrow=10) quiver(u,v) This works (afte...
2005 Jun 14
0
Plotting quiver vector tensor arrows 2d field data
...I missed? quiver<- function(u,v,scale=1,length=0.05) # first stab at matlab's quiver in R # from http://tolstoy.newcastle.edu.au/R/help/01c/2711.html # Robin Hankin Tue 20 Nov 2001 - 13:10:28 EST { xpos <- col(u) ypos <- max(row(u))-row(u) speed <- sqrt(u*u+v*v) maxspeed <- max(speed) u <- u*scale/maxspeed v <- v*scale/maxspeed matplot(xpos,ypos,type="p",cex=0) arrows(xpos,ypos,xpos+u,ypos+v,length=length*min(par.uin())) } par.uin <- function() # determine scale of inches/userunits in x and y # from http://tolstoy.newc...
2000 Nov 22
10
Bandwidth limiting
Hello. I need help with limiting bandwidth. I have read every tutorial I''ve come over and I just can''t make anything work. Ok, here''s the scenario: I have a gateway, which has five network interfaces (eth0 -> eth4), eth0 is the ''external'' one and eth[1-4] are supposed to be limited to 128Kbit/s each. The interfaces eth[1-4] each have a C-class
2008 May 23
1
Close succes en NV34M, vertical fencing problem
...oreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "SHMConfig" "true" Option "MinSpeed" "0.5" Option "MaxSpeed" "0.8" Option "AccelFactor" "0.015" EndSection Section "Device" Identifier "NVIDIA Corporation NV34M [GeForce FX Go5200]" # Driver "nv" Driver "nouveau" # Option "FlatPanel" "true" EndSectio...
2004 Nov 25
4
kernel configuration and tc commands for traffic shaping
Hi, I wished to shape the traffic that cross my ppp0 interface so I asked around and google''d a bit and I headed in the LARTC HOWTO. As stated in the early in the text, as the title implies, that is an "Advanced" HOWTO and while by no means rocket science, some prior knowledge is assumed. Unfortunately I found myself lost very soon and I''m writing here in hope
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
...<PropertyGroup Label="UserMacros" /> + <PropertyGroup /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Any|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <SDLCheck>true</SDLCheck> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFo...
2014 Jul 10
0
Warnings in dmesg and results of mmiotrace 10de:1140 Geforce620m Optimus Laptop Acer E1-531G
...t6/event6" [ 2068.720] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14) [ 2068.720] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5 [ 2068.720] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75 [ 2068.720] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.074 [ 2068.720] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1 [ 2068.720] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1 [ 2068.720] (**) ETPS/2 Elantech Touchpad...
2016 Dec 07
2
GM108GLM?
...500] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15) >> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5 >> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75 >> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035 >> [ 21.500] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 >> [ 21.500] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1 >>...
2016 Dec 08
2
GM108GLM?
...ice "SynPS/2 >> Synaptics TouchPad" (type: TOUCHPAD, id 15) >>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >> MinSpeed is now constant deceleration 2.5 >>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >> MaxSpeed is now 1.75 >>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >> AccelFactor is now 0.035 >>>> [ 21.500] (**) SynPS/2 Synaptics TouchPad: (accel) keeping >> acceleration scheme 1 >>>> [ 21.500] (**) SynPS/2 Synaptics TouchPad...
2016 Mar 01
3
[REGRESSION] nouveau: 30 second boot hang after commit 2b700825e
Hello, I am encountering a 30 second hang during boot, in the Xorg process just before the display manager comes up. I have bisected the problem to the following commit: commit 2b700825e7a7702fb862edba1262c98040dc1bf6 Author: Ben Skeggs <bskeggs at redhat.com> Date: Thu Aug 20 14:54:22 2015 +1000 drm/nouveau/mc: move device irq handling to platform-specific code The hang only
2016 Dec 08
2
GM108GLM?
...tics TouchPad" (type: TOUCHPAD, id 15) >>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >>>> MinSpeed is now constant deceleration 2.5 >>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >>>> MaxSpeed is now 1.75 >>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >>>> AccelFactor is now 0.035 >>>>>> [ 21.500] (**) SynPS/2 Synaptics TouchPad: (accel) keeping >>>> acceleration scheme 1 >>>>>> [...
2018 Aug 24
0
Nouveau doesn't detect DVI - Monitor
...nt6" [ 158.902] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14) [ 158.902] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5 [ 158.902] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75 [ 158.902] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040 [ 158.902] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 [ 158.902] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1 [ 158.902] (**) SynPS/2 Synaptics...
2016 Oct 27
0
GM108GLM?
...[ 21.500] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15) > [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5 > [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75 > [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035 > [ 21.500] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 > [ 21.500] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1 > [ 21.500] (**...
2016 Dec 08
0
GM108GLM?
...ding extended input device "SynPS/2 >Synaptics TouchPad" (type: TOUCHPAD, id 15) >>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >MinSpeed is now constant deceleration 2.5 >>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >MaxSpeed is now 1.75 >>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >AccelFactor is now 0.035 >>> [ 21.500] (**) SynPS/2 Synaptics TouchPad: (accel) keeping >acceleration scheme 1 >>> [ 21.500] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration...
2016 Dec 08
0
GM108GLM?
...t;>> Synaptics TouchPad" (type: TOUCHPAD, id 15) >>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >>> MinSpeed is now constant deceleration 2.5 >>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >>> MaxSpeed is now 1.75 >>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >>> AccelFactor is now 0.035 >>>>> [ 21.500] (**) SynPS/2 Synaptics TouchPad: (accel) keeping >>> acceleration scheme 1 >>>>> [ 21.500] (**) SynPS/...
2016 Dec 08
0
GM108GLM?
...ot; (type: TOUCHPAD, id 15) >>>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >>>>> MinSpeed is now constant deceleration 2.5 >>>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >>>>> MaxSpeed is now 1.75 >>>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) >>>>> AccelFactor is now 0.035 >>>>>>> [ 21.500] (**) SynPS/2 Synaptics TouchPad: (accel) keeping >>>>> acceleration scheme 1 >>>&...
2016 Oct 18
2
GM108GLM?
Hi, It would seem like it (attachments are from 4.9-rc1, btw), but it doesn't look like there is any support in the Xorg driver. How can I help with that? Best regards, Sune Mølgaard Translucent ApS On 2016-04-22 09:33, Pierre Moreau wrote: > Hello, > > A patch was merged yesterday to recognise GM108 (see >