A life saver, use clamz (http://code.google.com/p/clamz) instead of hacking around with wine or the 'official version'.
Make sure you set the cookie by visiting this page and don't forget to save the .amz file.
Wednesday, 30 September 2009
Wine tricks
Winetricks is pretty essential for GUI LCD font smoothing!
Here's the script for fast HL2MP startup (from http://www.linux-gamers.net/modules/wiwimod/index.php?page=howto+steam#cli):
#!/bin/bash
WINEDEBUG=-all wine C:/Program\ Files/Steam/Steam.exe \
-applaunch 320 \
-heapsize 102400 +map_background none "$@" \
-console -novid -refresh 60 -dxlevel 81
Remember, -dxlevel 81 only needs to be used once! The video settings will be reset if it is included again!
Here's the script for fast HL2MP startup (from http://www.linux-gamers.net/modules/wiwimod/index.php?page=howto+steam#cli):
#!/bin/bash
WINEDEBUG=-all wine C:/Program\ Files/Steam/Steam.exe \
-applaunch 320 \
-heapsize 102400 +map_background none "$@" \
-console -novid -refresh 60 -dxlevel 81
Remember, -dxlevel 81 only needs to be used once! The video settings will be reset if it is included again!
Monday, 28 September 2009
compiling rtorrent
Quick reminder to set linux environmental variables:
ENVIRON_VAR=/$PATH
No last back slash!
To test the settting:
echo %ENVIRON_VAR
libtorrent and rtorrent needs the dev files (from ubuntu repositories), not just the named dependencies on the webpage.
Default locations of libtorrent and rtorrent are /usr/local/bin and /usr/local/lib, need symlink
Applying patches (.diff) was learned here: http://drupal.org/patch/apply
Currently tracking:
ENVIRON_VAR=/$PATH
No last back slash!
To test the settting:
echo %ENVIRON_VAR
libtorrent and rtorrent needs the dev files (from ubuntu repositories), not just the named dependencies on the webpage.
Default locations of libtorrent and rtorrent are /usr/local/bin and /usr/local/lib, need symlink
Applying patches (.diff) was learned here: http://drupal.org/patch/apply
Currently tracking:
- forced tracker settings with 'f' key is currently broken, not remembered.
- 'encryption = enable_retry' not retrying in rTorrent 0.8.4/0.12. This doesn't seem to be fixed in 0.8.5.
Subscribe to:
Posts (Atom)