Problems reported by Donald Page, PR 105-107.
[wine] / wine.ini
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','win95','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)
18 ;;
19 [Drive A]
20 Path=/mnt/fd0
21 Type=floppy
22 Label=Floppy
23 Serial=87654321
24 Device=/dev/fd0
25
26 [Drive C]
27 Path=/c
28 Type=hd
29 Label=MS-DOS
30 Filesystem=win95
31
32 [Drive D]
33 Path=/cdrom
34 Type=cdrom
35 Label=CD-Rom
36 Filesystem=win95
37
38 [Drive E]
39 Path=/tmp
40 Type=hd
41 Label=Tmp Drive
42 Filesystem=win95
43
44 [Drive F]
45 Path=${HOME}
46 Type=network
47 Label=Home
48 Filesystem=win95
49
50 [wine]
51 Windows=c:\windows
52 System=c:\windows\system
53 Temp=e:\
54 Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
55 SymbolTableFile=./wine.sym
56
57 [options]
58 AllocSystemColors=100
59
60 [fonts]
61 ;Read documentation/fonts before adding aliases
62 Resolution = 96
63 Default = -adobe-times-
64
65 [serialports]
66 Com1=/dev/cua0
67 Com2=/dev/cua1
68 Com3=/dev/modem,38400
69 Com4=/dev/modem
70
71 [parallelports]
72 Lpt1=/dev/lp0
73
74 [spooler]
75 LPT1:=|lpr
76 LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
77 LPT3:=/dev/lp3
78
79 [ports]
80 ;read=0x779,0x379,0x280-0x2a0
81 ;write=0x779,0x379,0x280-0x2a0
82
83 [spy]
84 Exclude=WM_SIZE;WM_TIMER;
85
86 [Tweak.Layout]
87 ;; WineLook=xxx  (supported styles are 'Win31'(default), 'Win95', 'Win98')
88 ;WineLook=Win95
89
90 [programs]
91 Default=
92 Startup=
93
94 [Console]
95 ;XtermProg=nxterm
96 ;InitialRows=25
97 ;InitialColumns=80
98 ;TerminalType=nxterm