Leaderboard
Popular Content
Showing content with the highest reputation on 04/19/2020 in Posts
-
2 points
-
Great news - SpiderOak One's latest version 7.5.1 is working on my XP! Call off the invasion of Switzerland! Retreat! Retreat! I didn't mean what I said. I LOVE the Swiss. Swiss chocolate, Swiss watches, and old Swiss girlfriends!!! Grüezi mittenand! Broscht!1 point
-
The driver @IntMD pointed out was confirmed working with Windows 10 back in 2016. Hopefully, that's still the case in 2020. When you uninstall the current driver, do it through Control Panel->Programs and Features. There might be more NVIDIA entries in there that you may uninstall - things that might have been installed with the graphics driver include HD Audio driver, PhysX and 3D Vision. If there's any additional NVIDIA entry, it's probably for the chipset, which you can leave alone. If you encounter problems, Display Driver Uninstaller might help with driver removal. A word of warning, Windows 10 is a monstrous OS so it can take a while for everything to load initially when it's started.1 point
-
hello from venezuela to this prestigious forum, i am prossional IT technician from 15 years ago, i discover this forum surfing in the web, i hope to learn new skills and collaborate making feedback with the others members of this community, thanx! good vibes for all!1 point
-
LTSC is far less I/O intensive than regular Home/Pro editions of Windows 10 due to the lack of UWP apps installing and updating themselves, as well as a reduction in telemetry. Thus, LTSC is far more usable than the latter two OOB, especially on 5400/7200 rpm HDDs. But I think you can get the same experience from Windows Server as that also lacks the UWP junk, has a far smaller storage/RAM footprint by default, and doesn't require enterprise licensing. My father had grown so unsatisfied with Windows 10 that it was finally replaced by Ubuntu this week, mostly due to the I/O problems. It should no longer be licenced for PCs with only HDDs, as it's basically equivalent to Vista with 512 MB of RAM. And that Vista Ready nonsense went nowhere quickly...1 point
-
I don't think that person is telling the truth. If there was a beta. BigMuscle would have it on his site under "experimental version".1 point
-
"One of the file requirements is XFILE in PATH. I'm honestly not too sure what to do here..." It just means the slipstream scripts use rloew's xfile.exe and in order to be able to use it it must be in the windows search path such as the windows dir or the system dir or any dir set as path in your environment variables.1 point
-
I think you are telling us lies with a fake screenshot. There is no version 1.5.14. BigMuscle would had mentioned about it1 point
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200418-714023a-uxp-222d316c8-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200418-714023a-uxp-222d316c8-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200418-714023a-uxp-222d316c8-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rths.ml/palemoon/palemoon-28.9.1a1.win32-git-20200418-f58079376-uxp-222d316c8-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.1a1.win64-git-20200418-f58079376-uxp-222d316c8-xpmod.7z Official UXP changes since my last build: - Issue #1512 - Improve handling of multiple selections. (a2bc0e0ec) - Create SECURITY.md (9f4b2a0e2) - Issue #1513 - Bail on orphan node (e4548d6ad) - Issue #1514 - Perform validity check before trying to use the content. (6245e5a8f) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (f1675650a) - Issue #1516 - Part 1: Add a global build define to determine if the client can draw in the titlebar and update consumers of the local define (6f6d1f6ff) - Bug 1305458 - Changing -moz-appearence on hover breaks change event (5352b69a9) - Bug 1321284 - Crash in nsCSSFrameConstructor::GetInsertionPrevSibling when trying to reframe native anonymous content (bebec8fcb) - Issue #1375 - Fix unified sources (b356448d1) - Bug 1334247 - Remove nsIAnonymousContentCreator::CreateFrameFor (e215bfbb8) - Bug 1334358 - Remove nsCSSFrameConstructor::CreateAnonymousFrames (4e2b4b9bc) - Bug 1336011 - Fix Crash in InvalidArrayIndex_CRASH in mozilla::EditorBase::DeleteSelectionImpl (c66ed1275) - Issue #1517 - Enable high-resolution DOM timestamps on trunk (963fc8079) - Bug 1331322 - Allow tagging of pseudo-implementing native anonymous content with the pseudo type at creation time (4375774c9) - Bug 1340333 - Eagerly compute whether a frame is really a browser. (0d149a4c0) - Bug 1340885 - Null check frame's content when searching for NAC ancestors in GetCorrectedParent (32c3ee92b) - Issue #251 - Move MOZ_AV1 back to ac configure for everyone to use. (5caf99795) - Bug 1343937 - Fix a crash in nsWrapperCache.h (1f5c67934) - Issue #1375 - Overload FromContent() to work with const (2c4d69359) - Bug 1343879 - Be consistent about the parent style context the document-level anonymous content container should get: it should get no parent style context. (4630e4abb) - Bug 656197 - Push state updates further out across beforesetattr/aftersetattr (2f59167e6) - Bug 1347640 - HTMLInputElement shouldn't try to cancel image request on all the type changes (ab05e6f9a) - Bug 1346623 - Allow anonymous content created with nsIDocument::InsertAnonymousContent can change from non-native to native AC (de45820b6) - Bug 1330843 - Allow JS to create NAC pseudo-elements (0d362ca50) - Bug 1296516 - Cleanup a bit of code in layout/base (9f6cb6874) - Bug 1352389 -Don't push extra script blocker on stack when setting attributes (f07f8aecb) - Issue #1375 - Include content rules from HTMLTableCellElement::WalkContentStyleRules and move to the mapped attr functionality (5f297c5f5) - Bug 1355351 - Make pseudo-elements return the correct style via getComputedStyle (7614fdb51) - Bug 1360157 - Assert that a display: contents child always has a parent (34e2c4054) - Bug 1361086 - Simplify UndisplayedMap::GetListFor/GetOrCreateListFor to take nsIContent* rather than nsIContent** (0f5dcf963) - Bug 1363481 - Add the old attribute value as a parameter to Element::AfterSetAttr (091d06b43) - Bug 1348851 - Use new block when better selection isn't found. (ef689a705) - Bug 1367683 - Optimize initializing nsRange (940d191ef) - Bug 1365092 - Move side effects of SetAttr and ParseAttribute to BeforeSetAttr and AfterSetAttr (17f7e1c8c) - Bug 1337698 - Use UniquePtr instead of nsAutoPtr in editor (516fd67d5) - Bug 1371170 - Add non-virtual EditorBase::GetSelectionController (5a379a4b1) - Bug 1372829 - Part 1: Make mozilla::PlaceholderTransaction inherit mozilla::SupportsWeakPtr instead of nsSupportsWeakReference (ea3a2ce27) - Bug 1332353 - Make it clearer when a stylesheet is really owned by its mDocument (2e2190a50) - Bug 1372829 - Part 2: mozilla::EditorBase should cache raw pointer of nsISelectionController and nsIDocument with nsWeakPtr (32e815512) - Bug 1373798 - Move HTML dir attribute state into event state flags (4d1d777e7) - Bug 1368802 - nsFrameIterator::GetPlaceholderFrame should only try to get the placeholder for out-of-flow frames, because in-flow frames never have a placeholder (2bcd8923f) - Bug 1368547 - Remove nsFrameManagerBase::mPlaceholderMap and instead store the placeholder on a frame property on the out-of-flow (0c99ad16f) - Bug 1377648 - Fix HTMLSummaryElement::IsSummary() on removing the element (53428ad3f) - Bug 1377978 - Make nsRange use uint32_t to offset (70c8ff8e5) - Bug 1382357 - Wait to destroy frames until after we've successfully fetched the binding (675dce947) - Bug 1375701 - Atomize class attribute value in the parser in the innerHTML case (f4a1d0123) - Bug 1389743 - Only reconstruct frames synchronously from ContentRemoved when called from frame construction (e482e335b) - Bug 1394300 - Streamline nsElementTable.cpp (071957f9f) - Bug 1396568 - Make DocumentFragment::mHost a strong reference (so that ShadowRoot.host doesn't become null) (8114d58fe) - Issue #1375 - Stop largely using the parser service (61e46a6d5) - Bug 1400777 - Slim down nsElementTable.h (a72b82732) - Bug 1396584 - Remove support for multiple ShadowRoots (5f1294032) - Bug 1401097 - Simplify gHTMLElements and remove redundant conditions in nsXHTMLContentSerializer::LineBreakAfterClose() (846e0fa4f) - Bug 1402941 - Add HTMLSlotElement (48f602e65) - Bug 1381134 - Ensure we're using the correct frame for the :after/:before references (55d83ea6f) - Bug 1408341 - Implement assignedSlot on Element and Text (375843468) - Bug 1404789 - Stop reconstructing frames for the whole shadow root each time content is inserted in a shadow tree (ed7faf3fd) - Bug 1411754 - Rename PresShell::DestroyFramesFor to DestroyFramesForAndRestyle (96dfc63bc) - Bug 1404842 - Implement Element.attachShadow and Element.slot (873abc7bc) - Bug 1411878 - Support Element.shadowRoot and Element.assignedSlot / TextNode.assignedSlot on closed shadow root (3a74795a5) - Bug 1416999 - Remove document.registerElement (5524318fe) - Bug 1418002 - Remove HTMLContentElement (8beb65dd5) - Bug 1409975 - Implement node distribution for shadow tree slots (e31ed5b07) - Bug 1380749 - Retry AdjustAppendParentForAfterContent in case |parentAfterFrame| was a :first-letter frame that we deleted (14bb98e17) - Bug 979782 - Implement lazy frame construction for display:contents descendants (352fe8398) - Bug 1413619 - Fix insertion point computation when display: contents pseudos are involved. (ee4857f20) - Bug 1415152 - No need for AdjustAppendForAfter, since ::after is handled in FindNextSibling (03a898fca) - Bug 1415538 - Remove dead frame construction code (InsertFirstLineFrames) (e5ca4ada9) - Bug 1415843 - Remove an unneeded call to AdjustAppendParentForAfterContent (a2cdb9f91) - Bug 1419964 - Remove AdjustParentFrameForAfterContent (003e537dc) - Bug 1419799 - Fix nsContentUtils::IsInSameAnonymousTree in Shadow DOM (f0b7ba1e2) - Bug 1422931 - Fix crash with slot element and make webcomponents preference per-doc (fd7a325bc) - Bug 1419762 - Return the inline continuation of an IB split when appending (38056aa9c) - Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions] (010f37f47) - Bug 1412775 - Implement Event.composedPath (7e506bd98) - Bug 1327185 - Refine EventStateManager::FireDragEnterOrExit (d925bfcc6) - Bug 1425441 - Move relatedTarget to WidgetEvent (f164962a3) - Bug 1409976 - Add `slotchange` event (3508e79b1) - Bug 1426536 - Remove nsContentUtils::IsContentInsertionPoint (b93fb5751) - Bug 1426503 - Remove DestInsertionPoints stuff (53df3a74f) - Bug 1417829 - Remove unresolved pseudoclass (f605c68f1) - Bug 1348481 - Part 1b: Generalize FindDocStyleSheetInsertionPoint so it doesn't require an array of RefPtrs (0f5b78915) - Bug 1322661 - Expose (non-XBL) style sheets to devtools (f6221f440) - Issue #80 - De-unify dom/base (16dba9a30) - Bug 1425769 - Base class for ShadowRoot and Document to manage style state (9e5e58c0f) - Bug 1360154 - nsIPlaintextEditor might have to have hasText property for UpdateOverlayTextVisibility (6d76ab9b6) - Issue #1375 - Fix IsWebComponentsEnabled checks (80c024779) - Issue #1375 - Merge CustomElements pref with Webcomponents Pref (f35aa3e15) - Merge pull request #1518 from MoonchildProductions/shadowdom-merge (d5102d6be) - [docs] Update coding style cf. discussion with Tobin. (38f206cb7) - Bug 1425685 - Implement HTMLSlotElement.assignedElements(); (222d316c8) Official Basilisk changes since my last build: - Remove erroneously kept pre-release update disable pref. (352ee7b) - Change geolocation pref for official releases to https (fdc28db) - Update back-end branch pointer (94ae402) - Switch security storage db to SQL (f81229e) - Ensure AV1 is enabled in all builds by default. (e518a01) - Issue MoonchildProductions/UXP#1516 - Change CAN_DRAW_IN_TITLEBAR to MOZ_CAN_DRAW_IN_TITLEBAR except for AppConstants in CUI (4bd0d2e) - Fix broken preferences advanced pane initialization (164cd31) - Add app-specific moz.configure example line (8006273) - Update back-end branch pointer (714023a) Official Pale-Moon changes since my last build: - Issue #1772 - Only refresh tabs in restore-on-demand mode. (6a5c0e4d3) - Update back-end branch pointer (140ba4964) - Issue #1773 - Improve persona styling on Mac (9ac323697) - Merge pull request #1775 from Lootyhoof/osx-persona (b0ca7bd7c) - Issue MoonchildProductions/UXP#1516 - Change CAN_DRAW_IN_TITLEBAR to MOZ_CAN_DRAW_IN_TITLEBAR and set it for Windows only (e94f00530) - Don't set the drawintitlebar attr in gPrivateBrowsingUI unless we want MOZ_CAN_DRAW_IN_TITLEBAR on macintosh (4fc95785e) - Add MOZ_CAN_DRAW_IN_TITLEBAR to OS X theme (40f64d482) - Revert "Re-enable sessionstore cache soft refresh" (62fafab3c) - Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (427ed7ca3) - Merge pull request #1778 from Lootyhoof/osx-titlebar (0553f440b) - Update platform branch pointer (unstable 2020-04-16) (f58079376) My changes since last build: - reverted "Switch security storage db to SQL" - dom/canvas: webgl: disable HasDXInterop2 check (a61d9c1f)1 point
-
1 point
-
Nope, I didn't have that ASUS, I should check the model somewhere but it wasn't that one. As to the topic, I thought about mentioning it in the first place and will do it right now since you asked, but the reason why I didn't do it is that zeranoe's forum requires TLS1.3 which isn't supported on XP unless you have Roytam browsers.1 point
-
It's been a longstanding issue with the built-in h.264 (actually that's video; the audio codec that causes the issue is probably AAC) support. It works fine with most PCs, but some have the audio issue you described. Try installing the Adobe Primetime CDM and disabling the built-in support (set media.ffvpx.enabled to false). That's fixed the issue for others. Edit: Oops; @VistaLover beat me to it!1 point