WINE []

Outils pour utilisateurs

Outils du site


WINE

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
documentation:informatique:linux:wine:index [2021/01/19 09:47] f1slsdocumentation:informatique:linux:wine:index [2021/01/19 09:49] (Version actuelle) – [Port Série ou USB→série] f1sls
Ligne 26: Ligne 26:
 </code> </code>
  
-Make sure you have the needed rights to access your computer's serial and parallel ports. On Linux, a user must typically be a member of the <tt>sys</tt> or <tt>dialout</tt> group to access serial ports, or the <tt>lp</tt> group to access parallel ports.+Make sure you have the needed rights to access your computer's serial and parallel ports. On Linux, a user must typically be a member of the ''sys'' or ''dialout'' group to access serial ports, or the ''lp'' group to access parallel ports.
  
-To override Wine's default device mapping, run <code>wine regedit</code> and create string entries in <code>HKEY_LOCAL_MACHINE\Software\Wine\Ports</code> where the entry name is the Windows device name and the entry value is the path to the Unix device. Continuing with the above example, to make COM1 the first USB-attached serial port, create an entry with the name <code>COM1</code> and the value <code>/dev/ttyUSB0</code>. You might also want to create an entry named <code>COM5</code> with no value to remove the COM5 device which is now a duplicate of COM1. After editing the registry, shut down Wine with <code>wineserver -k</code> and the next time Wine runs a program, your changes will take effect.+To override Wine's default device mapping, run ''wine regedit'' and create string entries in ''HKEY_LOCAL_MACHINE\Software\Wine\Ports'' where the entry name is the Windows device name and the entry value is the path to the Unix device. Continuing with the above example, to make COM1 the first USB-attached serial port, create an entry with the name ''COM1'' and the value ''/dev/ttyUSB0''. You might also want to create an entry named ''COM5'' with no value to remove the COM5 device which is now a duplicate of COM1. After editing the registry, shut down Wine with ''wineserver -k'' and the next time Wine runs a program, your changes will take effect.
  
-If you use a version of Wine prior to 2.8, you'll likely have to create symbolic links in <tt>~/.wine/dosdevices</tt> yourself. For example, to make COM1 the first USB-attached serial port, run <code>ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1</code>.+If you use a version of Wine prior to 2.8, you'll likely have to create symbolic links in ''~/.wine/dosdevices'' yourself. For example, to make COM1 the first USB-attached serial port, run ''ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1''.
  
documentation/informatique/linux/wine/index.1611046020.txt.gz · Dernière modification : de f1sls