Jump to content

ED_Sln

Member
  • Posts

    536
  • Joined

  • Last visited

  • Days Won

    4
  • Donations

    0.00 USD 
  • Country

    Russian Federation

Posts posted by ED_Sln

  1. Perhaps the issue is that FF 39 does not support TLS 1.3, so websites that use this protocol cannot be opened. FF 2 has an encryption engine update, so websites with TLS 1.3 can be opened there.

    To enable the browser to use system certificates, find (or create) the security.enterprise_roots.enabled parameter in about:config and set it to true.

  2. 19 hours ago, NotHereToPlayGames said:

    This issue is DEFINITELY hardware-related and it has ALWAYS existed (all versions of Supermium except maybe the most recent) on my 17/18yr old Intel Core2 Quad Q6700.

    If you mean this: https://github.com/win32ss/supermium/issues/1596

    This has been fixed in 138 R6. The problem was in the instructions; if the processor did not support SSE4.2, this bug could occur.

  3. I tested the new Chromium on Win XP. It runs faster than Supermium. But there are a few things to note.

    The RAM consumption bug when C++ is installed can be resolved by adding the corrected_api_sets.zip folder from Supermium. In XP x64, there is enormous virtual memory consumption, and I haven't found a solution.

    WebGL is completely disabled, even the software version, which means that websites that require it do not work.

    Manifest v2 is available but disabled by default. You need to add the parameter --disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled to the shortcut.

    To disable the notification that the OS is not supported, add --test-type to the shortcut.

    The browser requires a CPU with SSE3.

    Browser crash during import fixed in version 144.

  4. 4 hours ago, Damnation said:

    Is this the same issue that the XP HAL timer patch addresses?

    I'm not sure if that's it. It mentions an ACPI timer, but this thread is about HPET, which doesn't depend on the processor frequency and is measured in milliseconds rather than megahertz.

  5. 1 hour ago, Kmuland said:

    Could be posible lower the timer with this tool? some command line to enter the desired timer? I wanted to test below 1ms

    No, you cannot set a different value. As far as I know, these values are hard-coded into the OS kernel, and you cannot set a value lower than 1 ms.

  6. 4 hours ago, Nomen said:

    The only reason I'd like this system to have access to the most ram possible is because I keep a lot of tabs open in firefox and past a certain point the system becomes unstable.  Is that something that more ram can fix?

    If it starts using more memory than it has and the OS has to constantly dump the excess into a swap file, then yes, this can cause it to run unstable. Increasing the available memory should fix this, because each tab will be able to use 2 GB of RAM.

  7. 12 hours ago, NotHereToPlayGames said:

    I'm not seeing the "advantage".  What am I missing?  Before/After comparison?

    This manifests itself in the fact that the time on the computer starts to rush. This occurs when working with relatively new versions of Chrome-based browsers, such as 360, Chromium 87, and Supermium. They constantly switch the timer mode from 1 to 16 ms, which causes the time to run ahead. This program switches the timer to continuous operation in 1 ms mode, so the time is correct.

  8. I use this: https://yadi.sk/d/KpTGDPITsNWn7w the program itself is in the Timer_Fix folder. 

    Brief description: Timer_Fix program with source code written in Visual Studio 6.0. The program has no interface; after launch, it will set the system timer to a period of 1 ms and leave it unchanged. The program will remain in the processes until the OS is rebooted. For convenience, it is best to place this program in “Startup” and completely forget about the problem of time passing. No issues have been found with using this method.

  9. I've collected various USB3 drivers that I found on different forums. They work differently on different motherboards and with different ACPI, so before installing it is better to make a backup of the OS, because it happens that the OS stops booting. The first one to try is AMD+Intel, it does not add any additional layers to the system, for example ntoskrn8.sys. If it doesn't work, then try the others one by one.

    https://www.upload.ee/files/18148104/USB3.7z.html

×
×
  • Create New...