Results 1 to 4 of 4

Thread: Starcraft "cure for Slowness" help

  1. #1
    Join Date
    Apr 2008
    Beans
    55

    Starcraft "cure for Slowness" help

    So, when i go to play starcraft under wine, it is really slow. i found this


    Cure for slowness

    If the game runs slow on your machine then look at this page
    http://wiki.winehq.org/UsefulRegistryKeys

    Use the key "DirectDrawRenderer" and add that to your registry with the value "opengl"; you may also need to add the key "RenderTargetLockMode" with the value "readtex".

    (Found under HKEY_CURRENT_USER/Software/Wine/Direct3D using regedit)
    taken from here http://appdb.winehq.org/objectManage...ersion&iId=149 (scroll down)

    i dont have Direct3D in the location HKEY_CURRENT_USER/Software/Wine/Direct3D so i understand to create one...

    the part i dont get is "Use the key "DirectDrawRenderer" and add that to your registry with the value "opengl"; you may also need to add the key "RenderTargetLockMode" with the value "readtex"."

    can someone explain what that means.. also the stuff on the website link
    http://wiki.winehq.org/UsefulRegistryKeys (the one from the quote)

    i am under the impression i need to add those registry's under the Direct3D but not sure.. PLease Help
    thanks

  2. #2
    Join Date
    Dec 2007
    Location
    Phoenix
    Beans
    48
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Starcraft "cure for Slowness" help

    i also dont have the direct3d value

  3. #3
    Join Date
    Dec 2007
    Location
    Phoenix
    Beans
    48
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Starcraft "cure for Slowness" help

    look here

    http://backports.ubuntuforums.com/sh....php?p=5095486

    at the bottom it says you must create the value direct3d

    It works for me

    Helped the slowness some.
    Last edited by Amerinidiot1231; June 17th, 2008 at 07:15 PM.

  4. #4
    Join Date
    Aug 2007
    Location
    Albuquerque, NM
    Beans
    18
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Starcraft "cure for Slowness" help

    Quote Originally Posted by no1cares View Post
    i dont have Direct3D in the location HKEY_CURRENT_USER/Software/Wine/Direct3D so i understand to create one...
    I do not recommend fussing with this value because it will affect all wine apps. Instead set an appdefault for starcraft. Save the following as a .reg file, say: scopengl.reg.
    Code:
    REGEDIT4
    
    [HKEY_CURRENT_USER\Software\Wine\AppDefaults\StarCraft.exe\Direct3D]
    "DirectDrawRenderer"="opengl"
    "RenderTargetLockMode"="readtex"
    Then issue:
    Code:
    wine regedit scopengl.reg
    It's really too bad Starcraft still doesn't work properly in wine, as old and popular as it is. It's been on the verge of working perfectly for years, but it seems it never will.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •