Jump to content
NotebookTalk

All Activity

This stream auto-updates

  1. Past hour
  2. https://www.youtube.com/watch?v=2jXNs3Hrgpg Given the price mark up on Broadwell GPUs, you are going to see a lot more 4090s and 5090s get memory upgrades.
  3. Who said it was a huge shortage of vram? China have everything if and when you need it. Yep, China is the global tech Mecca. Ask and you get whatever tech is possible to get. And no one can stop them. None! Modified GeForce RTX 4080 32GB cards flood China’s second-hand market RTX 40 memory mods have become a business This follows several similar cases we have covered over the past two years. Modified RTX 4090 and RTX 4090D cards with 48GB memory have been sold in China, while RTX 4080 SUPER 32GB cards appeared in much larger quantities last year. We reported in October...
  4. Today
  5. The tool does seem to raise both base and boost clocks correctly, just not the max clocks. Without mods, the card only runs 1709MHz if under 50C. With mods it will maintain 1709 over 50C and just bump the voltage up from 0.85V to 0.862V instead.
  6. Huh, I wonder at what voltage my vram runs at as it does 9Ghz on my P4000 That's so strange, okay well I will investigate, I'm sure I can get it working as iMac vbios for Px200 manage to overclock them no problems. I will make a completely custom vbios without using my app, I'm annoyed it doesn't work, I though the app could be universal...
  7. Alright the motherboard is faulty... I tried with an i3 10100F known for working with dual channel memory. Same issues as before. For some reasons it booted with 1x16 3200MHz at 2666MHz and 2x16 3200Mhz at 2666MHz in single. It also means the I9 10900KF is half faulty. It couldn't run a single 16 nor 2x16gb. Can only run 2666MHz sticks at 2133MHz
  8. I am returning the Gigabyte Z890 AORUS Elite Duo X. It arrived today after a 5-day slow ride from Amazon in Baltimore and I have spent about 8 or 9 hours fighting it. Super nice motherboard, but something is bugged with the hardware or the firmware. When I first installed it, could not get it to POST normally with two RAM sticks. It would POST, restart and then hang with the DRAM debug LED illuminated. So, I swapped in another memory kit. Same thing. Cleared CMOS several times and nothing. I then got it to boot with one RAM stick, but Windows would freeze while loading. I tried to reflash the BIOS using the EZ-Flash button after renaming the BIOS file GIGABYTE.bin but the button would not do anything. Totally unresponsive. I finally got into the BIOS and the file was seen as "invalid ROM" by the BIOS. I moved the memory stick to the other slot and tried again, then it worked and I flashed the BIOS. After that it booted with both RAM sticks. Both memory kits booted fine. I turned it off, unplugged it, then plugged it in again. This time the EZ-Flash button worked and it seemed all good. Easily hit 8800 stable. I thought "OK, that was weird, but everything is fine now." NOT! I began working on tuning the CPU, but any change made to the D2D clock ratio other than leaving it set to "Auto" it would only boot to BIOS Safe Mode with the message that the BIOS settings were unstable. Another issue I encountered, even though it is a 2-DIMM board, the memory slots are spaced several millimeters further apart than the Apex and the Supercool direct touch RAM block would not work with it. I considered getting an ASROCK Taichi OCF, but don't really like the brand or how it looks. (I have hated all three ASROCK mobos I have owned in the past.) Ordered another Z890 Apex for $25 less than the OCF. It was $100 more than the Duo X, but I don't need any more drama. It will be worth the extra to keep my sanity. No more likely to drip on the GPU than the CPU block. I've never had a memory water block that leaked before. This story made the thought of getting the Taichi OCF an even more unattractive option. That, plus the fact that I have never actually cared for any ASROCK motherboard previously, including a Z370 Taichi and X870E Taichi.
  9. TM5 is primarily Memory and some CPU. Windows Memory Diagnostics. I just toss it on top of the pile with MemTest when I'm just hitting it different ways but less intense than Karhu. If I can make it past TN5 extreme I'm usually good but many times toss Absolut on it for that extra lock down for at least 90 minutes on either.
  10. 1.3.2 was only popular to keep the higher 200W on the 2080. I personally do not care since I run the AGA. I ran my M15x from 2009 (I forget, I think two sticks banged together) -> 680M (2014) -> 980M(2018) and even got Occulus Rift running on it (such great memories Xmas work week VR stuff w coworkers). So that's 17 years on only two Alienware laptops....not bad. Area 51m "upgradability" was a total knife in the back. Zero drop-in....not even 2080 Super but the 2080 worked for me through Cyperpunk, BG3 & Alyx so I didn't suffer. Only recently with 2025+ titles did I dust off the AGA and throw in a 5080 to continue being fine. I heard from Amir that 1.7.3 has more forgiving RAM speed settings vs. 1.9.3
  11. from Neowin - Microsoft shares Windows 10 LTSC end of support date, and extended security update details
  12. actually there was a 1.10.12 version available around middle or late July but the 1.10.13 version followed few days after v1.10.12 was released; I use this site to obtain different versions of the Nahimic app
  13. Posting this here because there does not appear to be a dedicated AA18250/2025+ Area-51 notebook subforum yet. I came up with the following help from good bud ChatGPT. $6k machine - you bet I am going to do what I can to keep this thing until the solder joints break. I ran into something tonight that may be useful to other AA18250 owners, especially anyone who prefers to control BIOS/firmware updates manually. My machine is an Alienware 18 Area-51, currently running BIOS 2.4.1. I noticed Windows Update had suddenly installed/staged the following and was asking for a reboot: Intel SoftwareComponent Driver Update 3.4.1007.0 — several instances Dell, Inc. Firmware Driver Update 2.5.0.0 Intel System Driver Update 2.3.20304.7 Intel Platform Monitoring Technology 3.2.0.22 several other Intel components The Dell firmware entry was the one that caught my attention because I intentionally do not want Windows Update deciding when my BIOS gets flashed. I had previously configured Windows not to include drivers with Windows Update, but checking the registry showed: HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate ExcludeWUDriversInQualityUpdate REG_DWORD 0x0 So somewhere along the way that protection had been reset to 0. I restored it with elevated PowerShell: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v ExcludeWUDriversInQualityUpdate /t REG_DWORD /d 1 /f and verified: reg query "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v ExcludeWUDriversInQualityUpdate which then showed: ExcludeWUDriversInQualityUpdate REG_DWORD 0x1 The more interesting part was checking what Windows had actually staged. Running: pnputil /enum-devices /class Firmware /drivers showed: Device Description: System Firmware 2.5.0 Manufacturer Name: Dell, Inc. Status: Problem Problem Code: 14 (0x0E) [CM_PROB_NEED_RESTART] Driver Name: oem79.inf and: Driver Version: 06/09/2026 2.5.0.0 Driver Status: Best Ranked / Installed So this was not just some harmless Windows Update listing. The 2.5.0 firmware package had been bound to the System Firmware device and was waiting for a reboot. Since I did not want Windows flashing the BIOS automatically, I removed the staged package before rebooting: pnputil /delete-driver oem79.inf /uninstall After that, running: pnputil /enum-devices /class Firmware /drivers showed: Device Description: System Firmware 2.4.1 Status: Started Driver Name: oem43.inf and the 2.5.0 firmware package was no longer the active firmware driver. I then rebooted directly into BIOS and confirmed the actual installed BIOS was still: BIOS Version: 2.4.1 So the 2.5.0 flash had not occurred. While I was in BIOS I also checked for some kind of UEFI Capsule Firmware Updates toggle. On my BIOS I could not find one. Searching for “UEFI,” “firmware,” etc. only returned things like Secure Boot, BIOS downgrade, BIOS recovery, firmware tamper detection, and related settings. BIOSConnect was already OFF on my machine. After exiting BIOS and returning to Windows, Windows Update showed “You’re up to date” with no pending restart. The only offered update was the optional July preview cumulative update, which I left alone. A few takeaways: Windows Update can absolutely stage a Dell BIOS update as a firmware driver. If you rely on ExcludeWUDriversInQualityUpdate, periodically verify that it is still set to 1. The relevant check is: pnputil /enum-devices /class Firmware /drivers If you see a newer System Firmware version with: CM_PROB_NEED_RESTART then Windows has likely staged the firmware for the next reboot. If you want to remove a staged firmware package, identify the exact oemXX.inf first and only then remove that specific package. In my case it was: pnputil /delete-driver oem79.inf /uninstall Do not blindly copy that oem79.inf number from my machine; yours may be different. The Windows firmware-driver label is not necessarily the same thing as the BIOS physically installed in the machine. The BIOS setup screen is the authoritative check. I still do not know what caused ExcludeWUDriversInQualityUpdate to revert from 1 to 0. I am not claiming Dell changed that policy. It could have been Windows servicing, a configuration change, an updater, or something else. For anyone who likes to manually vet BIOS releases before installing them, this is probably worth keeping an eye on. In my case, the machine remained on BIOS 2.4.1, and the staged 2.5.0 package was removed before Windows got a chance to flash it. If anyone else with an AA18250 sees BIOS 2.5.0 being offered through Windows Update, I’d be interested to know whether Dell has also posted it publicly for manual download yet, and what the release notes say.
  14. Yesterday
  15. Time Spy with 150W power limit (effectively no limit). Also, the power slider does work. Only Nvidia Inspector (NOT Nvidia Profile Inspector, you need Nvidia Inspector from ~2017) can control it, but it works.
  16. If no one cares about anything older than 1.5.0 we don't need to do it. I am fine with 1.50+ whatever newer versions you guys use
  17. Yep, I'm working on the copper plate at the moment, trying to dig some slots for R22 composants (they are higher than the GPU die), so everything fit well and the plate can sit on the die. And when done, i will solder some high performance heatpipes on it (minimum 2)to keep the card cool. Will share some pics later.
  18. Raising the TDP does work though. This is 125w vs 110w in firestrike: systeminfo doesn't work, but this is on a P150EM with a 3920xm at 4.3ghz that is modded for direct dGPU display output.
  19. I had 1.3.2 on my system but updated to 1.7.3 and then 1.9.3 I think I can recovery flash back to 1.3.2 without bricking the system. When i tried from way later BIOS (you can only go back to 1.12.X) I had to swap out the CPU due to eFuses being blown by the security updates
  20. Multimeter. The card runs memory at 1.35V, except for the max speed bin (7.2GHz) runs at 1.5V. The P4000 runs 6GHz at 1.5V since that is its max memory speed. The OC bios had the same issue. No core overclock. RAM would only run 6GHz. The card cannot run an Nvidia driver with the MSI vBIOS.
  21. Well that's odd, I compared both files and all the data is correctly written. I didn't know the vram had speed bins associated with voltage, where do you read the voltage of VRAM ? Here's a 1960Mhz core and 4504Mhz vram bios that should work (if the ram can overclock well) p5200_dell_OC.bin And here is an MSI "max-P" version of the P5200 that can boost up to 1911Mhz @160w P5200_max_P.bin
  22. Ideally stable enough so it does not crash in wow with up to 80F ambient temps without any supplemental cooling or having to use max fan speed. This goes for balanced or performance mode as both have a different fan profile. Does TM5 load the GPU? I thought it was CPU+RAM only. I have not heard of WMD.
  23. 500 DOLLARS ???????? YIIIIIIIKES
  24. custom resolution utity . mine is okay at 120hz . most top out at 100 i used CVT reduced blanking
  25. Yes I saw that. It's a LVDS display since the 120Hz requires a 50 pins cable.
  26. A P570WM is currently listed on eBay. Although details about the display aren't provided, given that it is Full HD at 60Hz, it is likely an LVDS type.
  1. Load more activity
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use