[Bug 8564] Tomb Raider: Anniversary - Textures turn dark

Wine Bugs wine-bugs at winehq.org
Fri Jul 6 14:06:19 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8564





------- Additional Comments From nudeldieb at directbox.com  2007-06-07 14:06 -------
Hi,
I found a solution to the crackling sound (even if it's a special problem with
my nforce onboard sound card):
After exporting WINEDEBUG=wave and starting tra.exe with nice -20 the trace
output told me to decrease the period size and instead of that increase the
period time (an alsa default nogo), and the sound lagging problem was solved!!
The hint DID work!
My .asoundrc looks like this, now:
pcm.nforce-hw {
  type hw
  card 0
}
pcm.!default {
  type plug
  slave.pcm "nforce"
}
pcm.nforce {
  type dmix
  ipc_key 1234
  slave {
      pcm "hw:0,0"
      period_time 4
      period_size 256
      buffer_size 32768
      rate 48000
  }
}
ctl.nforce-hw {
  type hw
  card 0
}

To the wine team:
Could you please put this hint in the correct thread context, as this one's the
"dark texture" thread...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list