Hi all! so this is my first post so keep it cool
Now im not taking any credits of others work and solves but i have collected tips and tricks for linux users ALL-IN-ONE!
So i have my own copy of my osu that i took at november 2013. Well why am i talking about this version? because the latest version of osu doesent run straight off in ubuntu. Im running ubuntu 13.10 btw, and now after i got osu working nicely and smooth i decided to perform in-game-update ("New wesion of osu is avaible, click to restart"). I took the risk after got everything working with the earlier version that i mentioned. Well, as an suprise it started off normally without anything missing.
For sound latency i really am not experiencing problems. If you are, heres an advice for you: https://osu.ppy.sh/forum/p/1400208
Now enough with the stories so this is where you start
Start off with installing wine (newest version 1.7 is on my pc if you wonder the workingness)
After wine, setup wine prefix32 and then dotnet20 with winetricks.
Refer to Espionage724's step by step guide with terminal commands if you need them (as i may suppose its helpful!) BIG thanks to him!
Just extract it and run osu!.exe. It should automatically open in wine. after opening it probably starts searching for updates. ALSO! Bancho works flawlessly!
Let the updates be and log in like you would normally do. dont start hasseling with songs yet.
Then exit osu!.
NOTE! If you are having lucky drivers and hardware and osu is flawless, you dont need to perform the following
Now the part where we want the lag to disappear (mostly). This wont be as smooth as on windows but you can increase performance by disabling storyboard. This is a bug im working fix for the storyboard to not cause lag peaks.
So the trick is that we are going to edit the ubuntu environment a little bit. As far as i read the topics, looks like herochao also found this earlier. anyways:
Open terminal and run gedit as superuser to open /etc/environment. We are going to add a "magic" line there. sudo gedit /etc/environment
Now with gedit open, insert this on a new line: CLUTTER_PAINT=disable-clipped-redraws:disable-culling
So, what this magic line does that Gnome 3.4 has lagging problems when objects pass out of the screen area. This worked way better back in Gnome 3.2.
Then just save and exit, then restart computer and run osu again. Now you can update osu! and play on!
Hope i helped
Now im not taking any credits of others work and solves but i have collected tips and tricks for linux users ALL-IN-ONE!
So i have my own copy of my osu that i took at november 2013. Well why am i talking about this version? because the latest version of osu doesent run straight off in ubuntu. Im running ubuntu 13.10 btw, and now after i got osu working nicely and smooth i decided to perform in-game-update ("New wesion of osu is avaible, click to restart"). I took the risk after got everything working with the earlier version that i mentioned. Well, as an suprise it started off normally without anything missing.
For sound latency i really am not experiencing problems. If you are, heres an advice for you: https://osu.ppy.sh/forum/p/1400208
Now enough with the stories so this is where you start
Start off with installing wine (newest version 1.7 is on my pc if you wonder the workingness)
After wine, setup wine prefix32 and then dotnet20 with winetricks.
Refer to Espionage724's step by step guide with terminal commands if you need them (as i may suppose its helpful!) BIG thanks to him!
Espionage724 wrote:After those you should download the earlier version of osu! that i spoke earlier. Heres the link: http://www.4shared.com/zip/MzcajpUXce/osunovember.html
Here's some very detailed instructions for getting osu! on Ubuntu 13.04 (x86_64):
1. Add the Wine PPA
System Settings > Software & Updates > Other Software > Add... > ppa:ubuntu-wine/ppa > Close
or
Terminal > sudo add-apt-repository ppa:ubuntu-wine/ppa
2. Update Software Sources
Terminal > sudo apt-get update
3. Install Wine
Terminal > sudo apt-get install wine
- Should install around 218 MB of archives
- Accept the license for the fonts package (well, read it first of course ; may have to click the Terminal window and use Tab and Arrow Keys to navigate)
4. Set up a 32-bit Wine Prefix
Terminal > WINEARCH=win32 winecfg
- Feel free to just close the configuration window afterwards
5. Install .NET Framework 2.0
Terminal > winetricks dotnet20
Just extract it and run osu!.exe. It should automatically open in wine. after opening it probably starts searching for updates. ALSO! Bancho works flawlessly!
Let the updates be and log in like you would normally do. dont start hasseling with songs yet.
Then exit osu!.
NOTE! If you are having lucky drivers and hardware and osu is flawless, you dont need to perform the following
Now the part where we want the lag to disappear (mostly). This wont be as smooth as on windows but you can increase performance by disabling storyboard. This is a bug im working fix for the storyboard to not cause lag peaks.
So the trick is that we are going to edit the ubuntu environment a little bit. As far as i read the topics, looks like herochao also found this earlier. anyways:
Open terminal and run gedit as superuser to open /etc/environment. We are going to add a "magic" line there. sudo gedit /etc/environment
Now with gedit open, insert this on a new line: CLUTTER_PAINT=disable-clipped-redraws:disable-culling
So, what this magic line does that Gnome 3.4 has lagging problems when objects pass out of the screen area. This worked way better back in Gnome 3.2.
Then just save and exit, then restart computer and run osu again. Now you can update osu! and play on!
Hope i helped