Board index FlightGear Support Graphics

ATI Radeon HD5470 rendering problem [NEW]

Graphics issues like: bad framerates, weird colors, OpenGL errors etc. Bad graphics ar usually the result of bad graphics cards or drivers.
Forum rules
In order to help you, we need to know a lot of information. Make sure to include answers to at least the following questions in your initial post.

- what OS (Windows Xp/Vista, Mac etc.) are you running?
- what FlightGear version do you use?
- what graphics card do you have?
- does the problem occur with any aircraft, at any airport?
- is there any output printed to the console (black window)?
- copy&paste your commandline (tick the "Show commandline box on the last page of FGRun or the "Others" section on the Mac launcher).
- please upload a screenshot of the problem.

If you experience FlightGear crashes, please report a bug using the issue tracker (can be also used for feature requests).
To run FlightGear on old computers with bad OpenGL support, please take a look at this wiki article. If you are seeing corrupted/broken textures, please see this article.

Note: If you did not get a reponse, even after 7 days, you may want to check out the FlightGear mailing lists to ask your question there.

ATI Radeon HD5470 rendering problem [NEW]

Postby Chrison » Mon Oct 11, 2010 2:00 am

Awhile ago, I had the usual incorrect rendering problem with my ATI Radeon graphics display that was reported and fixed in this thread:

http://www.flightgear.org/forums/viewtopic.php?f=37&t=8316

Recently, everything stopped working. If I uninstall Catalyst and use the generic display driver, FG 1.9.1 runs but VERY slowly (framerates of 2-3 fps). If I install Catalyst, both FG 1.9.1 and FG 2.0 die with the following error messages:

Code: Select all
Got an X11ErrorHandling call display=0x1359540 event=0x7fffbe40e1d0
BadRequest (invalid request code or no such operation)
Major opcode: 136
Minor opcode: 19
Error code: 1
Request serial: 16
Current serial: 16
  ResourceID: 23
Got an X11ErrorHandling call display=0x1359540 event=0x7fffbe40e1d0
BadRequest (invalid request code or no such operation)
Major opcode: 136
Minor opcode: 19
Error code: 1
Request serial: 17
Current serial: 17
  ResourceID: 23
Got an X11ErrorHandling call display=0x1359540 event=0x7fffbe40e220
BadRequest (invalid request code or no such operation)
Major opcode: 136
Minor opcode: 14
Error code: 1
Request serial: 18
Current serial: 18
  ResourceID: 23
Got an X11ErrorHandling call display=0x1359540 event=0x7fffbe40e1d0
BadRequest (invalid request code or no such operation)
Major opcode: 136
Minor opcode: 19
Error code: 1
Request serial: 21
Current serial: 21
  ResourceID: 23
Got an X11ErrorHandling call display=0x1359540 event=0x7fffbe40e1d0
BadRequest (invalid request code or no such operation)
Major opcode: 136
Minor opcode: 19
Error code: 1
Request serial: 22
Current serial: 22
  ResourceID: 23
Got an X11ErrorHandling call display=0x1359540 event=0x7fffbe40e220
BadRequest (invalid request code or no such operation)
Major opcode: 136
Minor opcode: 14
Error code: 1
Request serial: 23
Current serial: 23
  ResourceID: 23
Error: Not able to create requested visual.
Got an X11ErrorHandling call display=0x135c1c0 event=0x7fffbe40e410
BadRequest (invalid request code or no such operation)
Major opcode: 136
Minor opcode: 19
Error code: 1
Request serial: 14
Current serial: 14
  ResourceID: 23
Got an X11ErrorHandling call display=0x135c1c0 event=0x7fffbe40e410
BadRequest (invalid request code or no such operation)
Major opcode: 136
Minor opcode: 19
Error code: 1
Request serial: 15
Current serial: 15
  ResourceID: 23
Got an X11ErrorHandling call display=0x135c1c0 event=0x7fffbe40e460
BadRequest (invalid request code or no such operation)
Major opcode: 136
Minor opcode: 14
Error code: 1
Request serial: 16
Current serial: 16
  ResourceID: 23
Got an X11ErrorHandling call display=0x135c1c0 event=0x7fffbe40e410
BadRequest (invalid request code or no such operation)
Major opcode: 136
Minor opcode: 19
Error code: 1
Request serial: 19
Current serial: 19
  ResourceID: 23
Got an X11ErrorHandling call display=0x135c1c0 event=0x7fffbe40e410
BadRequest (invalid request code or no such operation)
Major opcode: 136
Minor opcode: 19
Error code: 1
Request serial: 20
Current serial: 20
  ResourceID: 23
Got an X11ErrorHandling call display=0x135c1c0 event=0x7fffbe40e460
BadRequest (invalid request code or no such operation)
Major opcode: 136
Minor opcode: 14
Error code: 1
Request serial: 21
Current serial: 21
  ResourceID: 23
Error: Not able to create requested visual.


And here's a backtrace on FG 2.0

Code: Select all
(gdb) bt
#0  0x00000000004365fa in osg::ref_ptr<osg::GraphicsContext>::get (this=0x18)
    at /usr/include/osg/ref_ptr:90
#1  0x000000000048c047 in flightgear::CameraGroup::buildGUICamera (
    this=0x23a0f20, cameraNode=0x24998c0, window=0x0) at CameraGroup.cxx:421
