Game performance really bad? Is this a driver issue?

Hey everyone, well I just installed XP SP2 on my MacBook Pro (early 2008). I tried playing a demo of Empire: Total War and it barely ran on the lowest setting. Is this a driver issue, I'm not sure why it would be though. I updated it completely in windows update, and have the 2.1 Boot Camp software installed.

See this -> iTunes for Windows doesn't recognize my audio CDs

Similar Messages

  • Re: Why won't my dubbleBuffer work..my "game" flickeres really bad. Urgent!

    Hi!
    My doubleBuffer won't work. Would please you tell me what I have to do with my code to fix it? Please also tell why it works.
    Thanks,
    Virum
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.image.*;
    public class game3 extends JApplet implements KeyListener{
         static int startPlaneX = 250;
         static int startPlaneY = 350;
         Image planes[] = new Image[2];
         //User ship points
         public void init(){
              addKeyListener(this);
              planes[0] = getImage(getCodeBase(), "game1.gif");
              planes[1] = getImage(getCodeBase(), "game2.gif");
         BufferedImage bi = new BufferedImage (700, 700, BufferedImage.TYPE_INT_RGB);
         public void paint(Graphics plane) {
              //Graphics2D ship2D = (Graphics2D)ship;
              Graphics2D plane2D = bi.createGraphics();
              Image userPlane = planes[0];
              plane.drawImage(userPlane, startPlaneX, startPlaneY, this);
              plane.drawImage(bi, 0, 0, this);
         public void update(Graphics plane){
            // Redefine update so it doesn't erase the applet before calling
            // paint().
            paint(plane);                    
         public void keyPressed(KeyEvent evt){
             // Called when the user has pressed a key, which can be
            // a special key such as an arrow key.  If the key pressed
            // was one of the arrow keys, move the square (unless moving
            // it would move it off the canvas).
            int key = evt.getKeyCode();  // keyboard code for the key that was pressed
            if (key == KeyEvent.VK_LEFT){      
                 startPlaneX -= 6;
                 if (startPlaneX <= 2){
                      startPlaneX = 2;
                 repaint();
            else if (key == KeyEvent.VK_RIGHT){      
                 startPlaneX += 6;
                 if (startPlaneX >= 590){
                      startPlaneX = 590;                               
                 repaint();
            else if (key == KeyEvent.VK_DOWN){      
                 startPlaneY += 6;
                 if (startPlaneY >= 570){
                      startPlaneY = 570;
                 repaint();
            else if (key == KeyEvent.VK_UP){      
                 startPlaneY -= 6;
                 if (startPlaneY <= 0){
                      startPlaneY = 0;                  
                 repaint();
            public void keyReleased(KeyEvent evt){    
        public void keyTyped(KeyEvent evt){

    There is wrong logic here:
    Graphics2D plane2D = bi.createGraphics();     
    image userPlane = planes[0];     
    plane.drawImage(userPlane, startPlaneX, startPlaneY, this);     
    plane.drawImage(bi, 0, 0, this);
    you never use 'plane2D' , and it looks that you draw somthing in startPlaneX, startPlaneY, and you immidiate draw bi on top of it.
    supose game2 have to be over game1
    It have to look like this :
    BufferedImage bi;
    Graphics2D plane2D ;
    bi = new BufferedImage (700, 700, BufferedImage.TYPE_INT_RGB);
    plane2D = bi.createGraphics();
    public void paint(Graphics plane)
             plane2D.drawImage(planes[0], 0, 0, this);     
             plane2D.drawImage(planes[1], startPlaneX, startPlaneY, this);     
         plane.drawImage(bi, 0, 0, this);          
    }I don't think you need the update methode.
    If this will work i will show you how to make it faster by using (repaint(x,y,w,h));

  • Has anyone noticed that apples rating of games is really bad.

    Does any one else notice that apple rates game wrong?

    If you have ever played the game silent ops you will know. They say there isn't any swearing , but the game is actually quite profane.

  • HT4906 My macbook pro is making horrible buzzing and vibrating really bad. is my hard drive crashing?

    My macbook pro is vibrating and making a horrible noise.
    Is my hard drive about to crash?

    Back up quickly.
    Better make two backups - one bootable clone.
    And I'll ask for your question to be relocated to the MacBook Pro forum.

  • I upgraded from OS 10.4.11 to 10.6.8 and now cannot print to my Epson Stylus Photo RX595. When I try, I recieve the following error message: Error:/System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr failed. Is this a driver issue?

    Is my inability to print from my Intel iMac with OS 10.6.8 related to a driver problem? I checked the Epson website for up-to-date drivers, but they appear to only have print drivers good through OS 10.5x. I did the Apple software update yesterday so everything is up-to-date. Is there no support for the Epson RX545 under OS 10.6x?

    When you upgrade from a previous OS there is always a chance that you will bring some setting that is not compatible with the new OS. This can be the driver as noondaywitch suggests but it can also be the core printing system. In the case of the latter, it is a good idea to reset the printing system when a core error occurs. Note that the reset sets the printing system back to default and removes your currently installed printer and scanner queues. But it does not remove the supporting drivers, so you only need to install the driver again.
    How to Reset the Printing System
    1. Open System Preferences > Print & Scan/Fax
    2. Move your mouse over the Printers list
    3. Hold down the Control button and click the mouse
    4. Click the "Reset printing system ..." popup
    5. Restart your Mac
    Just one additional thing to note. In checking the supported printer list for 10.6 from Apple, your RC545 is not listed so running the Software Update will not provide you with a driver for this printer. So if Epson does not have a driver for 10.6, and it appears that Apple does not provide one, then what you have already from the previous installation is it. And if this doesn't work, then you may have to look at either an alternate driver or getting another printer. But let's wait and see what happens after the reset.

  • HT1567 My computer says "No audio cd found". Is this a driver issue?

    CD drive not reading music disks. What to know how to remedy this.

    See this -> iTunes for Windows doesn't recognize my audio CDs

  • Screen flickering really bad after unplugging external monitor

    Hello,
    Since I updated my Macbook Pro 13' Retina (inch, Early 2013) to Mavericks, almost averytime I unplug my external monitor or TV, the screen starts flickering really bad. This is the screenshot of the issue. Sometimes you can see all the apps opens, but the "flicker" effect takes over the screen, making it impossible to user the computer. The only way I found to use the compuer again is restarting it. It's really weird.

    Howdy inireugg,
    We've an article that provides a host of helpful information and tips for resolving issues with displays.
    No video or no signal, image distortion, "snow," or flickering
    Check connections
    When using an external display be sure to check the following:
    If you're using an Apple notebook, confirm the AC power cable or adapter is securely connected to the computer and the cable providing power to the display is also secure. It is always good to have your notebook connected to AC power when an external display is in use.
    Confirm display adapters are fully seated in their respective connections and that they are supported models and for the computer and display. Refer to these articles to assist you with adapter compatibility and further configuration information:
    Monitor and Display Adapter Table
    About Mini DisplayPort to HDMI adapters
    Apple Mini DisplayPort adapters: Frequently asked questions (FAQ)
    Thunderbolt ports and displays: Frequently asked questions (FAQ)
    Remove all display cable extenders, KVM switches, or other like devices and retest to determine if the issue is resolved.
    Try unplugging the video adapter or cable and then plug it back in.
    If more than one video adapter is in use (or "daisy-chained"), troubleshoot by using only one adapter.
    Example: A mini DisplayPort to DVI adapter connected to a DVI to HDMI adapter is an unsupported configuration because there is a series of adapters in use.
    If available, try using a different display and or adapter (or use a different connector by using DVI instead of VGA, for instance).
    Reset the systemYou can reset the Mac's parameter RAM and SMC.Reset the resolutionStart by resetting the Mac's parameter RAM. If the display does not come up, was previously set to an unsupported resolution, and still results in no video:
    Start up in Safe Mode.
    From the Apple () menu, choose System Preferences.
    Choose Displays from the View menu to open the preferences pane.
    Select any resolution and refresh rate that your display supports.
    Restart your computer.
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/HT1573
    Cheers,
    Allen

  • ITunes for 64bit Windows 7 Driver/CD/DVD/Drive Issues-

    Hi There
    I am sure that there are many many users out there suffering the same frustration as me in regard to ITunes just not working properly with Windoews 7 (64Bit).
    I have been trying to solve the mystery of "ITunes for Windows Registry Settings Warning When Opening Itunes.
    I have tried all the recommended actions to correct this problem without any success and I do mean ALL.
    Below is a screen shot of my registry, can anyone see anything wrong with it?
    In the meantime (Last four months) I have stopped using ITunes and instead have used Digital 7, this will be my very last attempt to get ITunes working properly, failure will mean consigning ITunes to the same place as any other Software that does not do wshat it says on the can.
    I hope someone can help.

    That's good that it is in device manager, but what about in Computer with the rest of the drivers?
    Also, are the drives listed in Computer and device manager or just device manager?
    I want to verify if the symptoms are present for a particular software issue before looking at other issues.  I really doubt it is a driver issue at this point.  If it was, then I suspect the issue would be present from day one. 
    It could be that the lens has dust buildup preventing it from working properly.  They do make CD cleaning kits that have a special CD designed to clean the laser as it passes over the lens.  If you happen to have one of these, or access to one, I recommend trying this step to make sure it isn't as simple as dust buildup interfering with the laser. 
    It could also be hardware failure, but I would like to try a few other steps before coming to that conclusion. 
    It may be worth reviewing this document as it covers a lot of the most common issues behind DVD drive issues. Feel free to skip any steps you have already tried. 
    Let me know what happens. 
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • I still have Cd/DVD drive issues

    The CD is ejected after a short while and never mounted. I have cleaned the optics of the CD drive and reset my PRAM.
    Has anybody discovered a complete solution for this problem.

    That's good that it is in device manager, but what about in Computer with the rest of the drivers?
    Also, are the drives listed in Computer and device manager or just device manager?
    I want to verify if the symptoms are present for a particular software issue before looking at other issues.  I really doubt it is a driver issue at this point.  If it was, then I suspect the issue would be present from day one. 
    It could be that the lens has dust buildup preventing it from working properly.  They do make CD cleaning kits that have a special CD designed to clean the laser as it passes over the lens.  If you happen to have one of these, or access to one, I recommend trying this step to make sure it isn't as simple as dust buildup interfering with the laser. 
    It could also be hardware failure, but I would like to try a few other steps before coming to that conclusion. 
    It may be worth reviewing this document as it covers a lot of the most common issues behind DVD drive issues. Feel free to skip any steps you have already tried. 
    Let me know what happens. 
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • PRE8 driver issue or not?

    Hi
    I have just bought PRE 8 and installed it on my I7, Windows 7 64 bit, NVIDIA 250 GTS, 6gb ram.
    I can start PRE8 editor once, but if I exit the application and try to start the editor again it won't start!
    If I restart the computer i can run the editor application again, but if I exit and start over it won't start.
    It just says lauching application and nothing more happen. Is this a driver issue?
    I have the NVIDIA driver 195.62 or is it a PRE8 problem or is it a W7 64 bit problem?
    Edit
    I have tried the NVIDIA beta 195.81 driver and this does not solve the problem. What to do?
    Update
    The beta driver and a few reboots did the trick so far.
    But can't i get rid of that annoying Welcome screen and start the editor directly, it seems to make the application start slower than it could be?
    The same thing with PSE 8.

    The Welcome Screen is part of each program's design, Aspis.
    The only way around it is to use Ozpeter's utility, per the FAQs to the right of this forum.
    http://forums.adobe.com/thread/503830?tstart=0

  • Really BAD 3D Performance on Intel iMac

    Hello all,
    I have like 2 weeks with a new Intel iMac 20" (C2D 2.4Ghz / 256MB ATI Card / 1Gb RAM) had no problems so far, until today. I decided to install Vista thru Boot Camp (I know I should have installed XP, but Vista is all I got) for games, so I downloaded a few demos to check if it was any good with 3D gaming, installed GRAW2 and NFS Most Wanted, these are not cutting edge games and I tought they should run perfectly smooth as my iMac is superior than recomended specs for those games, well they didnt run well, not even playable at even low resolutions (640*400 / 800*600) the games looked all jerky and slow, really painfull performace, I tought, well, maybe the drivers didnt installed correcly, reinstalled drivers, nothing, erased and reinstalled Vista and drivers, still same problem, even tried games under OS X, HALO Universal and DOOM 3 Demo, again not cutting edge games, they run really bad even on low settings, and I mean painfully slow, so this is not only on Windows.
    This is not acceptable for a computer with these specs, even my 2 year old PC (AMD Athlon 3400+ / 1Gig RAM) with Vista and integrated graphics runs DOOM3 and F.E.A.R. at playable levels on medium quality settings @ 1024*800, its not even fair.
    My Mac OS version is 10.5.2 and all current updates have been installed, the problem seems to be only with 3D graphics in both Windows and OS X as it plays Quicktime 960p HD videos and all other graphic media as smooth as butter on a hot pan. Does someone else has this issue or knows what to do to solve it?... It is really frustrating.

    You probably did not install the drivers for the video hardware (on the Windows side).
    My Mac OS version is 10.5.2 and all current updates have been installed
    That would have nothing to do with 3D performance when booted into Windows.
    Here's the forum category for Boot Camp users. You should also ask your question there.
    http://discussions.apple.com/category.jspa?categoryID=237

  • BIOS flash resulting in bad game performance?

    Motherboard: K8N Neo2 Platinum
    Yesterday I flashed my BIOS to version 1.C, because of problems when rebooting the computer from Windows (booting would get stuck at the Gigabit Boot Agent, until network cable was removed).  The flash was successful, however I noticed a great decrease in game performance after booting into Windows.  Games like WoW and F.E.A.R. Combat had their fps reduced to less then 30 fps, where 40-50 fps were not abnormal before the flash.
    I talked to a few people about this and due to their advice I tried reinstalling the motherboard and graphics card drivers.  To no avail.  3DMark2001 benchmarks showed a score of 11000, where I got a score of 15000 when I tested my rig a few months ago.
    This morning I completely formatted my Windows drive and reinstalled Windows, including all new drivers for motherboard, graphics card, you name it.  Still my 3DMark2001 score won't go beyond 11600.
    I checked everything possible in BIOS and Windows:
    CPU settings are ok,
    memory settings are ok,
    harddisks are configured for UltraDMA5,
    graphics card core and mem clocks are ok,
    all possibly performance reducing services and programs are shut down.
    I can't think of anything else reducing my computer's performance, but can't also think of the BIOS influencing this performance.
    Image of new and old benchmark:
    http://www.sloefke.eu/f/benchmarks.jpg
    Should I try reflashing the BIOS, and if so:
    a) to which version?
    b) is reinstalling of drivers really necessary?

    Quote from: kakarocht on 01-September-06, 22:59:01
    I'm sure that you're using liveupdate?
    Nope.
    Quote
    tried to used the manual way to flashed it.
    I flashed the BIOS manually, if that's what you're asking.
    Quote
    I've same mobo like yours and used Bios 1C from Syar's.  Refer to my sig in order to flashed it. ALso troed to reset your BIOS by removing the CMOS battery and leave it for 10-30 min make sure you've removed the power cord as well as power connectors and load all the default setting before you need to reflashed it again. Gd luck
    I don't fully understand this part of your reply.  Should I first remove the battery and then reflash the BIOS?  What's the difference between removing the battery and resetting the BIOS with the JBAT jumper?
    And what are the modifications of the Syar BIOS compared to the MSI 1.C BIOS?  Will it resolve my problem?

  • Bad game performance, but, why?

    I got my new computer yesterday. It's a macintosh 2ghz 20-inch iMac, with Memory of 512 mb ram and under the memory section in about this computer it says its running at 667mhz. I have 256mb ATI Radeon X1600 graphics card and 207.96 gb free in my macintosh HD.
    I have been having really crappy game performance. THe only game I have is UT2004, but I can't play it at all with the graphics turned up, and while single player works once i put them down to average quality, but even at LOWEST quality multiplayer is really hiccupy. Why is this and can I fix it?
    Message was edited by: James Bosha

    Hi there,
    here is the link to explain the memory you need to buy and how to fit it yourself....(Very easy to do, by the way)
    http://docs.info.apple.com/article.html?artnum=303085
    With regards to how much it costs, the Apple online store will sell it to you...check it out!
    Are you in the UK?
    Stephen.
    iMac Intel 2GHz Core Duo and iBook G4 1.2GHz   Mac OS X (10.4.6)  

  • Really bad performance from my mac

    I have a problem with my 20" intel mac, its about three years old and the only modification I have made to it is adding two 1gb sticks to increase the RAM.
    My DVD writer started to refuse to write DVDs and then for no reason my mac started to freeze for about two/three seconds about 2 months ago, first it was a little annoying then it started to get worse. Software updates would take ages to download and install, and by that I mean something that should last 20 minutes was taking 3 or 4 hours.
    Its got a 160gb hard disk and I was pretty much full at the time so I started to remove some old stuff from my documents, unfortunately I was a little trigger happy and removed a key file for vmware which is where my trouble really began. After reinstalling vmware things got considerably worse, I don't think it was the vmware software that was the cause but searching many websites, after resetting the pram etc nothing seemed to clear up the freezing problem which was now lasting about 2 or 3 minutes at a time every 10 mins or so.
    Santa Claus left me a very nice 27 inch brand new mac under the tree which was great but my old mac still needed some TLC. After checking the fans, and internet connection I called apple (I don't have apple care) and again resetting prams, booting from DVD the machine seemed to come back to normal operation. The next day however, the same problems happened again. After a few days I reformatted the hard disk and reinstalled tiger. This took over a day of installing from the DVD which cant be right. Moving my photo's, home made movies and music over my wireless network to the new mac took another 3 days, all the time the disk on the old mac seemed fine, the fan was a little noisy but nothing too bad.
    Now anything over 50mb refuses to download in the software updates and its now unuseable. I am pretty much all out of ideas, can anyone on here help or have seen this type of issue before?

    I had a look at what changing the disk would involve, the same disks are pretty inexpensive but I dont like the look of the process in particular removing the tin foil etc.
    The iBook is the most difficult Mac laptop to service. It is very intense and requires quite a bit of disassembly before you can access the HDD. However, it is quite doable with basic mechanical skills, time, care and a lot of patience. If you are willing to attempt it we can guide you through the process. Or you can have someone do it for you. There is a service I used here in Madison that will do it for $75 plus the cost of the new HDD. If you are interested, let me know.
    Thinking of buying a minimax and booting off an external drive instead. Does anyone have any experience of this?
    You can boot off a firewire external HDD. You have two options. You can purchase an external 3.5" firewire HDD which gives you higher rotational speeds in addition to larger capacities. These also have their own power supply. The disadvantage is that you need to plug it into household electricty to use it. The other option is to get a 2.5" external firewire enclosure, install a 2.5" drive in it and you can boot the computer from it. These are powered by the firewire bus and don't need an external power supply. They are much more easily portable.
    Whichever option you choose, you need a firewire drive as you cannot boot a PowerPC Mac from a USB device. I would strongly urge that whatever drive you choose that you get one with the more reliable Oxford chipset. You can get information about these options at Other World Computing. You can call their tech support for more specific advice. They are very helpful and are a reliable source.
    cornelius

  • I have The New iPad and the FaceTime camera is really bad and fuzzy and does not autofocus properly however the other camera is really good how do I fix this?

    The FaceTime camera is really bad on my New iPad (which I've had for a while) it's really fuzzy, poor &amp; doesn't autofocus properly however the other camera is really good how do I fix this?!!!! X( x_x

    I'm also on iPhone 4, iOS 6, and have exactly the same problem. I've tried resetting privacy settings, turning restrictions on and off, deleting and reinstalling apps. Nothing seems to work. The lists of apps in privacy settings are all empty, except for location services. When using Tweetbot the app is regularly asking for permission to access my twitter account, but even when I allow that, the app doesn't show in privacy settings. When I try to go into the camera roll from the Facebook app, the app tells me I have to allow access to the camera roll from the privacy settings - which I can't do since the app is not listed there.

Maybe you are looking for

  • Deactivate an Enhancement to a standard program

    Dear all, I'm facing the following problem. Our programmer apply an Enhancement to to a standard FI program. Now I would to deactivete this Enhancement: what is the t-code that allow me to do this? Sap Version: ECC 6.0 Thanks in advance Alberto

  • Logic 7 Songs all messed up in Logic 8

    Hi everyone, I've just upgraded to logic 8 from 7 and I'm having some problems with songs made in 7. They play back in Logic 8 but they are all over the place. Some Instruments, Loops and Audio files are said to be "not found", yet I can find them my

  • Data Sources , Data Providers to a Single WebI Report

    Hi Guru's , I am a newbie..!!  I am going through the documents related to a creation of WebI Report and got to know that we can combine two or more data sources (or) two data providers(Queries) in creation of a single WebI Report . However,I am stil

  • Can I merge sequential video clips into one clip on import?

    I have 3 JVC GY-HM750U cameras  and they a recording into approx 10 min clips if you record for long durations. So if I record for 30 minutes I would have 3 consecutive clips. Usually this isn't that big of a deal but when we have 3 cameras running a

  • Struts RequestProcessor or Action subclass?

    Hello there, I just started to develop a project 10 days ago, and although I have read a struts-related book and some articles I want to make sure about some best practices while using this framework. I have read that it is recommended to extend Requ