Next Previous Contents

4. Misc

4.1 DLL loading

Path for extra libraries

The path will be appended to any existing LD_LIBRARY_PATH from the environment for the search of elfdlls and .so libraries.

example: /usr/X11R6/lib/wine[:/more/path/to/search[:...]]

Library load order

A comma separated list of module-types to try to load in that specific order.

The DefaultLoadOrder key is used as a fallback when a module is not specified explicitely. If the DefaultLoadOrder key is not found, then the order "native,elfdll,so,builtin" is used.

4.2 Hardware port

Read

These are the hardware ports the applications are allowed to access directly for reading (possible only if logged as root).

Write

These are the hardware ports the applications are allowed to access directly for writting (possible only if logged as root).


Next Previous Contents