Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: OpenGL without X Windows

  1. #1
    Junior Member Newbie
    Join Date
    May 2002
    Location
    barueri,sp,brazil
    Posts
    12

    OpenGL without X Windows

    Hi,
    what do I have to do to make a OpenGL application that runs in the console? Without X Windows.

    Thanks

    Fernando Fernandes
    _________________________
    Do you bozzible? I bozzible!

  2. #2
    Guest

    Re: OpenGL without X Windows

    You have to find some OpenGL implementation that can be run in the console. The only one that perhaps has hardware support is Mesa with Voodoo cards. I think that a more recent project without hw support exist but I do not know where to find it. The speed can not be compared with a "real" OpenGL implementation like nvidias but it will run in the console.

  3. #3
    Intern Contributor
    Join Date
    Mar 2002
    Location
    France
    Posts
    53

    Re: OpenGL without X Windows

    i think you have to use the frame buffer, this may be a good way.
    hope someone else could give you more information.
    Je suis celui qui failli qui trépasse et se lasse, je suis celui qu'on abuse à vider de sa face

  4. #4
    Junior Member Regular Contributor
    Join Date
    Aug 2001
    Location
    San Diego, CA
    Posts
    136

    Re: OpenGL without X Windows

    There was a project a while back to port the dri to the frame buffer (using SDL on the frame buffer). Do a search for fbdri. The posts should be on opengl.org, I believe that they only got it working with the ati radeon's but they said that it should work with others with minimal effort.

    Jamie

  5. #5
    Junior Member Newbie
    Join Date
    May 2002
    Location
    barueri,sp,brazil
    Posts
    12

    Re: OpenGL without X Windows

    I need a small and fast solution for 3D graphics. I have only 256mb of disk space (I am using a flash memory card) for the entire system. I am now using a celeron 900mhz. I can put about any video board I want.

    Do you think that with this limitations I can run the X Windows with my open gl application with a hi performance? (it will be the only thing running in the machine so I don´t need anything else)
    _________________________
    Do you bozzible? I bozzible!

  6. #6
    Junior Member Regular Contributor
    Join Date
    Aug 2001
    Location
    San Diego, CA
    Posts
    136

    Re: OpenGL without X Windows

    Originally posted by bozzao:
    I need a small and fast solution for 3D graphics. I have only 256mb of disk space (I am using a flash memory card) for the entire system. I am now using a celeron 900mhz. I can put about any video board I want.

    Do you think that with this limitations I can run the X Windows with my open gl application with a hi performance? (it will be the only thing running in the machine so I don´t need anything else)
    You may need some ram for X + you app, but it sounds like enough. You should get just fine performance with a good gfx card.

  7. #7
    Junior Member Newbie
    Join Date
    May 2002
    Location
    barueri,sp,brazil
    Posts
    12

    Re: OpenGL without X Windows

    I have 256 of ram!

    How much disk space does a full linux installation with X take?

    My app have 100mb, more 32 of swap, leave me with 124mb of free disk space.
    _________________________
    Do you bozzible? I bozzible!

  8. #8
    Intern Newbie
    Join Date
    Apr 2002
    Posts
    48

    Re: OpenGL without X Windows

    Well...what dp you mean a full instalation ?
    It depends on the distribution..
    X takes about 30 mb of space ( plus minus )
    With linux + basic packages + lighweght interface ( like WM ) you should do it in 100 MB os HW.
    And besides that...swap is optional..
    If you'r going to use it only for development, nothign more you don't have to make a swap partition ( especialy if you have 256 RAM ).

  9. #9
    Junior Member Regular Contributor
    Join Date
    Aug 2001
    Location
    San Diego, CA
    Posts
    136

    Re: OpenGL without X Windows

    You should look into one of the embedded linux distributions: hardhad, blue cat etc.

    They easily fit in to less than you have.

    Jamie

  10. #10
    Junior Member Newbie
    Join Date
    May 2002
    Location
    barueri,sp,brazil
    Posts
    12

    Re: OpenGL without X Windows

    But does they suport X Window and OpenGL?
    _________________________
    Do you bozzible? I bozzible!

Posting Permissions

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