0
votes
0answers
47 views

OpenGL vertex buffer object not drawing on Linux

I'm trying to run some LWJGL code to display a single square on the screen. Here's the code I'm using: import java.nio.FloatBuffer; import org.lwjgl.BufferUtils; import org.lwjgl.LWJGLException; ...
1
vote
2answers
56 views

can't use SOIL in linux mint

I am doing an assignment that requires me to use SOIL. I installed it using the command sudo apt-get install libsoil-dev, but when I try to compile my program, I get the following error: ...
0
votes
1answer
39 views

OpenGL compilation under debian - glGetUniformLocation not declared

I can't find a way to compile the following test code under Linux (part of a program developed for Mac) #include<GL/glui.h> void test(){ const char *name GLint uni_loc,x,y ; GLuint ...
0
votes
3answers
79 views

gluPerspective equivalent for Qt and openGL

I'm trying to get Qt and openGL working together so that I can do away with glu and glut. I have everything working like I want it, except for my perspective matrix. I'm only painting a simple 3D ...
0
votes
0answers
31 views

Setup OpenGL 4 build / unittest server?

I'm trying to find a solution to setting up an OpenGL build server. My preference would be to have a virtual or cloud server, but as far as I can see those only go up to 3.0/3.1 using software ...
0
votes
0answers
21 views

Compiling libktx on Linux

The OpenGL sdk recommends using libktx for loading textures on OpenGL, however the default makefile gives me the error make: *** lib: No such file or directory. Stop. and moving the file to the ...
1
vote
0answers
59 views

Valgrind reports lots of errors when running opengl program on ATI - should I worry?

I have a very complex OpenGL application running on a embedded device with ATI graphical chip, running a RT linux. The application's part are tested with unit tests. They all pass and no memory leak ...
1
vote
1answer
52 views

OpenGL multiple subwindow problems

I am having a problem with my GL code. I'm running on an Ubuntu 12.10 platform and I'm trying to render vertex array data in two sub windows I've created. I create a main window and then right after ...
0
votes
0answers
42 views

Thread for loading graphics content

I'm creating game engine. On windows I had two threads with two contexts that were shared (using wglShareLists). It worked fine. While one thread loaded resources, other was rendering simple loading ...
0
votes
0answers
48 views

Accelerate OpenGL 2d on python3

I used OpenGL to draw about 20 circles. Each circle has 2 lines, ~10 segments, and all of them have different colors and lenght. FPS ~=4. How can I do this faster? I am using Python 3 on Ubuntu Code: ...
1
vote
1answer
142 views

compiling OpenGL program GL/glew.h missing

I installed OpenGL onto my computer running Linux Mint following the instructions on this tutorial. I am trying to compile a program that uses OpenGL, but I'm getting a compile error: fatal error: ...
1
vote
1answer
36 views

Understanding glXCreateContextAttribsARB attributes setup

