Bug 746 - Shapes not displayed using Fedora 18 and open source driver
Summary: Shapes not displayed using Fedora 18 and open source driver
Status: UNCONFIRMED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 2
Hardware: pc_x86_64 linux
: --- normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2013-06-06 22:14 CEST by dan.j.allen
Modified: 2013-06-06 22:26 CEST (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments
The JOGL test program (3.75 KB, application/octet-stream)
2013-06-06 22:17 CEST, dan.j.allen
Details
Screenshot when GLCanvas is used (6.23 KB, image/png)
2013-06-06 22:19 CEST, dan.j.allen
Details
Screenshot when GLJPanel is used (9.45 KB, image/png)
2013-06-06 22:19 CEST, dan.j.allen
Details
Test program (freeglut) (983 bytes, text/x-c++src)
2013-06-06 22:20 CEST, dan.j.allen
Details
Output (test.log) (70.06 KB, text/x-log)
2013-06-06 22:21 CEST, dan.j.allen
Details
Output (test_dbg.log) (650.18 KB, text/x-log)
2013-06-06 22:22 CEST, dan.j.allen
Details
Output of running the test program with GLJPanel and debug logging (443.20 KB, application/octet-stream)
2013-06-06 22:26 CEST, dan.j.allen
Details

Note You need to log in before you can comment on or make changes to this bug.
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