Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 5 of 5

Thread: SDL problems

  1. #1
    Junior Member Newbie
    Join Date
    Aug 2001
    Location
    Sweden
    Posts
    14

    SDL problems

    I use SDL.
    It is great, but there's one problem.. there's no hardware acceleration (I think).
    Every thing I compile for SDL i slow.. but they are fast if I compile them for GLX.

    I REALLY need help.. plz

    /Hamcha
    /Hamcha

  2. #2

    Re: SDL problems

    Well, i'm using SDL for creating an OpenGL context too, and i dont't think it runs that slow. (Well i didnt try GLX ;-) ) But do you link the same opengl library when you compile SDL or GLX??
    The following sentence is
    TRUE
    The preceeding sentence
    was FALSE

  3. #3
    Junior Member Newbie
    Join Date
    Aug 2001
    Location
    Sweden
    Posts
    14

    Re: SDL problems

    I made a small compile-script, because I don't want to write the 20 meter long command-line every time I compile.

    I used that script both with SDL and GLX. GLX works but not SDL.
    /Hamcha

  4. #4
    Junior Member Newbie
    Join Date
    Aug 2001
    Location
    Sweden
    Posts
    14

    Re: SDL problems

    What command line do you compile your sdl-apps with?

    Plz answer
    /Hamcha

  5. #5
    Junior Member Newbie
    Join Date
    Sep 2001
    Location
    Helsinki, Finland
    Posts
    25

    Re: SDL problems

    Originally posted by Hamcha:
    I use SDL.
    It is great, but there's one problem.. there's no hardware acceleration (I think).
    Every thing I compile for SDL i slow.. but they are fast if I compile them for GLX.

    I REALLY need help.. plz

    /Hamcha
    Have you checked with ldd command that both use same GL(X) librarys.
    If you have added some new libraries (nvidia??, or updated old ones)
    SDL might use some old library.

    T;jackz

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •