Jump to content

Mark-XP

Member
  • Posts

    117
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by Mark-XP

  1. 8 hours ago, j7n said:

    These sites are real pigs: YouTube, HDtracks and new Discogs (contains a mandatory YouTube window)...

    Nothing we can do about it I guess, but I want to express my frustration and disappointment.

    https://i.imgur.com/cnFBsY0.png

    Utilizing Spt & NM approximately 50% for (pre-)listening & collecting music, i do share your disappointment - but not the frustration:

    i stopped using YT completely (access only directly via youtube-dl), no more soundcloud, never a need for spotify at all, discogs only with noscript activated (works passibly): All albums & tracks i purchase at bandcamp (with nice pre-listening options), directly by the artists or (smaller) labels. By my guess, 99 % of the serious contemporary artists offer their work here (at least in my lucky case :)).

  2. 6 hours ago, Dietmar said:

    Here is the from me relocated function ExInterlockedFlushSList from XP SP3

    ...
    .data:004762BE loc_4762BE:                             ; CODE XREF: ExInterlockedFlushSList+19j
    .data:004762BE                 or      eax, eax
    .data:004762C0                 jz      short loc_4762CD
    ...

    or  eax, eax - what does that do? Is this ment to initialize the Flags OF, CF or modify the SF, ZF, PF Flag!

  3. 5 hours ago, MinimumAttic410 said:

    I just installed driver v344.75 by adding device id into nvaci.inf file, installation went well and seems driver working. it scored 38518 on 3dmark2001se

    Interesting: i in contrary did expand the nvhdci.inf because there i found an existing 710 entry, just copied it and replaced the appropriate device-id. Worked nicely!

  4. 20 hours ago, Mathwiz said:

    NM 27 and NM 28 typically use the same profile folder: %appdata%\Moonchild Productions\Pale Moon. If you wish to use both NM 27 and NM 28 on the same PC, you should make one or both portable to keep their profiles separate. (I believe a portable loader is mentioned in the first post of this thread.)

    Indeed, it's mentioned there , parameter is "--no-remote", Is there any difference to "-no-remote" as specified by mozilla (and used by me since ever)?

  5. It seems that i am now - 8 years later - confronted with this crap:

    To get more out of my new motherboard's Realtek 1150 codec i decided to install the WDM driver 2.74 (same as on XP) to replace 7's standard driver (because i noticed that on XP music sounds significantly better...)

    Now this is what then started to happen sporadically playing music (winamp 2.91): audiodg.exe is turnig to consume up to 15% of CPU for about of minute

    Audiodg.exe_1.jpg.6808d0f76c4aa3c09de20793abf735fe.jpg

    Afterwards it calms down again: the attack has consumpted 50 CPU-seconds and is behaving normal maybe for the next half hour:

    Audiodg.exe_2.jpg.7d65b36d477d37793240a0f2fe6a4ee3.jpg

    Although imo no memory leak at all - 15 MB seem to be quite regular:

    Audiodg.exe_3.jpg.a33312868b8792f438fbb58b9a49677c.jpg

    I'm going to decide this weekend if i can accept that crappy behaviour...

  6. 9 hours ago, SEDANEH said:

    Finally Windows XP was run on Asus Z790 with super heavy hardware....

    Because Windows XP does not support Nvidia graphics above 1000 series.

    So I put a GT 710 graphics card next to the 4090...

    Congratulations @SEDANEH! Now you may consider to get a nice GTX 980 to substitute the 710 in your rig and try to break the 24.000 Points record in 3Dmark2001 of these guys here (with a i9-12900K @ 6.9 GHz. ;)

  7. 2 hours ago, Damnation said:

    Integrated GPU won't have a proper XP driver, get an nvidia GT 710 that has XP drivers.

    Yes, and it's a shame imo:
    No possibilty to force a suitable interpolated 1440x900 resolution with the integrated intel hd 530 grafics for an old but valuable Eizo S2110W Monitor: The native 1680x1050 is far too small; the offered standard 1280x1024 and 1024x768 inerpolations are kind of useless.
    What i've tried so far and did not work:

    - Martin Brinkmann's Custom Display Resolution Utility (XP doesn't support EDID overrides)
    - The command line utility QRes (mentioned here)
    - The HKEY_CURRENT_CONFIG\System\CurrentControlSet\Control\VIDEO hack
    - The Universal VBE Video Display Driver (2015 Version: VBE20, VBE30) that @Dietmar tried on his beloved HP 255 g6 :)

    It feels a bit like a sacrilege to add that old 28nm GT-710 (Sorry godfather Kepler) onto my 14nm Skylake rig which runs so godly energy efficient without external grafics.

    If anyone here knows another approach to enforve a cusom resolution on XP ...

    Edit: FWiW: a GT-710 vs HD 530 comparison

  8. 2 hours ago, Dietmar said:

    I noticed, that in Win7, the vga graphik mode also does not work on this HP

    @Dietmar, so you're distressing yourself with a notebook that shows errors in Win7 _and_ was "moderate performing and cheap production which left much to be desired" (with an even higher perfomance R4!) - when it was new :dubbio:(in german)?

    That seems to be a very diligent and academic work for me... ;)

  9. Btw: directly under the 'Open with" entry in the ContextMeny there's entry which i'd translate like "Restore predecessor versions" ("Vorgängerversionen wiederherstellen" in German).

    Since i deaktivated all ,shadow-technics' in my 7 environment this entry is rather useless and i'd like to remove it from the ContexMenu. What is it's name in english? Did anyone here remove that successfully?

    Edit: it seems to be "previous versions" and NirSoft's ShellExView should be the tool of  the choice,

  10. Hello @Dibya, first please some clarifications:

    - E1000E  is the name of the Linux driver  for a class of Intel® Gigabit Network NiCs (like th i219).

    - NetadapterCx is the ,modern' MS driver-model for Win10 and later (in contrary to older ndis-model).

    - The approach that you refer to above (https://github.com/coolstar/if_re-win) is an (NDIS-type?) wrapper ,around' the NetadapterCx-driver (in that case for a Realtec NiC) compatible with Win-XP (/2000 /Vista).

    - Your plan now is to write such a wrapper around NetadapterCx-driver for i219.

    I presume you're mentioning the (linux) e1000e above because you'll use it as a ,bonanza' of ideas and technics, is that correct?

    What would be the concept then: direct wrapper (NetadapterCx -> NDIS) or detour FreeBSD (NetadapterCx ->FreeBDS -> NDIS)?

    I've got only basic C knowledge (and even less in driver-implementations) to support, but within 2 or 3 weeks i'll migrate to the (above mentioned Z170) system with an i219 and will be able to test. And - if that's of any interest or advantage - it will house a Debian partition too.

    And beside me, i'm quite sure there will be some others here (with an idled i219) eager for testing...

     

  11. On 1/30/2024 at 1:02 PM, AstroSkipper said:

    @anton12 As already described in previous posts, you can easily fix this bug yourself manually, strictly following the commit https://github.com/roytam1/UXP/commit/1116e8e137a3525b8313505a71894bb50af816d6 @roytam1 kindly posted. Works great here. :yes:

    Would be anyone here be so indulgent and kind to explain how exactly one can fix this manually? Didn't find any "hudservice.js" in the St_52.9's folder and tbh, i do not spot any kind of "instruction" there which i would be able to "follow"... Many thanks in advance!

    UXP-commit.jpg

×
×
  • Create New...