Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    548

    Re: WoW gameplay issues

    smwoodruff0908,

    Downgrade Wine to 0.9.58. Solved it for me. (Gutsy 32 bit)

    [EDIT]

    Get it here.
  2. Replies
    92
    Views
    10,520

    Re: what games does everyone here play currently?

    I play a crap-ton of Regnum, and when I'm bored of that, WoW. :)
  3. Thread: Word association

    by po0f
    Replies
    70,112
    Views
    2,967,788

    Re: Word association

    Matador
  4. Re: I compiled gstreamer 0.10.15... how do I know if it worked...

    joesmith1234,

    Compile a binary from a test file as normal, and run `ldd` on it. The output should list what libraries - and where they are located - the binary uses.

    Dunno if gcc checks...
  5. Re: btnx: Send keyboard and mouse combination events with mouse buttons

    daou,

    Don't know if I've said thank you for such a great program yet, so if I haven't: THANK YOU!

    (Now that sucking up is complete...) ;)

    I have a feature request, feel free to shoot me...
  6. Replies
    26
    Views
    8,582

    Re: Script Help

    kbless7,

    *Usually*, appending an ampersand to the end of a command should background it, leaving the terminal free (to be closed in this case). Have no clue why it's not working for you.

    Does...
  7. Replies
    26
    Views
    8,582

    Re: Script Help

    kbless7,

    What about this script?


    #!/bin/bash

    cd ~/.matlab/bin
    MATLAB_JAVA=/usr/lib/jvm/java-6-sun-1.6.0.03/jre ./matlab
  8. Replies
    4
    Views
    843

    Re: update killed xbox 360 controller

    MEGAMANULTIMATE,

    When the kernel gets updated, you have to recompile modules you custom built. In a terminal, navigate to the directory where the xpad sources are installed, and just run `make &&...
  9. Replies
    6
    Views
    796

    Re: ZSNES compiling, installation etc etc...

    Moonfrost,

    (Run the commands below from a terminal.)


    $ sudo apt-get build-dep zsnes
    $ tar xjf /path/to/zsnes151src.tar.bz2
    $ cd zsnes_1_51/src
    $ ./configure
    $ make
  10. Thread: Word association

    by po0f
    Replies
    70,112
    Views
    2,967,788

    Re: Word association

    Die
  11. Replies
    83
    Views
    7,159

    Re: Valve will port their games to linux!!

    If Valve follow through, this can only be good. id have done a lot, but they seem to be the only ones trying to make Linux (mainstream, commercial) gaming happen.


    ZylGadis,

    Read the 4th...
  12. Replies
    217
    Views
    101,212

    Re: Xbox 360 Controller in Feisty

    The Catalyst,

    I'm a little confused about your situation. You said the kernel recognizes the controller (via `sudo ..`), but no device is created for it (usually /dev/input/js0). This doesn't...
  13. Replies
    13
    Views
    6,861

    Poll: Re: PSX CD image maker (script) to ease your life !

    verb3k,

    I wrote one myself I already use.

    Just give it time, people will find your script. :)
  14. Replies
    22
    Views
    1,117

    Re: Community Cafe Games

    Just subscribe to the threads you are interested in. My first stop to the forums is my subscribed threads list.

    Oh, and please just stop the bean count, don't reverse it. I finally have the nice...
  15. Replies
    217
    Views
    101,212

    Re: Xbox 360 Controller in Feisty

    KSI,

    Weird. Would you mind uploading the source files you're using?
  16. Replies
    217
    Views
    101,212

    Re: Xbox 360 Controller in Feisty

    SeanS / KSI,

    Try the following, please:


    $ sudo modprobe -r xpad
    $ sudo update-modules && sudo depmod

    Reboot if you feel like it (not needed, I just checked), and run the `sudo tail...`...
  17. Replies
    27
    Views
    9,044

    Re: Does anybody here use AdvanceMAME?

    BigSilly,

    AFAIK it's safe. The one time I tried to set up SDLMAME on my box, I used that repo. You will still need a front-end program for it if you don't like the command line for launching all...
  18. Thread: Word association

    by po0f
    Replies
    70,112
    Views
    2,967,788

    Re: Word association

    Chernobyl
  19. Thread: Word association

    by po0f
    Replies
    70,112
    Views
    2,967,788

    Re: Word association

    Reaction
  20. Replies
    27
    Views
    9,044

    Re: Does anybody here use AdvanceMAME?

    tom-ubuntu,

    Click.
  21. Replies
    11
    Views
    4,552

    Re: Can't compile ZSNES 1.51, SDL trouble..?

    DavidGX,

    Sorry I can't help with this specific problem, but the easiest way to make sure all dependencies are satisfied for a program you are going to compile from source that's also available in...
  22. Replies
    27
    Views
    9,044

    Re: Does anybody here use AdvanceMAME?

    BigSilly,

    I've found arcade emulators to be too much of a pain to set up under Linux. Why can't I compile a package from source, point it to a directory of ROMs, and double-click and play?
  23. Re: If you're looking for good performance in Direct X 10 games...

    Interesting read here. Basically, the FX series' failings were due to Microsoft's greediness.
  24. Replies
    2
    Views
    402

    Re: Shell scripts.. password question..

    Kedaeus_Sendre,

    You could also add the "users" option to the partition's entry in fstab:



    # if the partition was present at installation (add the bold part):
    UUID=<crap> /mount/point...
  25. Re: btnx: Send keyboard and mouse combination events with mouse buttons

    daou,

    Great work here! I really appreciate you taking to time to create a tool like this for all to enjoy. I had previously used your other HOWTO to get my MX Revolution up and running and am...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4