[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ATI Radeon 9700



>> Jedoch liefert glxgears weiterhin nur Werte um 300 FPS und glxinfo
>> spuckt aus: direct rendering: No
> 
> Was sagt glxinfo denn genau? Steht da etwas wie
> 
> |OpenGL vendor string: ATI Technologies Inc.
> |OpenGL renderer string: RADEON 1234 xyz
> |OpenGL version string: 1.3.4893 (X4.3.0-8.10.19)

Nicht wirlich ;) glxinfo gibt aus:

name of display: :0.0
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
client glx vendor string: NVIDIA Corporation
client glx version string: 1.3
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, 
    GLX_NV_swap_group, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGI_swap_control, GLX_NV_float_buffer
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, 
    GLX_ARB_get_proc_address
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4
OpenGL extensions:
    GL_ARB_multitexture, GL_ARB_imaging, GL_EXT_blend_color, 
    GL_EXT_blend_minmax
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess


>> Damit scheint die 3D-Unterstützung nicht aktiv zu sein.
>> 
>> Falls jemanden noch etwas einfällt, was ich machte könnte, wäre
>> ich dankbar.
> 
> Hast du die XF86Config-4 für den fglrx Treiber entsprechend
> eingerichtet? Was sagt die Log-Datei des X-Servers?

Ich habe in der XF86Config-4, so wie es in der Anleitung empfohlen wurde,
folgendes eingetragen:

Section "Module"
  ...
  Load "GLcore"
  Load "glx"
  Load "dri"
  ...
  # Load "extmod" but omit DGA extension
  SubSection "extmod"
    Option "omit xfree86-dga"
  EndSubSection
  ...
EndSection

Section "Device"
  Identifier "ATI"
  Driver     "fglrx" # this is the important bit

# If X refuses to use the screen resolution you asked for,
# uncomment this; see "Bugs and Workarounds" for details.
  #Option "NoDDC"

# === Video Overlay for the Xv extension ===
  Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
  Option "OpenGLOverlay" "off"
# === Use internal AGP GART support? ===
# If OpenGL acceleration doesn't work, try using "yes" here
# and disable the kernel agpgart driver.
  Option "UseInternalAGPGART" "no"
EndSection

Section "Screen"
  Identifier "your screen"
  Device     "ATI"
  Monitor    "your monitor"
  DefaultDepth 24
  SubSection "Display"
    Depth 24
    Modes "1280x960" # this is only an example,
                     # use your preferred resolution here
  EndSubSection
EndSection

Section "DRI"
  Mode 0666
EndSection



> 
> MfG Daniel

Gruß
Christian



Reply to: