32 bits message processing for color dialog.
[wine.git] / wine.ini
blobc2b45fba174fb2e02e219dc2a6920eba429f0d7c
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
59 # <wineconf>
61 [DllDefaults]
62 EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
63 DefaultLoadOrder = native, builtin, elfdll, so
65 [DllOverrides]
66 kernel32, gdi32, user32 = builtin
67 krnl386, gdi, user = builtin
68 toolhelp = builtin
69 comdlg32, commdlg = elfdll, builtin, native
70 version, ver = elfdll, builtin, native
71 shell32, shell = builtin, native
72 lz32, lzexpand = builtin, native
73 commctrl, comctl32 = builtin, native
74 wsock32, winsock = builtin
75 advapi32, crtdll, ntdll = builtin, native
76 mpr, winspool.drv = builtin, native
77 ddraw, dinput, dsound = builtin, native
78 winmm, mmsystem = builtin
79 msvideo, msvfw32 = builtin, native
80 mcicda.drv, mciseq.drv = builtin, native
81 mciwave.drv = builtin, native
82 mciavi.drv, mcianim.drv = native, builtin
83 msacm.drv, midimap.drv = builtin, native
84 w32skrnl = builtin
85 wnaspi32, wow32 = builtin
86 system, display, wprocs = builtin
87 wineps = builtin
88 icmp = builtin
90 [x11drv]
91 ; Number of colors to allocate from the system palette
92 AllocSystemColors = 100
93 ; Use a private color map
94 PrivateColorMap = N
95 ; Favor correctness over speed in some graphics operations
96 PerfectGraphics = N
97 ; Color depth to use on multi-depth screens
98 ;;ScreenDepth = 16
99 ; Use XFree86 DGA extension if present
100 UseDGA = Y
101 ; Use XShm extension if present
102 UseXShm = Y
103 ; Enable DirectX mouse grab
104 DXGrab = N
106 [fonts]
107 ;Read documentation/fonts before adding aliases
108 Resolution = 96
109 Default = -adobe-times-
111 [serialports]
112 Com1=/dev/ttyS0
113 Com2=/dev/ttyS1
114 Com3=/dev/modem,38400
115 Com4=/dev/modem
117 [parallelports]
118 Lpt1=/dev/lp0
120 [spooler]
121 LPT1:=|lpr
122 LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
123 LPT3:=/dev/lp3
125 [ports]
126 ;read=0x779,0x379,0x280-0x2a0
127 ;write=0x779,0x379,0x280-0x2a0
129 [spy]
130 Exclude=WM_SIZE;WM_TIMER;
132 [registry]
133 ; Paths must be given in /dir/dir/file.reg format.
134 ; Wine will not understand dos file names here...
136 ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
137 ;Defaults are read all, write to Home
138 ; Global registries (stored in /etc)
139 LoadGlobalRegistryFiles=Y
140 ; Home registries (stored in ~user/.wine/)
141 LoadHomeRegistryFiles=Y
142 ; Load Windows registries from the Windows directory
143 LoadWindowsRegistryFiles=Y
144 ; TRY to write all changes to home registries
145 WritetoHomeRegistryFiles=Y
146 ; Use new file format
147 UseNewFormat=Y
148 ; Registry periodic save timeout in seconds
149 ; PeriodicSave=600
150 ; Save only modified keys
151 SaveOnlyUpdatedKeys=Y
153 [Tweak.Layout]
154 ;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
155 ;WineLook=Win95
157 [programs]
158 Default=
159 Startup=
161 [Console]
162 ;Drivers=tty
163 ;XtermProg=nxterm
164 ;InitialRows=25
165 ;InitialColumns=80
166 ;TerminalType=nxterm
168 [Clipboard]
169 ClearAllSelections=0
170 PersistentSelection=1
172 # </wineconf>