WINE sur mandrake 9.0 ???

WINE sur mandrake 9.0 ??? - Linux et OS Alternatifs

Marsh Posté le 23-10-2002 à 21:05:28    

existe til donc un emulateur wine pour la mandrake9.0 ??
ca serait pour jouer a counterstrike, ou si il existe un moyen dy jouer sans wine, ca serait cool !
merci !  
 
  :jap:


Message édité par the_Prodigy le 23-10-2002 à 21:05:44
Reply

Marsh Posté le 23-10-2002 à 21:05:28   

Reply

Marsh Posté le 23-10-2002 à 21:07:43    

pour installer wine sur Mandrake : urpmi wine
 
non, on ne peut pas y jouer sans wine (il n'y a pas de binaires Linux comme pour Quake , UT, Ut2K3, RTCW, NWN...)


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
Reply

Marsh Posté le 23-10-2002 à 21:24:33    

Mjules a écrit a écrit :

 (il n'y a pas de binaires Linux comme pour Quake , UT, Ut2K3, RTCW, NWN...)




ca vien de me faire prendre conscience que tout doucement commence a y avoir des jeux sous linux, spa mal ca ;)

Reply

Marsh Posté le 23-10-2002 à 21:25:37    

trictrac a écrit a écrit :

 
ca vien de me faire prendre conscience que tout doucement commence a y avoir des jeux sous linux, spa mal ca ;)




 
surtout que wine(x) fait tourner pas mal de truc comme warcraft 3 :)


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
Reply

Marsh Posté le 23-10-2002 à 21:37:26    

c ou que jpeux trouver wine ???
avec une doc si possible, suis vrément nauviss  
  :hello:

Reply

Marsh Posté le 23-10-2002 à 21:39:40    

il est dans les CD de la MDK normalement > urpmi wine
 
mon fichier de conf ( /home/mon_user/.wine/config), t'as plus qu'à le copier à la plce du tien et à modifier les chemins vers tes partitions et vers ton dossier wine :


WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
 
;;
;; 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'/'dos'/'fat', 'win95'/'vfat', 'unix')
;;   This is the FS Wine is supposed to emulate on a certain
;;   directory structure.
;;   Recommended:
;;   - "win95" for ext2fs, VFAT and FAT32
;;   - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;;   DON'T use "unix" unless you intend to port programs using Winelib !
;; "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" = "/usr/wine/include"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
 
[Drive D]
"Path" = "/mnt/win_d"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
 
[Drive E]
"Path" = "/mnt/win_e"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
 
[Drive F]
"Path" = "/mnt/win_f"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
 
[Drive G]
"Path" = "/mnt/win_g"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
 
[Drive H]
"Path" = "/mnt/graveur"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/scd0"
 
[Drive I]
"Path" = "/mnt/dvd"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/scd1"
 
[Drive J]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"
 
[Drive K]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"
 
[Drive Z]
"Path" = "/"
"Type" = "network"
"Label" = "Root"
"Filesystem" = "win95"
 
[wine]
"Windows" = "c:\\wine"
"System" = "c:\\wine"
"Temp" = "e:\\"
"Path" = "c:\\wine;e:\\;e:\\test;f:\\"
"Profile" = ""
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "wineshelllink"
 
# <wineconf>
 
[DllDefaults]
; "EXTRA_LD_LIBRARY_PATH" = "${HOME}/wine/cvs/lib"
"DefaultLoadOrder" = "native, builtin, so"
 
