Chmouel Boudjnah wrote:
> jean-marc loire <[EMAIL PROTECTED]> writes:
>
> > y a t il dans la salle quelqu'un qui a r�ussi � faire marcher wine ?
> > quel est son wine.conf ?
> > Peut-il le mettre en fichier attach� ?
>
> Note que je ne dispose pas de partition vfat.
>
> --=-=-=
> ;;
> ;; MS-DOS drives configuration
> ;;
> ;; Each section has the following format:
> ;; [Drive X]
> ;; Path=xxx (Unix path for drive root)
> ;; Type=xxx (supported types are 'floppy', 'hd', 'cdrom' and 'network')
> ;; Label=xxx (drive label, at most 11 characters)
> ;; Serial=xxx (serial number, 8 characters hexadecimal number)
> ;; Filesystem=xxx (supported types are 'msdos','win95','unix')
> ;; Device=/dev/xx (only if you want to allow raw device access)
> ;;
> [Drive A]
> Path=/mnt/floppy
> Type=floppy
> Label=Floppy
> Serial=87654321
> Device=/dev/fd0
>
> [Drive C]
> Path=/var/lib/wine
> Type=hd
> Label=MS-DOS
> Filesystem=msdos
>
> [Drive D]
> Path=/mnt/cdrom
> Type=cdrom
> Label=CD-Rom
>
> [Drive E]
> Path=/tmp
> Type=hd
> Label=Tmp Drive
>
> ;;[Drive F]
> ;;Path=${HOME}
> ;;Type=network
> ;;Label=Home
> ;;Filesystem=unix
>
> [Drive G]
> Path=/
> Type=hd
> Label=Unix fs
> Filesystem=unix
>
> [wine]
> Windows=c:\windows\
> System=c:\windows\system
> Temp=e:\
> Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
> SymbolTableFile=/var/lib/wine/wine.sym
>
> [options]
> AllocSystemColors=100
>
> [fonts]
> ;Read documentation/fonts before adding aliases
> Resolution = 96
> Default = -adobe-times-
>
> [serialports]
> Com1=/dev/ttyS0
> Com2=/dev/ttyS1
> Com3=/dev/modem,38400
> Com4=/dev/modem
>
> ;; Carreful this Lpt1 device work only for the 2.0.x series kernel
> ;; adjust to /dev/lp0 if you have a 2.2.* Kernel
> [parallelports]
> Lpt1=/dev/lp1
>
> [spooler]
> LPT1:=|lpr
> LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
> LPT3:=/dev/lp3
>
> [ports]
> ;read=0x779,0x379,0x280-0x2a0
> ;write=0x779,0x379,0x280-0x2a0
>
> [spy]
> Exclude=WM_SIZE;WM_TIMER;
>
> [Tweak.Layout]
> ;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
> WineLook=Win95
>
> [programs]
> Default=
> Startup=
> --=-=-=
>
> --
> MandrakeSoft http://www.mandrakesoft.com/
> --Chmouel
Attention, WINE a beaucoup evolue depuis quelques releases. En particulier, il
est maintenant possible de specifier si on utilise les bibliotheques de Windows
(si on a acces a une partition Windows) ou au contraire les DLL r��crites pour
Wine.
Si tu veux te lancer dans l'aventure Wine, tu peux recuperer les derniers
binaires a l'URL "http://winebin.netpedia.net/". Avec le RPM se trouve un
fichier de config par defaut (attention si tu as deja un
/usr/local/etc/wine.conf.
Avec la derniere release du 4 juillet, j'arrive a faire tourner ms-money 95 et
excel... sans trop de pb. Par contre, n'essaie pas de lancer explorer.exe...
Didier