#2  0x000000000048c377 in flightgear::CameraGroup::buildCameraGroup (
    viewer=0x23f0750, gnode=0x2498cb0) at CameraGroup.cxx:462
#3  0x0000000000498533 in fgOSOpenWindow (stencil=true)
    at fg_os_osgviewer.cxx:159
#4  0x0000000000434d1f in fgMainInit (argc=2, argv=0x7fff7318f888)
    at main.cxx:938
#5  0x000000000043104e in main (argc=2, argv=0x7fff7318f888)
    at bootstrap.cxx:229
(gdb)

I have tried these Catalyst driver version that worked before but give the above error now: 10.4 and 10.8. I also tried Catalyst 10.9 (never tried it before) and 10.5 (didn't work before), and they both died with the above messages. Some Google research seems to indicate this is an OpenSceneGraph problem, but I can't find a solution so far. I'm using the latest (April 2010) version (2.8.2) of OpenSceneGraph.

Does anyone have any ideas of how to fix this? Here's my system specs:

Acer Aspire 5741G laptop
Intel Core i5 processor 430M
2.26GHz, 3MB L3 cache
ATI Mobility Radeon HD 5470 graphics
4GB DDRIII memory
Fedora Linux 12 (kernel 2.6.32.21-168.fc12.x86_64)

Any help or suggestions will be most appreciated!

Thanks!

Regards,

Chris
Last edited by Chrison on Tue Nov 16, 2010 4:27 am, edited 1 time in total.
"Even if you win the rat race, you're still a rat!" (Jackie Gleason)
My final approach announcement: "Seats up... Trays locked... Articles stowed... Seat belts on... And may God have mercy on your souls!"
Chrison
 
Posts: 431
Joined: Tue Mar 16, 2010 7:33 pm
Location: North America (Full-time RV'er)
Callsign: Chrison, AVA0066

Re: ATI Radeon HD5470 rendering problem [NEW]

Postby Chrison » Mon Oct 11, 2010 7:27 pm

UPDATE: Just for kicks, and because didn't have anything better to do, I decided to install Ubuntu and see what happened. So, I installed the latest-and greatest Ubuntu 10.10. NO problems! FG 1.9.1 works flawlessly and my framerates are back to 60 plus.

So, although I have been with Fedora for many years, and that's the Linux distribution I prefer, I guess this is "bye bye" to Fedora and "hello" to Ubuntu!

If anyone finds a solution for Fedora please let me know as I'll go back to it if I can get FG to run properly.

Thanks!

Regards,

Chris
"Even if you win the rat race, you're still a rat!" (Jackie Gleason)
My final approach announcement: "Seats up... Trays locked... Articles stowed... Seat belts on... And may God have mercy on your souls!"
Chrison
 
Posts: 431
Joined: Tue Mar 16, 2010 7:33 pm
Location: North America (Full-time RV'er)
Callsign: Chrison, AVA0066

Re: ATI Radeon HD5470 rendering problem [NEW]

Postby Jester » Sun Oct 17, 2010 12:42 am

Presumably OSG is newer in ubuntu than in fedora. So the solution would be to upgrade :wink:
Jester
 
Posts: 1191
Joined: Wed Feb 28, 2007 4:53 pm
Location: Hungary
Callsign: BA996,Rescue1
IRC name: Jester01
Version: GIT
OS: Debian Linux


Return to Graphics

Who is online

Users browsing this forum: No registered users and 2 guests