Eurocom has the Windows 7 drivers for out taptop: http://www.eurocom.com/ec/drivers(347)ec
-
Spartan@HIDevolution Company Representative
Ashtrix, Shakeeb Anjum, Mr. Fox and 1 other person like this. -
Im not like Tom. Use every single penny if you want the best broMr. Fox and Spartan@HIDevolution like this. -
Seeing the amount of positive energy going on here is very nice to see. It really sets an example of how it should always be.
Kudos to everyone.
Ps...wow those nvme speeds!
::iunlock:: -
-
Spartan@HIDevolution Company Representative
The friendliness and willing to help on these forums is awesome and this is one of my favorite threads
If this thread hadn't existed, you would see the owner's lounge filled with OC settings and questions posts that would make it very confusingShakeeb Anjum, bloodhawk, Papusan and 1 other person like this. -
Those other forums are crawling alive with notebook haters. That is somewhat understandable with all of the pathetic BGA filthbooks that have poisoned the water, but they don't have to be such jerks. Some of them have very hateful attitudes toward other people for no good reason. I think some of them must be the retarded little potty-mouthed punks that troll online MP games. They need to get their mouths washed out with soap and sent to bed with no dinner after a good, hard spanking with daddy's belt.Ashtrix, Shakeeb Anjum, jclausius and 1 other person like this. -
Ashtrix, Shakeeb Anjum and Mr. Fox like this.
-
Spartan@HIDevolution Company Representative
Shakeeb Anjum, temp00876 and Mr. Fox like this. -
Spartan@HIDevolution Company Representative
(PS: don't take what I say seriously always)
Shakeeb Anjum likes this. -
Spartan@HIDevolution Company Representative
Calling Mr. Fox to Dubai virtually over TeamViewer if he's free .......toot toot.......
Shakeeb Anjum and Mr. Fox like this. -
You know probably what I mean
Spartan@HIDevolution likes this. -
Spartan@HIDevolution Company Representative
Mr. Fox is flying in virtual space to Dubai in the cafe where I'm at as we speak
-
I have used that and two other programs. The os boots, but you lose keyboard and mouse for some reason. I'm leaning toward the csm setting though.
I also have been running windows 7 since i got my machine, but at the time i wasn't sure if i was going to keep it so I never really ran the benching till later.
As to the pricing. You could run a
http://www.microcenter.com/product/468436/600p_512GB_NVMe_M2_Internal_SSD
http://www.newegg.com/Product/Produ...2R&cm_re=1tb_m.2_nvme-_-20-167-412R-_-Product
https://www.pcnation.com/web/detail...K2Bv9Jp6HNIsKZFenkHRCiLjBp-zjZcCkRBoCOyjw_wcB
But I do understand what you are getting at though. Me, I move files around way to much to be waiting. When that system isn't benching, it's doing quite a few other things. And speed is key for me in that respect.
Although, i'm starting to build up my gaming library so that may get re evaluated at some point in time.
Edit:
For those that have the extra cash.... 165hz
http://www.microcenter.com/product/458071/PG279Q_ROG_SWIFT_27_WQHD_IPS_G-SYNC_Gaming_MonitorLast edited: Oct 28, 2016Spartan@HIDevolution and Mr. Fox like this. -
-
-
I don't have access to MicroCenter and it is in-store only. I thought I read somewhere that Intel NVMe SSD were no good. Do you have one? If so, how is it?Johnksss and Spartan@HIDevolution like this. -
It hasn't happened to me after I slipstreamed the drivers in.Johnksss likes this. -
-
LOL.
I was just sitting here debating on getting two of them to test.
Edit:
You already know if you want them to just hit me up, but wait to see if i grab 1 or two today to test though.
Edit:
Plextors run extremely hot and will down clock with out the heat shield. -
Seems they are a new breed of "entry level" NVMe: http://www.tomshardware.com/reviews/intel-600p-series-ssd-review,4738.html -
-
Kind of a catch 22 with the low end NVMe if the price is the same as SATA SSD. The "entry level" NVMe is slower than others, but much faster read speeds than SATA. That still leaves the question of hassles, whether they require GPT and UEFI to even be visible to the BIOS, making W7 installation more complicated than it should be, all of which I don't exactly care for.Last edited: Oct 28, 2016 -
This is the beauty of ThrottleStop profiles. You can change on the fly to whatever fits your situation. If you're not in a place where you can keep it cool enough, a 3-finger salute drops the clocks to a speed that is OK for the higher temps.ajc9988, CaerCadarn, jaybee83 and 3 others like this. -
That is like the first thing on the list!Spartan@HIDevolution and Mr. Fox like this. -
Off the wall thought here... I wonder if the random corruption of the OS with NVMe using GPT and UEFI mode after a hard crash is because things happen in such a way that there is not enough time for data to be written to disk, so maybe the corruption is because of that playing out differently with NVMe. And, I wonder this because it happened to me CONSTANTLY with NVMe in the Sky X9, but never one single time has it happened to me (so far, hopefully won't jinx myself) with M.2 SATA SSD configured as MBR with Legacy BIOS mode in the P870DM that I sold or my P750ZM.
Edit: Brother John... It also just occurred to me that @Trafficante and @Swick1981 are not running NVMe SSD in their P870DM3. They are using M.2 SATA like me with W7. That could have something to do with the keyboard and touchpad not working during W7 setup. I am not sure why that could have anything to do with it, but it's certainly something to bear in mind. Might not be a coincidence.Last edited: Oct 28, 2016 -
Spartan@HIDevolution Company Representative
it's weird it's like it picks what to corrupt, it's always my Chrome and Firefox profile, even though they were not running, when I run them after the reboot, they have a fresh new clean profile
that and a lot of icons don't have their icons anymore even if I did the Rebuild_Icon_Cache.bat trick
Code::: Created by: Shawn Brink :: http://www.sevenforums.com :: Tutorial: http://www.sevenforums.com/tutorials/13102-notification-area-icons-reset.html @echo off cls set regPath=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify set regKey1=IconStreams set regKey2=PastIconsStream set choice=Bad-Response echo The Explorer process must be killed to reset the Notification Area Icons Cache. echo. echo Please SAVE ALL OPEN WORK before continuing echo. pause echo. taskkill /IM explorer.exe /F echo. FOR /F "tokens=*" %%a in ('Reg Query "%regpath%" /v %regkey1% ^| find /i "%regkey1%"') do goto iconstreams echo Registry key "IconStreams" already deleted. echo. :verify-PastIconsStream FOR /F "tokens=*" %%a in ('Reg Query "%regpath%" /v %regkey2% ^| find /i "%regkey2%"') do goto PastIconsStream echo Registry key "PastIconsStream" already deleted. echo. goto confirm-restart :iconstreams reg delete "%regpath%" /f /v "%regkey1%" goto verify-PastIconsStream :PastIconsStream reg delete "%regpath%" /f /v "%regkey2%" :confirm-restart echo. echo. echo Windows must be restarted to finish resetting the Notification Area Icons. echo. :wrong set /p choice=Restart now? (Y/N) and press Enter: If %choice% == y goto Yes If %choice% == Y goto Yes If %choice% == n goto No If %choice% == N goto No set choice=Bad-Response goto wrong :Yes shutdown /R /f /t 00 exit :No echo. echo Restart aborted. Please remember to restart the computer later. echo. echo You can now close this command prompt window. explorer.exe
-
-
No access to CSM
Boot from usb flash drive for windows 7.
It gets to the windows setup screen where you make your first choice and boom. No keyboard or mouse. Internal or external.
Side note. My windows 7 is running on a regular ssd.
Mr. Fox and Spartan@HIDevolution like this. -
-
Cheers to benching and to this awesome thread...
ps..@johnksss, dang these different benches all like their own tweaked settings as we've discussed....just crazy. One little thing and a bench can all crumble...phew...people play video games for hours? We bench for hours.Last edited: Oct 28, 2016ajc9988, temp00876, Spartan@HIDevolution and 3 others like this. -
And the game is amazing!iunlock likes this. -
-
-
Spartan@HIDevolution and Papusan like this.
-
-
-
Ashtrix, ajc9988, Johnksss and 1 other person like this.
-
On a positive note, I'm curious how many of yall have your PSU connected to a kill-a-wat meter? I have too many things plugged into my Battery USP so I may hook up a kill-a-watt for the fun of it to get some readings to compare with what the monitors output. There's just something about raw data that is desirable over software lol...Shakeeb Anjum, jaybee83, Johnksss and 1 other person like this. -
-
mbr - bios or uefi
mbr - uefi
gpt - uefi
@Mr. Fox
With nothing on it it is testing as expected.
Burst to the drive is 1.4GB
Burst from drive is 2.3GB -
The first option is what you want to use for Rufus if you have the BIOS set to Legacy and not UEFI with MBR drives. That is what I use. As far as I know, NVMe does not support MBR so you would have to use the last option with UEFI. The CSM support is enabled in the BIOS, but I don't know if the stock BIOS you have shows all the menus. If it is like the P870DM-G stock BIOS none of that is visible and your configuration options are severely limited until @Prema fixes that firmware abortion from Clevo.
Last edited: Oct 29, 2016 -
Edit:
hummmmm, so i threw in a usb 3.0 drive and the csm option showed up....
@bloodhawk
Last edited: Oct 29, 2016 -
Edit: You may still find that NVMe does not support MBR. I could be wrong, but that's what I remember from trying it and not working, then reading and finding out NVMe only supports GPT. I hope I am wrong on that, because my preference would be MBR. That may have also changed since last year trying to do that with the SAMSUNG SM951 (MZVPV512HDGL) drives that came in the Sky X9.Last edited: Oct 29, 2016 -
Same here. I had been using a usb 2.0 drive since that's what i had the multi oses stored on. Then decided to use a brand new 3.0 high speed drive and that's what showed up.
Although it still didn't work. hahaha
Edit:
Going to test with the Asus since it has an unlocked bios. -
Personally, I would not buy any intel drives. I'd look for Samsung or other 3D V-NAND drives from the get go, and I don't like OCZ either. I know some non-Samsung manufacturers are using 3D V-NAND now, and if they're cheaper I'd say go for it; but Intel's artificial killing and OCZ just having lots of failures on their RAM and SSDs make me avoid them even if 3D V-NAND. I'd say MLC for sensitive data/OS drives (which you should have your pagefile on, etc)/etc and TLC NAND 3D V-NAND drives for stuff like games or movies etc (that don't get nearly as many writes etc done to).
Oh how I want to do it myself. And then I'll see if I can swap out the RAM to something better (and let the system use it at that better speed) and see if the CPU load drops and how much better it lets the CPU push, but still show that the CPU is garbage for 120Hz in newer titles.
Is it normal to feel so excited thinking about the chance to blow this kind of stuff wide open? That silly Anandtech review of the P870DM3 not using max fans and saying it overheated made me rather edgy. I'm basically an edgelord right now. I make Reaper look as happy as Mei, if you play Overwatch.Last edited: Oct 29, 2016 -
I have mixed feelings about going with a "entry level" anything, even if it has Intel's name on it. Their "entry level" CPUs are garbage, so I probably shouldn't give anything else that is "entry level" the time of day. I generally view that as secret code for something that is inferior and undesirable. And, I not interested in paying "normal" NVMe highway robbery prices. -
Remember to see my edit in my last post; didn't expect replies so fast or I'd have just made a new post!
ajc9988, Mr. Fox, Johnksss and 1 other person like this. -
Back when no one was using ssd's I was. Back then they were seriously over priced! I even started installing them in other locations thinking all was well....Then they started failing. Over and over and over. And they were not trying to swap me into a new line of drives. Luckily all my locations were running backups. So it was just more of an inconvenience till the stupid warranty ran out. Then they all got swapped for samsungs. All in all....36 drives at a minimum of 3 rma's each.
As to this intel nvme
http://ark.intel.com/products/94913/Intel-SSD-Pro-6000p-Series-512GB-M_2-80mm-PCIe-3_0-x4-3D1-TLC
vs
sandisk x400
https://www.sandisk.com/content/dam...nterprise/data-sheets/X400-datasheet-v1-1.pdf
Looks like they are worse at 160TBW vs Intel @ 288 TBW for a 512GB
Samsung is low for some reason. 150TBW
http://www.samsung.com/semiconducto...ads/document/Samsung_SSD_850_EVO_Brochure.pdf
Since that would be the reason for going with the intel in the first place. Worse than high end NVME drives, but better than sata 3.Last edited: Oct 29, 2016 -
Clevo Overclocker's Lounge
Discussion in 'Sager/Clevo Reviews & Owners' Lounges' started by Spartan@HIDevolution, Mar 4, 2016.