Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 560995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:24:12+00:00 2026-05-13T12:24:12+00:00

I have simplified my problem to this example: #include <GL/glut.h> int main(int argc, char**

  • 0

I have simplified my problem to this example:

#include <GL/glut.h>

int main(int argc, char** argv)
{
    glutInit(&argc, argv);

    glutInitDisplayMode (GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH);
    glutInitWindowSize (600, 600);
    glutInitWindowPosition( 0, 0 );

    int win = glutCreateWindow("Recon");

    return 0;
}

When it executes the glutCreateWindow, it takes about 1 minute and the screens flicker several times.

This is ridiculously long. This can’t be normal.

Environment:

  • Fedora 10
  • Dual NVIDIA GTX280 cards driving 3 monitors.
  • NVIDIA driver version 190.53 CUDA 2.3 installed
  • gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC)

Any ideas as to what could be wrong?

Edit: I have no display function because my ultimate goal is to create a rendering context so that I can create a Pixel Buffer Object from some CUDA code (which for the moment is not going to be displaying its output. I have also tried creating a context with a series of glx calls with the same delay and flickering happening when gkxMakeCurrent is called.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T12:24:12+00:00Added an answer on May 13, 2026 at 12:24 pm

    Do you have a display function?
    I’m not sure if this will help, but maybe putting in a display function in which you clear the buffers might help?

    e.g.
    glutDisplayFunc(myDisplay);

    void myDisplay()
    {
        glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); // clear the screen
        glutSwapBuffers();
    }
    

    What compiler are you using? And, have you looked into any possible performance issues associated with Fedora 10 and openGL (I’m looking into the second bit right now).

    Edit: There are definitely some anecedotal stories of a performance hit in Fedora 10
    Here and Here. The second one seems to describe at least one of your symptoms. Are you able to try your code on another OS?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have 2 models with a many-to-many relationship (simplified here with books-authors example): class
History of the problem This is continuation of my previous question How to start
Simplified Example: // path/to/js/panel.js $(function(){ var hidePanel = function(){ //hides the panel div };
I have the jquery includes setup correctly I believe, datepicker is working. However, when
I have a couple of classes (for now) and I'm trying to clear up
I have a custom board based on an ST Microelectronics STM32F103VE microcontroller, with a
My page consists of several areas which are created by iterating over a list
So, my code was using relative paths, but running into some problems with common
I am caching pages in my (Rails) application based on subdomain. The pages for
I am trying to perform a release using a multi-module maven project. My objective

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.