From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1F59Gg-00062g-Mr for garchives@archives.gentoo.org; Fri, 03 Feb 2006 22:19:03 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k13MI4EO017399; Fri, 3 Feb 2006 22:18:04 GMT Received: from qtm.net (mummra.qtm.net [216.163.32.14]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k13MDoAE013341 for ; Fri, 3 Feb 2006 22:13:50 GMT Received: (qmail 60619 invoked from network); 3 Feb 2006 22:12:39 -0000 Received: from unknown (HELO chiefnb.ptfd.org) (ptfd@24.7.228.43) by mummra.qtm.net with SMTP; 3 Feb 2006 22:12:39 -0000 From: "Michael W. Holdeman" Organization: Porter Emergency Services To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] VMware and cpu_states on Dell 9300 Date: Fri, 3 Feb 2006 17:14:33 -0500 User-Agent: KMail/1.9.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602031714.33828.lists@ptfd.org> X-Archives-Salt: 345746f3-f549-4aae-b83a-79453621f493 X-Archives-Hash: 677f8d8617b472910fa72d5df858f55b I purchased a new Dell 9300 to replace teh 8600 I have been using. The lap is nearly identical to teh 8600. When running VMWare with w2k it was unbearably slow. Through some googeling and VMWare's forums I found that teh cpu kept going to sleep state when running vmware. So the best solution I found so far is to write a bash script as below: #!/bin/bash echo 1 > /sys/module/processor/parameters/max_cstate vmwarearts echo 8 > /sys/module/processor/parameters/max_cstate I named it vmware_script and placed it in /etc/vmware, and execute it to run vmware. It works great as long as I execute as root : chmod o+w /sys/module/processor/parameters/max_cstate So that as a user you can execute the max_cstate command. This works but whenever you boot the laptop you have to su to root and execute teh chmod again or the state will not be enforced and vmware is deathly slow. Does anyone here have a better solution?? Mike -- Michael W. Holdeman ________________________________________ Powered by Gentoo Linux www.gentoo.org | Kernel 2.6.15-ck2 | VMWare Workstation 5.5.1 vmware.com | Win4LinPro 6.1.1-03 win4lin.com | ________________________________________| -- gentoo-user@gentoo.org mailing list