Results 1 to 4 of 4

Thread: [SOLVED] bassbox 6 in wine ?s

  1. #1
    Join Date
    Jul 2007
    Location
    north tonawanda Ny
    Beans
    238
    Distro
    Ubuntu

    [SOLVED] bassbox 6 in wine ?s

    i have wine instaled and it works good considering all the complaining i read and see.

    my question is for the only reason i use wine and its not WOW its speaker design.

    i own and use bassbox 6, (its a loudspeaker design program) quite often it s a great program easy to use looks good and gets great results

    i have it installed in wine and it seems to work nicely but some text is displayed incorrectly it will move the text up or down and only display part of the text all over the screen

    i will include a screen shot of it in action any ideas how to fix this ?

    i can post the actual text if i boot up my xp pc in case anyone wants to know what it says
    thanks
    Attached Images Attached Images
    asrock 890 delux fx4 amd 6 core 2.8ghz 4 gigs ddr 3 ram

  2. #2
    Join Date
    May 2007
    Location
    the Netherlands
    Beans
    647
    Distro
    Ubuntu Development Release

    Re: bassbox 6 in wine ?s

    - Looks like a font problem. Try installing msttcorefonts first:

    sudo apt-get install msttcorefonts

    - If that didn't do anything, try changing the (wine) font resolution:

    winecfg

    - In the Graphics tab, lower the screen resolution slider (dpi).
    - If you can't (because it's at its lowest setting already), edit the registry:

    regedit

    - and do a search for "logpixels". It will find something close to:

    LogPixels REG_DWORD 0x00000060 (96)

    - Right-click that line and choose modify. Enter a value (and be gentle, steps of -10 are huge for example). Accept and close regedit.

    - Warning: if you choose a real small value, you will screw up your wine-installation, because you won't be able to read anything. In that case, you can reset things by pasting the following into a text file:

    Code:
    [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts]
    "LogPixels"=dword:00000060
    - Save it as: winefonts.reg or whatever.
    - Import it into the registry:

    wine winefonts.reg

    - And everything should be back to normal.

    Good luck, and let us know if it worked (or not).


    [edit: used code tags]
    Last edited by happyhamster; February 13th, 2008 at 03:29 PM.

  3. #3
    Join Date
    May 2007
    Location
    the Netherlands
    Beans
    647
    Distro
    Ubuntu Development Release

    Re: bassbox 6 in wine ?s

    [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Hardwa re Profiles\Current\Software\Fonts]
    "LogPixels"=dword:00000060

    Code:
    [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts]
    "LogPixels"=dword:00000060
    Does anyone know why the first paste shows a space in "Hardware" while that space doesn't show when using the code-tags? The space doesn't show when trying to edit the post either.

    Weird.


    edit: Seen something like it before (post 6 in this thread):
    http://ubuntuforums.org/showthread.p...ghlight=pingus
    Last edited by happyhamster; February 13th, 2008 at 09:17 PM.

  4. #4
    Join Date
    Jul 2007
    Location
    north tonawanda Ny
    Beans
    238
    Distro
    Ubuntu

    Re: bassbox 6 in wine ?s

    well thank you i didnt have msttcorefonts installed

    i bet it will fix that weird character that i have been seeing sometimes too

    thanks again
    asrock 890 delux fx4 amd 6 core 2.8ghz 4 gigs ddr 3 ram

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
  •