Aide pour Wine

Aide pour Wine - Débats - Linux et OS Alternatifs

Marsh Posté le 24-09-2002 à 13:05:54    

Je voudrais connaitre quels sont les fichiers à configurer dans wine ( Je sais qu'il y a config : il y en a d'autres)
Que faut il configurer dans ces fichiers en premier lieu pour par exemple emuler word.
Si qlq pouvais me montrer ces fichiers de configuration ce serait bien aussi .

Reply

Marsh Posté le 24-09-2002 à 13:05:54   

Reply

Marsh Posté le 24-09-2002 à 13:22:44    

il n'y a effectiveent que le fichier config à modifier, voici ce que ça donne avec une version récente (20020804) de wine chez moi :
 
 

Code :
  1. WINE REGISTRY Version 2
  2. ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
  3. ;;
  4. ;; MS-DOS drives configuration
  5. ;;
  6. ;; Each section has the following format:
  7. ;; [Drive X]
  8. ;; "Path"="xxx"       (Unix path for drive root)
  9. ;; "Type"="xxx"       (supported types are 'floppy', 'hd', 'cdrom' and 'network')
  10. ;; "Label"="xxx"      (drive label, at most 11 characters)
  11. ;; "Serial"="xxx"     (serial number, 8 characters hexadecimal number)
  12. ;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
  13. ;;   This is the FS Wine is supposed to emulate on a certain
  14. ;;   directory structure.
  15. ;;   Recommended:
  16. ;;   - "win95" for ext2fs, VFAT and FAT32
  17. ;;   - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
  18. ;;   DON'T use "unix" unless you intend to port programs using Winelib !
  19. ;; "Device"="/dev/xx" (only if you want to allow raw device access)
  20. ;;
  21. #[Drive A]
  22. #"Path" = "/mnt/floppy"
  23. #"Type" = "floppy"
  24. #"Label" = "Floppy"
  25. #"Serial" = "87654321"
  26. #"Device" = "/dev/fd0"
  27. [Drive C]
  28. "Path" = "/usr/share/wine-c"
  29. "Type" = "hd"
  30. "Label" = "MS-DOS"
  31. "Filesystem" = "win95"
  32. [Drive D]
  33. "Path" = "/mnt/cdrom"
  34. "Type" = "cdrom"
  35. "Label" = "CD-Rom"
  36. "Filesystem" = "win95"
  37. ; make sure that device is correct and has proper permissions !
  38. "Device" = "/dev/cdrom"
  39. [Drive E]
  40. "Path" = "/tmp"
  41. "Type" = "hd"
  42. "Label" = "Tmp Drive"
  43. "Filesystem" = "win95"
  44. [Drive F]
  45. "Path" = "${HOME}"
  46. "Type" = "network"
  47. "Label" = "Home"
  48. "Filesystem" = "win95"
  49. [Drive Z]
  50. "Path" = "/"
  51. "Type" = "network"
  52. "Label" = "Root"
  53. "Filesystem" = "win95"
  54. [wine]
  55. "Windows" = "c:\\windows"
  56. "System" = "c:\\windows\\system"
  57. "Temp" = "e:\\"
  58. "Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\;c:\\windows\\Fonts;Z:\\mnt\\stockage1\\Starcraft"
  59. "Profile" = "c:\\windows\\Profiles\\Administrator"
  60. "GraphicsDriver" = "x11drv"
  61. ; Wine doesn't pass directory symlinks to Windows programs by default.
  62. ; Enabling this may crash some programs that do recursive lookups of a whole
  63. ; subdir tree in case of a symlink pointing back to itself.
  64. ;"ShowDirSymlinks" = "1"
  65. "ShellLinker" = "wineshelllink"
  66. # <wineconf>
  67. [Version]
  68. "Windows"="win2k"
  69. "DOS"="6.22"
  70. [DllDefaults]
  71. ; "EXTRA_LD_LIBRARY_PATH" = "${HOME}/wine/cvs/lib"
  72. "DefaultLoadOrder" = "native, builtin, so"
  73. [DllOverrides]
  74. "commdlg"      = "builtin, native"
  75. "comdlg32"     = "builtin, native"
  76. "ver"          = "builtin, native"
  77. "version"      = "builtin, native"
  78. "shell"        = "builtin, native"
  79. "shell32"      = "builtin, native"
  80. "lzexpand"     = "builtin, native"
  81. "lz32"         = "builtin, native"
  82. "comctl32"     = "builtin, native"
  83. "commctrl"     = "builtin, native"
  84. "wsock32"      = "builtin"
  85. "winsock"      = "builtin"
  86. "advapi32"     = "builtin, native"
  87. "crtdll"       = "native, builtin"
  88. #"crtdll"       = "builtin, native"
  89. "mpr"          = "builtin, native"
  90. "winspool.drv" = "builtin, native"
  91. "ddraw"        = "builtin, native"
  92. "dinput"       = "builtin, native"
  93. #"dinput"       = "native, buitin"
  94. "dsound"       = "builtin, native"
  95. #"dsound"       = "native, builtin"
  96. "mmsystem"     = "builtin"
  97. "winmm"        = "builtin"
  98. "msvcrt"       = "native, builtin"
  99. #"msvcrt"       = "builtin, native"
  100. "msvideo"      = "builtin, native"
  101. "msvfw32"      = "builtin, native"
  102. "mcicda.drv"   = "builtin, native"
  103. "mciseq.drv"   = "builtin, native"
  104. "mciwave.drv"  = "builtin, native"
  105. "mciavi.drv"   = "native, builtin"
  106. "mcianim.drv"  = "native, builtin"
  107. "msacm.drv"    = "builtin, native"
  108. "msacm"        = "builtin, native"
  109. "msacm32"      = "builtin, native"
  110. "midimap.drv"  = "builtin, native"
  111. "wnaspi32"     = "builtin"
  112. "icmp"         = "builtin"
  113. "dplay" = "builtin, native"
  114. "dplayx" ="builtin, native"
  115. [x11drv]
  116. ; Number of colors to allocate from the system palette
  117. ;"AllocSystemColors" = "100"
  118. ; Use a private color map
  119. "PrivateColorMap" = "N"
  120. ; Favor correctness over speed in some graphics operations
  121. "PerfectGraphics" = "Y"
  122. ; Color depth to use on multi-depth screens
  123. ;"ScreenDepth" = "8"
  124. ; Name of X11 display to use
  125. ;;"Display" = ":0.0"
  126. ; Allow the window manager to manage created windows
  127. "Managed" = "N"
  128. ; Use a desktop window of 640x480 for Wine
  129. ;"Desktop" = "800x600"
  130. ; Use XFree86 DGA extension if present
  131. "UseDGA" = "N"
  132. ; Use XShm extension if present
  133. "UseXShm" = "Y"
  134. ; Enable DirectX mouse grab
  135. "DXGrab" = "N"
  136. ; Create the desktop window with a double-buffered visual
  137. ; (useful to play OpenGL games)
  138. "DesktopDoubleBuffered" = "Y"
  139. ; Code page used for captions in managed mode
  140. ; 0 means default ANSI code page (CP_ACP == 0)
  141. "TextCP" = "0"
  142. ; Use this if you have more than one port for video on your setup
  143. ; (Wine uses for now the first 'input image' it finds).
  144. ;; "XVideoPort" = "43"
  145. [FontDirs]
  146. "dir1"="/usr/share/fonts/TrueType"
  147. "dir2"="/usr/share/fonts/default/TrueType"
  148. ;"dir3"="/usr/share/wine-c/windows/Fonts"
  149. [fonts]
  150. ;Read documentation/fonts before adding aliases
  151. "Resolution" = "96"
  152. "Default" = "-adobe-times-"
  153. [serialports]
  154. "Com1" = "/dev/ttyS0"
  155. "Com2" = "/dev/ttyS1"
  156. "Com3" = "/dev/ttyS2"
  157. "Com4" = "/dev/modem"
  158. [parallelports]
  159. "Lpt1" = "/dev/lp0"
  160. [spooler]
  161. "LPT1:" = "|lpr"
  162. ;"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
  163. ;"LPT3:" = "/dev/lp3"
  164. [ports]
  165. ;"read" = "0x779,0x379,0x280-0x2a0"
  166. ; "write" = "0x779,0x379,0x280-0x2a0"
  167. [spy]
  168. "Exclude" = "WM_SIZE;WM_TIMER;"
  169. [registry]
  170. ;These are all booleans.  Y/y/T/t/1 are true, N/n/F/f/0 are false.
  171. ;Defaults are read all, write to Home
  172. ; Global registries (stored in /etc)
  173. "LoadGlobalRegistryFiles" = "Y"
  174. ; Home registries (stored in ~user/.wine/)
  175. "LoadHomeRegistryFiles" = "Y"
  176. ; Load Windows registries from the Windows directory
  177. "LoadWindowsRegistryFiles" = "Y"
  178. ; TRY to write all changes to home registries
  179. "WritetoHomeRegistryFiles" = "Y"
  180. ; Registry periodic save timeout in seconds
  181. ; "PeriodicSave" = "600"
  182. ; Save only modified keys
  183. "SaveOnlyUpdatedKeys" = "Y"
  184. [Tweak.Layout]
  185. ;; supported styles are 'Win31'(default), 'Win95', 'Win98'
  186. "WineLook" = "Win98"
  187. [Console]
  188. ;"Drivers" = "tty"
  189. ;"XtermProg" = "nxterm"
  190. ;"InitialRows" = "25"
  191. ;"InitialColumns" = "80"
  192. ;"TerminalType" = "nxterm"
  193. [Clipboard]
  194. "ClearAllSelections" = "0"
  195. "PersistentSelection" = "1"
  196. [WinMM]
  197. "Drivers" = "wineoss.drv"
  198. "WaveMapper" = "msacm.drv"
  199. "MidiMapper" = "midimap.drv"
  200. [AppDefaults\\eccp109.exe\\Version]
  201. "Windows"="win98"
  202. [AppDefaults\\emperor.exe\\Version]
  203. "Windows"="win98"
  204. [AppDefaults\\game.exe\\Version]
  205. "Windows"="win98"
  206. [AppDefaults\\winFAH.exe\\x11drv]
  207. "Managed" = "Y"
  208. [AppDefaults\\Catalogue.exe\\x11drv]
  209. "Managed" = "Y"
  210. # </wineconf>

Reply

Sujets relatifs:

Leave a Replay

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