Jump to content

UCyborg

Platinum Sponsor
  • Posts

    3,098
  • Joined

  • Last visited

  • Days Won

    28
  • Donations

    100.00 USD 
  • Country

    Slovenia

Everything posted by UCyborg

  1. It means go back to the year 2004 and look how the then current Windows version was done.
  2. Is it true that it's no longer possible to restore the classic address/search bar in Win10 2004 with mach2 tool?
  3. I noticed OpenGL works without glitches in fullscreen in certain browsers. I never tried K-Meleon until recently and...it's not multi-monitor aware. Its window always opens on the primary screen regardless of where I left its window when I closed it the last time and it always snaps to the primary screen whenever going fullscreen. But yeah, no glitches in OpenGL neither in normal or fullscreen mode.
  4. It work in Firefox 45-47, KM, PM27. And Firefox 56-58 in one process. Hardware acceleration must be enabled on Radeon9500 - x850 Does it work properly for you? It always shifts parts of GUI up. Waterfox user asked about the issue here and another user of roytam1's forks also mentioned it on this forum. You may find the post by searching for layers.prefer-opengl. GPU vendor doesn't seem to matter. WebGL stuff doesn't perform smoothly if layer acceleration is either disabled or if it's using D3D9 instead of D3D11. It doesn't matter whether ANGLE is enabled or not. D3D has another issue on XP; if you move the window in which it's used to secondary monitor, the performance will be drastically reduced. Worst case scenario, even mouse cursor starts lagging, depending on graphics workload. Shouldn't be an issue with OpenGL on NVIDIA cards, at least if Multi-display/mixed-GPU acceleration setting in NVIDIA Control Panel is left at default Multiple display performance mode. I don't know how ATI fares in this case.
  5. It seems they didn't download automatically despite having valid donation.key. Maybe enabling verbose logging (registry setting mentioned in the guide) would display the error in debug.log. Did any console window show up the first time Aero Glass was started after donation.key was put in place? It should popup whenever symbol downloading is triggered and report an error in case it didn't work for some reason. Since you already have the symbols, you'd have to delete or rename symbols folder in Aero Glass folder and log off and back on to be able to test automatic symbol downloading.
  6. The touchpad (Synaptics) software on my laptop with default settings initiates Task View if it detects swipe-up gesture using three fingers. It doesn't matter whether the Task View button is hidden or not.
  7. I asked about broken layers.prefer-opengl setting on Pale Moon forum. Responses were...well, you'll see.
  8. You do not need programming experience to see that the entire first page of this sub-forum is about the very same issue you're having.
  9. Default settings just spoof the user agent, which you can replicate by setting general.useragent.override.youtube.com in about:config to: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
  10. It stopped working with KB4541335 (OS Builds 18362.752 and 18363.752, works fine with the older ones). The workaround mentioned is based on downgrading certain system files to get Aero Glass working.
  11. WebComponents are WIP, might be why stuff breaks in UXP browsers. Turning on dom.webcomponents.enabled in about:config doesn't seem to make a difference in appearance, though the output in the developer console is different.
  12. ColorNote Notepad Notes (Play Store, official website) KeePassDroid (Play Store, GitHub), Keepass2Android Password Safe (Play Store, GitHub) Not on Play Store, but: QuickPic 4.5.2 (XDA Forums) or the newer, improved version with unwanted bits removed (XDA Forums)
  13. Renaming original files should work.
  14. This was addressed in Aero Glass 1.5.10, but you're stuck at 1.5.3 if you use Windows Server 2016.
  15. It can also happen that XP doesn't detect phone properly as media device if both USB debugging and MTP are enabled on it. If you don't mind just one feature being available at the time, the solution is easy, enable the one feature that is needed and leave other disabled. If both are desired, there is a trick that works. When both are enabled, you'll initially get MTP entry in Device Manager with exclamation mark and the error that device isn't configured. Open said MTP entry, go to Details tab, select Device Instance ID, leave the properties window open. Launch Registry Editor (regedit.exe), navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB. Refer to the value sown in the MTP properties window you've opened in 1. step to know where exactly you should navigate from USB onward. Right-click on the key you've just navigated to->right click->Permissions...->make sure Everyone is selected->tick the checkbox at Full Control/Allow, confirm the new settings. On the right-pane, open CompatibleIDs entry with a double-click, then insert USB\MS_COMP_MTP at the beginning. Should work fine if added to the end, but this particular ID is usually at the beginning. You may undo permissions changes from 4. step; when you open Permissions window, make sure Everyone is selected, click Remove (the checkbox at Full Control/Allow should be gone now) and confirm. Back to the Device Manager MTP Properties window, you may trigger driver update from the Driver tab. If it asks about searching for the driver on Windows Update, say No, not this time, then let it detect it automatically (Install the software automatically option).
  16. It's going to be interesting. Guess we'll just have to wait and see to get all the answers.
  17. UCyborg

    D3D12On7

    Yeah, I figured that much about D3D12On7. And from what I found, D3D11On12 apparently just allows final output to go through D3D12 while coding mostly in D3D11 style, but allowing for some extra D3D12 bells and whistles.
  18. Just found out about Definitive Edition of all Mafia games. Mafia I is being completely remade, the other two are updated versions of the original. Mafia II is apparently 64-bit only now, 44,6 GB in size (holy crap!), engine uses D3D11 and officially requires at least Windows 8.1.
  19. Aero Glass isn't compatible with Win10 builds 1836x.752 and later, see older threads on this sub-forum.
  20. I suspect the issue is missing or corrupted root certificate(s): VeriSign Class 3 Public Primary Certification Authority - G5 Thawte Root Certificates (you need Thawte Timestamping CA) When you have the both files: Start->Run..., type mmc and confirm. File->Add/Remove Snap-in... Add... Select Certificates, click Add->select Computer account->Next->Finish. Check and note down if either Thawte Timestamping CA or VeriSign Class 3 Public Primary Certification Authority - G5 are present in Trusted Root Certification Authorities->Certificates, so you'll only import the missing ones in the following steps. Right-click on Trusted Root Certification Authorities->All Tasks->Import...->Next. Browse to the first file/certificate->Next->Finish. Repeat 6. - 7. for the second file/certificate, if needed. Find VeriSign Class 3 Public Primary Certification Authority - G5 in Trusted Root Certification Authorities->Certificates->right-click->Properties. Tick Enable only the following purposes, then on the list below, enable first 4 (Server Authentication, Client Authentication, Code Signing, Secure Email) and confirm. Find Thawte Timestamping CA, open its properties, enable only Timestamping on the list.
  21. I suspect this causes constant stutter when scrolling web pages on my end (when using middle-click to scroll). The stutter is gone when I launch something else that uses high resolution timers. Only happens on XP here. Scrolling remains smooth on Win10 with default timer resolution of 15,6 ms.
  22. UCyborg

    D3D12On7

    Anyone heard about this? Apparently it's a way to run Direct3D 12 stuff on Windows 7. It has some limitations compared Direct3D 12 on Windows 10 and requires some effort on the developer's part. What I don't quite get...is it the library that comes with each game? The first result on Google is NuGet package. It's also completely unsupported on Windows 8.x. Edit: PCGamingWiki says D3D12On7 is bundled with Call of Duty: Modern Warfare, but it also says Gears 5 uses D3D11on12 on Windows 7. So there are two separate things. The latter converts D3D11 commands to D3D12 commands and that somehow works on Windows 7 with updated drivers? And D3D12On7 does what exactly? I might have to read this thoroughly, but it mentions Windows 7 version of D3D12.DLL is blocked from executing even on Windows 10.
  23. There's also HFS ~ HTTP File Server.
×
×
  • Create New...