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