search for: highend

Displaying 20 results from an estimated 21 matches for "highend".

2010 Apr 24
1
Formatting numerical output
...subdat) #regression rs.subdat <- summary(lm.subdat)$r.squared #getting R-squared information txt1 <- ("Excluded range: Time") #creating components of output message txt2 <- ("R^2 =") #creating components of output message lowend <- (int*x) highend <- (int*x + int) output <- c(txt1, lowend, highend, txt2, rs.subdat) print.noquote(output, sep="\t") } sink() Currently my output looks like: [1] Excluded range: Time 0 0.2 [4] R^2 = 0.111526872884505 [1] Excluded range: Time 0....
2005 Jun 10
6
us zipcode data map
...he US that are colored or annotated or ... by zipcode data. For example, create a map of the US and color each zipcode region by its population using two vectors z,p containing the zipcode and population, respectively. I'm not looking for data to fill z, and p. I'm looking for some highend functions to display on a map the data that I already have. Cheers, Mike
2010 Nov 03
3
Is it possible to configure OpenGL software rendering?
I have an application that uses opengl. If no hardware opengl support is available it works fine (not a highend application). If opengl hw support is available on the mac platform it fails because of the not complete opengl cappabilities in xquartz. So: can I enforce the use of software opengl renderin instead of hardware rendering? If yes: how can i configure this?
2010 Mar 26
14
Xen on Intel i7 Nehalem?
Hello, i´ve got a new Intel Nehalem server with an i7-920 CPU. I installed a Debian Lenny OS ... Now, i cannot find any images for hypervisor or kernel that seem to be runable on that hardware. :-O All of that is AMD: apt-cache search hypervisor linux-image-2.6-xen-amd64 - Linux 2.6 image on AMD64, oldstyle Xen support linux-image-xen-amd64 - Linux image on AMD64, oldstyle Xen support
2006 Jan 14
12
Dedicated Host Recommendations?
I currently have a dedicated server at ev1servers, but it''s getting rather antiquated (Redhat 9) and am looking to upgrade. I''m thinking about serverbeach.com - one of their CentOS servers. Anybody have any recommendations for dedicated servers on which to run Rails? Hopefully less than $200/month. Thanks! CSN __________________________________________________ Do You Yahoo!?
2009 Aug 22
6
Fw: Re: my bootlog
Fasiha Ashraf --- On Sat, 22/8/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote: From: Fasiha Ashraf <feehapk@yahoo.co.in> Subject: Re: [Xen-users] my bootlog To: "Boris Derzhavets" <bderzhavets@yahoo.com> Date: Saturday, 22 August, 2009, 11:12 AM Please check what wrong here grub.conf        title Fedora (2.6.30-rc6-tip)         root (hd0,6)         kernel
2008 Jun 26
0
Wine redraw problem with baldur's gate ii (and others)
.../* Geforce7 lowend */ + else if(strstr(gl_info->gl_renderer, "7300")) { + gl_info->gl_card = CARD_NVIDIA_GEFORCE_7300; + vidmem = 256; /* Mac Pros with this card have 256 MB */ + } /* Geforce6 highend */ else if(strstr(gl_info->gl_renderer, "6800")) { First, i thought i am possibly the only one with a 7300LE card that is why nobody has this problem and everyone makes platinum reports in appdb, but i tried a 8400GS and the same thing happens. After...
2010 Dec 06
1
8800 Ultra support?
...ntially the GTX with slightly faster clock speeds. @ line 1072 {HW_VENDOR_NVIDIA, CARD_NVIDIA_GEFORCE_8800GTX, "NVIDIA GeForce 8800 Ultra", DRIVER_NVIDIA_GEFORCE6, 768 }, @ line 1459 {"8800 Ultra", CARD_NVIDIA_GEFORCE_8800GTX}, /* Geforce 8 - highend high */
2005 Jun 27
2
What do you think about this motherboard?
Hello all..... I would like to know if anyone here has had good experience with this Supermicro motherboard.....http://supermicro.com/products/motherboard/P4/E7221/P8SCT.cfm I am thinking about using it in an entry level mail and file server with a 3ware card and 200 GB SATA drives. Cost is a factor here otherwise I would go for an Opteron board instead. JC
2008 Nov 08
0
No subject
...and group can keep for the future use > when the group isn't so active. > > TODO: > - Other policies to schedule BIOs. > - Policies which fits SSD. > e.g.) > - Guarantee response time. > - Guarantee throughput. > - Policies which fits Highend Storage or hardware raid storage. > - Some LUNs may share the same bandwidth. > - Support WRITE_BARRIER when the device-mapper layer supports it. > - Implement the algorithm of dm-ioband in the block I/O layer > experimentally. > > bio-cgroup > ========== >...
2008 Nov 08
0
No subject
...and group can keep for the future use > when the group isn't so active. > > TODO: > - Other policies to schedule BIOs. > - Policies which fits SSD. > e.g.) > - Guarantee response time. > - Guarantee throughput. > - Policies which fits Highend Storage or hardware raid storage. > - Some LUNs may share the same bandwidth. > - Support WRITE_BARRIER when the device-mapper layer supports it. > - Implement the algorithm of dm-ioband in the block I/O layer > experimentally. > > bio-cgroup > ========== >...
2002 Mar 09
1
another quota related ext3fs crash...
...y messages in the kernel logs which would point to bad blocks either). both partitions on this drive (/www and /home) had crashes; the only other usrquota partition in this system is on another drive, has barely disk/fs i/o (mounted as /tmp) and hasn't reported any problems yet. btw. our semi-highend webservers which are running with vanilla 2.4.17 kernels and ext3 + vfsold quota hadn't had any crashes yet. have you any ideas on how to resolve this problem? best regards, michael
2010 Jul 31
1
Xen + Debian Squeeze + Recent ATI Graphics Card
Hi List, I'm looking for some info regarding the above - I've got a machine with a fairly recent ATI Radeon graphics card (RV730XT) installed that ultimately I'd like to run Xen with a Debian Squeeze Dom0. From the reading I've done so far, the situation with graphics cards and PVOPS is not entirely clear to me, hence this request. (N.B. I appreciate that Xen is more geared
2008 Nov 13
6
[PATCH 0/8] I/O bandwidth controller and BIO tracking
...d, which specifies how many tokens an ioband group can keep for the future use when the group isn't so active. TODO: - Other policies to schedule BIOs. - Policies which fits SSD. e.g.) - Guarantee response time. - Guarantee throughput. - Policies which fits Highend Storage or hardware raid storage. - Some LUNs may share the same bandwidth. - Support WRITE_BARRIER when the device-mapper layer supports it. - Implement the algorithm of dm-ioband in the block I/O layer experimentally. bio-cgroup ========== Bio-cgroup is a BIO tracking mechanism,...
2008 Nov 13
6
[PATCH 0/8] I/O bandwidth controller and BIO tracking
...d, which specifies how many tokens an ioband group can keep for the future use when the group isn't so active. TODO: - Other policies to schedule BIOs. - Policies which fits SSD. e.g.) - Guarantee response time. - Guarantee throughput. - Policies which fits Highend Storage or hardware raid storage. - Some LUNs may share the same bandwidth. - Support WRITE_BARRIER when the device-mapper layer supports it. - Implement the algorithm of dm-ioband in the block I/O layer experimentally. bio-cgroup ========== Bio-cgroup is a BIO tracking mechanism,...
2008 Nov 13
6
[PATCH 0/8] I/O bandwidth controller and BIO tracking
...d, which specifies how many tokens an ioband group can keep for the future use when the group isn't so active. TODO: - Other policies to schedule BIOs. - Policies which fits SSD. e.g.) - Guarantee response time. - Guarantee throughput. - Policies which fits Highend Storage or hardware raid storage. - Some LUNs may share the same bandwidth. - Support WRITE_BARRIER when the device-mapper layer supports it. - Implement the algorithm of dm-ioband in the block I/O layer experimentally. bio-cgroup ========== Bio-cgroup is a BIO tracking mechanism,...
2004 Nov 05
8
Using Shorewall + Linux Virtual Server LVS/DR
I''m havign a HUGE amount of difficulty getting shoreline to work with LVS. We use it here constantly so we know it works. The problem is packets come in, get directed to a webserver, webserver returns the packet to firewall, and then it goes into a black hole. rp_filter is off globally on all interfaces. LVS seems to be working right.... I use shorewall tcrules to mark packets on
2010 Feb 26
5
[PATCH 0/5] renouveau: nv30/nv40 unification
This patchset applies some minor fixes to renouveau.xml and then unifies the nv30 and nv40 register definitions. nv30 and nv40 are very similar and have the same offsets for the registers they share. The major differences are: 1. Texture setup is different due to full NPOT support on nv40 2. More advanced blending/render targets on nv40 3. NV30 has fixed function registers, which NV40 lacks The
2009 Jul 22
109
Unable to Configure Xen Dom 0 in Jeremy''s PVOPS Kernel
Hi All, I followed the instructions here at http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/ However, when I do a "make menuconfig", I cannot see any XEN related configuration options. What am I missing? Thank you. Mr. Teo En Ming Dip(Mechatronics Engineering) BEng(Hons)(Mechanical Engineering)
2011 Sep 14
0
Permission problems on Win 7 x64
Hi, I have a major problem with permissions on files that are rsynced from Strato Hidrive to a local machine (Win 7 Ultimate x64 SP1 German). The permissions for the source file (e.g. an executable like: Xshell.exe) are: Everyone with Full control (inherited from the root of drive D:) Now I sync that file to the destination machine (Strato HiDrive) with: