Hello, Is there a way to change the settings that are available in winecfg via the shell in the latest wine versions? I would like to be able to automatically change the audio hardware acceleration setting via a script. Thanks. Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20051224/9d22dfb6/attachment.htm
drescher0110-lists@yahoo.com
2005-Dec-25 09:29 UTC
[Wine] setting winecfg settings via shell?
> Hello, > > Is there a way to change the settings that are > available in winecfg via the > shell in the latest wine versions? I would like to > be able to automatically > change the audio hardware acceleration setting via a > script. >I believe wine stores this information in the .reg files. As a quick check I backed up my .reg files and saw that the user.reg file was changed when I switched the hardware accelleration setting for audio. # diff user.reg user.reg.orig 4555c4555 < [Software\\Wine\\DirectSound] 1135524425 ---> [Software\\Wine\\DirectSound] 11355243814557c4557 < "HardwareAcceleration"="Emulation" ---> "HardwareAcceleration"="Full"4664c4664