Ty for the tut. I say 3.1 is not stable because it is not currently marked as stable on http://kernel.org It was marked as mainline.SatoXYN wrote: 336e6q
rocker2344, kernel 3.1 is a current stable kernel. Why shouldn't I use it?
Well, a tutorial here.
I'm using ArchLinux with latest kernel(3.1) and latest wine(1.3.32) with a sandy brigde intel HD3000 gpu on Lenovo Thinkpad x220 laptop.
1) Copy installed osu folder to your home directory or any suitable path.
2) Run winetricks dotnet20
3) Run winetricks gdiplus ddr=opengl dsoundhw=Full fontsmooth=rgb glsl=disabled multisampling=disabled rtlm=disabled strictdrawordering=disabled
4) Always run osu in a wine's desktop window. It would add some FPS because without desktop window wine probes video ports every VBLANK. I have 160 FPS without desktop window and 250 with desktop window.
vblank_mode=0 WINEDEBUG=-all WINEARCH=win32 wine explorer.exe /desktop=osu,1366x768 osu\!.exe
where 1366x768 your resolution.
Try not to use pulseaudio. If you don't really need it, just remove it, if you cannot remove it use pasuspender
Run osu and execute
cat /proc/asound/card0/pcm0p/sub0/hw_params
If you buffers are high(above 8192 I think) then you can make them lower to make audio latency lower.
Create /etc/asound.conf with this:
pcm.!default {Change period_size and buffer_size to bigger values if you have no sound at all or shuttering.
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0,0"
period_time 0
period_size 512
buffer_time 0
buffer_size 2048
}
}
Disable composite while playing! this is one of the most important thing.
I will take what you have here and make it work for the ubuntu/fredora s. just because every distro is slightly different.