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