search for: intial

Displaying 20 results from an estimated 304 matches for "intial".

Did you mean: initial
2007 Jan 26
1
Wine wants OpenGL for everything... then fails
...this example) and the program fails to launch: $ notepad wine: creating configuration directory '/home/dit/.wine'... 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". err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems err:wgl:has_opengl Intialization of OpenGL info failed, disabling OpenGL! Xlib: extension &quo...
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.or...
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 = 3, byrow = TRUE) meanv...
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...
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/no...
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...
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". err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems err:wgl:has_opengl Intialization of OpenGL info failed, disabling OpenGL! Now, according to...
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 couldn't initialize OpenGL, expect problems err:wgl:has_opengl Intialization of OpenGL info failed, disabling OpenGL! fixme:imm:ImmDisable...
2004 May 14
2
Scalable IVR
...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 may have huge loads .. from 1000 to 10000 simultaneous peak time callers with 1 minute duration calls ( just to mention how scalable we would ideally desire it to be ) At present we would need a maximum of 10 simultaneous users peak load cap...
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'...
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,...
2008 Mar 18
2
[LLVMdev] Proposal for a Google summer of code project for the Java frontend.
...e. It will decrease steady-state performance (both for Java and CLI) because the VMs ensure a class will be fully initialized before its use. Therefore, while the JIT will have runtime knowledge of a class being fully initialized or not, a static compiler will have to be conservative and insert intialization checks on most uses of a class. What you can do to tackle this issue is to generate different native code statically and let the VM choose which native code it has to execute (depending on which classes were already initialized). > I would like to prepare a proposal as soon as posibl...
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 7 avg 104.55 MB/s (user 0.08s sys 1.02s) clean total runs 4 avg 564.00 MB/s (user 0.01s sys 0.28s) read tr...
2007 Feb 13
1
nls: "missing value or an infinity" (Error in numericDeriv) and "singular gradient matrix"Error in nlsModel
...000000 #Exponential power function > s=nls(fath~((b^2)/(a^2))*exp((-dist/a)^b),polcurve) Error in numericDeriv(form[[3]], names(ind), env) : Missing value or an infinity produced when evaluating the model In addition: Warning message: No starting values specified for some parameters. Intializing 'b', 'a' to '1.'. Consider specifying 'start' or using a selfStart model in: nls(fath ~ ((b^2)/(a^2)) * exp((-dist/a)^b), polcurve) #Geometric function >s=nls(fath~((b-1)*(b-2)/a)*((1+dist/a)^-b),polcurve) Error in nlsModel(formula, mf, start, wts) :...
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
...8. 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 that I must create a new user, I need create intially in the windows2000, after I need create in the unix (admintool) and after in samba with the command "smbpasswd -a". I have that digitate the name of the user 03 times and their password 9 times. What do I do for improve this routine - OS: solaris2.6 / samba 2.07 Thank you for he...
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: