Search:

Type: Posts; User: markmark; Keyword(s):

Search: Search took 0.12 seconds.

  1. Replies
    23
    Views
    5,524

    Re: Guitar Hero3 wii controller in Ubuntu

    Excellent. I'm hoping to grab GH3 this weekend, so I should get to give it a go myself sometime soon. Actually I should try and dig up my bluetooth adapter and see if it works first I guess...
  2. Replies
    23
    Views
    5,524

    Re: Guitar Hero3 wii controller in Ubuntu

    Actually, as an idea for a quick and dirty fix, change it to:
    if off == 0xfe and ct1 == ct2:
    if ct1 == 0xfd:
    ext_device_name = 'Classic'
    elif ct1 == 0xfe:
    ...
  3. Replies
    23
    Views
    5,524

    Re: Guitar Hero3 wii controller in Ubuntu

    The error is saying ext_device_name isn't defined but they are trying to check the value of it.

    Perhaps change:

    def __init__( self, ev, wmmode ):
    self.ev = ev
    self.wmmode = wmmode...
  4. Replies
    23
    Views
    5,524

    Re: Guitar Hero3 wii controller in Ubuntu

    Did you check out an entire new version of the whole program from SVN? Or just grab that one file. I know my post wasn't very clear, but you'll have to use subversion to check out everything.
  5. Replies
    23
    Views
    5,524

    Re: Guitar Hero3 wii controller in Ubuntu

    Actually I just looked at the svn version of wmd and notice that Input.py has been updated a fair bit from the version I downloaded (https://svn.forthewiin.org/wmd/trunk/wmd/Wiimote/Input.py)
    ...
  6. Replies
    23
    Views
    5,524

    Re: Guitar Hero3 wii controller in Ubuntu

    In "Input.py" find:

    def process_stats( s ):
    pass

    def process_bat( b ):
    pass
    And change it so it reads:

    def process_stats( self, s ):
  7. Replies
    31
    Views
    17,371

    Re: HOWTO: Install Latest Tracker (desktop search)

    That's what I did (they aren't my debs, I just found them). I'm guessing you don't need the libtrackerclient0-dev one unless you are going to do some coding, and the nautilus one replaces nautilus...
  8. Replies
    31
    Views
    17,371

    Re: HOWTO: Install Latest Tracker (desktop search)

    0.5.1 Edgy debs are available here: http://www.gnome.org/~jamiemcc/tracker/DEB/Edgy/
  9. Thread: killer app

    by markmark
    Replies
    30
    Views
    1,420

    Re: killer app

    If I had to ditch linux the things I'd really miss are:

    apt + good repos
    mythtv
    cron/at and decent scripting (bash and python) built in

    There's other stuff I use all the time obviously but I...
  10. Replies
    17
    Views
    3,950

    Re: HOWTO install cvs xqf??

    You say the FAQ states that automake > 1.6 is required, but that doing apt-get install automake only gave you 1.4?

    There is individual automake packages in the repos for specific versions:
    ...
  11. Replies
    827
    Views
    643,845

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Basically "make install" just installs the program by copying all the files to the appropriate places, you can then uninstall later on by doing a "make uninstall" in the source directory (which you...
  12. Replies
    98
    Views
    180,110

    Re: No sound in flash? Try this.

    Out of sync sound in flash has been a problem for a loooooooong time. This is a solution that worked for some people.
  13. Re: Foiled again, my first step into Linux was not pleasent

    You have installed the 64 bit version of Ubuntu, but then tried to install a 32 bit version of Opera. That won't work. I would strongly recommend you install the standard 32 bit version of Ubuntu if...
  14. Thread: ET Punkbuster

    by markmark
    Replies
    1
    Views
    407

    Re: ET Punkbuster

    This happened to me, I seem to remember the problem was that if you install with sudo it creates your settings directoy (~/.etwolf) with root as the owner. Try doing
    sudo chown -R username:username...
  15. Re: Wolfenstein: ET - Black bars, top and right

    It might be that ET is using a different screen resolution than your X server. Try changing your desktop resolution to the same as the ET resolution you want to use before you play. If that works you...
  16. Replies
    7
    Views
    2,337

    Re: Tribes 2: Can I get a hold of it somehow?

    It would have installed on your wine "c drive" which is usually located in your home directory. You should be able to launch it from the command line doing something like:

    wine...
  17. Replies
    183
    Views
    55,437

    Re: conky 1.3.0 -- lightweight system monitor for X

    You can use the gap_x and gap_y variables to give an offset out from your specified corner. For example I have:

    alignment top_right
    gap_x 25
    gap_y 35To get mine a little out from the right edge,...
  18. Re: How do I set a relative path to images in Python?

    The reason it breaks is because python works relative paths like that from the current working directory rather than the location of the script. You could try using the info here to find the path to...
  19. Re: "cd to that directory" what does that mean? (Mozcontrol install)

    Assuming you're trying to get mozcontrol going to run steam:

    I'm also guessing you have managed to download the mozcontrol.tgz file and have extracted it in to ~/.wine/drive_c/Program...
  20. Replies
    15
    Views
    1,548

    Re: haveing trouble installing steam

    Did you try installing the mozilla plugin thing yourself manually as described in the guide linked above?

    download this file:...
  21. Replies
    1
    Views
    2,303

    Re: looking for RAD-IDE for Python with GTK

    I'm about to have a play with the stuff detailed here: http://www.linuxjournal.com/article/7421

    Might be what you are after.
  22. Replies
    5,582
    Views
    699,699

    Re: If you have Windows XP, why do you use linux?

    I was worried about breaking stuff when I moved /home then I just did it anyway, and it couldn't have been easier. All you have to do is copy everything across and then change your fstab entry to...
  23. Replies
    10,014
    Views
    1,110,220

    Re: How many of you completely switched to Linux?

    I've tended to throw linux on my machine every year or so, then I'd play with it for a while and end up ditching it because I couldn't play the games I wanted to. About six months ago my XP install...
  24. Replies
    35
    Views
    13,470

    Re: HOWTO: Speed Up Azureus

    Tad030: I'm guessing this is because Azureus is in the "Universe" repositories which aren't enabled by default in Ubuntu. Try following the guide here: http://www.ubuntuguide.org/#extrarepositories...
  25. Replies
    65
    Views
    16,793

    Re: Howto: Install and use Luminocity (eye candy)

    Okay, I had this problem and have managed to compile now (although I haven't had a chance to run it since I've being doing this remotely via ssh).

    I found that even though I had added "-lXxf86vm"...
Results 1 to 25 of 25