Hallo zusammen,
Ich beschäftige mich gerade mit OpenGL und habe mich an einem entsprechenden
Tutorial versucht. Der
Quellcode compilliert auch wunderbar und funktioniert auf anderen Rechnern reibungslos.
Bei dem Versuch, ihn auf meinem Problemsystem auszuführen, bekomme ich allerdings folgende Fehlermeldung:
$ openGL/Tutorial03/dist/Debug/GNU-Linux-x86/tutorial03
freeglut (openGL/Tutorial03/dist/Debug/GNU-Linux-x86/tutorial03): ERROR: Internal error <FBConfig with necessary capabilities not found> in function fgOpenWindow
Folgendes habe ich bereits herausgefunden:
glxgears:
14892 frames in 5.0 seconds = 2977.211 FPS
glxgears_fbconfig:
GLX 1.3 is supported.
GLX_SGIX_fbconfig is supported.
Error: couldn't get an RGB, Double-buffered visual
fgl_glxgears:
Using GLX_SGIX_pbuffer
Error: couldn't get fbconfig
fglrxinfo:
display: :0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 5700 Series
OpenGL version string: 2.1 (4.2.12002 Compatibility Profile Context 9.012)
Bezüglich fglrx habe ich auch Warnungen in meinem
Xorg.0.log:
[ 193.004] (WW) Falling back to old probe method for fglrx
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:6:0) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
[ 193.109] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[ 193.372] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[ 194.000] (WW) fglrx(0): Option "VendorName" is not used
[ 194.000] (WW) fglrx(0): Option "ModelName" is not used
Ich habe eine
xorg.conf, die via
aticonfig --initial erstellt wurde. Leider geht es nicht ohne, in dem Fall ist mein Desktop komplett verzerrt und verschoben.
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
System specs:
Grafikkarte: 01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Juniper [Radeon HD 5700 Series]
(nach lspci)
Treiber:
community/catalyst-dkms 13.1-1 [installed]
AMD proprietary gpu kernel driver
community/catalyst-utils 13.1-1 [installed]
AMD Catalyst drivers utilities and libraries.
community/opencl-catalyst 13.1-1 [installed]
Window manager: awesome
Ich bin mit meinem Latein am Ende und hoffe ihr könnt mir weiterhelfen.
Beste Grüße