Displaying 20 results from an estimated 304 matches for "intialize".
Did you mean:
initialize
2007 Jan 26
1
Wine wants OpenGL for everything... then fails
Wine is hosed on my Ubuntu Edgy install. It was working fine on Dapper, and I'm not sure if I tested Wine since
upgrading to Edgy last month.
Anyway, no matter what I try to run I get something like this (running notepad in this example) and the program fails to
launch:
$ notepad
wine: creating configuration directory '/home/dit/.wine'...
Xlib: extension "GLX" missing on
2008 Aug 11
3
[Bug 1501] New: p_read, p_send not intialized
https://bugzilla.mindrot.org/show_bug.cgi?id=1501
Summary: p_read, p_send not intialized
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org...
2006 Feb 15
2
Setting intial path under windows to MyComputer in Interactive file browser
Hello everyone,
How can I specify in tcltk file browser the initial directory to
"MyComputer" in Windows where Drives and Partition are accessible?
And just a little question if anyone knows, is there a way to use the
function choose.files under windows to select a directory?
Thanks a lot for your help.
Laetitia.
2017 Sep 20
1
How to use depmix for HMM with intial parameters
Hello,
I have initial parameters for HMM model and I want to use depmixS4 package.
The parameters are in the form
intial_prob_matrix=matrix(c(0.07614213, 0.45177665, 0.47208122), nrow=1,
ncol=3, byrow = TRUE)
transition_matrix=matrix(c(0.46666667,0.46666667,0.06666667,
0.06741573,0.5617978,0.37078652,
0.02173913,0.3478261,0.63043478), nrow = 3, ncol =
2009 Jul 19
0
Disabling checksum offloading at OSOL DomU via kmdb at intial boot.
Disabling checksum offloading at OSOL DomU via kmdb at intial boot :-
( -kd at extra line):-
root@ServerJaunty:/home/boris/nevada# xm create -c osol.install
Using config file "./osol.install".
Started domain osol.install (id=6)
Loading kmdb...
Welcome to kmdb
Loaded modules: [ unix krtld genunix ]
[0]> ::bp xnf`_init
[0]> :c
v3.4.1-rc7 chgset
2014 Jul 14
14
[Bug 81363] New: Black screen after UDEV is intialized
https://bugs.freedesktop.org/show_bug.cgi?id=81363
Priority: medium
Bug ID: 81363
Assignee: nouveau at lists.freedesktop.org
Summary: Black screen after UDEV is intialized
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: jrsx13 at gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: 7.7 (2011)
Component: Driver/nouve...
2006 Feb 11
3
Intial data in Migrations
One thing I found annoying about Migrations, besides that you have a
very limited ways to define your data, is that it will overwrite
EVERYTHING in your schema file. So if you spend hours customizing your
initial schema file, to get it work, exactly like you''ll need it, that
work immediately becomes for nothing once you run a migration. Your
entire schema will get rewritten, not appended
2011 Jun 29
2
optimization in for loop
Hi, dear R help
I am trying to use optim inside a for loop:
##For example. a: intial guess. b: result. f: function to be minimized
for (i in 1:10) {
b[i] <- optim(a[i], f)}
However, some intial values cause error in optim function (e.g. " system is
computationally singular..."). Then the for loop stops and won't try the
following initial guesses.
What can I do if I want
2007 Mar 12
1
Installation and Winecfg questions
When I run winecfg from a terminal, it starts by complaining:
-bash $ Xlib: extension "GLX" missing on display ":0.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect
problems
err:wgl:has_opengl Intialization of OpenGL info failed, disabling OpenGL!
Xlib: extension "GLX" missing on display ":0.0".
2008 Aug 22
10
Windows Media Encoder 9
Windows Media Ecoder 9 gives me this error.... why? :( :
Xlib: extension "GLX" missing on display ":20.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
err:wgl:has_opengl Intialization of OpenGL info failed, disabling OpenGL!
Xlib: extension "GLX" missing on display ":20.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo
2004 May 14
2
Scalable IVR
Hi,
I am an asterisk newbie and looking around for information . I wish someone
could take their valuable time off to answer my query in detail.
I wish to set up an IVR system that can allow user authentication and
therefter accept 2-3 inputs from users ..generate a key and transmit the
same in voice back to the user .
The system will intially have small load but if the whole package in future
2011 Nov 08
0
[LLVMdev] loadable passes with dependencies?
...;). This function
initializes your pass and all dependent passes. It needs to be called
before your pass is scheduled.
To achieve this we create a class StaticInitializer, which does this in
its constructor. It get's the global pass registry and uses the pass
registry as a parameter for the intialize*Pass() functions. As we create
a static variable of type StaticIntializer, its constructor is called as
soon as the module is loaded such that the intialization is performed on
load.
Let me know if this helped you.
Cheers
Tobi
2006 May 18
4
Request Routing Plugin ( :requirements => { :subdomain => ''thing'' } finally works)
Hi All,
Just a quick note to say that I''ve released an intial version of the
request routing plugin which essentially allows you to use various
request object properties as requirements in routes. Most notably you
can do:
map.connect "thing", :controller => ''main'', :requirements => {
:subdomain => ''whatever'' }
..just like the wiki
2006 May 28
14
Lightbox and RJS
...be rendered to the page through ajax events
(obviously this means after the page loads). So I figure I need to
find a way to call lightbox''s initialize() function with every ajax
response. So I am trying to call this function from RJS. Here''s my code:
page << ''intialize()''
This gives me the following error (in Firefox):
RJS error:
Reference Error: initialize is not defined.
So I guess it''s interpreting as an rjs call rather than simply
javascript. In a previous post I read that the syntax above would
allow one to using custom javascript, bu...
2008 Mar 18
2
[LLVMdev] Proposal for a Google summer of code project for the Java frontend.
Ramón García wrote:
> Based on my experience this last one (the generation of shared
> libraries) is the most important performance wise, and the one that
> would make a difference from a performance point of view.
>
>
That's more or less true: generating shared libraries will improve
startup time, not steady-state time. It will decrease steady-state
performance (both for
2010 Nov 01
3
btrfs benchmark with 2.6.37-rc1
Here is a small btrfs vs. ext4 benchmark with kernel 2.6.37-rc1.
compilebench with options -i 10 -r 30 on 2.6.37-rc1
btrfs
==========================================================================
intial create total runs 10 avg 73.11 MB/s (user 0.34s sys 1.96s)
create total runs 5 avg 49.53 MB/s (user 0.41s sys 1.62s)
patch total runs 4 avg 22.13 MB/s (user 0.09s sys 1.79s)
compile total runs
2007 Feb 13
1
nls: "missing value or an infinity" (Error in numericDeriv) and "singular gradient matrix"Error in nlsModel
Hi,
I am a non-expert user of R. I am essaying the fit of two different functions to my data, but I receive two different error messages. I suppose I have two different problems here... But, of which nature? In the first instance I did try with some different starting values for the parameters, but without success.
If anyone could suggest a sensible way to proceed to solve these I would be
2017 Nov 16
2
Issues with Virtualbox
Hi Team,
I am getting an error in intializing VirtualBox . It's giving me an error
"Failed to acquire the VirtualBox COM object".
Result Code : NS_ERROR_FAILURE
The application is keep getting terminated.
TIA
Get Outlook for Android<https://aka.ms/ghei36>
2001 Oct 31
2
spool unixXwindows and password
Good morning,
I have two problems and I would like know if you can help me:
1- I have a printer "plotter-A0" installed in a windows98. There isn?t
driver for this printer in the unix (solaris2.x). I would like to
create a spool to this printer by the "admintool" but it left from the
impression calls this printer automatically in the windows. It?s
possible?
2- Every times
2013 Mar 10
1
[PATCH v2, part1 00/29] Use helper functions to simplify memory intialization code
The original goal of this patchset is to fix the bug reported by
https://bugzilla.kernel.org/show_bug.cgi?id=53501
Now it has also been expanded to reduce common code used by memory
initializion.
This is the first part, which applies to v3.9-rc1.
It introduces following common helper functions to simplify
free_initmem() and free_initrd_mem() on different architectures: