Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    19
    Views
    18,265

    [ubuntu] Re: Thinkpad W530 nvidia

    I just tested a new W530 with Ubuntu 12.04. Sadly the NVidia GPU is not detected, even with it set up in the BIOS - all it sees is a low-res unaccelerated VGA-compatible driver. This is maybe not...
  2. Re: Syntensity: New FOSS Platform for 3D Games + 2 Games (FPS, drawing)

    You can get it to run faster by changing the settings. For example, reduce the water effects, texture quality, etc.

    The servers are in the east coast of the US, fairly cheap ones though, so don't...
  3. [SOLVED] Re: MacBookPro 6,2 - Only see 2GB of 4GB RAM

    Thanks guys, with the pae kernel things look ok :)
  4. [SOLVED] MacBookPro 6,2 - Only see 2GB of 4GB RAM

    I installed 32-bit 10.04, and only see 2GB of the 4GB available:



    $ free -m
    total used free shared buffers cached
    Mem: 2193 1223 969 ...
  5. Replies
    16
    Views
    1,577

    Re: Game Development on Linux

    Yeah, it certainly can. It might take a little setting up though, for that, but nothing serious.
  6. Replies
    16
    Views
    1,577

    Re: Game Development on Linux

    Very different engines, useful for different things. Some points:

    Irrlicht is more general purpose
    Irrlicht has sound etc. modules, but they aren't FOSS
    The Intensity Engine specializes in...
  7. Re: Syntensity: New FOSS Platform for 3D Games + 2 Games (FPS, drawing)

    We just launched a new game on Syntensity, a co-op FPS, called Razanak. There is a YouTube Video, and a screenshot here:

    http://www.syntensity.com/static/screenshot_226138_s.jpg
    (click for bigger...
  8. Re: Syntensity: New FOSS Platform for 3D Games + 2 Games (FPS, drawing)

    Hi everyone, wanted to let you know about some updates:


    We have a new racing game, which you can see in this video and this screenshot:
    ...
  9. Replies
    4
    Views
    1,307

    Re: python pixbuf/image to string

    For that direction, you can use gtk.gdk.pixbuf_new_from_data.
  10. Replies
    4
    Views
    1,307

    Re: python pixbuf/image to string

    This should work:


    pixel_string = pb.get_pixels()

    assuming pb is a PyGTK pixbuf.
  11. Replies
    0
    Views
    219

    Show an app in an app?

    I want to show an app inside another app. That is, my app is a 3D renderer, and I'd like to show other currently running apps inside it. For example, if Firefox is running, to show Firefox inside my...
  12. Replies
    4
    Views
    581

    [ubuntu] Re: remove syntensity ?

    Then removing it with apt-get should work.

    What error do you get?
  13. Replies
    4
    Views
    581

    [ubuntu] Re: remove syntensity ?

    How did you install it?
  14. Re: What's some fun Ubuntu tools that a tech nerd would get a kick out of?

    There are plenty of such tools, probably more than on Windows. But the vast majority will likely be console tools, which might take a little getting used to if you are coming from Windows. It's worth...
  15. Replies
    3
    Views
    1,659

    [SOLVED] Re: [python] pcapy - setting timeout??

    I'm not familiar with pcap, but a quick google seems to say that calling pcap_breakloop will halt pcap_loop. So how about starting a thread before calling pcap_loop, and after 20 seconds it calls...
  16. Replies
    6
    Views
    444

    Re: My issues with BitTorrent

    Many Bittorrent clients support protocol encryption, which 'hides' the protocol, so ISPs can't easily throttle it. No idea about Transmission, but for example Deluge does.

    Encryption isn't...
  17. Re: Syntensity: New FOSS Platform for 3D Games + 2 Games (FPS, drawing)

    Sure, that's possible. It would be best to add those features to Syntensity itself, and I'd help with work on the patches. For example, currently we have instant messaging between members logged on...
  18. Replies
    4
    Views
    559

    Re: domain registration and hosting

    I use Gandi for domains and Linode for hosting. Both are great in my experience.

    Gandi costs a little more than cheap domain registrars, but they give much better service and aren't 'shady' like...
  19. Re: Syntensity: New FOSS Platform for 3D Games + 2 Games (FPS, drawing)

    Well, right now, you can create games in Syntensity and run them on Syntensity's servers (or your own, of course). Those games would be in the main catalog, which can be seen here (in raw form)....
  20. Re: Syntensity: New FOSS Platform for 3D Games + 2 Games (FPS, drawing)

    Glad you like it :)

    But we can't take all the credit for that, as most of the rendering stuff is due to Sauerbraten, and we are really thankful for the work they did (and support they give us)....
  21. Re: Syntensity: New FOSS Platform for 3D Games + 2 Games (FPS, drawing)

    Yeah, that is definitely something we are thinking about. It has to be done right, though, because if you can change how you look in every game, you can 'cheat', like by making yourself very very...
  22. Re: Syntensity: New FOSS Platform for 3D Games + 2 Games (FPS, drawing)

    Strange, http://www.syntensity.com:8888/accounts/register/ works for me.

    What error are you getting?
  23. Re: Syntensity: New FOSS Platform for 3D Games + 2 Games (FPS, drawing)

    Playdeb just packaged it for 9.04, 32&64-bit: link :)

    As for 64-bit, I don't know much about how that works, but I have heard that


    sudo dpkg -i --force-architecture PACKAGE.deb
    should let...
  24. Syntensity: New FOSS Platform for 3D Games + 2 Games (FPS, drawing)

    I'd like to bring your attention to a new open source platform for multiplayer 3D games, Syntensity. Here is a screenshot of the lobby (from where you can enter portals that send you into different...
  25. Re: [python] Change a variable after X seconds

    Yeah, exec isn't a function, and Python lambdas are a little limited. So you would need to write a function. But a generic one will work, like this:


    def do_exec(cmd): exec(cmd)
    ...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4