From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 10 Dec 2003 16:49:27 +0200 From: Alexander Bokovoy To: sisyphus@altlinux.ru Subject: Re: [sisyphus] Re: =?koi8-r?B?y8/T2cUg2sHX?= =?koi8-r?B?ydPJzc/T1Mkg1w==?= Wine Message-ID: <20031210144927.GH12819@sam-solutions.net> Mail-Followup-To: sisyphus@altlinux.ru References: <1071058933.3422.2.camel@programmer9.mainoffice.interlot.ru> <20031210133639.GQ27405@julia.office.altlinux.ru> <1071065940.4115.0.camel@programmer9.mainoffice.interlot.ru> <20031210142150.GG12819@sam-solutions.net> <1071066844.4115.2.camel@programmer9.mainoffice.interlot.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <1071066844.4115.2.camel@programmer9.mainoffice.interlot.ru> Content-Transfer-Encoding: quoted-printable X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.1.3 Precedence: list Reply-To: sisyphus@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2003 14:49:38 -0000 Archived-At: List-Archive: On Wed, Dec 10, 2003 at 05:34:05PM +0300, Roman Savelyev wrote: > =F7 =F3=D2=C4, 10.12.2003, =D7 17:21, Alexander Bokovoy =D0=C9=DB=C5=D4= : > > > =EB=D3=D4=C1=D4=C9, =D0=CF=C4 2.4.22=C1=CC=D8=D412 =D5 =CB=CF=C7=CF= -=CE=C9=C2=D5=C4=D8 WINE =D2=C1=C2=CF=D4=C1=C5=D4? > > =E4=C1. > =EE=C5 =DA=C1=D4=D2=D5=C4=CE=C9=D4 =CC=C9 =C2=CC=C1=C7=CF=D2=CF=C4=CE=CF= =C7=CF =D3=DC=D2=C1 =D0=CF=C4=C5=CC=C9=D4=D8=D3=D1 ~/.wine/config? =F4=C1=CD =CE=C9=DE=C5=C7=CF =D3=C5=D2=D8=C5=DA=CE=CF=C7=CF. =E5=C4=C9=CE= =D3=D4=D7=C5=CE=CE=CF=C5, =DE=D4=CF =D1 =D3=C4=C5=CC=C1=CC, =DC=D4=CF=20 chstk -e /usr/bin/wine WINE REGISTRY Version 2 ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config ;; If you think it is necessary to show others your complete config for a ;; bug report, filter out empty lines and comments with ;; grep -v "^;" ~/.wine/config | grep '.' ;; ;; MS-DOS drives configuration ;; ;; Each section has the following format: ;; [Drive X] ;; "Path"=3D"xxx" (Unix path for drive root) ;; "Type"=3D"xxx" (supported types are 'floppy', 'hd', 'cdrom' and = 'network') ;; "Label"=3D"xxx" (drive label, at most 11 characters) ;; "Serial"=3D"xxx" (serial number, 8 characters hexadecimal number) ;; "Filesystem"=3D"xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'= /'vfat', 'unix') ;; This is the FS Wine is supposed to emulate on a certain ;; directory structure. ;; Recommended: ;; - "win95" for ext2fs, VFAT and FAT32 ;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recomme= nded) ;; DON'T use "unix" unless you intend to port programs using Winelib ! ;; "Device"=3D"/dev/xx" (only if you want to allow raw device access) ;; [Drive C] "Path" =3D "/var/lib/wine" "Type" =3D "hd" "Label" =3D "MS-DOS" "Filesystem" =3D "win95" [Drive D] "Path" =3D "/home/" "Type" =3D "network" "Label" =3D "Home" "Filesystem" =3D "win95" [Drive E] "Path" =3D "/home//tmp/winetmp" "Type" =3D "hd" "Label" =3D "Tmp Drive" "Filesystem" =3D "win95" [wine] "Windows" =3D "C:\\windows" "System" =3D "C:\\windows\\system" "Temp" =3D "E:\\" "Path" =3D "C:\\windows;C:\\windows\\system;D:\\;E:\\" "Profile" =3D "C:\\windows\\Profiles\\Administrator" "GraphicsDriver" =3D "x11drv" ;"ShowDirSymlinks" =3D "1" ;"ShowDotFiles" =3D "1" "ShellLinker" =3D "wineshelllink" # [wineconf] [Version] ; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,wi= n2k3,win20,win30,win31) "Windows" =3D "win2k" ; DOS version to imitate ;"DOS" =3D "6.22" ; Be careful here, wrong DllOverrides settings have the potential ; to pretty much kill your setup. [DllOverrides] ; some dlls you may want to change "oleaut32" =3D "builtin, native" "ole32" =3D "builtin, native" "commdlg" =3D "builtin, native" "comdlg32" =3D "builtin, native" "shell" =3D "builtin, native" "shell32" =3D "builtin, native" "shfolder" =3D "builtin, native" "shlwapi" =3D "builtin, native" "shdocvw" =3D "builtin, native" "advapi32" =3D "builtin, native" "msvcrt" =3D "native, builtin" "mciavi.drv" =3D "native, builtin" "mcianim.drv" =3D "native, builtin" "gdi32" =3D "native, builtin" ; you can specify applications too ; this one will apply for all notepad.exe ;"*notepad.exe" =3D "native, builtin" ; this one will apply only for a particular file ;"C:\\windows\\regedit.exe" =3D "native, builtin" ; default for all other dlls "*" =3D "builtin, native" [x11drv] ; Number of colors to allocate from the system palette "AllocSystemColors" =3D "100" ; Use a private color map "PrivateColorMap" =3D "N" ; Favor correctness over speed in some graphics operations "PerfectGraphics" =3D "Y" ; Color depth to use on multi-depth screens "ScreenDepth" =3D "16" ; Name of X11 display to use ;;"Display" =3D ":0.0" ; Allow the window manager to manage created windows "Managed" =3D "Y" ; Use a desktop window of 640x480 for Wine ;"Desktop" =3D "640x480" ; Use XFree86 DGA extension if present ; (make sure /dev/mem is accessible by you !) "UseDGA" =3D "Y" ; Use XVidMode extension if present "UseXVidMode" =3D "Y" ; Use the take focus protocol "UseTakeFocus" =3D "Y" ; Enable DirectX mouse grab "DXGrab" =3D "Y" ; Create the desktop window with a double-buffered visual ; (useful to play OpenGL games) "DesktopDoubleBuffered" =3D "Y" ; Run in synchronous mode (useful for debugging X11 problems) ;;"Synchronous" =3D "Y" ; ; Use the Render extension to render client side fonts (default "Y") "ClientSideWithRender" =3D "Y" ; Fallback on X core requests to render client side fonts (default "Y") "ClientSideWithCore" =3D "Y" ; Set both of the previous two to "N" in order to force X11 server side f= onts ; ; Anti-alias fonts if using the Render extension (default "Y") "ClientSideAntiAliasWithRender" =3D "Y" ; Anti-alias fonts if using core requests fallback (default "Y") "ClientSideAntiAliasWithCore" =3D "Y" ; [fonts] ;Read the Fonts topic in the Wine User Guide before adding aliases ;See a couple of examples for russian users below "Resolution" =3D "96" ;"Default" =3D "-adobe-helvetica-" ;"DefaultFixed" =3D "fixed" ;"DefaultSerif" =3D "-adobe-times-" ;"DefaultSansSerif" =3D "-adobe-helvetica-" ;; default TrueType fonts with russian koi8-r encoding ;"Default" =3D "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r" ;"DefaultFixed" =3D "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r" ;"DefaultSerif" =3D "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r" ;"DefaultSansSerif" =3D "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r" ;; default cyrillic bitmap X fonts "Default" =3D "-cronyx-helvetica-" "DefaultFixed" =3D "fixed" "DefaultSerif" =3D "-cronyx-times-" "DefaultSansSerif" =3D "-cronyx-helvetica-" ; the TrueType font dirs you want to make accessible to wine [FontDirs] ;"dir1" =3D "/usr/X11R6/lib/X11/fonts/TrueType" "dir2" =3D "/usr/share/fonts/truetype" ;"dir3" =3D "/usr/X11R6/lib/X11/fonts/TT" ;"dir4" =3D "/usr/share/fonts/TT" [serialports] "Com1" =3D "/dev/ttyS0" "Com2" =3D "/dev/ttyS1" "Com3" =3D "/dev/ttyS2" "Com4" =3D "/dev/modem" [parallelports] "Lpt1" =3D "/dev/lp0" [ppdev] ;; key: io-base of the emulated port ;; value : parport-device{,timeout} ;; timeout for auto closing an open device ( not yet implemented) ;"378" =3D "/dev/parport0" ;"278" =3D "/dev/parport1" ;"3bc" =3D "/dev/parport2" [spooler] "FILE:" =3D "tmp.ps" "LPT1:" =3D "|lpr" "LPT2:" =3D "|gs -sDEVICE=3Dbj200 -sOutputFile=3D/tmp/fred -q -" "LPT3:" =3D "/dev/lp3" [ports] ;"read" =3D "0x779,0x379,0x280-0x2a0" ;"write" =3D "0x779,0x379,0x280-0x2a0" [Debug] ;"RelayExclude" =3D "RtlEnterCriticalSection;RtlLeaveCriticalSection" ;"RelayInclude" =3D "user32.CreateWindowA" ;"RelayFromExclude" =3D "user32;x11drv" ;"RelayFromInclude" =3D "sol.exe" ;"SnoopExclude" =3D "RtlEnterCriticalSection;RtlLeaveCriticalSection" ;"SpyExclude" =3D "WM_SIZE;WM_TIMER;" [registry] ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false. ;Defaults are read all, write to Home ; Where to find the global registries ;"GlobalRegistryDir" =3D "/etc"; ; Global registries (stored in /etc) "LoadGlobalRegistryFiles" =3D "Y" ; Home registries (stored in ~user/.wine/) "LoadHomeRegistryFiles" =3D "Y" ; Load Windows registries from the Windows directory "LoadWindowsRegistryFiles" =3D "Y" ; TRY to write all changes to home registries "WritetoHomeRegistryFiles" =3D "Y" ; Registry periodic save timeout in seconds ; "PeriodicSave" =3D "600" ; Save only modified keys "SaveOnlyUpdatedKeys" =3D "Y" [Tweak.Layout] ;; supported styles are 'Win31'(default), 'Win95', 'Win98' ;; this has *nothing* to do with the windows version Wine returns: ;; set the "Windows" value in the [Version] section if you want that. "WineLook" =3D "Win95" [Clipboard] "ClearAllSelections" =3D "0" "PersistentSelection" =3D "1" ; List of all directories directly contain .AFM files [afmdirs] "1" =3D "/usr/share/ghostscript/fonts" "2" =3D "/usr/share/a2ps/afm" "3" =3D "/usr/share/enscript" "4" =3D "/usr/X11R6/lib/X11/fonts/Type1" [WinMM] ; Uncomment the "Drivers" line matching your sound setting. "Drivers" =3D "wineoss.drv" ; default for most common configurations ;"Drivers" =3D "winearts.drv" ; for KDE ;"Drivers" =3D "winealsa.drv" ; for ALSA users ;"Drivers" =3D "winejack.drv" ; for Jack sound server ;"Drivers" =3D "winenas.drv" ; for NAS sound system ;"Drivers" =3D "wineaudioio.drv" ; for Solaris machines ;"Drivers" =3D "" ; to disable sound "WaveMapper" =3D "msacm.drv" "MidiMapper" =3D "midimap.drv" [dsound] ;; HEL only: Number of waveOut fragments ahead to mix in new buffers. ;"HELmargin" =3D "5" ;; HEL only: Number of waveOut fragments ahead to queue to driver. ;"HELqueue" =3D "5" ;; Max number of fragments to prebuffer ;"SndQueueMax" =3D "28" ;; Min number of fragments to prebuffer ;"SndQueueMin" =3D "12" ;; Forces emulation mode (using wave api) ;"HardwareAcceleration" =3D "Emulation" ;; Sets default playback device (0 - number of devices - 1) ;"DefaultPlayback" =3D "0" ; use first device (/dev/dsp) ;"DefaultPlayback" =3D "1" ; use second device (/dev/dsp1) ;"DefaultPlayback" =3D "2" ; use third device (/dev/dsp2) ;; Sets default capture device (0 - number of devices - 1) ;"DefaultCapture" =3D "0" ; use first device (/dev/dsp) ;"DefaultCapture" =3D "1" ; use second device (/dev/dsp1) ;"DefaultCapture" =3D "2" ; use third device (/dev/dsp2) [Network] ;; Use the DNS (Unix) host name always as NetBIOS "ComputerName" (boolean= , default "Y"). ;; Set to N if you need a persistent NetBIOS ComputerName that possibly d= iffers=20 ;; from the Unix host name. You'll need to set ComputerName in=20 ;; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\Compu= terName, too. ;"UseDnsComputerName" =3D "N" ;; sample AppDefaults entries ; 3 InstallShield versions who like to put their full screen window in fr= ont, ; without any chance to switch to another X11 application. ; So just catch them in a desktop window. [AppDefaults\\_INS0432._MP\\x11drv] "Desktop" =3D "640x480" [AppDefaults\\_INS0466._MP\\x11drv] "Desktop" =3D "640x480" [AppDefaults\\_INS0576._MP\\x11drv] "Desktop" =3D "640x480" [AppDefaults\\_INS5176._MP\\x11drv] "Desktop" =3D "640x480" [AppDefaults\\_INS5576._MP\\x11drv] "Desktop" =3D "640x480" ; force it to install even though wine has a newer version [AppDefaults\\dcom98.exe\\DllOverrides] "ole32" =3D "native" [AppDefaults\\dcom95.exe\\DllOverrides] "ole32" =3D "native" ;[AppDefaults\\iexplore.exe\\DllOverrides] ;"shlwapi" =3D "native" ;"rpcrt4" =3D "native" ;"ole32" =3D "native" ;"shdocvw" =3D "native" ;"wininet" =3D "native" ;"shfolder" =3D "native" ;"shell32" =3D "native" ;"shell" =3D "native" ;"comctl32" =3D "native" ; ;[AppDefaults\\setup.exe\\x11drv] ;"Desktop" =3D "800x600" ; ;[AppDefaults\\sol.exe\\Version] ;"Windows" =3D "nt40" ; ;; Some games (Quake 2, UT) refuse to accept emulated dsound devices. ;; You can add an AppDefault entry like this for such cases. ;[AppDefaults\\pickygame.exe\\dsound] ;"EmulDriver" =3D "N" # [/wineconf] --=20 / Alexander Bokovoy Samba Team http://www.samba.org/ ALT Linux Team http://www.altlinux.org/ Midgard Project Ry http://www.midgard-project.org/