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

  • SEARCH
  • Home
  • 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

This is a simplified example of the problem I have: #include <stdio.h> #include <stdlib.h>
I have a class design problem that could simplified with this example: // foo.h
This is a simplified version of the original problem. I have a class called
I've got the following problem: I have two tables: (simplified) +--------+ +-----------+ | User
I have models (simplified example): class Group(models.Model): name = models.CharField(max_length = 32) class Person(models.Model):
I have a (simplified) table consisting of three columns: id INT PRIMARY KEY NOT
I have simplified what I am trying to achieve from my previous question. This
I have 3 classes (simplified for this question): public class Page { public Guid
I have 2 models with a many-to-many relationship (simplified here with books-authors example): class
I have some troubles with the application of polymorphism in this example. This question

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.