Search:

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

Page 1 of 7 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    218

    Fullscreen Window Switching

    Okay, let me just say first off, that I am a console game programmer. I've been in the industry for about 5 years. I've been using Linux for about 8 years (full time, aside from gaming). But I am...
  2. [SOLVED] Re: Advice on how to automatically start a program and keep it running

    You are probably looking for this article in the Debian Administration guide.

    http://www.debian-administration.org/articles/28
  3. Re: Why do some programs connect to localhost (127.0.0.1)?

    It's a fairly common thing in the *nix world to write your programs in two parts. One part is a server, and one part is a client. Even X11 (your display server), functions that way. This allows a...
  4. [ubuntu] Re: Preparation of Tool Chain using Ubuntu Host Machine

    Just installed them, and it doesn't look like it. Which now really piques my curiousity, since I have to wonder where you got those packages, and what you intend to do with them? I assumed you...
  5. [ubuntu] Re: Preparation of Tool Chain using Ubuntu Host Machine

    It looks like there's an arm cross compiler in the repositories. So all you really have to do is



    sudo apt-get install g++-arm-linux-gnueabi


    But if you insist on doing it all manually (I...
  6. Replies
    18
    Views
    1,498

    [ubuntu] Re: 10.10 64 and 32-bit serious problems

    Sounds to me like your immediate problem is your video drivers. Your card is quite old, and AMD has dropped Linux support for it. There are no proprietary drivers for your card. Which means you...
  7. Replies
    5
    Views
    6,609

    [ubuntu] Re: How To Update BIOS using Linux?

    It's been many years since I've bothered updating my BIOS. But the last time I did it, I did it via FreeDOS booted from a USB drive. I would assume that most motherboard manufacturers still have a...
  8. Replies
    7
    Views
    489

    [gnome] Re: Compiz won't run with X3100

    Yes, my xorg.conf lacks a video card, as I let X11 autodetect it for me (THAT is what was changed in Hardy. The xorg.conf is still very valid). It works surprisingly well. You can also try this...
  9. Replies
    7
    Views
    489

    [gnome] Re: Compiz won't run with X3100

    Here's my xorg.conf for Hardy, with a Intel 915. It should probably be pretty similar for you.



    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by...
  10. Replies
    74
    Views
    4,514

    Re: Есть ли русские

    I think you are referring to the Russian Anthem. :)

    Wikipedia can hook you up with MP3 and OGG. But yeah. I would really like to learn Russian as well. I made a mistake and took Japanese in...
  11. Replies
    44
    Views
    11,990

    Re: Alpha Centauri crashes?

    in the alpha centauri root directory, there should be a few shell scripts (at least there are on my box. I obtained the game through questionable sources, as I already had the Windows version, and...
  12. Replies
    13
    Views
    1,136

    Re: Defcon for linux beta

    I have an i915 card as well. The game runs fine in Windows, but it runs like *** in Linux. The difference is that for me, it says I don't have direct rendering. I'm running Feisty.

    I'm thinking...
  13. Replies
    29
    Views
    6,294

    Re: BIOS warning for Toshiba Owners!

    Thanks for the warning. I rarely ever update the BIOS (for that very reason), but that's very good to know. I am typing on a Toshiba Satellite at this very minute as I dist-upgrade to Feisty.
  14. Thread: Wow @ C

    by Grey
    Replies
    40
    Views
    2,230

    Re: Wow @ C

    I kind of figured that would be the response. ;) I do know some MIPS assembly. I'm not good with it by any means, but I'm sure I could fake it enough to hack together UI/input for an MP3 player. ...
  15. Thread: Wow @ C

    by Grey
    Replies
    40
    Views
    2,230

    Re: Wow @ C

    Interesting. I didn't know that. I always thought that when you get down to the REALLY low level programming, you had to use some weird proprietary language, or assembly. But really, I wouldn't...
  16. Thread: Wow @ C

    by Grey
    Replies
    40
    Views
    2,230

    Re: Wow @ C

    Huh? There's something with a C compiler that doesn't have a C++ compiler? Can someone point me towards that? =P I am terribly curious now.
  17. Re: JavaScript - why does this script work differently on Firefox than on IE or Opera

    This should be your bible when it comes to DOM scripting. The Gecko DOM Reference. It specifies what Mozilla supports, and specifies whether the features are legacy, or standard. In this case, I...
  18. Replies
    5
    Views
    5,125

    Re: Setting up the OpenGL GLUT stuff

    you can attach files to your posts, you know? :) Just click manage attachments at the bottom.
  19. Replies
    5
    Views
    5,125

    Re: Setting up the OpenGL GLUT stuff

    sudo apt-get install freeglut3-dev build-essential

    that command, when entered from the terminal should get you up and running.
  20. Re: Is there a Linux application that can compare two binary files?

    Actually, there are legitimate uses for such things, if you are doing some low level development of binary formats. I wrote a database application once that did low level changes to a binary file. ...
  21. Thread: Gmail Alternative

    by Grey
    Replies
    59
    Views
    53,294

    Re: Gmail Alternative

    The US has some seriously scary lack of privacy legislation. Google is an American company.
  22. Thread: CSS design

    by Grey
    Replies
    18
    Views
    830

    Re: CSS design

    How about if I just increase the opacity on the text sections instead? That would make the text sections a lot darker, and would make it easier to read. I am not fond of the colour orange at all. ...
  23. Replies
    104
    Views
    38,191

    Re: Where's our LoCo Team?

    I wish it was Italy. :) But sadly, it's Venice California. (Sorry, I should have been more specific on that). And I already have a girl, so there's not much attraction there. :P
  24. Replies
    52
    Views
    3,806

    Poll: Re: What is the max uptime for ur ubuntu box?

    Months. I have an Ubuntu file server, running Dapper. It has a bad stick of memory, and I am too lazy to compile the badram patch for the kernel. So it needs a reboot every so often when it has a...
  25. Replies
    10
    Views
    801

    Re: need advice on computer graphics book

    Linear Algebra and Cartesian Vectors are definitely things that should be well understood before ever learning 3D graphics. Doing otherwise would be like trying to learn how to program without...
Results 1 to 25 of 157
Page 1 of 7 1 2 3 4