Remember (do not reset) font size and style parameters in the initial
[wine] / documentation / samples / config
index 7c04ca4..9da612c 100644 (file)
@@ -51,11 +51,17 @@ WINE REGISTRY Version 2
 "Filesystem" = "win95"
 
 [Drive F]
-"Path" = "${HOME}"
+"Path" = "%HOME%"
 "Type" = "network"
 "Label" = "Home"
 "Filesystem" = "win95"
 
+[Drive Z]
+"Path" = "/"
+"Type" = "hd"
+"Label" = "Root"
+"Filesystem" = "win95"
+
 [wine]
 "Windows" = "c:\\windows"
 "System" = "c:\\windows\\system"
@@ -67,10 +73,10 @@ WINE REGISTRY Version 2
 ;"ShowDotFiles" = "1"
 "ShellLinker" = "wineshelllink"
 
-# <wineconf>
+# [wineconf]
 
 [Version]
-; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31)
+; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
 ;"Windows" = "win98"
 ; DOS version to imitate
 ;"DOS" = "6.22"
@@ -92,6 +98,7 @@ WINE REGISTRY Version 2
 "msvcrt"       = "native, builtin"
 "mciavi.drv"   = "native, builtin"
 "mcianim.drv"  = "native, builtin"
+"msi"          = "native, builtin"
 ; you can specify applications too
 ; this one will apply for all notepad.exe
 ;"*notepad.exe" = "native, builtin"
@@ -118,10 +125,10 @@ WINE REGISTRY Version 2
 ; Use XFree86 DGA extension if present
 ; (make sure /dev/mem is accessible by you !)
 "UseDGA" = "Y"
-; Use XShm extension if present
-"UseXShm" = "Y"
 ; Use XVidMode extension if present
 "UseXVidMode" = "Y"
+; Use XRandR extension if present
+"UseXRandR" = "Y"
 ; Use the take focus protocol
 "UseTakeFocus" = "Y"
 ; Enable DirectX mouse grab
@@ -129,12 +136,6 @@ WINE REGISTRY Version 2
 ; Create the desktop window with a double-buffered visual
 ; (useful to play OpenGL games)
 "DesktopDoubleBuffered" = "N"
-; Code page used for captions in managed mode
-; 0 means default ANSI code page (CP_ACP == 0)
-"TextCP" = "0"
-; Use this if you have more than one port for video on your setup
-; (Wine uses for now the first 'input image' it finds).
-;; "XVideoPort" = "43"
 ; Run in synchronous mode (useful for debugging X11 problems)
 ;;"Synchronous" = "Y"
 ;
@@ -207,6 +208,8 @@ WINE REGISTRY Version 2
 [Debug]
 ;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
 ;"RelayInclude" = "user32.CreateWindowA"
+;"RelayFromExclude" = "user32;x11drv"
+;"RelayFromInclude" = "sol.exe"
 ;"SnoopExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
 ;"SpyExclude" = "WM_SIZE;WM_TIMER;"
 
@@ -234,13 +237,6 @@ WINE REGISTRY Version 2
 ;; set the "Windows" value in the [Version] section if you want that.
 "WineLook" = "Win95"
 
-[Console]
-;"Drivers" = "tty"
-;"XtermProg" = "nxterm"
-;"InitialRows" = "25"
-;"InitialColumns" = "80"
-;"TerminalType" = "nxterm"
-
 [Clipboard]
 "ClearAllSelections" = "0"
 "PersistentSelection" = "1"
@@ -253,8 +249,15 @@ WINE REGISTRY Version 2
 "4" = "/usr/X11R6/lib/X11/fonts/Type1"
 
 [WinMM]
-"Drivers" = "wineoss.drv"
-#"Drivers" = "winearts.drv"
+; Uncomment the "Drivers" line matching your sound setting.
+
+"Drivers" = "wineoss.drv"      ; default for most common configurations
+;"Drivers" = "winearts.drv"    ; for KDE
+;"Drivers" = "winealsa.drv"    ; for ALSA users
+;"Drivers" = "winejack.drv"    ; for Jack sound server
+;"Drivers" = "winenas.drv"     ; for NAS sound system
+;"Drivers" = "wineaudioio.drv" ; for Solaris machines
+;"Drivers" = ""                ; to disable sound
 "WaveMapper" = "msacm.drv"
 "MidiMapper" = "midimap.drv"
 
@@ -267,6 +270,16 @@ WINE REGISTRY Version 2
 ;"SndQueueMax" = "28"
 ;; Min number of fragments to prebuffer
 ;"SndQueueMin" = "12"
+;; Forces emulation mode (using wave api)
+;"HardwareAcceleration" = "Emulation"
+;; Sets default playback device (0 - number of devices - 1)
+;"DefaultPlayback" = "0"       ; use first device (/dev/dsp)
+;"DefaultPlayback" = "1"       ; use second device (/dev/dsp1)
+;"DefaultPlayback" = "2"       ; use third device (/dev/dsp2)
+;; Sets default capture device (0 - number of devices - 1)
+;"DefaultCapture" = "0"                ; use first device (/dev/dsp)
+;"DefaultCapture" = "1"                ; use second device (/dev/dsp1)
+;"DefaultCapture" = "2"                ; use third device (/dev/dsp2)
 
 [Network]
 ;; Use the DNS (Unix) host name always as NetBIOS "ComputerName" (boolean, default "Y").
@@ -276,6 +289,34 @@ WINE REGISTRY Version 2
 ;"UseDnsComputerName" = "N"
 
 ;; sample AppDefaults entries
+
+; 3 InstallShield versions who like to put their full screen window in front,
+; without any chance to switch to another X11 application.
+; So just catch them in a desktop window.
+
+[AppDefaults\\_INS0432._MP\\x11drv]
+"Desktop" = "640x480"
+
+[AppDefaults\\_INS0466._MP\\x11drv]
+"Desktop" = "640x480"
+
+[AppDefaults\\_INS0576._MP\\x11drv]
+"Desktop" = "640x480"
+
+[AppDefaults\\_INS5176._MP\\x11drv]
+"Desktop" = "640x480"
+
+[AppDefaults\\_INS5576._MP\\x11drv]
+"Desktop" = "640x480"
+
+; force it to install even though wine has a newer version
+[AppDefaults\\dcom98.exe\\DllOverrides]
+"ole32" = "native"
+
+[AppDefaults\\dcom95.exe\\DllOverrides]
+"ole32" = "native"
+
+
 ;[AppDefaults\\iexplore.exe\\DllOverrides]
 ;"shlwapi" = "native"
 ;"rpcrt4" = "native"
@@ -298,4 +339,4 @@ WINE REGISTRY Version 2
 ;[AppDefaults\\pickygame.exe\\dsound]
 ;"EmulDriver" = "N"
 
-# </wineconf>
+# [/wineconf]