Bug 746

Summary: Shapes not displayed using Fedora 18 and open source driver
Product: [JogAmp] Jogl Reporter: dan.j.allen
Component: coreAssignee: Sven Gothel <sgothel>
Status: UNCONFIRMED ---    
Severity: normal CC: sgothel
Priority: ---    
Version: 2   
Hardware: pc_x86_64   
OS: linux   
Type: --- SCM Refs:
Workaround: ---
Attachments: The JOGL test program
Screenshot when GLCanvas is used
Screenshot when GLJPanel is used
Test program (freeglut)
Output (test.log)
Output (test_dbg.log)
Output of running the test program with GLJPanel and debug logging

Description dan.j.allen 2013-06-06 22:14:48 CEST
Description of problem:

Using a simple JOGL program (that draws a triangle and square), no output is shown on the canvas. When a GLCanvas is used, the canvas appears to be cleared correctly, but the shapes are not visible. With a GLJPanel, the panel does not clear correctly and no shapes are visible. In this case, the contents shown on the panel seem random.

The test program has been executed under Fedora 18 x86_64, Kubuntu 13.04 x86_64 and Linux Mint 15 x86_64. All these distributions produce the same results. No other distributions have been tried at this time.

The freeglut program (attached) has also been executed under each distribution. This produces a window with a black background and white filled square, as expected.

The graphics card on the system is an ATI Radeon 4890.

How reproducible:

The attached test program is run using one of the distributions above using the open source driver. The results are always the same (except for the clearing when the GLJPanel is used. The display is random in this case).

Actual results:

See screenshot for each (GLCanvas & GLJPanel).

Expected results:

A red background with a filled white triangle and square shown.
Comment 1 dan.j.allen 2013-06-06 22:17:05 CEST
Created attachment 473 [details]
The JOGL test program
Comment 2 dan.j.allen 2013-06-06 22:19:24 CEST
Created attachment 474 [details]
Screenshot when GLCanvas is used
Comment 3 dan.j.allen 2013-06-06 22:19:45 CEST
Created attachment 475 [details]
Screenshot when GLJPanel is used
Comment 4 dan.j.allen 2013-06-06 22:20:45 CEST
Created attachment 476 [details]
Test program (freeglut)
Comment 5 dan.j.allen 2013-06-06 22:21:34 CEST
Created attachment 477 [details]
Output (test.log)
Comment 6 dan.j.allen 2013-06-06 22:22:12 CEST
Created attachment 478 [details]
Output (test_dbg.log)
Comment 7 dan.j.allen 2013-06-06 22:26:32 CEST
Created attachment 479 [details]
Output of running the test program with GLJPanel and debug logging