similar to: Native Registry Support

Displaying 20 results from an estimated 100000 matches similar to: "Native Registry Support"

2024 Mar 20
1
[PATCH] [v4] nouveau: add command-line GSP-RM registry support
On Mon, 2024-03-04 at 13:57 +0100, Danilo Krummrich wrote: > > Thanks for sending a new version of the patch. > > Please make sure that for future patches you include a changelog, such that > it's easier for reviewers to keep track of what has changed. Will do. > > .../gpu/drm/nouveau/include/nvkm/subdev/gsp.h | 6 + > >
2024 Jan 29
0
[PATCH] [v2] nouveau: add command-line GSP-RM registry support
Add the NVreg_RegistryDwords command line parameter, which allows specifying additional registry keys to be sent to GSP-RM. This allows additional configuration, debugging, and experimentation with GSP-RM, which uses these keys to alter its behavior. Note that these keys are passed as-is to GSP-RM, and Nouveau does not parse them. This is in contrast to the Nvidia driver, which may parse some
2020 Nov 13
0
[RFC] Defined initialization order in Support/Registry
Dear List, First things first, this is based off a bug report and a (less than ideal) patch by yours truly: https://github.com/clangd/clangd/issues/578 https://reviews.llvm.org/D91351 Currently Plugins appear in the Registry linked list in an undefined order due to the 'static initialization order fiasco'. For most registries this doesn't pose a problem as there is no observable
2006 Jun 08
1
Real Windows registry support?
Apparently support for loading a real Windows registry from disk has been disabled. Well that stinks. Is there any way to maybe parse the information stored in a WinXP registry and merge it with Wine's? I have a few programs (Photoshop being one) that I've already installed on my XP partition that I'd like to use without needing to reboot.
2014 Oct 29
0
Re: [libhivex] Undefined behavior when accessing invalid (too small) registry hives
On Wed, Oct 29, 2014 at 10:43:59AM -0500, Mahmoud Al-Qudsi wrote: > Hello all, > > I know that one of the original design goals of libhivex was to be > resilient to corrupt, invalid, or malicious registry hives. I've > encountered some undefined behavior in libhivex when attempting to open > registry files that are too small. I'm not sure if this is a known issue >
2007 Feb 13
3
Wine + Windows Partition + Registry
I have a windows partition (XP), with a few applications I'd like to run on it while in BSD: Microsoft Office XP (for the occasional doc that OO doesn't like) Corel Photopaint 9 or X3 Trillian (not needed but would be nice) and a few games. The games run fine, pretty much like in windows, but they have fewer directx errors and crashes :-) Office gets annoyed when I open winword.exe in
2014 Oct 29
2
[libhivex] Undefined behavior when accessing invalid (too small) registry hives
Hello all, I know that one of the original design goals of libhivex was to be resilient to corrupt, invalid, or malicious registry hives. I've encountered some undefined behavior in libhivex when attempting to open registry files that are too small. I'm not sure if this is a known issue per-se or not, so I figured I'd ask here on the mailing list before I jumped in and started adding
2010 Jan 19
7
[PATCH 0/7] Prepare for adding write support to hivex (windows registry) library
This series of patches prepares the way for a later series which will add write support for Windows Registry 'hive' files to our 'hivex' mini library. About hivex: http://libguestfs.org/hivex.3.html About the Windows Registry: Forget it - there are no reliable references. However the Wikipedia page explains some of the top level concepts:
2003 Aug 21
0
No audio in either direction, sip channels hanging, asterisk will not shut down.
Hi all, I have been asked to look into using asterisk as part of our setup. The eventual goal is to replace as many parts of the existing setup as possible, but in the interim, I just have to make it bolt on and work with all existing parts. My current setup is as follows: Cisco 7940 (ext 2000) | v Asterisk -> Snom SIP proxy(v2.22) -> Vega100 PSTN gw -> Index PBX |
2024 Feb 20
2
[PATCH] [v4] nouveau: add command-line GSP-RM registry support
Add the NVreg_RegistryDwords command line parameter, which allows specifying additional registry keys to be sent to GSP-RM. This allows additional configuration, debugging, and experimentation with GSP-RM, which uses these keys to alter its behavior. Note that these keys are passed as-is to GSP-RM, and Nouveau does not parse them. This is in contrast to the Nvidia driver, which may parse some
2008 Mar 05
4
Unable to access registry
I'm attempting to get our Accounting software : Peachtree Premium Accounting to work under Wine in Ubuntu 7.10. The install went smoothly with 0 issues however when i try to run it , it takes about 10s and then exits w/out any errors. So i fired up its database manager since i know it tries to start it first and i get an error message saying Unable to access registry. I've seen that on
2009 Oct 01
0
Registry backend changes with CTDB not noticed by other nodes?
Hi! I'm working on a 2-node ctdb-clustered Samba. I'm almost there (hope so), but Samba doesn't seem to notice the modified registry that is distributed with ctdb. On a single node the registry is working. CTDB picks up changes, including the registry, and they are synced to the other node (verified with net conf addshare/delshare and tdbdump on /var/ctdb/persistent/registry*). The
2004 Feb 25
2
Remote Windows registry read access from Linux?
Hi, In order to do some inventory and network management of our Windows machines, we'd really like to be able to extract some bookkeeping info from them - mostly from the registry. Anybody know how this is possible from Linux? (Most of) the information we seek is present in the registry of the remote windows machine, e.g. installed programs/hotfixes. But the Event Log, Info about
2004 Jul 16
2
WinXP registry problems on SMB PDC
Hi all, I recently moved off of an ancient NT4 PDC to a SMB PDC running Samba 3.0.4-1 on a RH9 box. I had absolutely no troubles joining the domain, and other than a few login quirks every now and again, it is stable. I am, however, experiencing what I believe to be a permissions issue with the user profiles... my own, included. I am unable to make registry changes, most notably with
2010 Jun 27
2
How to import registry of Windows XP backup?
I have a game for Windows where the entire game status is saved in the registry. The game works good under Wine. After a reinstallation the registry got wiped out and therefore my game status. (This game is not important, it could be any program which writes something very important into the registry which I need to restore) But I have an entire backup of my old Windows XP installation. Because
2002 Apr 22
1
regapi with global registry
Hi, I have a global windows fake tree, which every user in the group "wine" can access. However I got a problem dealing with new applications installed. When a user (any user, even root) installs an application, the registry entries goes to $HOME/.wine/*.reg . This also means that other users will not be able to use it because of the missing registry entries. I use the regSet.sh,
2008 Jul 31
0
Dinamically updating the registry (Was: Re: Plug & Play registry update for USB device?)
Hi, > I really need to have the registry updated with the proper entry > for the device when the device is attached. > I have a feeling this will mean "manually" updating the registry > when I plug in the device, then running the tool... Just curious .... Is there a way to dinamically update the wine registry? By "dinamically" I mean manually
2001 Dec 11
1
Wine and fonts (...unknown registry...)
Hello NG, my Wine ran fine so far. As I installed new fonts yesterday (type1 converted out of MS truetypes) to use them with StarOffice 5.2 Wine only starts with a lot of fonts failures and exits with failure code 1. Below is an extract out of the messages. Can anybody help me with that? I already replaced my ~/.wine directory and let winesetup create a new one - nothing changed. I replaces
2001 Apr 19
1
Win2K registry not loading correctly
Hi, I've noticed that my Win2K registry just won't load correctly. In Win2K regedit nothing shows up at all - not even home registry values - and in Win98 regedit (running in my w2k configured wine) only few values show up, I believe those are my home registry values. Here's the relevant stuff from config, built with winesetup: [Drive H] "Path" = "/mnt/winnt"
2001 Feb 14
1
Troubles with Windows Me Registry in latest CVS
I'm having a problem that I'm not sure the cause of. I've never had a problem with wineinstall until recently. I have full read/write access to my Windows partition and wineinstall can see it. However it fails to find the Windows registry for some reason. I'm running Windows Me, on that partition. For Linux I'm running Redhat 7, and latest CVS. Here's the messages I get.