Jdeveloper and SqlDeveloper and Vista x64 issues

Hello,
I have this issue when i try to run jdeveloper in vista. The aero effect gets disabled. And while i have seen the fix for this problem amongst the threads, i have not been able to fix the issue on my computer.
I have downloaded the sqldeveloper base install and have been able to use it with both jdk 1.5 and 1.6 (both of which i have installed on my machine) i use the batch file in the sqldeveloper/bin direcotry only though, the sqldeveloper.exe throws the same error as i am about to describe for jdeveloper. SO in essence my sqldeveloper works correctly cuz i can use the updated 1.5 or 1.6 to have my aero effect.
I have downoladed the base install of the jdeveloper studio edition. Like i said above I have both jdk 1.5 and 1.6 installed on my computer. But for the jdeveloper what i have done is i copied the contents of the 1.5 jdk folder and made a folder called 'jdk" in the jdeveloper home directory (since this is by default were the program tries to look). But when i try to load jdev.exe it throws the following error in the cmd window..
WARNING: Could not find jvm.cfg! in '..\..\jdk\jre\lib\jvm.cfg"
WARNING: Cannot find default VM 'hotspot' at ..\..\jdk
ERROR: cannot find VM at: ..\..\jdk
Aborting!
I have tried modifying my jdev.conf SetJavaVM propert by comenting out and by changing it from 'client' 'hotspot' or server.. nothing works. Will post the complete jdev.conf under this.
Any help to get jdev working will be greatly appreciated i am starting to lose hope and don't want to lose aero everytime.
Thanks

# Oracle JDeveloper 10g Launcher Configuration File
# Copyright 2000-2005 Oracle Corporation.
# All Rights Reserved.
# The format of this file is:
# "Directive Value" (with one or more spaces and/or tab characters
# between the directive and the value) This file can be in either UNIX
# or DOS format for end of line terminators. Any path seperators must be
# UNIX style forward slashes '/', even on Windows.
SetBuiltRoot ../../built
AddJavaLibPath ../lib/patches
AddJavaLibFile ../../../classes
AddJavaLibFile ../../ide/lib/javax-ide.jar
AddJavaLibFile ../../ide/lib/javatools.jar
AddJavaLibFile ../../ide/lib/ide.jar
AddJavaLibFile ../../jlib/jewt4.jar
AddJavaLibFile ../../jlib/share.jar
AddJavaLibFile ../../jlib/help4.jar
AddJavaLibFile ../../jlib/inspect4.jar
AddJavaLibFile ../../lib/xmlparserv2.jar
# Required by XML parser. See bug 4469399
AddJavaLibFile ../../jdbc/lib/orai18n.jar
AddJavaLibFile ../lib/jdev-ep.jar
SetUpdateMainClass oracle.ideimpl.webupdate.DeferredUpdater
SetUpdateClassPath ../../../classes:../../ide/lib/ide-cfu.jar:../../ide/lib/ide.jar:../../ide/lib/javatools-cfu.jar:../../ide/lib/javatools.jar:../../lib/xmlparserv2.jar:../../jlib/jewt4.jar:../../jlib/share.jar
# The extension ID of the extension that has the <product-hook>
# with the IDE product's branding information.
AddVMOption -Dide.product=oracle.jdeveloper
# The image file for the splash screen.
AddVMOption -Dide.splash.screen=splash.gif
# Extensions in jdev/lib/ext may require native libraries
AddNativeCodePath ../lib/ext
# Oracle10g Lite Settings
# Enable these lines (and modify the directories)
# to suit your Oracle Lite installation
# AddNativeCodePath C:/Oracle/lite5/mobile/sdk/bin
# AddJavaLibFile C:/Oracle/Lite5/mobile/classes/olite40.jar
# Directive SetJavaHome is not required by default, except for the base
# install, since the launcher will determine the JAVA_HOME. On Windows
# it looks in ..\..\jdk, on UNIX it looks in the PATH by default.
# SetJavaHome C:\Java\jdk1.5.0_04
# The Windows launcher will attempt to use client (hotspot) by default,
# unless a VM is specified below with the following directive. On UNIX
# we use whatever is listed first in the $(JAVA_HOME)/jre/lib/jvm.cfg file.
SetJavaVM hotspot
# This will enable a "virtual" file system feature within JDeveloper.
# This can help performance for projects with a lot of files,
# particularly under source control. For non-Windows platforms however,
# any file changes made outside of JDeveloper, or by deployment for
# example, may not be picked by the "virtual" file system feature. Do
# not enable this for example, on a Linux OS if you use an external editor.
# AddVMOption -DVFS_ENABLE=true
# Turn off verifications since the included classes are already verified by the
# compiler. This will reduce startup time significantly. On some Linux
# Systems, using -Xverify:none will cause a SIGABRT, if you get this, try
# removing this option.
AddVMOption -Xverify:none
# Set the maximum heap to 512M
AddVMOption -Xmx512M
# MaxPermSize is required to run JDeveloper with Sun Microsystems virtual
# machine (-client and -server). The default value is 64M, which isn't enough
# to run JDeveloper successfully. With the default value, JDeveloper will
# end up running out of memory at some point in time. This option is ignored
# by OJVM (-ojvm).
# This option is documented at:
# http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html
AddVMOption -XX:MaxPermSize=160M
# JavaThread options are required to run JDeveloper with Sun Microsystems virtual
# machine (-client and -server) because of a bug that was causing the VM to run
# full GCs with realtime thread priorities. The bug is fixed in J2SE 1.5.0_06.
# See: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5101898 for more info.
AddVMOption -XX:JavaPriority10_To_OSPriority=10
AddVMOption -XX:JavaPriority9_To_OSPriority=9
# These options are designed to optimize the pause time for the hotspot VM
# These options are ignored by ojvm with an information message.
# AddVMOption -XX:+UseConcMarkSweepGC
# AddVMOption -XX:+UseParNewGC
# Option used by OJVM client on Windows, This option will turn on line numbers
# in the stack traces by disabling the optimizing compiler.
# AddVMOption -XOd
# Enabling this option will cause OJVM client on Windows to only use 1 CPU on
# a multi-processor system, on single-cpu systems, this option has no effect.
# AddVMOption -Xsinglecpu
# Disable Direct Draw, on some Windows 2000/XP base computers,
# Direct Draw is cause excessive screen refreshes and slows down drawing.
# AddVMOption -Dsun.java2d.noddraw=true
# If true, prevent laucher from handle -help command line argument and
# passes -help to the java application.
# Disabled by default
# AddVMOption -Dapplication.handle.help=true
# If set to true, prevent laucher from checking/setting the shell
# integration mechanism.
# The shell integration feature is enabled by default
# AddVMOption -Dno.shell.integration=true
# Disable the forced GC for the ICE browser.
AddVMOption -Dice.browser.forcegc=false
# Reduce the tile threshold for the ICE browser.
AddVMOption -Dice.pilots.html4.tileOptThreshold=0
# Prepend patches to the bootclasspath. Currently, rtpatch.jar contains a
# patch that fixes the javax.swing.JTree accessibility problems.
# Uncomment the line below if you need to run JDeveloper under JAWS.
# AddVMOption -Xbootclasspath/p:../../jdk/jre/lib/patches/rtpatch.jar
# Replace heavyweight AWT controls with lightweight implementations.
AddVMOption -Xbootclasspath/p:../lib/lwawt.jar
# This setting must not be changed.
SetMainClass oracle.ideimpl.Main
# SetUserHomeVariable is used to define an environment variable
# that overrides the default user home location. The directory
# pointed to by the environment variable defined here will be
# used to store user settings and the "mywork" directory.
# On UNIX platforms the default setting is $HOME/jdevhome
SetUserHomeVariable JDEV_USER_DIR
# If you run into problems related to relocation errors of system dll's, use
# this option to resolve them. This option only works under ojvm.
# AddVMOption -Xheapbase100000000
# A list of filenames that are reserved
AddVMOption -Dreserved_filenames=con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout$
# Indicates which version of the jdk to use for editor syntax
# highlighting and code explorer. Valid values are: "1.3", "1.4", "1.5".
AddVMOption -DEDITOR_J2SE_VERSION=1.5
# Whether Code Insight will omit types and members that have been
# denoted with the @hidden tag.
AddVMOption -DINSIGHT_OMIT_HIDDEN=true
# Text buffer deadlock detection setting (OFF by default.) Uncomment
# out the following option if encountering deadlocks that you suspect
# buffer deadlocks that may be due to locks not being released properly.
# AddVMOption -Dbuffer.deadlock.detection=true
# If you use JDeveloper in a multibyte environment the embedded browser
# may display all multibyte characters as squares. If this happens you
# can use the following option to avoid the problem.
# AddVMOption -Dice.pilots.html4.ignoreNonGenericFonts=true
# Put the xml parser into 9.0.4 compatability mode (3116160)
AddVMOption -Doracle.xdkjava.compatibility.version=9.0.4
# Specify the set of extant translations for resources loaded via
# BundleLoader. The format is a comma separated list of locales, for
# example ja,fr_CA. A translation will only be found if included in
# the list.
# Comment out the option to force BundleLoader to use the default
# locale. This is different to giving the property no value,
# meaning there are no translations.
# Note that this has no impact on ResourceBundle, which will continue
# to try to load locale specific resources even if they are certain not
# to exist.
AddVMOption -Doracle.translated.locales=ja
# Specify the set of locales under which the Windows MS Shell Dlg 2
# (usually Tahoma) can be used in the UI. The format is a comma separated
# list of two-letter language codes, for example en,fr.
# Comment out the option to force the default setting of English only.
# This is different to giving the property no value, meaning the shell font
# is never to be used. Generally, it is safe to use the shell font only
# with single-byte character sets.
# This setting is used only when running under JDK 5.0.
AddVMOption -Dwindows.shell.font.languages=en
# Temporary internal flag to enable trace messages for the IDE
# controller stack.
AddVMOption -Dide.debug.controller.stack=false
# If you need to connect to OC4J 10.1.2 from JDeveloper, uncomment the
# following option. Note, however, that enabling this option will prevent
# JDeveloper from connecting to OC4J 10.1.3.
# AddVMOption -Drmi.disablePropagation=true
# This option controls the parser delay (i.e., for Java error underlining)
# for "small" Java files (<20k). The delay is in milliseconds. Files
# between the "small" (<20k) and "large" (>100k) range will scale the
# parser delay accordingly between the two delay numbers.
# The minimum value of this delay is 100 (ms), the default is 300 (ms).
AddVMOption -Dceditor.java.parse.small=300
# This option controls the parser delay (i.e., for Java error underlining)
# for "large" Java files (>100k). The delay is in milliseconds.
# The minimum value for this delay is 500 (ms), the default is 1500 (ms).
AddVMOption -Dceditor.java.parse.large=1500
# This option controls whether the extension manager complains about
# missing extension classpath entries in the Extensions log on startup.
# It is currently switched off intentionally until all existing manifests
# throwing this error have been fixed. This will be removed before
# production.
AddVMOption -Dide.extension.cpmissing.nowarn=true
# This option is to pass additional vm arguments to the out-of-process
# java compiler used to build the project(s). The arguments
# are used for both Ojc & Javac.
AddVMOption -Dcompiler.vmargs=-mx512m
# secure socket (https) connections require native libraries
AddNativeCodePath ../../lib
# property to allow uddi browser queries to route through password protected
# proxy servers
AddVMOption -Doracle.soap.transport.noHTTPClient=true
# Disable tracing for BC4J
# Suppress BC4J debug warning banner
AddVMOption -Djbo.debugoutput=silent
AddVMOption -Djbo.showdebugwarningbanner=false

