wine config

Discussion in 'Linux, BSD and Other OS's' started by donkey42, Jul 19, 2006.

  1. donkey42

    donkey42 plank

    Likes Received:
    9
    Trophy Points:
    38
  2. megamaced

    megamaced Geek Geek Geek!

    Likes Received:
    0
    Trophy Points:
    36
    Open up a terminal and type

    Code:
    winecfg
    The brings up the Wine Control Panel, where you can configure your virtual Windows drives and settings

    Also, you might want to check out WineTools and Wine Doors

    You can use WINE to run Windows programs by executing the following command:

    Code:
    wine 'program_name'
     
  3. DavidNW

    DavidNW Big Geek

    Likes Received:
    0
    Trophy Points:
    16
    As a Linux newbie, I've just been running some windows programs in Wine. I've had some successes, but most programs have not run at all. Is this pattern generally the norm?

    Still, I was pleased with being able to run the ones that I did! :rolleyes:
     
  4. donkey42

    donkey42 plank

    Likes Received:
    9
    Trophy Points:
    38
    i actually discovered ¨winecfg¨ by accident, typing random crap into konsole, i´ve also installed a few XP stuff - all working so far,

    but one question mega, in DOS (98 or later) to backup the MBR from HDD to floppy i typed
    Code:
    C:, sys A:
    also makes floppy bootable, and to restore MBR i typed
    Code:
    A:, sys C:
    is there a similar command in konsole ?
    will do
     
  5. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    Not sure on how to backup the mbr, but you can always run lilo with your configuration file (lilo.conf) to reinstall it. Or grub in a similar way.
     
  6. megamaced

    megamaced Geek Geek Geek!

    Likes Received:
    0
    Trophy Points:
    36
    Actually, the SYS command doesn't back up the MBR ;) It just backs up important system files needed to boot

    You should check out VMware if you want to run Windows inside Linux. See my thread in the General Software forums
     
  7. donkey42

    donkey42 plank

    Likes Received:
    9
    Trophy Points:
    38
    well if i typed
    Code:
    fdisk /MBR
    this command wipes the MBR (system will not boot, as expected) but if i then type (after booting from floppy)
    Code:
    sys C:
    it restores MBR (system boots)

    obviously i´m relying on my memory here, as i don´t have 9x installed anymore
     
  8. donkey42

    donkey42 plank

    Likes Received:
    9
    Trophy Points:
    38
    don´t worry mega i´ve remembered that year ago i used to use MBR Tools to backup and restore MBR and
    Code:
    sys
    copies the boot info the partition boot sector, not the MBR, as i said earlier, sorry

    p.s. HDD install guide is becoming more and more complicated, it could probably do with editing by someone else who knows how to configure a HDD in 9x
     

    Attached Files:

Share This Page