I am creating OpenGL 4.2 context manually for Linux. I create an arrays of context attributes like this: int context_attribs[] = { GLX_CONTEXT_MAJOR_VERSION_ARB, 4, ...
1
vote
1answer
97 views

Compiling glew on Eclipse in Linux

I have downloaded Eclipse for c++ developers (with CDT). I also installed freeglut3 and glew libraries via terminal. I added -lglut -lGLEW and -lGL to linker. The problem is, that while in IDE, some ...
3
votes
1answer
56 views

SDL configuration in Eclipse IDE

I am trying to get a OpenGL code run on Eclipse in Linux x86 environment (ubuntu): http://nehe.gamedev.net/tutorial/vertex_buffer_objects/22002/ The code would run properly after I input in the ...
-1
votes
2answers
78 views

libGL.so, libGLU.so and libglut.so are not found in the standard path [closed]

I am trying to compile and run a program using code block in c++. simple example for openGL that includes .When i try to setup code block the linker settings i couldn't found libGL.so file inside my ...
1
vote
0answers
134 views

OpenCL + SDL 2.0 (with OpenGL context) crash on SDL_Quit()

If I call clGetPlatformIDs and directly after it SDL_Quit(), the program crashes (segfault). The OpenGL version doesn't seem to matter at all (tried 2.1, 3.1, 3.2, 3.3). The operating system is Fedora ...
-1
votes
1answer
191 views

Run OpenGL programs on older hardware through mesa [closed]

I need to install OpenGL3.X on several computers whose graphics card might not support versions above 2.0 for teaching purposes. Apparently on windows, that doesn't work as there are no updates for ...
0
votes
1answer
92 views

How to Create a Window in OpenGL Linux instead of using GLUT

First of all, i want to ask if using glut is performance-wise. How can i do it ?
1
vote
1answer
182 views

Segmentation fault using glGetString() with pthreads under linux

I'm trying to load textures in a background thread to help speed up my application. The stack we are using is C/C++ on Linux, compiling with gcc. We're using OpenGL, GLUT and GLEW. We have been using ...
0
votes
1answer
170 views

Desktop feels sluggish using glfw and vsync

I have a weird vsync issue using OpenGl / glfw: when I have vsync enabled then my whole desktop feels sluggish: I can move my window but it's going slowly, I can use my browser but everything feels ...
0
votes
1answer
266 views

/usr/bin/ld: cannot find -lGL Xubuntu 12.10 AMD open source

I am trying to compile the example from the following website: http://www.opengl-tutorial.org/beginners-tutorials/tutorial-1-opening-a-window/ At first CMake was unable to find libGL.so, so I pointed ...
0
votes
1answer
58 views

Size of an OpenGL context

Is there a way to get a size of an opengl context? Or at least to estimate it's size? If yes, how? I have an application in glut, which creates several windows. Since glut doesn't share opengl ...
0
votes
0answers
68 views

Multiple GLUT windows without glutSetWindow

I have an application with multiple windows. So far, I treated them independently, meaning before window update, I would call glutSetWindow. If I do not do that, then for example a texture created for ...
1
vote
2answers
104 views

IL_INVALID_EXTENSION - ilLoadImage works in windows but not linux [closed]

I am using the following: #include <string> #include <exception> #include <stdexcept> #include <stdio.h> #include <stdlib.h> #include <glload/gl_3_3.h> #include ...
2
votes
1answer
52 views

Created window not appearing

I have GLUT installed, this is the code that I am compiling with GCC: #include <GL/glut.h> void display() { glClearColor(1.0,1.0,1.0,1.0); glClear(GL_COLOR_BUFFER_BIT); ...
2
votes
1answer
178 views

OpenGL - render timing jitter makes animation jerky

A small testprogram (see below) shows jerky output, which, I assume, is caused by a strange timing jitter during OpenGL glutSwapBuffer(). The testprogram quite often shows a very long rendering time ...
1
vote
1answer
70 views

OpenGL Shadow Volume Difference On Debian and Win7,Ubuntu

In windows7 with latest opengl and in Ubuntu 12.04 with freeglut3 app, I can draw shadows correctly by using shadow volume method. However, when I run my code on an older version of Debian GNU/Linux ...
0
votes
2answers
117 views

How to multiplex multiple video streams in Linux (Gnome)

I have a number of computers (clients) distributed around the house and are connected through a wired LAN. My goal is to collect video streams from all of these computers and display them on a single ...
0
votes
0answers
112 views

JOGL and just black windows

i am working on a project for university, programming in Java. We are working with JOGL 2.0 and using OpenGL 2.1 on my system Ubuntu 12.10 64bit with Sun Java 6u38, but when i start diverse JOGL ...
1
vote
2answers
138 views

Xlib keyboard polling

I'm working on a multi-platform OpenGL application, for which I'm using Xlib under Linux. I understand that Xlib input handling is strongly event-based, but my program already does its own event ...
0
votes
1answer
122 views

Mingw32 Cross Compiling Linux to Windows - configure: error: lacking proper OpenGL support [duplicate]

Possible Duplicate: Mingw32 Cross Compiling Linux to Windows - configure: error: lacking proper OpenGL support I'm trying to cross compile source code of a 3D Linux game that incorporates ...
1
vote
1answer
205 views

OpenGL VBO not working

I've been playing with NeHe's OpenGL tutorials for a while until I decided to switch to more modern tutorials. However, no matter which tutorial I pick, I can't even render a single triangle using ...
0
votes
0answers
145 views

OpenGL shaders without glut?

I'm unable to use GLTools stock shaders in an OpenGL context that was not created by glut. I'm learning OpenGL from the Superbible 5th edition. The provided GLShaderManager and gltMakeCube (from ...
0
votes
0answers
177 views

Debug error when debugging OpenGL program remotely

I can use gdb to debug my OpenGL program on the server locally. But when I Debug it remotely. some errors come out in glutCreateWindow() function. And I can run my program remotely. Just can't debug ...
1
vote
0answers
304 views

What causes vsync input lag in a windowed application?

It is known (and experienced) by most gamers that vsync causes input (mouse) lag. However: 1) using linux windowed vsync causes input lag fullscreen vsycn causes input lag 2) using windows xp ...
0
votes
1answer
83 views

