search for: 750mhz

Displaying 14 results from an estimated 14 matches for "750mhz".

Did you mean: 550mhz
2004 Apr 28
1
Extracting numbers from somewhere within strings
Hello everybody, I have a bunch of strings like this: "IBM POWER4+ 1.9GHz" "IBM RS64-III 500MHz" "IBM RS64-IV 600 MHz" "IBM RS64 IV 750MHz" "Intel Itanium 2 Processor 6M 1.5GHz" "Intel Itanium2 1 Ghz" "Intel Itanium2 1.5GHz" "Intel MP 1.6GHz" I want to extract the processor speed. I am using grep("MHz", tpc$cpu, ig...
2006 Apr 26
4
Re: Memory Use
CWO4 Dave Mann <misterfixit@loveable.com> wrote: > > I've noticed since d/l and installing latest WINE that when I fire up an > application requiring WINE, the "wine-preloader" jumps to 1.7 Gigs in > VmSize. I have a 2.0 GB RAM system but this action by the pre-loader slows > everything down to a low crawl. You mean that after starting up eg winecfg, you have
2000 Sep 05
1
R crash when loading libraries.
Hi everyone, I am trying to install R on my new PIII 750Mhz under RedHat6.2 I get the following crash when I try and load any library. I suspect this has started after I installed the BLAS and LAPACK libraries. These two libraries where installed using the RPM manager under GNOME. Here is the crash and read-out from gdb. Hope that someone can understand wha...
2003 Sep 11
2
Start of all recordings cut off
I'm using a Cisco 7960 with asterisk and any recording on the machine, be it voicemail prompts, time of day, echo test message, etc, is cut off for the first 1/4 to 1/2 second. I've tried setting the phone to gsm but it still happens.
2015 May 22
11
Reclocking support for NVA0
Adds reclocking for NVA0, and a whole lot of work for other cards. Had these patches collecting dust for a little, but tested them with both my NVA0, and Martin's a while back. Success not guaranteed, but should be quite a leap forward. Happy reviewing and testing. Cheers, Roy
2015 May 24
3
[PATCH v2 07/10] bios/ramcfg: Separate out RON pull value
Signed-off-by: Roy Spliet <rspliet at eclipso.eu> --- drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ramcfg.h | 1 + drivers/gpu/drm/nouveau/nvkm/subdev/bios/rammap.c | 3 ++- drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c | 2 ++ drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr3.c | 6 ++++-- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git
2002 Oct 11
1
absurd computiation times of lme
...bspline basis with at least 12 to 15 knots is needed to model a complete growth curve. I take the spline basis matrix as both fixed and random effect (not forgetting the -1, since the intercept is included in the splines). When I use 3 knots (5 parameters), computation time is about 5 Minutes on a 750MHz machine. The fitting makes sense but is very bad due to the lack of flexibility. 4 knots take 27 Min to compute and 5 knots take more than 5 hours (I interrupted after that). I played around with pdMat, but actually it does not make sense to restrict the variance - co-varience matrix. Second exa...
2003 Jul 14
3
Hardware Vendors
Hi All! Can anyone direct me to any websites / manufacturers out there who are making small, put-it-in-the-closet-and-forget-it type systems for building routers, home gateway servers, that sort of thing? My fantasy machine for this purpose would be along the lines of a mini-itx system with external power supply, dual Ethernet interfaces on board, and one PCI slot available. If it had one
2006 Jul 13
7
system unresponsive after issuing a zpool attach
Today I attempted to upgrade to S10_U2 and migrate some mirrored UFS SVM partitions to ZFS. I used Live Upgrade to migrate from U1 to U2 and that went without a hitch on my SunBlade 2000. And the initial conversion of one side of the UFS mirrors to a ZFS pool and subsequent data migration went fine. However, when I attempted to attach the second side mirrors as a mirror of the ZFS pool, all
2005 Nov 19
11
ZFS related panic!
> My current zfs setup lookst like this: > > homepool 3.63G 34.1G 8K /homepool > > homepool/db 61.6M 34.1G 8.50K /var/db > > homepool/db/pgsql 61.5M 34.1G 61.5M > > /var/db/pgsql > > homepool/home 3.57G 34.1G 10.0K /users > > homepool/home/carrie 8K 34.1G 8K > > /users/carrie > >
2004 May 25
8
"Glare" condition - How well does asterisk handle?
Hi- I have an upcoming application that requires use of PRI channels that are primarily used for high-volume incoming traffic, but that are to be used for outbound calling as well. Of course, one option is to have dedicated outbound channels reserved, but this is an inefficient use of channel resources. Normally PBX's are designed to have the CPE yield to an incoming call if a particular
2004 Aug 06
0
Live from Mongolia
...k stability, availability, and throughput has been rock-solid. Speakeasy also includes unlimited nationwide dial-up service; you'll see later why this is important. My servers are all Intel-based, either donated or so low cost as to be free. For instance, last year I bought 3 1-rack unit 750Mhz servers from a failed dot.com liquidation for $125 each. Sold one online for $500, thus paying for the other two plus profit. My primary webcasting box is a dual 500Mhz 3U that a listener gave to me. It was sold originally by Entera, a caching company that packaged it as a $10,000 appliance...
2010 Nov 16
7
[Bug 31644] New: Nouveau driver with "Gigabyte nVidia 9600GT" - black screen
https://bugs.freedesktop.org/show_bug.cgi?id=31644 Summary: Nouveau driver with "Gigabyte nVidia 9600GT" - black screen Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2014 Sep 29
18
Implement reclocking for DDR2, DDR3, GDDR3
Following a series of patches that implement memory reclocking for NVA3/5/8 with DDR2, DDR3 and GDDR3 on board. I tested these patches on 6 different graphics cards, but I expect reclocking now to work on many more. Testers can pick up these patches and test it by enabling pstate (nouveau.pstate=1). They should then be able to change clocks by writing to /sys/class/drm/card0/device/pstate. Correct