Search Results - JustLinux Forums


Search:

Type: Posts; User: JCool451

Page 1 of 14 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    15
    Views
    1,874

    Sheesh, 110MB?! All I wanna do is look at...

    Sheesh, 110MB?! All I wanna do is look at frickin' PDF files! Anyway, it looks cool, I can't wait until it's fully released.
  2. Replies
    15
    Views
    1,874

    Adobe Reader 7 beta

    Have any of you guys tried this? What's it like? I must know!
  3. Replies
    1
    Views
    901

    SDL- my PONG game doesn't compile.

    I get this error when I try to compile my program. I don't really have a clue as to why it would do this.


    $ make
    g++ -o pong pong.cpp -L/usr/lib -lSDL -lpthread -I/usr/include/SDL -D_REENTRANT...
  4. Replies
    7
    Views
    1,733

    So I'll need to get something newer than GeForce4...

    So I'll need to get something newer than GeForce4 Ti 4200, no?
  5. Replies
    7
    Views
    1,733

    It's built into the code, which is why I wanted...

    It's built into the code, which is why I wanted to get some different samples, but I ended up falling asleep. I'll post the entire thing as an attachment. It's pretty obvious where the error code is....
  6. Replies
    7
    Views
    1,733

    I'm compiling them. The executable pops out fine...

    I'm compiling them. The executable pops out fine enough, but it says I'm missing the extensions and segfaults. I'm going to see if I can find some other glsl programs to test out. According to that...
  7. Replies
    7
    Views
    1,733

    GLSL extensions missing?

    I have the newest nvidia drivers installed on my system. Everything is fine until I try to run a GLSL program. It says my GLSL extensions are missing. :( It's directly from the book's cd, so one...
  8. Replies
    6
    Views
    5,846

    The & comment was enough for me, thanks a lot.

    The & comment was enough for me, thanks a lot.
  9. Replies
    6
    Views
    5,846

    bash: running two programs at once

    I want to run two programs at exactly the same time with one shell command. How would I do this?
  10. Replies
    13
    Views
    1,322

    Yes, helvetica looks very ugly. Is there any way...

    Yes, helvetica looks very ugly. Is there any way I can make X use a different font whenever helvetica is requested?
  11. Replies
    13
    Views
    1,322

    I tried that before, the fonts look fine until I...

    I tried that before, the fonts look fine until I get to one that isn't anti-alised by default. Helvetica seems to be messed up. Maybe I'll just download firefox/phoenix/firebird/whatever they're...
  12. Replies
    13
    Views
    1,322

    Certain webpages look horrible in mozilla.

    Certain webpages have horrible looking text. They all have rough edges and look very aliased. Does anyone know why certain fonts aren't being anti-aliased? Is there a way I can force mozilla (or...
  13. Replies
    2
    Views
    562

    Figured it out. I just looked at my build config...

    Figured it out. I just looked at my build config from my last install and found the options I needed. I'll post my configure options below if any of you guys want an awesome mozilla install. :D
    ...
  14. Replies
    2
    Views
    562

    Compiling mozilla with xft.

    I tried compiling mozilla 1.7 with the xft option and everything seemed to work fine. The pages that I visit all look great, smooth text and everything. The problem I'm having is that the menus and...
  15. Replies
    4
    Views
    660

    I'm making it as random as I possibly can, so I'm...

    I'm making it as random as I possibly can, so I'm seeding the rand function with the current time. Does that help with the randomness? What I'm actually doing is developing an experience algorithm...
  16. Replies
    4
    Views
    660

    Restricting possible values of rand...

    Take note that I'm doing this in c.

    I know that one can restrict the values of the rand function by using %, which seems to work for numbers between 0 and whatever the number. What if I wanted a...
  17. Japanese a no-go

    I checked the Japanese box at the install, but the default install doesn't allow me to input Japanese, just read it. Is this a bug that you have experienced? I'm going to go manually install all the...
  18. What mirrors you use when locals are slammed?

    What mirrors (meaning what country) do you use when the ones in North America are down? I found it kind of funny that I got a constant 150KB connection from the Czeck Republic and Australia than what...
  19. Replies
    18
    Views
    1,694

    A major difference is that some files have been...

    A major difference is that some files have been renamed. The only one I can see right now is that the binary name has changed and XF86Config has changed to xorg.conf.
  20. Replies
    1
    Views
    718

    Poll: Right now I'm doing at&t syntax, but only because...

    Right now I'm doing at&t syntax, but only because my book is using it. If I were to choose, I would pick Intel.
  21. Replies
    4
    Views
    753

    When compiling from source, the default prefix is...

    When compiling from source, the default prefix is apparently /usr/local. So if you do the standard making process (./configure; make; make install), then it should install in /usr/local/include. If...
  22. Replies
    7
    Views
    1,251

    Actually, it's pretty fun to play around with....

    Actually, it's pretty fun to play around with. Eventhough I don't really know C++.
  23. Replies
    7
    Views
    1,251

    Actually, you're right. You can do either....

    Actually, you're right. You can do either. #include <SDL/SDL.h> and #include <SDL.h> both work. I've heard that the SDL.h method is more portable, which is why I gave that way. I don't really know if...
  24. Replies
    7
    Views
    1,251

    No problem, man. If you ever need help, just post...

    No problem, man. If you ever need help, just post away.
  25. Replies
    7
    Views
    1,251

    Re: SDL on Fedora Core 1

    As far as i know, you only need the devel and runtime files to develop SDL programs for C++. Take a look below for a super-mini-howto.

    1) Make sure you have the SDL runtime and SDL devel files....
Results 1 to 25 of 336
Page 1 of 14 1 2 3 4