Displaying 6 results from an estimated 6 matches for "lowend".
Did you mean:
lowen
2010 Apr 24
1
Formatting numerical output
...lt;- lm(length~time, 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] E...
2012 Nov 02
1
can not read table in dbReadTable
> tbs<-dbListTables(con)
>
> tbs
[1] "lowend" "time" "week30" "week33" "week39" "week42"
> my.data.copy <- dbReadTable(tbs, "week42")
Error in function (classes, fdef, mtable) :
unable to find an inherited method for function "dbReadTable", for signature &...
2008 Jun 26
0
Wine redraw problem with baldur's gate ii (and others)
...irectx.c
+++ b/dlls/wined3d/directx.c
@@ -1022,6 +1022,11 @@ BOOL IWineD3DImpl_FillGLCaps(WineD3D_GL_Info *gl_info) {
gl_info->gl_card = CARD_NVIDIA_GEFORCE_7400;
vidmem = 256; /* The 7400 uses 256-512MB */
}
+ /* 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 */...
2009 Aug 02
3
Intel vs ATI – which one is better for wine?
Hello everyone, as stated in the topic ? I would like to know which of
above works better with wine... I will be buying laptop soon, and
will probably have to chose one of above. Yes I know both Intel and
ATI drivers for Linux sucks ? but I would like to know which of them
sucks more ;], Nvidia will probably not be an option because of my
current cash limitation (beside, I already got pretty
2010 May 28
0
Wine release 1.2-rc2
...e set_shader call with unset_shader in blt_to_drawable.
wined3d: Don't use blit_supported() in d3dfmt_get_conv for now.
wined3d: Update Nvidia Geforce6+ driver version to latest 197.45 WHQL version.
wined3d: Add Geforce 4x0 cards to GPU database.
wined3d: Add Geforce 2xx lowend models.
wined3d: Mark Geforce GT 140 as a Geforce 9600GT.
wined3d: Add support for mobile Geforce 3xx GPUs.
Sven Baars (8):
winemine: Fix Dutch translation.
msi: Fix English translation.
msi: Update Dutch translation.
view: Fix Dutch translation.
taskmgr:...
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