Remove redundant ';' at the end of line.
[wine.git] / wine.ini
blobcccc604a2e8a76ce88e5af50c28b3961f9f4fc88
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)
19 [Drive A]
20 Path=/mnt/fd0
21 Type=floppy
22 Label=Floppy
23 Serial=87654321
24 Device=/dev/fd0
26 [Drive C]
27 Path=/c
28 Type=hd
29 Label=MS-DOS
30 Filesystem=win95
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
40 [Drive E]
41 Path=/tmp
42 Type=hd
43 Label=Tmp Drive
44 Filesystem=win95
46 [Drive F]
47 Path=${HOME}
48 Type=network
49 Label=Home
50 Filesystem=win95
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
65 # <wineconf>
67 [DllDefaults]
68 EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
69 DefaultLoadOrder = native, builtin, so
71 [DllOverrides]
72 commdlg = builtin, native
73 comdlg32 = builtin, native
74 ver = builtin, native
75 version = builtin, native
76 shell = builtin, native
77 shell32 = builtin, native
78 lzexpand = builtin, native
79 lz32 = builtin, native
80 comctl32 = builtin, native
81 commctrl = builtin, native
82 wsock32 = builtin
83 winsock = builtin
84 advapi32 = builtin, native
85 crtdll = builtin, native
86 mpr = builtin, native
87 winspool.drv = builtin, native
88 ddraw = builtin, native
89 dinput = builtin, native
90 dsound = builtin, native
91 mmsystem = builtin
92 winmm = builtin
93 msvideo = builtin, native
94 msvfw32 = builtin, native
95 mcicda.drv = builtin, native
96 mciseq.drv = builtin, native
97 mciwave.drv = builtin, native
98 mciavi.drv = native, builtin
99 mcianim.drv = native, builtin
100 msacm.drv = builtin, native
101 midimap.drv = builtin, native
102 wnaspi32 = builtin
103 icmp = builtin
104 imm = builtin, native
105 imm32 = builtin, native
107 [x11drv]
108 ; Number of colors to allocate from the system palette
109 AllocSystemColors = 100
110 ; Use a private color map
111 PrivateColorMap = N
112 ; Favor correctness over speed in some graphics operations
113 PerfectGraphics = N
114 ; Color depth to use on multi-depth screens
115 ;;ScreenDepth = 16
116 ; Name of X11 display to use
117 ;;Display = :0.0
118 ; Allow the window manager to manage created windows
119 Managed = N
120 ; Use a desktop window of 640x480 for Wine
121 ;Desktop = 640x480
122 ; Use XFree86 DGA extension if present
123 UseDGA = Y
124 ; Use XShm extension if present
125 UseXShm = Y
126 ; Enable DirectX mouse grab
127 DXGrab = N
128 ; Create the desktop window with a double-buffered visual
129 ; (useful to play OpenGL games)
130 DesktopDoubleBuffered = N
131 ; Code page used for captions in managed mode
132 ; 0 means default ANSI code page (CP_ACP == 0)
133 TextCP=0
134 ; Use this if you have more than one port for video on your setup
135 ; (Wine uses for now the first 'input image' it finds).
136 ;; XVideoPort = 43
138 [fonts]
139 ;Read documentation/fonts before adding aliases
140 Resolution = 96
141 Default = -adobe-times-
143 [serialports]
144 Com1=/dev/ttyS0
145 Com2=/dev/ttyS1
146 Com3=/dev/modem,38400
147 Com4=/dev/modem
149 [parallelports]
150 Lpt1=/dev/lp0
152 [spooler]
153 LPT1:=|lpr
154 LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
155 LPT3:=/dev/lp3
157 [ports]
158 ;read=0x779,0x379,0x280-0x2a0
159 ;write=0x779,0x379,0x280-0x2a0
161 [spy]
162 Exclude=WM_SIZE;WM_TIMER;
164 [registry]
165 ; Paths must be given in /dir/dir/file.reg format.
166 ; Wine will not understand dos file names here...
168 ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
169 ;Defaults are read all, write to Home
170 ; Global registries (stored in /etc)
171 LoadGlobalRegistryFiles=Y
172 ; Home registries (stored in ~user/.wine/)
173 LoadHomeRegistryFiles=Y
174 ; Load Windows registries from the Windows directory
175 LoadWindowsRegistryFiles=Y
176 ; TRY to write all changes to home registries
177 WritetoHomeRegistryFiles=Y
178 ; Registry periodic save timeout in seconds
179 ; PeriodicSave=600
180 ; Save only modified keys
181 SaveOnlyUpdatedKeys=Y
183 [Tweak.Layout]
184 ;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
185 WineLook=Win95
187 [Console]
188 ;Drivers=tty
189 ;XtermProg=nxterm
190 ;InitialRows=25
191 ;InitialColumns=80
192 ;TerminalType=nxterm
194 [Clipboard]
195 ClearAllSelections=0
196 PersistentSelection=1
198 # </wineconf>