Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Could force a 9xx driver (install from the device manager, 'let me choose,' etc.) & get 2D acceleration. Worked for me with 1050 & 1070 (also on 8th gen B chipset). Plug the display into the motherboard FTW?
  3. Today
  4. @ED_Sln ... Ed, thanks for reply. I did try the Enable VGA mode to no avail. Seems to me the problem is with the GT 1030 and an SVGA driver that got put into my system which is incompatible. Bit of history. At one time, I loaded the XP SP4 upgrade by Harkaz and several things started working better on my XP installation. I have a feeling there was an SVGA driver in the upgrade that worked with my GT 1030 and that driver was subsequently over-written by a later river from Msoft. I don't remember all the details. I have bigger problems at the moment. I was in BIOS tying to get the onboard graphics working and I may have turned on the iGPU feature. Somehow, I can no longer get a display during POST but it shows up later with W10, just before logon. I need to fix that first, hopefully by pulling the CMOS battery and resetting BIOS to default. I know Nvidia went in a different direction with their 10xx series of video cards but I wonder how different the driver is from the 9xx series. I had the GT 1030 working fine in SVGA mode but now it is intermittent. I was fiddling with it one day and suddenly the display turned on again and at the desktop. Have no idea what I did but it seems another driver was interfering.
  5. I just relied on the comment from Mozilla in xpcom/base/nscore.h. After some further testing, I found out Visual C++ 5.0 SP3 does not produce internal compiler errors because it doesn't support HAVE_CPP_ACCESS_CHANGING_USING, but because it can't use an undefined T (my non expert observation). Mozilla's default definition of T for compilers it allows HAVE_CPP_ACCESS_CHANGING_USING on (every compiler that isn't Visual C++ 5.0) is located in xpcom/base/nsISupportsBase.h. What I did was gave problematic files (there were 2) access to nsISupportsUtils.h, which includes nsISupportsImpl.h, and nsISupportsBase.h. Doing that allowed me to produce a working build of Mozilla 1.6 using Visual C++ 5.0 SP3 (I did use ac_add_options --disable-crypto though).
  6. --disable-highres-timer speeds up considerably.
  7. Here is a brief report of my testing so far if someone is interested. Thorium can actually be installed on such an old computer under Windows XP. The browser starts up still quite bearable compared to other browsers on my system. However, as always with Chrome browsers on low-performance computers under Windows, the page loading behaviour is problematic. Although I have configured all conceivable flags to increase performance and selected the settings to suit my hardware, loading web pages takes considerably much longer than with New Moon, Serpent or Mypal. Of course, websites can be loaded that no longer function properly in the already mentioned browsers. Surprisingly, RAM consumption is not a problem, it is rather perfect although Thorium is running in multi-process mode. Interestingly, it seems that I have even found a solution for my installation that considerably speeds up the loading of web pages and therefore the browser start, too. It's not a new one, though. One doesn't have to reinvent the wheel, either. But first, this method must still be thoroughly tested.
  8. Blame Microsoft. Check and make sure C:\Program Files\StartAllBack is empty, or check if it's still installed in appdata if installed per user.
  9. @roytam1 On May 1st if I remember correctly, I asked you if you could build Classilla or Mozilla 1.2 using Visual C++ 5.0 SP3 so you can try reproducing hanging and/or crashing on startup. I did a build of Mozilla 1.6 using Visual C++ 6.0 SP5, but undefined HAVE_CPP_ACCESS_CHANGING_USING, and I discovered that was causing hanging on startup. Trying to use HAVE_CPP_ACCESS_CHANGING_USING on Visual C++ 5.0 SP3 comes with the side effect of producing internal compiler errors... The first of which is while trying to compile netwerk/base/src/nsInputStreamChannel.cpp.
  10. True, but you can only directly configure Windows versions released in last 4 years or so to use DOH (eg. https://www.howtogeek.com/765940/how-to-enable-dns-over-https-on-windows-11/). Older ones require to use a sort of DNS proxy or special support from the browser side. In Windows XP, you can either directly insert the desired DNS service in the native network configuration window, or you do it more convenient with a very few clicks by using a third-party tool like, for example, ChrisPC DNS Switch. I use the Pro version which has more features and is more convenient.
  11. I try to install W11 update 26200.5001 and see this: I uninstalled SaB and restarted Windows. Update started again and still the same window. Any suggestions what is the reason W11 still see SaB in the system? SaB 3.7.9.4907
  12. Here's the link: https://discord.gg/windowsupdaterestored [NOT AN AD]
  13. https://portableapps.com/apps/internet/supermium-portable
  14. That won't disable the API...appropriate setting is at chrome://settings/content/usbDevices Still, I find disabling it pointless...if you're seeing prompts to connect to USB unexpectedly, you should re-evaluate your browsing habits. I would try talking to one of my USB devices through a web browser just because, but I don't know how any of devices work and I'm back at the fact that I hate programming.
  15. it is. pressing the button from start menu, request that. i deleted the file SlideShutDown.exe because i think i want to bypass that, but is not. i think is a Microsoft Implementation of Shutdown in SaB StartMenu 😅
  16. Disable the flag #enable-webusb-device-detection!
  17. Please tell how do I disable USB detection and WebUsb in Supermium? Thank you!
  18. Not true, it's present even in older Supermium versions, not only the latest. You don't even need update to the latest hotfix 122 of Supermium. Try this. Paste and click enter. chrome://flags/#disable-search-engine-collection
  19. I thought when you post in this thread anyways, you also would surely use Supermium. BTW, Thorium has this flag, too. Yep! I already knew.
  20. I don't have a way to enlarge .text section. you can do the same as NTDLL.DLL, but you have to remove .rsrc section before adding new section. in PE Explorer, open file and goto Data Directories, and set Resource Table to Zero: to this: then goto section page to uncheck .rsrc section: click Yes to both message boxes, and save. then you can add new section. once you finished rewriting cx8 with codes in your new section, we can add back .rsrc with resource hacker: open modded file, Add from resource file: select original(unmodified) file, check all and overwrite and click File -> Save to save it.+
  21. True, roytam1 may do some own tweaks every once in a while, but all the big stuff comes from upstream. True, but you can only directly configure Windows versions released in last 4 years or so to use DOH (eg. https://www.howtogeek.com/765940/how-to-enable-dns-over-https-on-windows-11/). Older ones require to use a sort of DNS proxy or special support from the browser side.
  22. Guys, I just found out the secret of logagent.exe and its use I just read through the assembly codes of "logagent.exe" and... logagent.exe, also known for Windows Media Player Log Agent. The application that logs errors with Windows Media Player. Maybe, just maybe, windows media player is also leading the trails to this logagent.exe, maybe fixing Windows Media Player would fix logagent.exe problem
  23. BTW, how much space does logagent.exe has left. It might be possible.
  24. The flag debuted in Ungoogled Chromium, Supermium also adds it.
  1. Load more activity
×
×
  • Create New...