Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/28/2025 in all areas

  1. I saw I had to use Supermium for websites that are "too new" for Serpent/newmoon (avif support, etc.).
    2 points
  2. Avidemux - https://avidemux.sourceforge.net/ Free program to work with video and audio. It is a free video editor designed for simple cutting, filtering and encoding tasks. The last XP version of it is hidden - avidemux_2.7.7 r210228_win32.exe Windows Executable 23 MB Feb 28 2021 2:43 PM You can download it here: https://avidemux.org/nightly/win32/ I tested it today with re-coding FullHD videofile of Saturday Night Live S50E20. The problem was that audio is E-AC3. And it need to be usual AC-3 or AAC for my TV and Blu-Ray player. With simple interface it recoded audio to AAC and didn't change video. And i got new saved file with same h.264 video and AAC audio. Took only several minutes. Good program.
    1 point
  3. Right now in TOP 500 there is only Linux, but in past there was even Mac OS X supercomputers. Last time Windows Supercomputer was in TOP500 was 2015 year. There is supercomputers that run on Windows now, just they are not in TOP 500.
    1 point
  4. Hi @roytam1, the MDL thread (https://forums.mydigitallife.net/threads/winxp-32-bit-on-a-modern-pc-iso-boot-wim-install-wim.88834/) by @reboot12, I saved it to .html, so now you can see full content offline. https://ufile.io/ra9ue6rg
    1 point
  5. 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
    1 point
  6. @canonkong Please tell me the name of this Arrow Lake board and I will try also Dietmar
    1 point
  7. @canonkong Do you succeed to boot XP SP3 on Arrow Lake board Dietmar
    1 point
  8. Welcome back! Not being able to continue reading where you last left off is of course annoying. I wouldn't be particularly pleased either...
    1 point
  9. @GD 2W10 Oh, crazy. I only want to help. Just now I look, if the CR0.PG/PE bits are blocked in my Bios from the Gigabyte B860 DS3H board or if I can change them. With Hexeditor the change can be forced always. This seems to me the main problem. What can I say: Science LIVES from listing to each other Dietmar PS: How you run the test: Compile the UEFI app as an .efi file. Copy it to a FAT32 USB stick. Boot your motherboard into the UEFI Shell (most Gigabyte boards support this). Run your app from the shell: it prints CR0 values before and after toggling. If you get errors, faults, or CR0 stays unchanged → bits are blocked. Such a routine is needed ; CR0 Bits (nur relevante) ; Bit 0 PE Protected Mode Enable ; Bit 31 PG Paging ; Bit 16 WP Write Protect ; Beispiel: Real Mode -> PE=0, PG=0 ; Beispiel: Protected Mode ohne Paging -> PE=1, PG=0 ; --- Real Mode (BIOS Modus) --- clear_cr0_real_mode: mov eax, cr0 ; CR0 auslesen and eax, 0x7FFFFFFE ; Bit 0 (PE) und Bit 31 (PG) auf 0 setzen ; WP (Bit16) bleibt 0 mov cr0, eax ; CR0 zurückschreiben ret ; --- Protected Mode ohne Paging --- set_cr0_protected_mode_no_paging: mov eax, cr0 or eax, 1 ; PE = 1 (Protected Mode aktiv) and eax, 0xBFFFFFFF ; PG = 0 (Paging aus) mov cr0, eax ret
    1 point
  10. Facebook & Co always throw tons of error messages in the Browser Console in New Moon 28. Awful! No interest to look deeper into it since I do not even use such services. But your linked website and video at least work in Mypal 68. BTW, after closing this site in Mypal 68 and cleaning the browser cache, residues remain, which lead to error messages in the Browser Console when switching back to the MSFN page. Only a restart with purging the startup cache provides a remedy. Facebook is simply rubbish. Anyway! Maybe, one day there will be fixes coming from MCP which then might be ported to @roytam1's browsers. @roytam1 will eventually know more details.
    1 point
  11. The animation above is based on two implementations I use in combination. A CSS stylesheet from Aris-T2 for a tab bar with multiple lines, adapted to my needs, and an UC.JS script I created from scratch for hiding automatically the tab bar if only one tab is present. This UC.JS script is unique, written by me in pure JavaScript and contains a new method I developed to automatically hide the tab bar with only one tab completely, i.e. neither an empty space nor the new tab button remain. This new code works much better than all existing solutions you can find elsewhere. It does its job in all possible cases and doesn't need additional CSS code. There are also pure CSS solutions available from different sources in the World Wide Web but in some cases, they unfortunately either fail or do not work anymore. In contrast, my method is extremely compatible to all existing modifications inside Mypal 68, which could be made by the user, and really hides the tab bar in case of only one existing tab as it is shown in the animation above. My knowledge of JavaScript and CSS, which I have acquired and deepened over the last months on an autodidactic basis, seems to be bearing fruit without end when it comes to scripts. I'm as proud as Oskar (German saying). Especially considering that I am not a programmer by nature.
    1 point
  12. Your assumption is wrong. Doesn't seem to be one of your strengths. You solely interpret, but not particularly well. All your quotations lead to the statement that it works for me. No more, no less.
    1 point
  13. Where did I claim that it always works? First of all, it works for me on my Windows XP computer (real installation on a hard disk with time-period correct, old hardware, i.e. no virtualisation). And that means that it can basically work. No more and no less.
    1 point
  14. Same here in New Moon 28. But it works in Mypal 68.
    1 point
  15. The default value of the gfx.color_management.mode pref in New Moon 28, Serpent 52 and Mypal 68 is 2. And this works for me. No need here to set it to 0.
    1 point
×
×
  • Create New...