Hi all, - update README and documentation/samples/config -- Andreas Mohr Stauferstr. 6, D-71272 Renningen, Germany
Determining best CVS host... Using CVSROOT :pserver:cvs@rhlx01.fht-esslingen.de:/home/wine Index: README =================================================================== RCS file: /home/wine/wine/README,v retrieving revision 1.35 diff -u -r1.35 README --- README 9 May 2002 20:37:26 -0000 1.35 +++ README 19 May 2002 21:03:23 -0000 @@ -121,20 +121,23 @@ 5. SETUP +In case a previous Wine installation is already on your PC, don't forget +to uninstall it before installing this Wine version (unless the previous +Wine version is an "isolated" install which doesn't conflict with the +new install). +Try either "dpkg -r wine" or "rpm -e wine" or "make uninstall" +to do so. + Once Wine has been built correctly, you can do "make install"; this will install the wine executable, the Wine man page, and a few other needed files. -Don't forget to uninstall any conflicting previous Wine installation -first. Try either "dpkg -r wine" or "rpm -e wine" or "make uninstall" -before installing. - If you want to read the documentation supplied with the Wine source, see the "DOCUMENTATION" section. -Wine requires a configuration file named named "config" in your -~/.wine directory. The format of this file is explained in the config file -man page (documentation/wine.conf.man). +Wine requires a configuration file named "config" (in a directory named +".wine" in the user's home directory). The format of this file is explained +in the config file man page (documentation/wine.conf.man). The file documentation/samples/config contains an example configuration file which has to be adapted and copied to the location mentioned above. @@ -143,9 +146,10 @@ See http://www.winehq.com/support/ for further configuration hints. -In case of library loading errors -(e.g. "Error while loading shared libraries: libntdll.so"), make sure -to add the library path to /etc/ld.so.conf and run ldconfig as root. +In case of builtin library loading errors +(e.g. "err:module:PE_fixup_imports ERROR: DLL/library file ADVAPI32.dll(.so ?), +which is needed by..."), make sure to add the library path to /etc/ld.so.conf +and run ldconfig as root. In order to verify the correctness of the environment you need for Wine to run successfully, you may run "./tools/winecheck | less". @@ -153,7 +157,8 @@ As this program is alpha, it doesn't run a truly thorough test yet, though, so it should be taken as a first verification step only. -See wine.conf man page on how to switch to text mode only support if desired. +See wine.conf man page on how to switch to text mode only support +(i.e.: no X11 output) if desired. 6. RUNNING PROGRAMS Index: documentation/samples/config =================================================================== RCS file: /home/wine/wine/documentation/samples/config,v retrieving revision 1.20 diff -u -r1.20 config --- documentation/samples/config 21 Mar 2002 01:38:20 -0000 1.20 +++ documentation/samples/config 19 May 2002 21:03:23 -0000 @@ -26,6 +26,7 @@ "Path" = "/mnt/fd0" "Type" = "floppy" "Label" = "Floppy" +"Filesystem" = "win95" "Serial" = "87654321" "Device" = "/dev/fd0" @@ -55,7 +56,15 @@ "Label" = "Home" "Filesystem" = "win95" +;; this silences many "not accessible from a configured DOS drive" messages +;[Drive U] +;"Path" = "/usr" +;"Type" = "hd" +;"Label" = "usr" +;"Filesystem" = "win95" + [wine] +; Warning ! case sensitive directory names here ! "Windows" = "c:\\windows" "System" = "c:\\windows\\system" "Temp" = "e:\\" @@ -121,10 +130,10 @@ ;;"ScreenDepth" = "16" ; Name of X11 display to use ;;"Display" = ":0.0" -; Allow the window manager to manage created windows -"Managed" = "N" ; Use a desktop window of 640x480 for Wine ;"Desktop" = "640x480" +; Allow the window manager to manage created windows (gets overridden by "Desktop" setting !) +"Managed" = "N" ; Use XFree86 DGA extension if present ; (make sure /dev/mem is accessible by you !) "UseDGA" = "Y" @@ -147,7 +156,7 @@ ;;"Synchronous" = "Y" [fonts] -;Read documentation/fonts before adding aliases +;Read documentation/fonts.sgml before adding aliases ;See a couple of examples for russian users below "Resolution" = "96" "Default" = "-adobe-helvetica-" @@ -165,6 +174,13 @@ ;"DefaultFixed" = "fixed" ;"DefaultSerif" = "-cronyx-times-" ;"DefaultSansSerif" = "-cronyx-helvetica-" + +; the TrueType font dirs you want to make accessible to wine +[FontDirs] +;"dir1" = "/usr/X11R6/lib/X11/fonts/TrueType" +;"dir2" = "/usr/share/fonts/truetype" +;"dir3" = "/usr/X11R6/lib/X11/fonts/TT" +;"dir4" = "/usr/share/fonts/TT" [serialports] "Com1" = "/dev/ttyS0"