Last thing you'll ever read…again
More efficient procrastination
I upgraded my Ubuntu 8.04 to 8.10 beta recently. Here’s what I’ve noticed:
The good:
- Network Manager has been significantly improved…although…the improvements do not affect me and I’m quite comfortable using the old version
- More applications are being supported by Ubuntu
- VLC 0.9.2 was included despite the feature freeze
- Better driver support, my iphone is now successfully detected
- Better xorg support, but doesn’t really affect me since I have it setup correctly anyway
The bad:
- There is a “sound” lag, where the welcome sound would begin playing when my desktop has loaded rather than in the process of loading
- The “shutdown” icon on the top right hand corner is no longer a “shutdown” icon but rather a “logout” icon, and I can’t seem to change it back
- The desktop loading time is noticeably longer
- Still the same old crappy NTFS support, I copied 40gigs worth of movies to my NTFS external hdd, safely ejected it, plugged it into a Windows machine and I had to conduct a detect and repair to be able to recover 70% of the files
Well, it’s still in beta so hopefully when the final gets released in 4 weeks time, it’ll be more solid
I also developed a more efficient method of playing dota
The problem that I faced was that Compiz doesn’t support full screen games that well, it’s extremely buggy. So what I had to do previous was:
- Open terminal
- Type in “metacity –replace”
- cd into the directory and then run wine on warcraft
- Type “compiz –replace” when the game has closed to bring back compiz
The problem was that sometimes when I close down the terminal it would revert back to metacity…or even have no window manager running.
Eventually it turned into this:
- Open up compiz icon
- Change to metacity using the drop down from compiz icon
- Open up terminal
- cd into the directory and then run wine on warcraft
- Change to compiz using drop down when warcraft ends
It fixed the previous problem, has one extra step, but it saves keystrokes.
I recently added some custom commands to my Ubuntu box.
Command 1: metacity –replace
Command 2: sh -c “cd /media/sda1/Program\ Files/Warcraft\ 3 && wine w3l.exe”
Command 3: compiz –replace
I had shortcuts affiliated with the commands being “Shift F#” where # is the command number.
So now my steps to run Warcraft three is:
- Shift F1 to change to metacity
- Shift F2 to run Warcraft
- Shift F3 to change back to compiz when Warcraft have ended
All I need to do now is work out a way in script form to run metacity and then Warcraft and only run Compiz once Warcraft has ended.
Edit 6/10/08:
I’ve now reduced the number of steps to running Warcraft to 1.
- Press Shift F2
The main problem I was facing previously was the fact that Full Screen Games refused to run in fullscreen under Compiz. But recently I discovered that you could setup Window Rules through Compiz. I setup a rule that forces applications with the title “Warcraft” to run in full screen. I also decided to disable some plugins…namely “Expo” and “Scale” to make running of Warcraft “smoother”. I never really used those two plugins, they were there mainly for show. But yes. I guess I have achieved O(1) procrastination. Yay!
| Print article | This entry was posted by John Jiang on October 5, 2008 at 12:35 pm, and is filed under Thought. Follow any responses to this post through RSS 2.0. Both comments and pings are currently closed. |
Comments are closed.