On Sun, 2 Mar 2003, Sylvain Petreolle wrote:
[WinMM] -#"Drivers" = "winearts.drv" -#"Drivers" = "winejack.drv" -"Drivers" = "wineoss.drv" +# Comment out the "Drivers" line matching your sound setting.
+"Drivers" = "wineoss.drv" # default for most common configuration +#"Drivers" = "winearts.drv" # for KDE +#"Drivers" = "winealsa.drv" # for ALSA users +#"Drivers" = "winejack.drv" # for Jack sound server +#"Drivers" = "" # to disable sound "WaveMapper" = "msacm.drv" "MidiMapper" = "midimap.drv"
You should use ';' for the comments. You should also mention winenas, for Xterminals using the NAS sound system, and wineaudioio, for Solaris machines.
thanks, nas and aduioio added.
You should use ';' for the comments. You should also mention winenas, for Xterminals using the NAS sound system, and wineaudioio, for Solaris machines.
--- config.old 2003-03-02 21:52:20.000000000 +0100 +++ config 2003-03-02 22:47:56.000000000 +0100 @@ -253,9 +253,15 @@ "4" = "/usr/X11R6/lib/X11/fonts/Type1"
[WinMM] -#"Drivers" = "winearts.drv" -#"Drivers" = "winejack.drv" -"Drivers" = "wineoss.drv" +; Comment out 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"
===== Sylvain Petreolle spetreolle@users.sourceforge.net Fight Spam ! EuroCauce: http://www.euro.cauce.org/en/index.html ICQ #170597259
"Don't think you are. Know you are." Morpheus, in "Matrix".
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
On Sun, 2 Mar 2003, Sylvain Petreolle wrote: [...]
+; Comment out the "Drivers" line matching your sound setting.
I missed that one the first time around. You probably meant:
+; Uncomment the "Drivers" line matching your sound setting.
Also, be careful, you patch wrapped... Getting there ;-)
Ah, me and English :)
+; Uncomment the "Drivers" line matching your sound setting.
Also, be careful, you patch wrapped... Getting there ;-)
<hope src="real linux and cvs diff will do the trick">thanks</hope>
Index: config =================================================================== RCS file: /home/wine/wine/documentation/samples/config,v retrieving revision 1.39 diff -u -r1.39 config --- config 12 Feb 2003 01:12:18 -0000 1.39 +++ config 2 Mar 2003 22:34:11 -0000 @@ -253,9 +253,15 @@ "4" = "/usr/X11R6/lib/X11/fonts/Type1"
[WinMM] -#"Drivers" = "winearts.drv" -#"Drivers" = "winejack.drv" -"Drivers" = "wineoss.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"
===== Sylvain Petreolle spetreolle@users.sourceforge.net Fight Spam ! EuroCauce: http://www.euro.cauce.org/en/index.html ICQ #170597259
"Don't think you are. Know you are." Morpheus, in "Matrix".
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com