Jump to content
NotebookTalk

JadeRover

Member
  • Posts

    104
  • Joined

  • Last visited

Everything posted by JadeRover

  1. Actually out of curiosity, I went to inspect the "low power" ram frequency string out of a P5200 vbios that has ram speed of 1802Mhz. As you can see here : Despite the different layout : The first ram speed string with DDR value and 2xDDR value is highlighted in dark blue and the second string (that I called "low power" in the post before) is actually set to the same value of : you guessed it : 03 85 CE 17h = 59 100 695d -> devided by 2^15 = 1803 Mhz !! So I guess to overclock ram : users should change the first ram string containing the two DDR speeds as well as this second string that is located between the first P state entry and the second P state entry. This should, in theory, levitate the 1752Mhz memory lock. Testing needs to be done ! I won't have my p3000 for a while unfortunately.
  2. Hello @Ralph. I know it's been about a year since you posted. I have, like you, found where the GPU clocks and memory clocks are stored in the pascal quadro vbios -> the Virtual P state table that can be found thanks to ImHex... I will make a tool to allow users to change clocks in vbios once I have gathered all info needed + done tests on my quadro p3000. Did you find a way to reference the voltage for each clock ? Or is it just when applying a clock value that the card automatically decides what voltage to go to ? This is based on the vbios you posted here. Clock values are pretty close. Highlighted blocks must be read in little indian (17 CE 85 03 = 03 85 CE 17). And at the exception of the memory frequency 2x DDR. All values must be read by dividing the decimal value of the hex block (in little indian) by 2^15 Apparently memory frequency can't go above 1752Mhz on pascal quadro cards.
  3. That's unfortunate, I can take a look at your vbios if you want
  4. OK, no choice unfortunately, you must get a 3k motherboard + 3k cable for a 4k upgrade
  5. Yes, the m1000m MXM card was shipped in both dell precision 7710/7510 and zbook 15 g3/17 g3. The display outputs through the MXM slot to all the connectors of the laptop are implemented in the vbios. Flashing the bios that you found working would have made this first card work.
  6. @loopster https://notebooktalk.net/topic/225-precision-m6700-owners-thread/page/6/?&_rid=2023#findComment-61191 Here you go, this guide is for the m6700 DC screen. I applied it on my m6700 and the 10 bit mod worked. However I couldn't tell the difference with it on or off, even trying specific 8bit vs 10 bit downloaded videos. Also the DC screen heats up a lot at 100% brightness. Probably the interposer board that is working hard.
  7. Hello, This guide will explain how you have to actually modify a pascal/turing vbios with pascal mobile tdp tweaker in order to not get error 43 and black screen. latest vesion 1.21 : https://github.com/LaneLyng/MobilePascalTDPTweaker/releases/download/1.2.1.0/Mobile.Pascal.TDP.Tweaker.1.21.zip tools needed : any hex editor -> HxD for example I have embarked on a long vbios modding adventure. End goal : custom display tables in vbioses utility -> Extremely useful for MXM gpus -> looks quite possible thanks to released nvidia documentation but I must invest lots of time in research into this (my time allocation will vary greatly week to week...). Side goal : create a core + memory overclocking utility -> Possible as well, simpler than the display table Anyways, early on I noticed a flaw in the pascal bios tdp tweaker in the way it calculates checksums : it only corrects the checksum to the correct value if your vbios has no header ! If you use a vbios with header the app will calculate a wrong checksum and you will get error 43 or black screen as the security chip on the GPU will refuse to post. Step 1 : Check if your vbios has a header -> Open it in a Hex Editor and see if the starting string is "NVGI" -> if no header, you can mod the base directly in TDP tweaker with no extra steps. example of a vbios with a header : Step 2 : Remove the header and keep it in another file, select all the first lines of the vbios untill you see the string "UxxxK7400". In my case the actual vbios data starts at offset A00 -> Save the modified vbios as "vbios_mod_applicable" Step 3: Open this "vbios_mod_applicable" in mobile TDP tweaker, apply your edits and save the bios, now the checksum is correctly calculated automatically when you save this modified version. Step 4: Open the TDP moded vbios in a Hex Editor and reinsert the header at the very beginning of the vbios. Make sure the file size matches between the OG vbios and the TDP modded one. Step 5: Flash the modded vbios with an external programmer -> nvlashK and OMGflash will not work. You need to have a flasher handy anyway if you are attempting a vbios flash that risks bricking your card. Step 6: Enjoy higher TDP/other changes you applied
  8. You can get a dell 240w charger to plug into the barrel jack of the zbook 17 g2 + add 100k resistor between the ID pin and the V+ pin so that laptops sees it as 200w charger. Then shunt mod the input power resistor so the system won't shutdown from over current at >210w. You should be able to run 230w load with 150w + 80w cpu. However you will probably need a heatsink mod as single fan cooler will quickly be overloaded. Luckily people using the zbook 15 g1/g2 frequently do this by adding a fan in the ODD space + extra heatpipes.
  9. @Vladka76 Yes, this should work, nice that 8770w has DP_D -> eDP, this will make GPU compatibility greater. I noticed a trend that up to zbook 15 g3. All 15 inch HP worstations with MXM3 connector have DP_C -> eDP which is a shame = special HP vbios needed or mac rumors vbios needs to be used (best card is the P5200). If not, there will be no picture on LCD. Unless you have a vbios that has standard DP_C -> DP (standard display port), then a backligh mod can be performed but screen is stuck at 100% brigthness. Couldn't find boardview, schematic is preffered tbh so good that you have it. I think you will need to mod the specific "Dream Color" cable that came with these laptops, the standard LVDS cable won't have cables connected to the pins associated with eDP, they will be unpopulated as why would your LVDS cable need to carry eDP wires ? Alternatevely you could repin a LVDS cable to connect to the eDP lines. What I think is easier is : getting DC cable, cut off the end that connects to the interposer board and solder a standard 40 pin ipex connector used by eDP displays (if cable length is enough to connect to display, it should be). Only problem is that eDP cables used or high bandwidth, which is the case here, need special coaxial cables that are HELL to solder (experienced this the hard way when trying to mod a zbook cable). These are usually soldered with lasers in factories D= Might be worth it to find a manufacturer who can build you the cable, on tabao or even aliexpress, sellers you make custom cables should offer it as it isn't much work for them. PS : Your pinout is correct, but you do need pin 44 that is eDP HPD (hot plug detect), required for eDP, not sure what the MARS signal pin is, you can trace it back on the schematic, probably a GPIO pin to tell the PCH or EC chip that a DC display is present in the system.
  10. I double checked again on the boardview of the 8570w motherboard and this is not the case The motherboard never converts LVDS to eDP, not possible, same for the cable or interposer board, the technology to convert LVDS to eDP came after these laptops were built. Famously the thinkpad T430 'IPS' mod uses a third party LVDS -> eDP converter. On the screenshot I showed just above, the motherboard LCD connector has both eDP and LVDS on the same connector, both coming from the GPU in the MXM slot, in a direct line, no conversion going on in the motherboard. The eDP cable you are talking about doesn't convert any signal, it just connects the eDP found on the motherboard screen connector to the eDP display. A LVDS cable that frequently came with these models connects the LVDS found in the motherboard screen connector to the LVDS of the screen. I talked about how zbooks do this. All zbooks, (starting g1, 15/17 models) have only eDP on the motherboard screen connector. After that, the cable carries the eDP signal to an interposer board -> see my post at the top of the page showing pictures of such interposer that converts eDP to LVDS. The problem is that the 8570w never shipped with a standard eDP cable that could connect into a modern eDP display. It was made to connect to the 40 pin eDP interposer board used to communicate to the Dream Color LVDS LCD. On the pictures of such interposer board, the connector that get's data from the motherboard is non standard to eDP display. Good news is that, unlike thinkpad T430 that needs an added converter board to get modern eDP displays working, 8570w just needs a modded cable that has it's end modified so that it can connect to a standard eDP display connector.
  11. Some 15.6 and 17.3 inch laptops of that era (ivy bridge + Haswell) used eDP to LVDS converters so that they could connect to LVDS displays that were more common at the time. You are in luck as your model came with a 3K option, what you have to do is hunt down that 3K eDP cable as it can only connect to a 3K eDP display (LVDS tops out at 1080p). Then, you'll have to check if the connector is 40 pins 0.5mm pitch or 40 pins 0.4mm pitch, after that you can buy a 40 pin display of your liking (making sure the pin pitch + connector position will work with the 3K cable). You can chose 1440p 144Hz for example I would not go up to 4K resolution as older systems can't deal with the bandwidth if the internal eDP connection is limited to DP1.1 (not always the case : happens if there is mux switch in the way, example precision M6700 has no mux switch = DP version limited by MXM gpu installed). If you really want 144Hz, the safest way is getting 1080p 144Hz as even if it is DP1.1 limited because of mux switch, you can still get 154Hz max
  12. There is some (understandable) confusion regarding that. M4800 has 3 different motherboards with 2 different QHD capable cables (giving 4 lanes of eDP required for running a QHD/4K display): MOTHERBOARDS : -one "early" one (2013) with LVDS connector (JLVDS1) for the standard display - LA-9771p - WITH JEPWR1 connector SOLDERED motherboard ! has option for a QHD eDP display using the appropriate LVDS QHD cable. See following picture : - one "early" one (2013) with LVDS connector (JLVDS1) for the standard display - LA-9771p - WITH JEPWR1 connector NOT PUPULATED on motherboard ! has no option for a QHD eDP display UNLESS you modify this motherbard by adding the missing JEDP connector and 2x100nf capacitors. Then you can use the appropriate LVDS QHD cable. See following picture : - one "later" motherboard (2014) with eDP connector (JEDP1) for the standard display - LA-9772p - has option for a QHD eDP display using the appropriate eDP UHD cable. See following picture : CABLES : - "LVDS QHD" cable -> it has extra wires going to JEPWR1 next to the motherboard LVDS connector. See picture below : - "eDP UHD" cable -> it does not has extra wires going to JEPWR1 next to the motherboard LVDS connector. See picture below : Schematic extract showing the wiring of jEPWR1 that brings aux edp signales requires for eDP display. The 4 lanes of eDP are merged on the JLVDS1 connector. TLDR : - If you have the LVDS "not QHD capable" motherboard : you can't upgrade to QHD/4K unless you soldered the following to the missing spot on the motherboard : connector + 2x100nf capacitors. Then you can upgrade your standard LVDS display to eDP with the "LVDS QHD" cable - If you have the LVDS "QHD capable" motherboard, you only need the 'LVDS QHD" cable, however I believe that all the QHD capable LVDS motherboards had a QHD screen out of the factory - If you have the eDP motherboard, you only need the "eDP UHD" cable. I think this one is harder to find than the LVDS QHD cable unfortunately. Hope this clears things up !
  13. Welcome to the forums ! Nice modding adventure you've started there, 20 bucks GPU upgrade on a laptop is always nice =D Anyway, I was interested in you saying that this first vbios didn't work for you. I checked the 8570W boardview and indeed the internal display connector connects the eDP to DP_C of the dGPU (see screenshot). This arrangement is non standard, most MXM GPU vbios have eDP connected on DP_D. HP has a few MXM laptops that have eDP on DP_C -> zbook 15 g1/g2/g3 + zbook 17 g3. Meaning if you want to do a GPU upgrade you need to use a GPU that has eDP on DP_C (if not you'll get a black screen). The safest way to do so is to get an MXM gpu that originally shipped on the models I mentionned + flash the appropriate HP bios. Moreover, iMACs also use DP_C to drive the eDP display, vbios found on post #1 of this page for the mentionned GPUs should work for your laptop as well if you want to upgrade further down the line : https://forums.macrumors.com/threads/imac-2011-maxwell-and-pascal-gpu-upgrade.2300989/ = more GPU upgrades possible. You can also use a backlight cable mod if your GPU has standard DP on DP_C (not eDP).
  14. I don't think so, the 4940xm should beat the 4900mq at all power levels since you can undervolt it more than the 4900mq before your system crashes. If you are power limited for the whole system (which seems very unlikely with a 240w charger), the 4900mq won't perform as well as the 4940xm in any case. Anyway if you ordered the 4900mq, give it a try and see if it can do more than 3.7 since that is your initial goal.
  15. And at what power did they achieve this do you know ? My guess is probably 60w+ to do 4ghz all core on the 4900mq as my 4810mq requires 70w to do all core 4Ghz and it's a tier lower. Your problem is the power limit so I'd stick to the 4940xm
  16. Well that's just a number given by intel for the design TDP of these CPUs so that manufacturers can make heatsinks accordingly. What is important is the voltage per clock ratio that each chip can do. On my zbook 17 g2 with i7-4810mq, when pushing all core to 4.0Ghz it hits 70w. It would be wiser to stay with the 4940xm that has much better silicon meaning you can undervolt more before you crash meaning higher clocks for the same power. All haswell mobile quadcores have the same physical die (some with more cache than others), the way intel names CPUs is that those that can be fed less voltage (=less power) for the same clocks achieved are marketed as the XM chips. For example, this same 4810mq will crash at -20mV at all core 4Ghz. The 4940xm has way better overclocking headroom than the 4900mq. I'm ready to bet that the 4940xm reaches higher clocks than the 4900mq in your power limited system because you can get 3.7 Ghz all core @ -80mv witht eh 4940xm whereas the 4900mq will probably crash at -45mv = stuck at 3.5Ghz all core.
  17. Yes, that is because you are being power/current limited. By undervolting, the CPU can reach higher clocks for the same power/current, you need to investigate all power limiting factors, but in your case it sounds more like current limit as throttlestop shows "EDP other" limit reason
  18. That's a easy fix, solder big wires from the main power rail (19.5v after 2nd Mosfet) to the power pins of the GPU, GPU is fed main power rail through the MXM slot anyway. Even up to 4.3Ghz all core see the comments at the bottom of this page : Intel Core i7-4910MQ Mobile processor - CW8064701474105 / BX80647I74910MQ This is because this is a "900" series CPU, just like 6920HQ and 7920HQ, these have +6 turbo bins VS the +4 on other i7 mobile CPUs But it sounds like you were hitting a hard power limit/current limit so bumping the turbo bins won't do you much good. Power limit editing on my m6700 worked great, can't help you more from what we said in PM with the m6800 as I don't have the machine (nor the m4800 that should have a similar implementation of power/current limit in the bios)
  19. Yes I used the stock UHD display cable : 06GXDN it is the only way to get 4 lanes of eDP displays working = displays with > 1080p and or > 60Hz (without making your own display cable) The display I have is this one : NV173QHM-ny4 BOE NE173QHM-NY4 Overview - Panelook.com I got it as it was a good deal on my local second hand shopping website (40 euros for the display) Display connector side doesn't matter as the UHD cable is made for displays that have a connector on the left side (looking from back of display) and the cable leaves from the left hinge (looking front of the laptop) = You can use "left" or "right" sided display. The display I used has a connector on the right side (looking from back of display) so I had to make the LCD cable loop back on itself inside the laptop lid so as to connect to the display. There is enough room in the "chin" below the display in the back panel to get the cable to loop back without making the LCD bezel bulge. I taped the display bezel back in place and no problems whatsoever since. The only limit is bandwidth as we are limited to a DP 1.3 connection, even in dGPU mode, see here (DP1.3 columm on the right) : My display works as it is 1440p 165Hz 8bit. If you try to use 10 bit 1440p 165hz display you will have to run it at a lower refresh rate to use 10 bits or run in 8 bit mode to get 165Hz. During testing I got 4K 10 bit to work at 60Hz, trying 8 bit 120Hz gave artifacting and flickering image. Hope this helps ! If you have more questions I can try to answer them as well. Regards,
  20. I ran a 4K120Hz IPS display on my 7720 but I couldn't get the 120hz to work, even when selecting 1080p 120Hz, I was stuck at 4K60hz this is because the MUX switch on the laptop limits the bandwidth to eDP/DP 1.3 speed, even in dGPU mode. When I tried to force 120Hz the laptop would show massive artifacts and glitches and it reverted automatically after 15s. However this could be due to the display as it's eDP 1.4 and might have compatibility problems with the system. However I got a 1440p 165hz IPS running at 165Hz as of right now on my 7720, that's to give you an idea of the max bandwidth you can run on these systems. If you are into modding, look for 16 16:10inch OLED displays, specifically this one that is listing really cheap : 2880x1800@120Hz (you'll might at 60Hz) from an HP spectre 16 : Matryca HP HP Envy x360 16-ad WQXGA TS C | eBay The sellers maybe don't sell out of Europe, they usually have good deals on used displays, I got my 4K120hz display from them, a few tiny scratches and one slight spot in the corner but apart from that the display is really nice. Regardless, 16 inch 16:10 can be modded into 15.6 inch laptop, you just need some vertical bezel headroom as the display is around 2 cm taller and it is also 0.3cm narrower. Display in this size and aspect ratio come in OLED variants as well. Finally you can hunt down early vivobook 15s for their display as they have a drop in 15.6 inch FHD OLED display. I don't know about mini-LED displays though.
  21. Did you managed to get CPU overclocking working ? Also memory overclocking should be possible on m6800. Looking at the IFR extract, with setup_var from grub you can change related profiles to enable XMP on you ram modules. You can also write custom XMP profiles to your non XMP ram sticks, up to 2400Mhz DDR3 if you are feeling lucky ! Writing to DDR3 spd is a lot easier than DDR4 spd btw. Here is a link to the guides and tools + proof that someone got 2400Mhz working on i7-4810mq
  22. Yes that's what I understood, to do this you had someone do it ? Because I looked into doing this myself for my zbook 17 g5 but having a good 4K120Hz signal requires some individually shielded cables that are like 0.3mm wide cable + conductive shield. It would be extremely complicated to do by hand. I lack the skill. Unless you solder unshielded cables but then the signal integrity won't be as good. Id' imagine
  23. Hello, probably a bit old now, but how did you route the eDP cable to the display ? I saw that the display you used has it's connector on the right looking from the back, where as zbook 17 g5/g6 4K displays have the cable on the left looking friom the back. Wasn't the original cable too short ? Did you have to make a custom one to extend all the way to the new 4K display connector ? Thanks.
  24. And yes I get your idea, since the motherboard outputs eDP signals (4 lanes of eDP) but it terminates in an unusable connector. The only solution is to DIY / get made a custom cable that connects to the eDP connector on the motherboard and then directly to the eDP display, bypassing the DC board that would create an unusable signal. 4 lanes of eDP is on part with modern laptops, you can connect 4K dislays or 1080p >120Hz displays as well. Worth looking into as the only custom part needed is a custom eDP cable, the LCD can be an off the shelf 40 pin eDP display.
  25. Yes, dell m6600 and dell m6700 DC models have that DC conveter board that transforms the incoming eDP to 50 pin LVDS + 10 pin power cable used by the DC LCD. The HP zbook 17 g1, g2 and 15 g1 that have the DC screen option also use such converter boards. Keep in mind that for all the models stated the converter board looks something like this : So if you get the DC cables for your model you see that it connects to your board in a non standard eDP format = can't use that cable to connect to a standard eDP panel conenctor. Also the zbook 17 g1 and g2 all have this converted board as they all have LVDS displays and the motherboard outputs eDP. Not sure why HP chose this approach, probably because eDP lcds were rare in 2013-2014. so zbook 17 g1/g2 with 900p to 1080p screes have this board if you want a sure way to get your hands on one.
×
×
  • 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