Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    10
    Views
    822

    Re: FPS which is fastest?

    One should disable vsync, when doing such tests. And state whether vsync has been disabled ;)
  2. Thread: Speed up games?

    by Brebs
    Replies
    4
    Views
    1,137

    Re: Speed up games?

    Maybe __GL_THREADED_OPTIMIZATIONS=1 helps?
  3. Replies
    7
    Views
    2,899

    Re: Doom 3 BFG Edition native like the original?

    It looks like yes, but no idea when.

    These comments should be useful.

    I'd suggest e.g. dhewm3.
  4. Replies
    5
    Views
    9,570

    Re: Unreal Tournament 2004 in Ubuntu 12.04 64-bit

    strace is a useful command, to see what an app is doing. E.g.:

    strace -e trace=file yourinstallerprogram
  5. Replies
    11
    Views
    14,608

    Re: [GUIDE] Quake on Ubuntu

    Take a look through e.g. QuakeOne.
  6. Replies
    21
    Views
    3,011

    Re: Playing MW3 on Pinguy(Linux)

    For the mouse issue:

    Put e.g. usbhid.mousepoll=1 in the grub config, to poll for mouse movements at 1000hz rather than the default of 125hz.

    And for mouse acceleration:
    ...
  7. Replies
    83
    Views
    35,142

    Re: How to Install UT2004 from Midway Anthology

    So look at the messages that UT2004 puts on the screen. Anything about sound?


    You probably have a bad download. Try downloading it again.
  8. Replies
    5
    Views
    1,005

    [SOLVED] Re: Can not save game in Yamagi Quake II

    Run that chown command as root.
  9. Replies
    5
    Views
    1,005

    [SOLVED] Re: Can not save game in Yamagi Quake II

    I would guess that you've been messing with your files as root, so the permissions are messed up.

    First simple test:
    touch /home/rodney/.yq2/baseq2/save/current/server.ssv

    What error does that...
  10. Replies
    18
    Views
    2,481

    Re: trying to run Quake 1 with Darkplaces

    Argh, for the sake of sanity, create ~/bin/darkplaces which contains:

    cd ~/Games/quake/ && exec ./darkplaces-linux-686-glx "$@"
  11. Replies
    18
    Views
    2,481

    Re: trying to run Quake 1 with Darkplaces

    cd ~/Games/quake/ && darkplaces -game startrek +map ncc1701D
  12. Replies
    14
    Views
    6,078

    Re: Yamagi Quake 2 - Won't Run

    No, that's wrong.

    I'm not sure if yamagi needs the data files installed somewhere in your home dir, and be run from there.

    But *NO* game should be run as the root user. Example of why it's so...
  13. Replies
    18
    Views
    2,481

    Re: trying to run Quake 1 with Darkplaces

    Well, my script above creates the directory, creates the script in that directory, then makes the script executable.
  14. Replies
    18
    Views
    2,481

    Re: trying to run Quake 1 with Darkplaces

    First write a script that runs the game. Then change the Exec= line to point to that script.

    Remove your useless MimeType= line.

    To create the script, use e.g.:

    mkdir ~/bin
    echo "cd...
  15. Replies
    18
    Views
    2,481

    Re: trying to run Quake 1 with Darkplaces

    Sounds like you should prefix that command with ./

    i.e.

    ./darkplaces-linux-686-glx

    Which means to run the file which is in the current directory, rather than look in $PATH.

    If that...
  16. Re: Port - Play Doom 1 or Quake 1 with Linux in multiplayer?

    Darkplaces has *many* options, which you can tweak. I actually prefer lots of blood, so use:

    cl_stainmaps 1
    cl_particles_blood 1
    cl_particles_blood_alpha 1
    cl_particles_blood_bloodhack 1...
  17. Re: Port - Play Doom 1 or Quake 1 with Linux in multiplayer?

    For Quake 1, I'd recommend DarkPlaces - works great in multiplayer.
  18. Replies
    19
    Views
    2,494

    Re: 32bit or 64bit for Gaming on Linux?

    I have about 5 years of Linux gaming experience, experimenting with these settings and patches, then trying the results myself.

    For example, the default mouse polling rate (125hz) is rubbish to...
  19. Replies
    19
    Views
    2,494

    Re: 32bit or 64bit for Gaming on Linux?

    The Linux kernel needs to be tweaked for responsiveness. It seems to be written with servers in mind, rather than desktops.

    Here's some tips. Probably best for you to start with installing the...
  20. [SOLVED] Re: How do I setup Quake 1 with the DarkPlaces Engine?

    Maybe with pulseaudio (which I don't use), but with ALSA, darkplaces has worked great (for me) for many years.

    Running darkplaces through wine is a bizarre choice. Try contacting the darkplaces...
  21. Thread: Quake 4

    by Brebs
    Replies
    11
    Views
    938

    Re: Quake 4

    Come on - show an error message. Something useful for debugging.
  22. Replies
    13
    Views
    11,295

    Re: Help me to configure Atari800 Emulator

    Specify the .atr file at the end of the commandline, e.g.:

    atari800 -fullscreen -bilinear-filter -artif 0 -vsync -fit-screen height -image-aspect none /home/myusername/games/atari800/roms/joust.atr
  23. Re: wine: Unreal tournament has encountered a serious problem and needs to clsoe

    You can try compiling wine with this ./configure option: --without-xinput2
  24. Replies
    1
    Views
    1,404

    Re: setting directdrawrenderer to opengl?

    This is the console method - run this exactly, including the dash at the end:

    echo -e "[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D]\n\"DirectDrawRenderer\"=\"opengl\"" | wine regedit -
    Some...
  25. Thread: e-uae

    by Brebs
    Replies
    1
    Views
    493

    Re: e-uae

    As a bit of a hint, to use the Ctrl key on the left of the keyboard (instead of the right), I change the sourcecode:

    # Use left side of keyboard instead of right, for player 1
    sed -i -e...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4