[DllOverrides]
"commdlg"      = "builtin, native"
"comdlg32"     = "builtin, native"
"ver"          = "builtin, native"
"version"      = "builtin, native"
"shell"        = "builtin, native"
"shell32"      = "builtin, native"
"lzexpand"     = "builtin, native"
"lz32"         = "builtin, native"
"comctl32"     = "builtin, native"
"commctrl"     = "builtin, native"
"wsock32"      = "builtin"
"winsock"      = "builtin"
"advapi32"     = "builtin, native"
"crtdll"       = "builtin, native"
"mpr"          = "builtin, native"
"winspool.drv" = "builtin, native"
"ddraw"        = "builtin, native"
"dinput"       = "builtin, native"
"dsound"       = "builtin, native"
"mmsystem"     = "builtin"
"winmm"        = "builtin"
"msvcrt"       = "native, builtin"
"msvideo"      = "builtin, native"
"msvfw32"      = "builtin, native"
"mcicda.drv"   = "builtin, native"
"mciseq.drv"   = "builtin, native"
"mciwave.drv"  = "builtin, native"
"mciavi.drv"   = "native, builtin"
"mcianim.drv"  = "native, builtin"
"msacm.drv"    = "builtin, native"
"msacm"        = "builtin, native"
"msacm32"      = "builtin, native"
"midimap.drv"  = "builtin, native"
"wnaspi32"     = "builtin"
"icmp"         = "builtin"
 
[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "640x480"
; Use XFree86 DGA extension if present
"UseDGA" = "Y"
; Use XShm extension if present
"UseXShm" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "Y"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "Y"
; Code page used for captions in managed mode
; 0 means default ANSI code page (CP_ACP == 0)
"TextCP" = "0"
; Use this if you have more than one port for video on your setup  
; (Wine uses for now the first 'input image' it finds).
;; "XVideoPort" = "43"
 
[fonts]
;Read documentation/fonts before adding aliases
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"
 
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
 
[parallelports]
"Lpt1" = "/dev/lp0"
 
[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;"
 
[registry]
;These are all booleans.  Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "Y"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"
 
[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
"WineLook" = "Win98"
 
[Console]
;"Drivers" = "tty"
;"XtermProg" = "nxterm"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"
 
[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"
 
[afmdirs]
"1" = "/usr/share/enscript/afm"
"2" = "/usr/share/fonts/addfont/type1"
"3" = "/usr/share/fonts/default/Type1"
"4" = "/usr/X11R6/lib/X11/fonts/drakfont/Type1"
 
[WinMM]
"Drivers"="wineoss.drv"
"WaveMapper"="msacm.drv"
"MidiMapper"="midimap.drv"
 
# </wineconf>


 
 


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
Reply

Marsh Posté le 23-10-2002 à 23:46:24    

Mjules a écrit a écrit :

il est dans les CD de la MDK normalement > urpmi wine
 
mon fichier de conf ( /home/mon_user/.wine/config), t'as plus qu'à le copier à la plce du tien et à modifier les chemins vers tes partitions et vers ton dossier wine :


WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
 
;;
;; 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'/'dos'/'fat', 'win95'/'vfat', 'unix')
;;   This is the FS Wine is supposed to emulate on a certain
;;   directory structure.
;;   Recommended:
;;   - "win95" for ext2fs, VFAT and FAT32
;;   - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;;   DON'T use "unix" unless you intend to port programs using Winelib !
;; "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" = "/usr/wine/include"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
 
[Drive D]
"Path" = "/mnt/win_d"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
 
[Drive E]
"Path" = "/mnt/win_e"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
 
[Drive F]
"Path" = "/mnt/win_f"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
 
[Drive G]
"Path" = "/mnt/win_g"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
 
[Drive H]
"Path" = "/mnt/graveur"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/scd0"
 
[Drive I]
"Path" = "/mnt/dvd"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/scd1"
 
[Drive J]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"
 
[Drive K]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"
 
[Drive Z]
"Path" = "/"
"Type" = "network"
"Label" = "Root"
"Filesystem" = "win95"
 
[wine]
"Windows" = "c:\\wine"
"System" = "c:\\wine"
"Temp" = "e:\\"
"Path" = "c:\\wine;e:\\;e:\\test;f:\\"
"Profile" = ""
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "wineshelllink"
 
# <wineconf>
 
[DllDefaults]
; "EXTRA_LD_LIBRARY_PATH" = "${HOME}/wine/cvs/lib"
"DefaultLoadOrder" = "native, builtin, so"
 
[DllOverrides]
"commdlg"      = "builtin, native"
"comdlg32"     = "builtin, native"
"ver"          = "builtin, native"
"version"      = "builtin, native"
"shell"        = "builtin, native"
"shell32"      = "builtin, native"
"lzexpand"     = "builtin, native"
"lz32"         = "builtin, native"
"comctl32"     = "builtin, native"
"commctrl"     = "builtin, native"
"wsock32"      = "builtin"
"winsock"      = "builtin"
"advapi32"     = "builtin, native"
"crtdll"       = "builtin, native"
"mpr"          = "builtin, native"
"winspool.drv" = "builtin, native"
"ddraw"        = "builtin, native"
"dinput"       = "builtin, native"
"dsound"       = "builtin, native"
"mmsystem"     = "builtin"
"winmm"        = "builtin"
"msvcrt"       = "native, builtin"
"msvideo"      = "builtin, native"
"msvfw32"      = "builtin, native"
"mcicda.drv"   = "builtin, native"
"mciseq.drv"   = "builtin, native"
"mciwave.drv"  = "builtin, native"
"mciavi.drv"   = "native, builtin"
"mcianim.drv"  = "native, builtin"
"msacm.drv"    = "builtin, native"
"msacm"        = "builtin, native"
"msacm32"      = "builtin, native"
"midimap.drv"  = "builtin, native"
"wnaspi32"     = "builtin"
"icmp"         = "builtin"
 
[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "640x480"
; Use XFree86 DGA extension if present
"UseDGA" = "Y"
; Use XShm extension if present
"UseXShm" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "Y"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "Y"
; Code page used for captions in managed mode
; 0 means default ANSI code page (CP_ACP == 0)
"TextCP" = "0"
; Use this if you have more than one port for video on your setup  
; (Wine uses for now the first 'input image' it finds).
;; "XVideoPort" = "43"
 
[fonts]
;Read documentation/fonts before adding aliases
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"
 
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
 
[parallelports]
"Lpt1" = "/dev/lp0"
 
[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;"
 
[registry]
;These are all booleans.  Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "Y"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"
 
[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
"WineLook" = "Win98"
 
[Console]
;"Drivers" = "tty"
;"XtermProg" = "nxterm"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"
 
[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"
 
[afmdirs]
"1" = "/usr/share/enscript/afm"
"2" = "/usr/share/fonts/addfont/type1"
"3" = "/usr/share/fonts/default/Type1"
"4" = "/usr/X11R6/lib/X11/fonts/drakfont/Type1"
 
[WinMM]
"Drivers"="wineoss.drv"
"WaveMapper"="msacm.drv"
"MidiMapper"="midimap.drv"
 
# </wineconf>


 
 
 




 
wine est donc un tout petit programm ?

Reply

Marsh Posté le 23-10-2002 à 23:50:21    

je comrpend pas la kestion


---------------
"Je brandirai une épée d'orichalque, je m'assouvirai sur des Templiers." | "Avec dans son sillage l'Ombre du Diable, Leirn appelait les morts pour une danse macabre et déchainaît les horreurs de la nuit..."
Reply

Marsh Posté le 24-10-2002 à 10:24:29    

Je pense que "Prodigy" croie que le fichier de config que tu as fourni est le source de WINE !


---------------
Mieux vaut fermer sa gueule et passer pour un con, plutot que de l'ouvrir, et montrer qu'on l'est...
Reply

Marsh Posté le 24-10-2002 à 10:43:51    

Est ce qu'il y a une liste qui recense les progs win32 qui tournent avec WINE ?
 
Je serais intéressé par Office 2000 et Money 2001 (chuis pas un gamer, mais plutot un XMamer :-) )

Reply

Marsh Posté le 24-10-2002 à 10:43:51   

Reply

Marsh Posté le 24-10-2002 à 11:57:25    

barthoose a écrit a écrit :

Est ce qu'il y a une liste qui recense les progs win32 qui tournent avec WINE ?
 
Je serais intéressé par Office 2000 et Money 2001 (chuis pas un gamer, mais plutot un XMamer :-) )




ohhh tu vas te faire degager...
Office sous linux...vive openoffice....

Reply

Marsh Posté le 24-10-2002 à 12:30:14    

Si tu veux, t'as une base de données d'applications fonctionnant avec wine: c'est ici http://appdb.winehq.org/appbrowse. [...] 176b8391c3

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed