PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Hilfe bei Wine



Ronin999
18.12.02, 20:08
Hi leute ich breuchte etwas hilfe da ich kein Bock mehr habe auf das komische Windoof System und ja blau bekanntlich glücklich macht (wenn man Windows deinstalliert) habe ich mich für Red Hat 8 entschieden ... Suse sieht mir zu sehr nach Windows XP aus hehe wie auch immer ..

ich habe irgendwo ein todo aufgeschnapt wie ich wine von dem CVS Server installieren kann (hies doch CVS oder ?) jedenfals macht der schon bei make glaub war ich es ein fehler
"joystick/linuxinput.c:860: `MAX_BUTTONS' undeclared (first use in this function)
make[2]: *** [joystick/linuxinput.o] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis »/wine/dlls/dinput«
make[1]: *** [dinput/libdinput.so] Fehler 2
make[1]: Verlassen des Verzeichnisses Verzeichnis »/wine/dlls«
make: *** [dlls] Fehler 2"

aber jetzt kommts am ende von dem ding stand ich soll "wine notepad.exe" eingeben das notepad öffnet sich ... ich gehe mal dafon aus das wine dann funktioniert ... teoretisch ... aber wenn ich auf das cdrom gehe und dann "wine install.exe" (das ist starcraft install nix schw**es CS) macht er mucken diesen hier
"[root@Linux /]# cd mnt/cdrom/
[root@Linux cdrom]# wine install.exe
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
err:mmsys:MMDRV_InitHardcoded You didn't setup properly the config file for the Wine multimedia modules.
Will use the hard-coded setup, but this will disappear soon.
Please add a WinMM section to your Wine config file.
err:midi:OSS_MidiInit ioctl on midi info for device 0 failed.
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
[root@Linux cdrom]#"

und das soll was heisen ? bitte denkt daran ich bin anfänger :) danke im vorraus.

Ronin999

Flightbase
18.12.02, 21:13
suse sieht aus wie xp ?
nicht dass ich suse sonderlich toll finde - aber der desktop bleibt doch nach der install eh keine 5 minuten wie er war.

wegen wine : ich hab winex 2.2 als bin - da ist die install schonmal vom tisch. und die config von wine mache ich mit winesetuptk

ich hatte ursprünglich eine bin "kostenlos" erhalten. aber nachdem ich davon überzeug war, hab ich mir ne eigene lizens geholt. so teuer ist es ja nun nicht - und projekte wie winex sollten gefördert werden.

greets, Nik

Ronin999
18.12.02, 21:30
Hi

danke für den beitrag :) aber so richtig geholfen hat es mir nicht ... ich versuche es grad nochma und nochma .. so schnell gebe ich nicht auf ... wenn alles funktioniert so wie ich will zahle ich auch aber ich bezahle doch etwas nicht was nicht dudd ... ich werde auf jedenfall REDHAT kaufen und die programme die ich nutze eine spende zukommen lassen ... was gut ist muss unterstütz werden sehe ich genauso ...

mal so nebenbei an die newbies wenn ihr linux testen wollt nutz Mandrake ist wirklich easy zu verstehen ...

so zum wine also mein prob besteht noch immer :(

Ronin999

phoenix22
18.12.02, 21:33
Hast du überhaupt eine config-Datei eingerichtet? Mehr infos dazu findest du z.B, bei holarse.net oder google nach winesetuptk

HirschHeisseIch
18.12.02, 21:42
ich weiss ja nicht, wie das in neueren versionen ist, aber in meiner suse 8.0 kann ich als root wine nicht konfigurieren. das muss ich als "normaler" user machen.

Ronin999
18.12.02, 21:50
holarse finde ich in sache wine nicht so doll beschriebn hab ich schon versucht ohne erfolg :(

ich habe die passenden ordner gefunden die wine angelegt hat mit dem ordner "wine-c als C:\" und den dazugehörigen ordnern "Windows, System etc. standard windows müll ... sogar ne autoexec.bat und ne config.sys gibt es" die config befindet sich unter /root/.wine/config ... die poste ich mal mit ...




WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

;;
;; MS-DOS drives configuration
;;
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx" (Unix path for drive root)
;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and 'network')
;; "Label"="xxx" (drive label, at most 11 characters)
;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
;; "Filesystem"="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 recommended)
;; DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;
[Drive A]
"Path" = "/mnt/floppy"
"Type" = "floppy"
"Label" = "Floppy"
"Serial" = "87654321"
"Device" = "/dev/fd0"

[Drive C]
"Path" = "/usr/share/wine-c"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"

[Drive D]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/cdrom"

[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"

[Drive F]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"

[Drive Z]
"Path" = "/"
"Type" = "network"
"Label" = "Root"
"Filesystem" = "win95"

[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "e:\\"
"Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
"Profile" = "c:\\windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "wineshelllink"

# <wineconf>

[DllDefaults]
; "EXTRA_LD_LIBRARY_PATH" = "${HOME}/wine/cvs/lib"
"DefaultLoadOrder" = "native, builtin, so"

[DllOverrides]
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"ver" = "builtin, native"
"version" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"lzexpand" = "builtin, native"
"lz32" = "builtin, native"
"comctl32" = "builtin, native"
"commctrl" = "builtin, native"
"wsock32" = "builtin"
"winsock" = "builtin"
"advapi32" = "builtin, native"
"crtdll" = "builtin, native"
"mpr" = "builtin, native"
"winspool.drv" = "builtin, native"
"ddraw" = "builtin, native"
"dinput" = "builtin, native"
"dsound" = "builtin, native"
"mmsystem" = "builtin"
"winmm" = "builtin"
"msvcrt" = "native, builtin"
"msvideo" = "builtin, native"
"msvfw32" = "builtin, native"
"mcicda.drv" = "builtin, native"
"mciseq.drv" = "builtin, native"
"mciwave.drv" = "builtin, native"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msacm.drv" = "builtin, native"
"msacm" = "builtin, native"
"msacm32" = "builtin, native"
"midimap.drv" = "builtin, native"
"wnaspi32" = "builtin"
"icmp" = "builtin"

[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"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"
; Use XFree86 DGA extension if present
"UseDGA" = "Y"
; Use XShm extension if present
"UseXShm" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "N"
; 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"

[fonts]
;Read documentation/fonts before adding aliases
"Resolution" = "96"
"Default" = "-adobe-times-"

[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"

[parallelports]
"Lpt1" = "/dev/lp0"

[spooler]
"LPT1:" = "|lpr"
;"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
;"LPT3:" = "/dev/lp3"

[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
; "write" = "0x779,0x379,0x280-0x2a0"

[spy]
"Exclude" = "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
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "Y"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"

[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
"WineLook" = "Win98"

[Console]
;"Drivers" = "tty"
;"XtermProg" = "nxterm"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"

[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"

# </wineconf>



aso ich habe nochmal die CVS installation gemacht habe diesmal keine fehler mehr aber wenn ich auf /mnt/cdrom bin und wine install.exe eingebe passiert das
"[root@Linux /]# cd mnt/cdrom/
[root@Linux cdrom]# wine install.exe
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
err:mmsys:MMDRV_InitHardcoded You didn't setup properly the config file for the Wine multimedia modules.
Will use the hard-coded setup, but this will disappear soon.
Please add a WinMM section to your Wine config file.
err:midi:OSS_MidiInit ioctl on midi info for device 0 failed.
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
[root@Linux cdrom]#"

Ronin999
18.12.02, 21:53
@HirschHeisseIch
hmm en kumpel hats nur unter root bei RedHat 8 zum laufen bekommen ... bin mir da nicht sicher ich warte noch etwas mal schauen was die anderren posten ... ich mach das unter root ... soll man doch in den user gehen ?!

phoenix22
18.12.02, 21:56
neee, auf jeden Fall als user. Ist die CD gemountet? Starte setup mal aus einem anderen VErzeichnis, geh also z.B in dein Homeverzeichnis und gibt wine /mnt/cdrom/setup.exe ein

Ronin999
18.12.02, 22:01
wie jetzt als root oder user ?

ich kann auf die cd zugreifen also lesen

ich gehe mal auf user und versuche es nochmal.


also bin in user ... und da kommt das
"[ronin@Linux /]$ cd mnt/cdrom/
[ronin@Linux cdrom]$ dir
autorun.inf handbuch install.exe setup.exe
directx5 help sc.ico smackw32.dll
[ronin@Linux cdrom]$ wine install.exe
wineserver: chdir /home/ronin/.wine : No such file or directory
[ronin@Linux cdrom]$ wine setup.exe
wineserver: chdir /home/ronin/.wine : No such file or directory
[ronin@Linux cdrom]$ wine
wineserver: chdir /home/ronin/.wine : No such file or directory
[ronin@Linux cdrom]$"

also auf das rom kann ich zugreifen ... aber mit den user rechten hab ich nichts am hud das hab ich noch nie geraft ...

HirschHeisseIch
18.12.02, 22:16
du musst wine natürlich noch für den user konfigurieren. dann findet der auch die ~/.wine/config oder wie die sich auch immer schimpft!

Ronin999
18.12.02, 22:20
habs gemerkt das da was nicht stimmt war sofrei und hab den gansen schotter aus root in den user reinkopiert (peinlich) aber der fehler ist der gleiche ...

phoenix22
18.12.02, 22:25
wenn du die Dateien kopiert hast, hast du bestimmt auch die Zugriffsrechte geändert? Welche Fehlermeldun bekommst du jetzt genau?

Ronin999
18.12.02, 22:30
bin im user:

[ronin@Linux cdrom]$ wine
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
Wine version 20020228

Usage: wine [options] [--] program_name [arguments]
The -- has to be used if you specify arguments (of the program)

Options:
--debugmsg name Turn debugging-messages on or off
--dll name Enable or disable built-in DLLs
--dosver x.xx DOS version to imitate (e.g. 6.22)
Only valid with --winver win31
--help,-h Show this help message
--managed Allow the window manager to manage created windows
--version,-v Display the Wine version
--winver Version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,wi n30,win31)
--dt Defer trace until Alt+F12
[ronin@Linux cdrom]$ ll
insgesamt 619486
-r-xr-xr-x 1 root root 40 Jan 9 1998 autorun.inf
dr-xr-xr-x 1 root root 2048 Okt 14 1999 directx5
dr-xr-xr-x 1 root root 2048 Okt 14 1999 handbuch
dr-xr-xr-x 1 root root 2048 Okt 14 1999 help
-r-xr-xr-x 1 root root 634224814 Apr 3 1998 install.exe
-r-xr-xr-x 1 root root 1078 Jan 14 1998 sc.ico
-r-xr-xr-x 1 root root 25088 Jan 14 1998 setup.exe
-r-xr-xr-x 1 root root 95232 Jan 20 1998 smackw32.dll
[ronin@Linux cdrom]$ wine install.exe
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
err:mmsys:MMDRV_InitHardcoded You didn't setup properly the config file for the Wine multimedia modules.
Will use the hard-coded setup, but this will disappear soon.
Please add a WinMM section to your Wine config file.
err:midi:OSS_MidiInit ioctl on midi info for device 0 failed.
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
[ronin@Linux cdrom]$ wine setup.exe
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
[ronin@Linux cdrom]$ err:mmsys:MMDRV_InitHardcoded You didn't setup properly the config file for the Wine multimedia modules.
Will use the hard-coded setup, but this will disappear soon.
Please add a WinMM section to your Wine config file.
err:midi:OSS_MidiInit ioctl on midi info for device 0 failed.
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.


genauer gehts nicht ;)

phoenix22
18.12.02, 22:59
Also mal zu dieser WinMM section, ich habe in der wine config folgenden Abschnitt:

[WinMM]
"Drivers" = "wineoss.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

Vielleicht bringt das ja was...

Ronin999
18.12.02, 23:15
ich weis jetzt nicht so recht wohin mit ich hab das einfach mal in die unterren hälfte reingekakt ... gebracht hats nichts



so siehts aus...

....
.....


[Console]
;"Drivers" = "tty"
;"XtermProg" = "nxterm"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"

[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"

[WinMM]
"Drivers" = "wineoss.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

# </wineconf>

hmm oder wohin damit ?

------------------------------------------------------------------------------------------------------------
nachtrag

mir ist grade was aufgefallen ...

fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
err:midi:OSS_MidiInit ioctl on midi info for device 0 failed.
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.

dir auch ?

WinMM is wech ... :) freu

Ronin999
19.12.02, 18:07
danke für die hilfe ich habs hinbekommen .. wenn ich das ganse nachvollziehen kann werde ich gerne eine anleitung machen :)

Ronin999

Ronin999
19.12.02, 18:54
ich sehe hier noch ein paar fehler kann mir jemand sagen was ich machen soll das die verschwinden ?

err:font:ReadFontDir Can't open directory "/root/.transgaming/c_drive/windows/Fonts"
fixme:console:SetConsoleCtrlHandler (0x4b8ba0,1) - no error checking or testing yet
err:win32:_EnterSysLevel (0x408a8834, level 2): Holding 0x4094a34c, level 3. Expect deadlock!
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x402595b0)->(00010021,00000013)
err:midi:OSS_MidiInit ioctl on midi info for device 0 failed.
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x4028db84,00010021,2):stub
wine: Unhandled exception, starting debugger...


DANKE jungs und madels würde mich über die hilfe freuen... hier nochma die neu config


WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

;; If you think it is nescessary 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"="xxx" (Unix path for drive root)
;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and 'network')
;; "Label"="xxx" (drive label, at most 11 characters)
;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
;; "Filesystem"="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 recommended)
;; DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;
[Drive C]
"Path" = "${HOME}/.transgaming/c_drive/"
"Type" = "hd"
"Label" = "Dos Drive"
"Filesystem" = "win95"

[Drive D]
"Path" = "${HOME}"
"Type" = "hd"
"Label" = "My Home"
"Filesystem" = "win95"

[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "tmp"
"Filesystem" = "win95"

[Drive G]
"Path" = "/"
"Type" = "hd"
"Label" = "root"
"Filesystem" = "win95"

[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system32\\"
"Temp" = "e:\\"
"Path" = "c:\\windows\\;c:\\windows\\system32\\"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "/usr/lib/transgaming/winex/bin/wineshelllink"

# <wineconf>

[DllDefaults]
"DefaultLoadOrder" = "native, builtin, so"

[DllOverrides]
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"ver" = "builtin, native"
"version" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"lzexpand" = "builtin, native"
"lz32" = "builtin, native"
"comctl32" = "builtin, native"
"commctrl" = "builtin, native"
"advapi32" = "builtin, native"
"crtdll" = "builtin, native"
"mpr" = "builtin, native"
"winspool.drv" = "builtin, native"
"d3d8" = "builtin, native"
"ddraw" = "builtin, native"
"dinput" = "builtin, native"
"dinput8" = "builtin, native"
"dmusic" = "builtin, native"
"dsound" = "builtin, native"
"opengl32" = "builtin, native"
"msvcrt" = "native, builtin"
"rpcrt4" = "native, builtin"
"msvideo" = "builtin, native"
"msvfw32" = "builtin, native"
"mcicda.drv" = "builtin, native"
"mciseq.drv" = "builtin, native"
"mciwave.drv" = "builtin, native"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msacm.drv" = "builtin, native"
"msacm" = "builtin, native"
"msacm32" = "builtin, native"
"midimap.drv" = "builtin, native"

[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Number of colors to copy from the default palette
"CopyDefaultColors" = "0"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "800x600"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
"UseDGA" = "N"
; Use XShm extension if present
"UseXShm" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "Y"
; Use XVidMode extension if present
"UseXVidMode" = "Y"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "Y"
; 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"

[fonts]
;Read documentation/fonts before adding aliases
"Resolution" = "96"
"Default" = "-adobe-times-"

[FontPatterns]
"Pattern0" = "-adobe-times*"
"Pattern1" = "-adobe-helvetica*"
"Pattern2" = "-adobe-courier*"
"Pattern3" = "-misc-fixed*"

[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"

[parallelports]
"Lpt1" = "/dev/lp0"

[spooler]
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"

[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
; "write" = "0x779,0x379,0x280-0x2a0"

[spy]
"Exclude" = "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
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "n"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "n"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"

[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
"WineLook" = "Win98"

[Console]
"Drivers" = "xterm"
;"Drivers" = "tty"
"XtermProg" = "konsole"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"

[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"

; List of all directories directly contain .AFM files
[afmdirs]
;"1" = "/usr/share/ghostscript/fonts"
;"2" = "/usr/share/a2ps/afm"
;"3" = "/usr/share/enscript"
;"4" = "/usr/X11R6/lib/X11/fonts/Type1"

[WinMM]
"Drivers" = "wineoss.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

[wineoss]
"UseMMap" = "Y"
"FullDuplex" = "N"

;; sample AppDefaults entries
;[AppDefaults\\iexplore.exe\\DllOverrides]
;"shlwapi" = "native"
;"rpcrt4" = "native"
;"ole32" = "native"
;"shdocvw" = "native"
;"wininet" = "native"
;"shfolder" = "native"
;"shell32" = "native"
;"shell" = "native"
;"comctl32" = "native"
;
;[AppDefaults\\setup.exe\\x11drv]
;"Desktop" = "800x600"

# </wineconf>