1. xorg.conf:
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "SynapticsMouse1" "AlwaysCore"
Screen 0 "aticonfig-Screen[0]" 0 0
EndSection
Section "Files"
EndSection
Section "Device"
Identifier "aticonfig-device[0]"
Driver "fglrx"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "ServerFlags"
#DontZap # disable <Ctrl><Alt><BS> (server abort)
# allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
#"AIGLX" "true"
Option "allowmouseopenfail"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
Subsection "Display"
Depth 24
Viewport 0 0
EndSubsection
EndSection
2. В ответ на вопрос glxinfo|grep dir, пишет:
direct rendering: Yes
3. В ответ на вопрос fglrxinfo, пишет:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1400
OpenGL version string: 2.0.6747 (8.40.4)
4. И, наконец, в ответ на вопрос fgl_glxgears выдает следующие параметры производительности:
Using GLX_SGIX_pbuffer
1395 frames in 5.0 seconds = 279.000 FPS
1623 frames in 5.0 seconds = 324.600 FPS
1625 frames in 5.0 seconds = 325.000 FPS
1615 frames in 5.0 seconds = 323.000 FPS
1624 frames in 5.0 seconds = 324.800 FPS
1621 frames in 5.0 seconds = 324.200 FPS
1610 frames in 5.0 seconds = 322.000 FPS
5. Вообщем, установил все... все тесты, ATI Catalist Control Center, Compiz, drak3d - ВСЕ работает... а 3d эффектов нету... да вообще никаких эффектов нету
Такс... очередная редакция вопроса...
Подозрение упало на следующую фишку: в дополнительных параметрах настройки Compiz в drak3d недоступен радиобатон "поддержка от производителя", а только "Xgl"... может здесь собака зарыта?