The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.
← Previous pageNext page →

    *** Official Clevo x7200 and Sager NP7280 owners lounge ***

    Discussion in 'Sager/Clevo Reviews & Owners' Lounges' started by italian.madness, May 26, 2010.

  1. cookinwitdiesel

    cookinwitdiesel Retired Bencher

    Reputations:
    4,365
    Messages:
    11,264
    Likes Received:
    263
    Trophy Points:
    501
    Yes, there is no reason for it to change

    The physical slot is more than sufficient. Note that in the desktop space the change from PCIe 2 to PCIe 3 is not warranting a change of the physical slot......no reason for it too in the mobile space
     
  2. joshe22587

    joshe22587 Notebook Enthusiast

    Reputations:
    0
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    5
    thanks for the quick reply thats very awesome to hear considering all the sites that sell the x7200 say its user upgradeable
     
  3. werdnaforever

    werdnaforever Notebook Geek

    Reputations:
    0
    Messages:
    81
    Likes Received:
    0
    Trophy Points:
    15
    deleted
     
    Last edited: Aug 11, 2021
  4. Johnksss

    Johnksss .

    Reputations:
    11,531
    Messages:
    19,457
    Likes Received:
    12,829
    Trophy Points:
    931
    The 580M was a bit more than an over clocked 485M. :) (Since that was the next gpu out after the 485M)
     
  5. werdnaforever

    werdnaforever Notebook Geek

    Reputations:
    0
    Messages:
    81
    Likes Received:
    0
    Trophy Points:
    15
    deleted
     
    Last edited: Aug 11, 2021
  6. werdnaforever

    werdnaforever Notebook Geek

    Reputations:
    0
    Messages:
    81
    Likes Received:
    0
    Trophy Points:
    15
    deleted
     
    Last edited: Aug 11, 2021
  7. jclausius

    jclausius Notebook Virtuoso

    Reputations:
    6,160
    Messages:
    3,265
    Likes Received:
    2,573
    Trophy Points:
    231
    What are you trying to achieve? You want to *limit* a process to a particular virtualized CPU?

    Since modern OSs (Win 7, Linux and OSX) are all preemptive, multitasking operating systems, processing time slices are assigned round-robin to open resources (including CPUs). By limiting the number of resources (assigning a number of CPUs to a process), you could end up slowing down the entire process. Especially if that process is multi-threaded.

    But, if you must, try creating batch files to launch whatever process you want using the "/AFFINITY" parameter - See http://www.howtogeek.com/howto/wind...-assigned-to-a-specific-cpu-in-windows-vista/. Note, I think the article may be wrong in terms of "what" AFFINITY to use. It is a "hex numbered mask" where each bit represents a CPU:

    0x1 (1) = CPU0
    0x2 (2) = CPU1
    0x4 (4)= CPU2
    0x8 (8)= CPU3
    0x10 (16)= CPU4
    0x20 (32) = CPU5
    0x40 (64) = CPU6
    0x80 (128) = CPU7
    0x100 (256) = CPU8
    0x200 (512) = CPU9
    0x400 (1024) = CPU10
    0x800 (2048) = CPU11

    So if you want to run on CPU 2, CPU 4, and CPU 10, Affinity would be 0x4 + 0x10 + 0x400 = "414" hexadecimal.
     
  8. cookinwitdiesel

    cookinwitdiesel Retired Bencher

    Reputations:
    4,365
    Messages:
    11,264
    Likes Received:
    263
    Trophy Points:
    501
    Windows 7 was optimized with Intel to be Hyperthreading "aware" so as to make optimal use of the hyperthreaded cores. No user intervention should be needed unless you have a specialized specific app you are planning to run....
     
  9. werdnaforever

    werdnaforever Notebook Geek

    Reputations:
    0
    Messages:
    81
    Likes Received:
    0
    Trophy Points:
    15
    deleted
     
    Last edited: Aug 11, 2021
  10. cookinwitdiesel

    cookinwitdiesel Retired Bencher

    Reputations:
    4,365
    Messages:
    11,264
    Likes Received:
    263
    Trophy Points:
    501
    Easiest way is to test it yourself. I have played with locking single threaded benches (Super Pi and single thread wPrime) and did not see a tangible difference between locked to one core or windows managed. But that was only one instance at a time, more thorough tests could definitely be done by some one more motivated than me
     
  11. jclausius

    jclausius Notebook Virtuoso

    Reputations:
    6,160
    Messages:
    3,265
    Likes Received:
    2,573
    Trophy Points:
    231
    When the OS causes a context switch all CPU registers and everything stored in L1 about the thread of execution are sent back to the L2 cache, and the incoming thread restores its register (L2 restored to L1) before executing.

    I don't know enough internals to know if L1 is always restored once a thread of execution is assigned to a CPU (for example, if a thread is executing, is lifted when its time slice is up, and then restored to the same CPU core, it wouldn't need to go from L1 -> L2 and L2 -> L1), but assuming the architecture does so, setting the process to a single core wouldn't gain anything.

    As scook9 mentioned, you could try some N number of long running processes (one assigned to a single core, and the others assigned to different cores) and see if times differ than if they ran on all CPUs.
     
  12. Johnksss

    Johnksss .

    Reputations:
    11,531
    Messages:
    19,457
    Likes Received:
    12,829
    Trophy Points:
    931
    Proccesslasso is what your looking for.... If you really want to get indepth with that.
     
  13. Kolich

    Kolich Notebook Consultant

    Reputations:
    0
    Messages:
    166
    Likes Received:
    0
    Trophy Points:
    30
    What were the changes in this version of the BIOS?
     
  14. Larry@LPC-Digital

    Larry@LPC-Digital Company Representative

    Reputations:
    3,952
    Messages:
    3,580
    Likes Received:
    283
    Trophy Points:
    151
    Sager did not yet get the changes to me. What ever it was it was minor.

    The new EC (firmware) in this release may lower your temps a few degrees like it did for wwoods... :)

    _
     
  15. Kolich

    Kolich Notebook Consultant

    Reputations:
    0
    Messages:
    166
    Likes Received:
    0
    Trophy Points:
    30
    Please type a detailed log, if u can...
     
  16. Torment78

    Torment78 Notebook Evangelist

    Reputations:
    261
    Messages:
    555
    Likes Received:
    0
    Trophy Points:
    30
    but its not realy sager that did the changes tho is it its normaly a clevo bios that have bin rebranded and added some stuff for OC and XTU other wise they would have bin able to answer my question when i asked the techs at sager about the fing CPU prob like paying 1k for a cpu with unlocked multiplier and getting the same posibilitys as a fing non extreme cpu sorry for my irritation but its starting to realy eat at me
     
  17. Aikimox

    Aikimox Weihenstephaner!

    Reputations:
    5,955
    Messages:
    10,196
    Likes Received:
    91
    Trophy Points:
    466
    I totally agree and understand your pain, bro! You know what the biggest problem is? It's the heatsink limit (~150W, i think). @4.5ghz your cpu would need a 220W+ HS - not gonna happen. :(

    It's time to let Clevo know that we require a more serious attention to OC'ing potential of the flagship system. :mad: :mad: :mad:
     
  18. SacredDreams

    SacredDreams Notebook Evangelist

    Reputations:
    178
    Messages:
    461
    Likes Received:
    0
    Trophy Points:
    30
    Hi Everyone!

    I was thinking does your USB 3.0 ports working at USB3.0 Speed? I had updated my Drivers and it doesn't seems to reach superspeed for mine.

    Any advice? ;)
     
  19. Kolich

    Kolich Notebook Consultant

    Reputations:
    0
    Messages:
    166
    Likes Received:
    0
    Trophy Points:
    30
    Speed ​​USB 3.0 will not be fully achieved in our everyday environment.
     
  20. jclausius

    jclausius Notebook Virtuoso

    Reputations:
    6,160
    Messages:
    3,265
    Likes Received:
    2,573
    Trophy Points:
    231
  21. Patrck_744

    Patrck_744 Burgers!

    Reputations:
    447
    Messages:
    1,201
    Likes Received:
    41
    Trophy Points:
    66
    Could be something that blocks the 28nm cards from booting up along with some tweaks. :rolleyes:
     
  22. physib

    physib Notebook Evangelist

    Reputations:
    231
    Messages:
    583
    Likes Received:
    0
    Trophy Points:
    30
    Isn't the third fan blocked for better ventilation? However it feels much hotter compared to the other fan openings. Should I open it myself? If so, how?
     
  23. Support.3@XOTIC PC

    Support.3@XOTIC PC Company Representative

    Reputations:
    1,268
    Messages:
    7,186
    Likes Received:
    1,002
    Trophy Points:
    331
    The third fan is kept closed on purpose for better air circulation. We recommend keeping it blocked
     
  24. ashveratu

    ashveratu Notebook Evangelist

    Reputations:
    318
    Messages:
    470
    Likes Received:
    0
    Trophy Points:
    30
    This has been discussed in the past. The 9262, predecessor of the X7200 had the same design where one the fan mounting positions was blocked. It was determined that it was best to leave it that way.
     
  25. DGDXGDG

    DGDXGDG Notebook Deity

    Reputations:
    737
    Messages:
    787
    Likes Received:
    6
    Trophy Points:
    31
    yes, it increased "internal" air flow
    it hav been well tested and decided to close :
    [​IMG]
    3dmark06 loop, room temp 25c
    row: open 285m / close 285m / close 480m
     
  26. jclausius

    jclausius Notebook Virtuoso

    Reputations:
    6,160
    Messages:
    3,265
    Likes Received:
    2,573
    Trophy Points:
    231
  27. Aikimox

    Aikimox Weihenstephaner!

    Reputations:
    5,955
    Messages:
    10,196
    Likes Received:
    91
    Trophy Points:
    466
    Do you guys actually see 50C+ on the HDDs?
     
  28. DGDXGDG

    DGDXGDG Notebook Deity

    Reputations:
    737
    Messages:
    787
    Likes Received:
    6
    Trophy Points:
    31
    true, i put 2 wd5000bekt together in middle caddy, now 45~48 but when summer idle 50~51c, if constant read/write will reach 60c :mad:
     
  29. Aikimox

    Aikimox Weihenstephaner!

    Reputations:
    5,955
    Messages:
    10,196
    Likes Received:
    91
    Trophy Points:
    466
    What?? That's crazy hot for the HDD! Did you try any mods like adding copper, drilling holes, etc? To me that temp would be totally unacceptable. My old ThinkPad used to get to 60C under load. After some modding it hovers @50C and I'm still very unhappy about it :(
     
  30. jclausius

    jclausius Notebook Virtuoso

    Reputations:
    6,160
    Messages:
    3,265
    Likes Received:
    2,573
    Trophy Points:
    231
    For whatever the reason, I cannot see the C300's temp in HWInfo, but the dual Momentus XTs usually report 30-38C on my machine.
     
  31. Aikimox

    Aikimox Weihenstephaner!

    Reputations:
    5,955
    Messages:
    10,196
    Likes Received:
    91
    Trophy Points:
    466
    what's your room temp? also are you using a coolerpad?
     
  32. jclausius

    jclausius Notebook Virtuoso

    Reputations:
    6,160
    Messages:
    3,265
    Likes Received:
    2,573
    Trophy Points:
    231
    It's a bit chilly today in the midwest (USA) - ambient is like 21.8C right now. I just noticed the temps went up a degree on one of the XTs to 39C. The other is holding at 35C. No cooler in play, just sitting on my desk.

    TBH, I cannot remember which bay holds what drives, and cannot check anytime soon. I wonder if the elevated temp is the one under battery. I'll dig at this sometime in the next day or so.
     
  33. DGDXGDG

    DGDXGDG Notebook Deity

    Reputations:
    737
    Messages:
    787
    Likes Received:
    6
    Trophy Points:
    31
    strange thing is, if i swap one of bekt with x25e which is under battery, both bekt runs cool, never reach 50c :eek:
    but that break the feeling, i like to put same things together :p

    btw my x18m/x25m/x25e all no temp monitor too :cool:
     
  34. SacredDreams

    SacredDreams Notebook Evangelist

    Reputations:
    178
    Messages:
    461
    Likes Received:
    0
    Trophy Points:
    30
    Thanks for the response :)
    Guess I would just stick with 2.0 speed for now.
     
  35. wwoods

    wwoods Notebook Deity

    Reputations:
    334
    Messages:
    1,374
    Likes Received:
    0
    Trophy Points:
    55
    Um....not sure what youre talking about, I use my USB 3.0 connected HD to do backups to and the speed is well within the specs....
     
  36. Support.3@XOTIC PC

    Support.3@XOTIC PC Company Representative

    Reputations:
    1,268
    Messages:
    7,186
    Likes Received:
    1,002
    Trophy Points:
    331
    I think what he means is there are no external drives on the consumer market that get to the top of USB 3.0 speeds. USB 3.0 tops out at 4.5Gb/s, if you're using a external drive you're probably getting around 70MB/s which equals .56Gb/s. Run an disk benchmark program on it to see your read/write times. The only way to get to the 4.5Gb/s max is to have one of the faster SSD's in an external enclosure. The 550MB/s models like OCZ Vertex 3 or Intel 520 series get close at 4.4Gb/s Doing that would be a crazy waste of money :)
     
  37. werdnaforever

    werdnaforever Notebook Geek

    Reputations:
    0
    Messages:
    81
    Likes Received:
    0
    Trophy Points:
    15
    deleted
     
    Last edited: Aug 11, 2021
  38. Johnksss

    Johnksss .

    Reputations:
    11,531
    Messages:
    19,457
    Likes Received:
    12,829
    Trophy Points:
    931
    Been here and done that. the fastest it ever got was like 201 megs. And it held that for all of .1 second. Then average around 170 megs. Esata is still superior to usb 3.0. it kept a constant speed of 240+ megs and maxing at 265 megs.
     
  39. wwoods

    wwoods Notebook Deity

    Reputations:
    334
    Messages:
    1,374
    Likes Received:
    0
    Trophy Points:
    55
    I am already putting a budget together, what I could get for my current set up, how much I would have to make up for what I want etc.....

    Not saying its gonna happen, but I want to to run a feasibility spreadheet to see...
     
  40. ikethegreat

    ikethegreat Notebook Consultant

    Reputations:
    30
    Messages:
    229
    Likes Received:
    1
    Trophy Points:
    31
    I'd love to upgrade but the wife would kill me. She still thinks I spent under $2k for my 7280... if she only knew!
     
  41. jclausius

    jclausius Notebook Virtuoso

    Reputations:
    6,160
    Messages:
    3,265
    Likes Received:
    2,573
    Trophy Points:
    231
    I ran the numbers yesterday. Although prices have changed on memory, drives, etc., the P270WM runs about $400 more than my x7200 at the time of purchase. I think my own budgetary hands are tied until Q4. :(
     
  42. wwoods

    wwoods Notebook Deity

    Reputations:
    334
    Messages:
    1,374
    Likes Received:
    0
    Trophy Points:
    55
    Yea, I am thinking the same thing here, just looked at mine and dont see it happening. To be honest, not that this is lacking in any real tangible way.

    Something else to put on my dream list.
     
  43. Patrck_744

    Patrck_744 Burgers!

    Reputations:
    447
    Messages:
    1,201
    Likes Received:
    41
    Trophy Points:
    66
    Unlocked Sager v13 BIOS is ready.

    credits to Kizwan.
     
  44. werdnaforever

    werdnaforever Notebook Geek

    Reputations:
    0
    Messages:
    81
    Likes Received:
    0
    Trophy Points:
    15
    deleted
     
    Last edited: Aug 11, 2021
  45. jclausius

    jclausius Notebook Virtuoso

    Reputations:
    6,160
    Messages:
    3,265
    Likes Received:
    2,573
    Trophy Points:
    231
    Not sure what you mean by Engadget knowing nothing about who makes the P270WM. They're just reporting on a press release from Maingear. Perhaps after reading the rest of this post, it'll make more sense.


    In regards to your Sager question, it would depend on your location. Note, someone please correct me if I'm incorrect, but this is my understanding -

    We know Clevo is the actual manufacturer. However, they are located in Korea. So those lappies need to be dispersed throughout the world to reach customers, as Clevo is not an exporter. That means companies like Sager (North America and other regions) and Eurocom (I believe for Great Britain) are importers of Clevo products.

    Sager (or any other importer for that matter) may sell barebones Clevos to other Builders - AVA Direct, RJTech, Mythlogic, and any other Builder I may have missed - which may also include Maingear. These Builders may rebrand a particular laptop to their own product line, and some may not. For example, I have an actual Clevo X7200 from AVA Direct, not an NP7280, Eurocom Panther, Maingear Titan, etc.

    Sager ALSO holds some of their imported products back and brands them as Sager for resale. These are then sold by Sager itself as well as regional reseller partners such as XoticPC, PC Torque, LPC Digital, PowerNotebooks, Fortnax, and anyone else I may have missed.

    So, that is why it may seem that Sager is more associated w/ Clevo than anyone else. They're the ones bringing the products into a particular region, and in my case, the United States. Does that make sense?
     
  46. werdnaforever

    werdnaforever Notebook Geek

    Reputations:
    0
    Messages:
    81
    Likes Received:
    0
    Trophy Points:
    15
    deleted
     
    Last edited: Aug 11, 2021
  47. Aikimox

    Aikimox Weihenstephaner!

    Reputations:
    5,955
    Messages:
    10,196
    Likes Received:
    91
    Trophy Points:
    466
    That's the way Clevo wants it. It's good for business to make customers believe that their dealers are the manufacturers while the real one is left in shadows. ;)
     
  48. werdnaforever

    werdnaforever Notebook Geek

    Reputations:
    0
    Messages:
    81
    Likes Received:
    0
    Trophy Points:
    15
    deleted
     
    Last edited: Aug 11, 2021
  49. jclausius

    jclausius Notebook Virtuoso

    Reputations:
    6,160
    Messages:
    3,265
    Likes Received:
    2,573
    Trophy Points:
    231
    I understand what you're saying, but if you read any of the fluff pieces on Clevo based laptops, you'll see the same kind of thing.

    Maingear Titan 17 six-core laptop has 1.8TB of SSD storage - Techworld.com

    Good luck getting ahead of any similarly configured machine from said rival.


    EUROCOM Panther 3.0 Laptop Review - Desktop Replacement - Introduction

    Who designed?


    And I'm sure there are others as well.

    In the end, I'm sure the builders want to appear bigger than they are - as that they have manufacturing capability. Don't get me wrong they do offer other valuable services like stress testing, better components, etc. They do offer value to a Clevo based laptop.

    Also note, this has gone on for quite some time. Alienware and Voodoo PC used to be in this camp as well - rebranding Clevos.

    Guess I'm just used to it after all these years.
     
  50. werdnaforever

    werdnaforever Notebook Geek

    Reputations:
    0
    Messages:
    81
    Likes Received:
    0
    Trophy Points:
    15
    deleted
     
    Last edited: Aug 11, 2021
← Previous pageNext page →