What are the commonly used libraries to write OpenGL 4.X apps on Linux? [closed]

I have been using OpenGL 4.X already for a while to write Windows applications.I am using GLEW to access OpenGL API and GLFW for context ,window and input.Now I am planning to move to Linux for some ...
0
votes
1answer
121 views

glXSwapIntervalSGI segfault

I'm trying to disable vertical sync on Linux in a program built around SDL and openGL. I am running an old integrated ATI card with Gallium 0.4 as the driver. I attempt to disable vsync by calling ...
0
votes
3answers
293 views

opengl for linux c tutorial [closed]

I am looking out for some tutorials to develop 3d games using c and opengl for linux. Can anyone suggest some places for it ? I have tried searching a lot but ended up with all tutorials for c++. I ...
0
votes
2answers
87 views

C++ OpenGL fstream issue [closed]

I'm currently working on a project(c++), including the making of a log file containing some information collected throughout compilation and runtime using fstream. Upon using the glGetString() ...
-1
votes
1answer
123 views

Clang OpenGL and Max

I used to write OpenGL programs using GLUT in particular for the windowing which I was able to compile on Linux and Mac. Recently I have upgraded the Mac OS to Mountain Lion and installed the latest ...
4
votes
1answer
312 views

openGL MSAA does not work on linux with nouveau drivers

Recently I have tried using MSAA (multisample anti-aliasing) under Linux. The result was surprising: everything worked like a charm with Nvidia proprietary drivers, however with nouveau drivers it ...
3
votes
2answers
292 views

OpenGL, GLSL: Garbage values in uniforms

My problem is very similar to, if not the same as, this: http://www.opengl.org/discussion_boards/showthread.php/169185-glUniform1f()-seems-broken-where-is-the-error Except it's not limited just to ...
3
votes
2answers
182 views

glGenTextures segmentation fault?

So here is the problem: When I call glGenTextures I get a segmentation fault. I'm on linux, and here is the code I'm currently using to investigate this: #include <iostream> #include ...
0
votes
1answer
67 views

How to print text messages into console

When I compile and run example programs from OpenGL SuperBible under Linux no console window is created and as a result I can't see any text messages. Here by text messages I mean the output of printf ...
1
vote
2answers
140 views

Wrong color with QGLFrameBufferObject rendering in linux

I have encountered some problem with QGLFrameBufferObject, when I change my OS from win7 to Ubuntu 12.04 LTS. After recompiling the code in the new ubuntu system, the color goes wrong. So I made a ...
0
votes
1answer
112 views

Is freeglut the standard OpenGL Window manager on Linux? [closed]

I'm going to be porting a java OpenGL game engine that I wrote in Java to C on Linux. My main question is what is the defacto Window management utility to use for OpenGL applications in Linux? Is it ...
0
votes
1answer
189 views

MonoGame throws MonoGameGLException (InvalidEnum) Error When Creating Texture

Running any of the "Sample" projects that come with MonoGame will result in "MonoGameGLException". This occurs in the Texture2D constructor at the following code.. ...
2
votes
1answer
346 views

SDL+OpenGL working in linux but not windows, NOT COMPILER/LINKER ISSUE

Okay so I have run into a very strange problem regarding a project I've been working on. This project is a 3D-engine(using SDL and openGL for input handling, and graphics respectively). I have been ...
6
votes
1answer
393 views

Qt Threading Issues in Linux

I have been developing with Qt for some time now on my project, and we are starting to move to a more thread-oriented design. Upon moving some GL rendering widgets to other threads I have discovered ...
1
vote
1answer
156 views

Error while drawing a dot on glfw [closed]

Error while drawing a dot on glfw i am trying to learn opengl with GLFW, i am drawing a dot but i failed doing it. i am no sure where is my error. #include <stdio.h> #include <GL/glew.h> ...

1 2 3 4