Similar Messages

  • P965 Platinum and Vista x64 RAID config?

    Ok, I have looked all over this forum for Vista x64 issues. Nothing even comes close to my problem. When I load Windows Vista Ultimate x64 Edition onto a clean SATAII drive (single non-RAID drive) I have no problems what-so-ever.
    Now here is when it really gets weird. When I run install on a RAID array (2 SATAII Seagate 160GB drives) I see issues in the install. First thing I see is it corrupts the data on the first drive. This causes a blue screen at restart. When I go into the RAID config (ctrl+I) I see the first drive has errors. The only thing I can do is delete the RAID and start over.
    When I reinstall Win XP Pro X64 I have no problems at all. I have downloaded the latest drivers from the downloads section and I have tried the newer Intel drivers. Non work!
    Computer info:
    CPU: Intel 3.4GHz Pentium D x64
    MB: MSI P965 Platinum
    Storage: 2x Seagate 160GB SATAII
    RAID: Intel ICH7R/ICH8R SATA RAID driver 2006-08-29 (and have tried the newer driver from Intel)
    If you need more just ask!
    Oh yeah, I looked at the specs sheet for the P965. They need to remove the NEC 3550 from the "OK" list since it does not Wright period or READ at install. I went through a big deal with MSI about this and they still have not removed it.

    Well sh**! I borrowed a friends Vista x86 and found it to also have the same issue. Would not even load the "Choose Drive" screen or allow me to even install the RAID drivers.
    Man when a board gets Vista approved is must not take much. I have had compatibility issues with this board since day one. I think maybe it is time to through it away. What a shame since it is only a few months old.

  • Vista x64 and Microphone not work

    Hi folks,I've installed and am running Vista x64 and the sound is working fine but the mic is misbehaving. In the 'Speakers Properties', 'Levels' tab, I have the microphone set to 85 and unmuted. This way the microphone works but I get bad feedback and I have to listen to myself droning on through the speakers. I've tried muting & unmuting this but nobody can hear me speaking in Teamspeak. Am I condemned to having to blast my neighbours with feedback or is there a way I can talk through the mic and have my voice come through on Teamspeak instead of coming through my speakers Many thanksPete P.S. System is a 4gig, dual core, Audigy 4Drivers are the latest Vista ones from the creative site.Oh and it all worked fine on XP by the way

    Go to recording properties, select levels and increase mic to 85. Also add 20db boost.go to speaker properties, select levels tab and mute the microphone.....Fixed..

  • How do connect to internet with Leopard and Vista x64

    After installing Leopard, then running Boot Camp and installing Windows Vista x64 I cannot connect to my router, either by Ethernet or Airport. Windows could not detect any wireless network when trying to set up a wireless router. When I try to connect to the router with an Ethernet cable I get an error message telling me to "The underlying Ethernet connectivity required for the broadband connection was not found. Please install and enable the Ethernet adapter on your computer via the Network Connections folder before attempting this connection. I know the router and the MacBook Pro are working because I can connect either with Ethernet or Airport when I am running Leopard. The router is a D Link WBR-2310.

    It happened to me as well on Windows XP. I managed to get it to work by changing WEP password on the Airport to WPA/WPA Personal. It seems Windows is finicky about WEP set ups...

  • No rear speaker sound with Audigy 4 and Vista x64

    I recently upgraded to Vista x64. I downloaded the 6.0..24 driver for x64. I also loaded MediaSource for x64. I am using analog 5. surround speakers from Dell. This setup works fine when I boot into XP pro (with the XP drivers), but I only get front, center and Sub in Vista x64. Does anyone have any ideas for this?

    Not sure what to tell you, hopefully someone will be able to help. One curious thing though is that according to my Sound properties in Control Panel SPDIF is working on my Audigy 4,
    <center>
    http://i0.photobucket.com/albums/a7/stormy352/th_spdif.jpg">
    </center>
    unfortunately I don't have anything that uses SPDIF to be able to test it.
    Also have you tried installing the X-Fi drivers yet? Download, extract with Winrar (or whatever you use) and navigate to the Drivers sub-folder and run the Setup.exe there.

  • Vista x64 and 4GB Issue resolved? nforc

    Ok, i have a fatalty card and its in a 2nd computer since i got the popping noises with previos drivers, but now with this new one i have hope ^^
    ok my question, has anyone tested the Fatalty (or any other X-Fi) on vista x64 with 4gb+ ram? on an nforce4 board?
    i have an ASUS A8N SLi-SE board with 4gb of pc3200 (423 MHz) << i know its nforce4, but i want my 20$ inverstment to work
    ps> first post here! im new woot ?
    EDIT>> I dont have sli, i just have 8800gt xxx, and no nforce mobo drivers installed...
    Thnks in Advance,
    Munky
    Message Edited by Munkypoo7 on 03-7-2008 05:27 PM

    took the plunge, and the freaking drivers...
    WORK!!!!!!!
    Its amazing! i can play 242 and crysis without any pops! finally my 20$ invesment is back in order!!!!!
    maybe since i never installed any nforce drivers it works for me perfectly?
    Thank you Creative!!!!!! It took a while but i love my Sound Card!!!

  • Webcam NX and Windows Vista x64

    To whom who can solve this problem,?I have now been testet the Vista x86 and Vista x64. In the x64 it doesn't install my Creative Webcam NX camera. It just finds it as an "unknown device", but in the x86 version it finds it during install and it works fine. Anyone who can help me out here? Because it seems like there will be no development of specific x64 vista drivers for this products. Thanks in advanced?\Thomas Hansen

    I sadly have the same issue. It appears that there will be no x64 driver for the Creative Webcam NX. Due to the lack of support, I plan on purchasing 35?different BRAND of webcams for my new computer lab. Creative has lost my business.

  • IPhone 3G and Outlook 2007 sync Vista x64

    Hi,
    I pre-ordered two iPhone 3G a week ago (still not received them) and then went online to read user opinions about it. and, honestly, the scared me.
    First, battery life. I'm Samsung SCH-i760 (Verizon) smartphone user and I'm pretty happy with it. With small battery it last the whole day - some browsing, some phone calls and some software which I have installed on it like my database application which syncs with my PC (CodeWallet). I red that iPhone 3G should be charged at least twice a day otherwise you'll risk to stay without it in the afternoon.
    and
    Second, most important for business-oriented user like me - I'm Outlook-addicted and use it all the time for contacts, tasks and appointments, and I do it on both smartphone and my PC with Vista 64-bit.
    So my question is does anybody tested it on Vista x64? Does the Outlook problem with sync exists on this OS version also? Although MS Office 2007 is 32-bit application it work on 64-bit OS and uses different drivers/application to communicate with devices. I simply cannot spent days playing with issues like this....and will stay probably with my existing provider (Samsung is Windows Mobile 6 device and there is no problems sync anything with any Windows).
    Thanks.

    Sorry, I can't help with Outlook 2007 although I use MS Exchange with Outlook 2003 SP3 with not troubles.
    You cannot save files to the iPhone and I wouldn't expect this in the new 3.0 firmware. There are several apps that allow you to save/access files from your home computer or a cloud server. I use Box.net.
    Message was edited by: paulcb
    Message was edited by: paulcb

  • KeyAgent and MacHAL didn't install when installing Vista x64

    Hi All,
    I have seen a couple of sketchy posts about this, but nothing that really explains what's going on here.
    I tried a clean install of Vista x64 last night on BootCamp, and I loaded the new Mac Pro BootCamp drivers than are available for download on the web (they are supposed to support x64 now).
    I got two errors... KeyAgent and MacHAL wouldn't install. As some people have mentioned, the installation said I didn't have the correct permissions.
    Anyway, the installation proceeded when I selected 'ignore' to these errors... and on the face of it, all seems well with my Vista installation.
    However, question is, what do KeyAgent and MacHAL do...?? Do I need them...?? Is there a way I can get them installed...?? Etc..
    Many Thanks

    Hi, Just hit the same problem with installing Vista Ultimate x64. KeyAgent & MacHAL failed to start, did the ignore and everything looked OK. Installed the Mac drivers, but no Bluetooth, Airport etc, plus the BootCamp control panel and system tray were missing.....
    Removed the BootCamp partition completely and reinstalled this time with x32 version of Vista,
    no problems at all, Mac drivers load and everything works. Hate having to corrupt my first Mac in 8 years, but need Windows for specific PC applications.
    As a side note. I had to create a 50Gb partition, due to file sizes. Downloaded MacDrive7 from MediaFour, absolutely brilliant. Lets me see the Mac Partition and my Mac 750Gb Seagate backup from Windows. One small issue, when you load software that has both Mac & PC installs, if MacDrive is turned on you can't see the PC install. Workaround - disable MacDrive7, reboot, PC version installs OK and then reset MacDrive7.
    Cheers

  • [Vista x64] Microphone problems with X-Fi and 2.15 drive

    Hi guys,?I'm having a problem with the 2.5 drivers on my X-Fi Platinum card, under Vista x64. It seems the microphone inputs (both on the card and on the breakout box) have problems, any recordings stutter and pop rapidly, making any recordings (or voice chat)?quite useless. This issue doesn't occur with the 2.3 drivers. Is there any known solution to this problem yet?My system: e6600 CPU, Asus P5W-DH motherboard (975X chipset), 4GB RAM, 8800GTX, X-Fi Platinum. Thanks.

    hey Darkman,
    since I never had this problem with installing this software, I cant really tell whats wrong, but you dont need it anyway to use the x-fi.
    but you may want to try one thing, since it crashes at 27% something may still be in use, so check your task manager and close everything that has CT in its name. then try reinstalling again. If that still doesnt work, try to empty your temp folder, its located in documents and settings/user you are/local settings/temp
    if that still doesnt work, try maybe something stupid, wait a bit longer than usual and keep the install window in the front to watch the process, maybe your pc is just a bit slowed down by other software so it may take longer than normal

  • Vista x64 and iPod Syncing Error (Error -81)

    I have Vista x54 and the latest iTunes (7.1.1.5) and just got a brand-new 30GB Video 5.5 a few days ago. I started my sync on my library, but right in the middle I get this error - "Cannot Copy To Disk "IPOD" (-81)" I already restored my iPod several times and even completely removed all traces of iTunes, QT, etc and reinstalled, but to no avail... I've been using iTunes other functionalities for some time now on my Vista x64 just fine... What should I do? Is this a hardware problem - cause this iPod is spankin' new!!

    Hmmm. You aren't getting the classic symptoms of the issue, but it might be worth checking for a Windows drive letter confusion on the PC, as per the following document:
    Windows confuses iPod with network drive or hard drive and may keep iPod from mounting or songs may seem to disappear

  • Vista x64 and desktop manager

    I had my phone (8100) hooked up and synched perfectly with XP Pro. I recently bought a new notebook with Vista x64. Although 4.2.2 supports Vista 64, the sync is not working. Clicking synchronize just causes the application to sit there. No progress bar or anything. Any input?

    Hi and welvome to the forums!
    Although you don't get an error message this is the same fix:
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB13801&sliceId=SAL_Pub...
    Thanks,
    If you need more information, please ask! 
    If not, please resolve the post using the options by the kudos’ star. 
    Just check the post that had your answer! 
    Thanks 
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Getting static audio with Titanium and Vista x64 at random times

    @Getting static audio with Titanium and Vista x64 at random times$ I have had this card for about 6-8 months and relati'vely no issues.
    I just upgraded to the latest drivers 270006 and now, sometimes after exiting Turbine's Lotro, my audio plays but is very static-y, but it doesn't happen all the time. I had iTunes minimized when playing Lotro and then went to play a song after exiting. I quit iTunes and tried it again and it was ok.
    This also happened in Firefox, a YouTube video had the same static audio.
    It doesn't happen all the time and I do play other games, but I haven't been playing much else right now.
    So right now I don't know if it's a Lotro thing or just the drivers.
    I have a Q9650, single GTX260, Asus P35 board (not SLI), Vista x64, 4GB.

    Carl, do let us know on the Safe Mode test... would be the first thing I'd try with what you've mentioned, but yeah, daisy chained Hubs could possibly play into it.

  • GX630 and Vista x64 Ultimate Sleep Mode

    I have MSI GX630 and having trouble to wake my notebook after sleep mode at Vista x64 Ultimate Sp1 edition
    When my notebook goes to sleep mode everything ok.power led is blinking.When I press Power Button fan starts wireless led is ok but screen is  black.And I m not able to start system till I unplug/plug AC and Battery
    Msi Service in Turkey checked my notebook.they unpluged/pluged motherboards battery to reset bios ( I think :D )and flashed bios back to 1.02 ( i was using 1.05 ).But same result.They said they don't have any idea:)
    There is no problem in 32 bit vista home edition
    I tried many Vga drivers.Now using moded 181.20
    I tried all bios versions released on msi website.
    All other drivers are up to date.
    There are lots of users having same problem
    I will be glad if anyone can help me.
    Thanks

    They wouldn't, not officially. NVIDIA started to support gamers with laptops and will do it in future, regularly. But the real problem is, that most of other vendors have their GPUs supported in those drivers and MSI doesn't, it's completely missing NVMI.INF file. Note, that there is no universal INF file, but many of them named after vendors according to the NVIDIA's filename scheme.
    But beta status has not to do with the fact those drivers are working and MSI products simply aren't there.
    Other side of the issue is, that MSI is selling so called gaming laptops and didn't updated the drivers since, well, July 2008 (GX630, ForceWare 176.10) or September 2008 (GX620, Forceware 176.60). It just cannot keep up with game releases and bug fixes for new games included in every ForceWare release. This kind of support is simply not enough for the respective audience.
    Don't understand me wrong - the products are excellent and even my brother just ordered GX630.
    Back to the issue - guys, try to use newer drivers for GX620 if you have MSI laptop with NVIDIA - and yes, even when it's not GX620. All NVIDI GPU's should be supported, check the list:
    Quote
    NVIDIA_C77.DEV_0844.2  = "NVIDIA GeForce 9100M G"
    NVIDIA_C77.DEV_0844.3  = "NVIDIA GeForce 9100M G "
    NVIDIA_C79.DEV_086F.1  = "NVIDIA MCP79MVL"
    NVIDIA_G73.DEV_0398.2  = "NVIDIA GeForce Go 7600"
    NVIDIA_G84.DEV_0405.1  = "NVIDIA GeForce 9500M GS"
    NVIDIA_G84.DEV_0407.1  = "NVIDIA GeForce 8600M GT"
    NVIDIA_G84.DEV_0407.2  = "NVIDIA GeForce 8600M GT "
    NVIDIA_G84.DEV_0407.3  = "NVIDIA GeForce 8600M GT  "
    NVIDIA_G84.DEV_0407.4  = "NVIDIA GeForce 8600M GT   "
    NVIDIA_G84.DEV_0407.5  = "NVIDIA GeForce 8600M GT    "
    NVIDIA_G86.DEV_0425.1  = "NVIDIA GeForce 8600M GS"
    NVIDIA_G86.DEV_0425.2  = "NVIDIA GeForce 8600M GS "
    NVIDIA_G86.DEV_0425.3  = "NVIDIA GeForce 8600M GS  "
    NVIDIA_G86.DEV_0425.4  = "NVIDIA GeForce 8600M GS   "
    NVIDIA_G86.DEV_0425.5  = "NVIDIA GeForce 8600M GS    "
    NVIDIA_G86.DEV_0425.6  = "NVIDIA GeForce 8600M GS     "
    NVIDIA_G86.DEV_0425.7  = "NVIDIA GeForce 8600M GS      "
    NVIDIA_G86.DEV_0427.1  = "NVIDIA GeForce 8400M GS"
    NVIDIA_G86.DEV_0427.2  = "NVIDIA GeForce 8400M GS "
    NVIDIA_G86.DEV_0427.3  = "NVIDIA GeForce 8400M GS  "
    NVIDIA_G86.DEV_0428.1  = "NVIDIA GeForce 8400M G"
    NVIDIA_G86.DEV_0428.2  = "NVIDIA GeForce 8400M G "
    NVIDIA_G86.DEV_0428.3  = "NVIDIA GeForce 8400M G  "
    NVIDIA_G86.DEV_0428.4  = "NVIDIA GeForce 8400M G   "
    NVIDIA_G94.DEV_062B.1  = "NVIDIA GeForce 9800M GS"
    NVIDIA_G96.DEV_0649.4 = "NVIDIA GeForce 9600M GT"
    NVIDIA_G96.DEV_0649.5 = "NVIDIA GeForce 9600M GT "
    NVIDIA_G96.DEV_0649.6 = "NVIDIA GeForce 9600M GT  "
    NVIDIA_G96.DEV_0649.7 = "NVIDIA GeForce 9600M GT   "
    NVIDIA_G96.DEV_0649.8 = "NVIDIA GeForce 9600M GT    "
    NVIDIA_G96.DEV_0649.9 = "NVIDIA GeForce 9600M GT     "
    NVIDIA_G98.DEV_06E9.4  = "NVIDIA GeForce 9300M GS"
    NVIDIA_G98.DEV_06E9.6  = "NVIDIA GeForce 9300M GS "
    NVIDIA_G98.DEV_06E9.7  = "NVIDIA GeForce 9300M GS  "
    NVIDIA_G98.DEV_06E9.8  = "NVIDIA GeForce 9300M GS   "
    Those are probably the newest official NVIDIA drivers from MSI.
    Other thing you can try to deal with the sleep mode issue is to disable PowerMizer in driver's control panel. I cannot try it by myself (have only ATI and Intel VGA here), but found it on LaptopVideo2Go site.

  • What's going to happen to my X-Fi Platinum when I upgrade to Vista x64 and 4 gig of r

    Need info fast. Am researching for my new system overhaul and read all the problems with Daniel K, driver support, July drivers, etc. I need to know if these problems have been addressed before i put my Platinum onto my new setup. x48 asus board, 4 gig ocz, vista x64, Radeon 4870x2, z5500. I love my X-Fi, but I won't even bother putting it back in if problems still exist and/or I'm told 'new drivers are on the way'; not an option for a component I paid $300 for.

    Creative had nothing to do with DirectSound3D / surround sound issues in Vista. This was all MS. Microsoft removed the hardware layer for DirectSound3D, which prevents apps/games using DirectSound3D from accessing hardware directly. The result is that audio using DirectSound3D is processed on the CPU and will be limited to stereo-only.
    Games that don't rely on DirectSound3D will still function normally in Vista. This limitation is for all sound devices, not just Creative.
    Creative created a workaround for this so Vista users can still play DirectSound3D games with surround sound. This is ALchemy. ALchemy adds a .dll to each DirectSound3D game you select that will translate DirectSound3D instructions into OpenAL instructions.
    OpenAL is an alternati've to DirectSound3D that has been used in games since 2003 or so. OpenAL on Vista is still allowed direct access to hardware and so will use your sound hardware for processing and speaker positioning.
    Without something like ALchemy DirectSound3D games on Vista will be limited to stereo output only.
    There are also games that use software-only audio rendering like the Miles Sound System that will be unaffected on Vista also. Only games that use DirectSound3D are affected.
    EAX is a set of extensions to either DirectSound3D or OpenAL. EAX over OpenAL works fine in Vista, but DirectSound3D games won't be able to enable EAX effects because of Vista's removal of the DirectSound3D hardware abstraction layer.
    ALchemy will allow you to enable EAX for these games as well.
    For the most part ALchemy works pretty well. On a handful of games you need to do some tweaking (there are four settings you can change, although only two usually require any modification.) And fewer games are coming out that use DirectSound3D anyway, since Vista doesn't fully support it. More modern games are using OpenAL or software-based audio rendering.

Maybe you are looking for

  • Why can't I delete synced photos from my iPhone?

    Early iPhones did not have especially good cameras, so this was not an issue. However, starting with the iPhone 4s, it became clear that iPhones would begin to replace standard point-and-shoot cameras. Space would soon become a problem. You could be

  • Export software base CSP key

    I tried to export the software base CPS key in our OLD AD RMS 2008 using this steps (Below). I'm not sure i executed this command correctly. here's the steps i made. 1. Login to AD RMS Web server 2. open command prompt run as Administrator' 3. Type c

  • How do I update to a newer version of Adobe Photoshop Elements?

    I have Adobe Photoshop Elements version 6.0 for Mac. How do I update to a newer version? Thanks.

  • Using very long/large numbers

    Hi, I want to know how to "store" and use very large numbers. For example, say I had: double n = 1.23456789101112131415; or: double n = 123456789101112131415 I know that they are too big for using double, so how would I be able to store it; and even

  • Question about Tcode FTXP

    Hello Experts, i have the following problem: im creating a tax code in the Tcode FTXP, everything goes ok but when i try to add the GL account linked to the account key VST, it dont let me, its greyed out, and if i want to add a gl account to any oth