Jump to content

romulan

Registered User
  • Posts

    3
  • Joined

  • Last visited

About romulan

  • Birthday 06/10/1972

Profile Information

  • Occupation
    Web Developer

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

romulan's Achievements

Curious Beginner

Curious Beginner (1/7)

11

Reputation

  1. Much thanks and kudos to Prema who made a new vBios for my graphics card. All the issues reported in the first post are resolved by the new vBios. The motherboard's bios reports the Graphics Adapter Name as empty <empty> but uses the Graphics card without problem. The nVidia Drivers will need to have the nvcvi.inf file edited before driver instalation. The method is as follows; Method 1 ------------ Download the new driver. Double click on it to extract it. (it usually extracts to C:\NVIDIA\DisplayDriver\) Find the nvcvi.inf file (in my case it was at C:\NVIDIA\DisplayDriver\350.12\Win8_WinVista_Win7_64\International\Display.Driver\nvcvi.inf) Open it in PSPad. Using the Replace function, Replace all occurences of DEV_11A1&SUBSYS_51051558 with DEV_11A1&SUBSYS_00001558 (You can replace any GTX 670M Dev ID code you wish) Replace all occurences of %NVIDIA_DEV.11A1.5105.1558% with %NVIDIA_DEV.11A1.0000.1558% <------ my Hardware ID, your one may differ. Replace all occurences of NVIDIA_DEV.11A1.5105.1558 with NVIDIA_DEV.11A1.0000.1558 Save the file. Close it. Run the Driver installer. (It should now install) Method 2 ------------- Use a script to do those Find/Replace for you. Create a file PSPad editor\Script\VBScript\ModnVidiaInf.vbs in the PSPad application directory. Add the following code. const module_name = "Mod nVidia nvcvi.inf for gtx670mx with p150hm" const module_ver = "1" Sub Init addMenuItem "Modify inf file", module_name, "ReplaceText" End Sub Sub ReplaceText Set editor = newEditor() editor.assignActiveEditor s = editor.Text s = Replace(s,"DEV_11A1&SUBSYS_51051558","DEV_11A1&SUBSYS_00001558") s = Replace(s,"%NVIDIA_DEV.11A1.5105.1558%","%NVIDIA_DEV.11A1.0000.1558%") s = Replace(s,"NVIDIA_DEV.11A1.5105.1558","NVIDIA_DEV.11A1.0000.1558") editor.Text(s) End Sub Save it. Close it. Restart PSPad. Now you will have a new entry in the Sctipts menu named "Mod nVidia nvcvi.inf for gtx670mx with p150hm" with a Sub menu named "Modify inf file". Download the new driver. Double click on it to extract it. (it usually extracts to C:\NVIDIA\DisplayDriver\) Find the nvcvi.inf file (in my case it was at C:\NVIDIA\DisplayDriver\350.12\Win8_WinVista_Win7_64\International\Display.Driver\nvcvi.inf) Open it in PSPad. Use the new Script menu item to edit the file. Save the file. Close it. Run the Driver installer. (It should now install) Hope this helps someone as I have been helped on this forum. </empty>
  2. Some more info about my PC. (from Speccy) CPU, Motherboard? and HD are non standard. Operating System Windows 7 Professional 64-bit SP1 CPU Intel Core i7 Extreme 2960XM @ 2.70GHz 45 °C Sandy Bridge 32nm Technology RAM 16.0GB Dual-Channel DDR3 @ 798MHz (11-11-11-28) Motherboard CLEVO P150HMx (SOCKET 0) 45 °C Graphics Generic PnP Monitor (1920x1080@59Hz) 3071MB NVIDIA GeForce GTX 670MX (CLEVO/KAPOK Computer) 41 °C Storage 476GB Samsung SSD 850 PRO 512G (SSD) 28 °C Optical Drives TSSTcorp CDDVDW TS-L633F Audio Realtek High Definition Audio Motherboard Manufacturer CLEVO Model P150HMx (SOCKET 0) Version Not Applicable Chipset Vendor Intel Chipset Model Sandy Bridge Chipset Revision 09 Southbridge Vendor Intel Southbridge Model HM65 Southbridge Revision 05 BIOS Brand American Megatrends Inc. Version 4.6.4 Date 9/08/2011 CPU Intel Core i7 Extreme 2960XM Cores 4 Threads 8 Name Intel Core i7 Extreme 2960XM Code Name Sandy Bridge Package Socket 988B rPGA Technology 32nm Specification Intel Core i7-2960XM CPU @ 2.70GHz Family 6 Extended Family 6 Model A Extended Model 2A Stepping 7 Revision D2 Instructions MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, Intel 64, NX, VMX, AES, AVX Virtualization Supported, Enabled Hyperthreading Supported, Enabled Bus Speed 99.8 MHz Stock Core Speed 2700 MHz Stock Bus Speed 100 MHz Caches L1 Data Cache Size 4 x 32 KBytes L1 Instructions Cache Size 4 x 32 KBytes L2 Unified Cache Size 4 x 256 KBytes L3 Unified Cache Size 8192 KBytes
  3. I upgraded the mxm graphics card in my clevo p150hm from gtx 460m to a clevo gtx 670mx After the upgrade the booting behavior of the notebook was strange.. The bios screen does not complete when detecting hardware It shows the AMI logo and one line of text "AMIBIOS © 2010 American Megatrends, Inc." It does nothing for 30 seconds, then beeps once. Again it does nothing for 30 seconds then beeps once. And again it does nothing for 30 seconds then beeps once. Then it shows a flashing white cursor at top left of black screen for about 3 seconds. The cursor then drops down a few lines then Windows begins to boot. Other changes in behavior at boot time are... It wont enter the bios setup by pressing the F2 key It wont enter boot select by pressing the F7 key It will enter the Windows Start up mode selection by pressing the F8 key, but only if pressed in the 3 seconds while the cursor is flashing. Attempting to boot to DOS or Windows PE from usb results in the same sequence of events (1 to 6) ending with a flashing cursor on a black screen. [*]On the first boot after the upgrade Windows loaded the Video Reference driver (screen looked like it does in safe mode) After some research I installed the most recent nVidia Video Drivers with modded *.inf as per instructions from LaptopVideo2Go This restored normal video function in Windows. The boot issues remained unchanged. [*]Thinking that the vBios version may be the problem I downloaded Clevo 670mx - 3GB - 80.04.58.00.03 - 'OC edition'_rev02.zip from here. From within Windows opened a command promt window as administrator Changed directory to the one with nvflash and the OC vBios in it Ran nvflash --help (to make sure the output made sense) Ran nvflash --list (to see if the card was recognised) Ran nvflash -6 670mxOC.rom (-6 = ignore PCI subsystem ID mismatch) (670mxOC.rom = name of the file I was flashing to) The flash completed successfully. After PC restart the only difference I noticed at boot was a listing of the vBios version just as the cursor started flashing. [*]I've NOT upgraded BIOS from P150HM to P170HM. but I was considering it so as to be able to OC Graphics and Processor. Bios Version: 1.01.14 KBC/EC Ver. 1.00.13 Has anyone got any good suggestions about how to get a normal boot functionality back?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. 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.