Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Copyright-protected content is also offered for download on this website and therefore conflicts significantly with our forum rules. For this reason, I do not provide a link to Instagram either, as this site provides content that is also incompatible with our forum rules. Even not for testing purposes.
  3. does anyone have a Firefox 2/3 -like visual theme for this browser ?
  4. Not sure why posting the link for testing purposes would be a problem, unless it's a 'dodgy' site of course, which I'm sure it isn't!
  5. That's process hacker. Yup. In (a)process lasso the equivalent is "priority class"/ "always". In (b) process tammer is a bit different, where you can create a explicit rule "force low" which activates when a user defined Cpu User Trigger High is set. I think a combination of (a) and (b) work well, which is particularly noticeable in supermium, less so in mypal or basilisk, in my set up.
  6. I avoided to post the link due to our forum rules. But I can send you the link via PM.
  7. MSFN doesn't really run well in Thorium either. It creeps from side to side. In Mypal 68 and New Moon 28, MSFN works great and fast.
  8. Any chance of actually having the link, I can't find it?! In my experience sites work very well in the recent Chrome browsers for XP, I've had very few problems, although some are inevitably starting to malfunction or are blocked in 360Chrome because of its old Chromium version.
  9. A very good website to get information for cinematic enthusiasts. You don't always have to think the worst. And I was asked which pages don't work. Apart from that, the browser repeatedly hangs when starting and loading websites, like most Chrome browsers that have been ported to Windows XP, such as 360Chrome. BTW, Instagram is the most toxic one ever. Anyway! I am just in testing mode. And nothing is left out.
  10. ??? ??? ??? Um, are we supposed to know what that is? Looks like nitrous oxide to me.
  11. Today
  12. For example, Instagram stucks on first site. No content, no login window. Fortunately, I don't use it. And the website NOX caused my first, serious crash of Thorium.
  13. Hello to everyone. What I would like to understand if why,when I try to passthru my RTX 2080 ti from FreeBSD to Windows 11,it won't do it,causing the error 12. It says that it generates a resource conflict and requires additional installation). I'm trying to debug the error. Below you see the IOMMU group of my Nvidia Geforce RTX 2080 ti passed in a Windows 11 / bhyve VM and of Windows 11 installed physically. I'm not able to understand if there are inconsistencies. VM : Group: 30.0.15.1123 - Device: NVIDIA GeForce RTX 2080 Ti (Device ID: PCI\VEN_10DE&DEV_1E04&SUBSYS_250319DA&REV_A1\3&61AAA01&0&48) Group: 4.39.0.0 - Device: NVIDIA Virtual Audio Device (Wave Extensible) (WDM) (Device ID: ROOT\UNNAMED_DEVICE\0000) Group: 1.46.831.832 - Device: NVIDIA USB Type-C Port Policy Controller (Device ID: PCI\VEN_10DE&DEV_1AD7&SUBSYS_250319DA&REV_A1\3&61AAA01&0&4B) Group: 10.0.22000.2360 - Device: Controller host NVIDIA USB 3.10 eXtensible - 1.10 (Microsoft) (Device ID: PCI\VEN_10DE&DEV_1AD6&SUBSYS_250319DA&REV_A1\3&61AAA01&0&4A) Physical installation : Group: 31.0.15.5222 - Device: NVIDIA GeForce RTX 2080 Ti (Device ID: PCI\VEN_10DE&DEV_1E04&SUBSYS_250319DA&REV_A1\4&94764DC&0&0009) Group: 4.49.0.0 - Device: NVIDIA Virtual Audio Device (Wave Extensible) (WDM) (Device ID: ROOT\UNNAMED_DEVICE\0000) Group: 1.50.831.832 - Device: NVIDIA USB Type-C Port Policy Controller (Device ID: PCI\VEN_10DE&DEV_1AD7&SUBSYS_250319DA&REV_A1\4&9476 4DC&0&0309) Group: 10.0.22000.2360 - Device: NVIDIA USB 3.10 eXtensible Host Controller - 1.10 (Microsoft) (Device ID: PCI\VEN_10DE&DEV_1AD6&SUBSY S_250319DA&REV_A1\4&94764DC&0&0209) As an experiment I've passed only this device from FreeBSD to WIndows 11 : pptdevs="2/0/0" I have excluded "2/0/1 ; 2/0/2 ; 2/0/3". I want to show you what means these addresses : 02:00.0 VGA compatible controller: NVIDIA Corporation TU102 [GeForce RTX 2080 Ti] (rev a1) 02:00.1 Audio device: NVIDIA Corporation TU102 High Definition Audio Controller (rev a1) 02:00.2 USB controller: NVIDIA Corporation TU102 USB 3.1 Host Controller (rev a1) 02:00.3 Serial bus controller: NVIDIA Corporation TU102 USB Type-C UCSI Controller (rev a1) What happened when I launched the vm using these parameters ? bhyve -S -c sockets=2,cores=2,threads=2 -m 4G -w -H -A \ -s 0,hostbridge \ -s 1,ahci-hd,/mnt/$vmdisk0'p2'/bhyve/img/Windows/Windows11.img,bootindex=1 \ -s 9:0,passthru,2/0/0 \ -s 11,hda,play=/dev/dsp,rec=/dev/dsp \ -s 13,virtio-net,tap18 \ -s 29,fbuf,tcp=0.0.0.0:5918,w=1600,h=950,wait \ -s 30,xhci,tablet \ -s 31,lpc \ -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CODE.fd \ vm0:18 < /dev/null & sleep 2 && vncviewer 0:18 this error : Assertion failed: (!err), function hda_init, file /usr/corvin-src-releng-140/usr.sbin/bhyve/pci_hda.c, line 353. The error is caused by this parameter : -s 11,hda,play=/dev/dsp,rec=/dev/dsp \ I have excluded it and Windows 11 booted. Now,inside it I still see the error 12 : The device PCI\VEN_10DE&DEV_1E04&SUBSYS_250319DA&REV_A1\3&61aaa01&0&48 generates a resource conflict and requires additional installation. If I pass to the vm only -s 9:0,passthru,2/0/0 \ ; it does not work anyway,because AFAIK,MAYBE there is one and only IOMMU group,so I should pass everything ? But if I pass everything,the error 12 is there anyway. I would like to understand if there is a problem with the IOMMU thing,if there is maybe there is the needing to develop a patch like this one : GitHub - benbaker76/linux-acs-override for FreeBSD. For an experienced developer should not be so hard to understand which devices conflict. I want to ask some help to understand how to debug the error. If we will be able to understand which devices conflict,maybe I can explain this to the bhyve developer with which I'm in contact and he can develop a patch. So,we will be able to use every modern nvidia gpus inside a Windows VM with bhyve under FreeBSD ! That's a nice goal,isn't it ? So,please ask me more informations that you need to understand the origin of the error. Windows Build/Version : 10.0.22000.2538
  14. Use UpdatePack instead. https://msfn.org/board/topic/183839-5eraph-updatepacks-x64-v2019/
  15. Any examples of problem sites? I have to say that I haven't found a site which doesn't display correctly in Thorium (apart from the incorrect font on the Digital Spy forum site which I mentioned earlier).
  16. For the time being, it should be fine. But once the injunction affecting ISPs, the condition will change.
  17. As far as I can see after all my performed tests, Thorium is still in beta stage. Many websites are not shown correctly. So, we will see how the development of this browser will go on. Generally, Thorium works even on my old computer even though we live in the age of seemingly limitless computer resources. But one thong is clear. It is much slower than Mypal 68 or New Moon 28, at least on my hardware.
  18. There IS a way to bypass that. I discovered a method myself, though I never shared it anywhere, cause I don't want rockstar to close that loophole. https://prnt.sc/aEyLJ1GypD5b
  19. Unfortunately, Tobin abandoned the Interlink project. To be honest, I can't make heads or tails of what he's doing with BinOC.
  20. For me, the logger works in Mypal 68.14.1b with uBlock Origin 1.57.2 (tested in single-process mode) as it should. I can log every website and am able to select all results or the results of each opened website by clicking onto the corresponding entry in the logger's address bar.I don’t have to click right anywhere in the logger window, Could it be that you are simply using the logger incorrectly? Here is a little tutorial: First, start the logger. Then load pages. Now, select the window inside the address bar of the logger you want to observe. You can only observe pages in the logger that have been loaded before, of course. Cheers, AstroSkipper
  21. It was a needlessly ranty part and didn't take into account process address space fragmentation... although TBH, I still find it strange, Chromium being multi-process, how do you not have consistently free contiguous 256 MB of space in that one process. https://github.com/win32ss/supermium/issues/507 On the other hand, we live in the age of abundant computing resources, so sometimes these issues do struck as "first world problems".
  22. Off-topic: so, in worst case, my internet connection can be unavailable in any time. A Hong Kong appeals court has sided with the government in its attempt to ban protest song Glory to Hong Kong, overturning an earlier ruling. https://hongkongfp.com/2024/05/08/breaking-govt-bid-to-ban-glory-to-hong-kong-protest-song-approved-by-appeals-court
  1. Load more activity
×
×
  • Create New...