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 6 of 6

Thread: Linux Slow

  1. #1
    Junior Member Newbie
    Join Date
    Apr 2001
    Location
    Riverside, CA, USA
    Posts
    18

    Linux Slow

    hi, after i added some trees to my program, the program performance slow down by to 1/3 before i added some trees figures. so is there a way that i can make my program run fast? i am running on amd 800mhz. any function or command that i can you will be helpful. thank you.

  2. #2
    Guest

    Re: Linux Slow

    If you are using OpenGL without any 3D graphic card will it certainly be slow. The only solution is to get the hardware.

  3. #3
    Junior Member Newbie
    Join Date
    Apr 2001
    Location
    Riverside, CA, USA
    Posts
    18

    Re: Linux Slow

    yeah, you are right, but i am using the computer in my school lab so i just run it in window nt and it runs much faster.

  4. #4
    Guest

    Re: Linux Slow

    The MS software implementation on windows has a bad reputation so this is surprising. Maybe has nt different resolution or color depth? Try to use the lowest possible values and disable all buffers that is not needed.

    I think that most cards has much better 2D performance in windows than in linux because of better drivers and this can also be important.

  5. #5
    Junior Member Regular Contributor
    Join Date
    Nov 2000
    Location
    State College, PA
    Posts
    204

    Re: Linux Slow

    I'm not running on much better, and even in software mode with several hundred thousand polys my speed is excellent... What exactly are you drawing here?

    Chris

  6. #6
    Junior Member Newbie
    Join Date
    Apr 2001
    Location
    Riverside, CA, USA
    Posts
    18

    Re: Linux Slow

    well i just draw some 3d houses made of cube and perhaps the reason why it slow is because i draw some trees that uses cylinder as branch and each tree has a lot of branches and i think that is why it is slow, but i change the cylinder stack to a minimum value so it a little bit better.

Posting Permissions

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