Anzeige:
Ergebnis 1 bis 3 von 3

Thema: OpenGL funktioniert unter X11 nicht

  1. #1
    *narf*
    Registriert seit
    Mar 2002
    Ort
    Hamburg
    Beiträge
    88

    OpenGL funktioniert unter X11 nicht

    Hi Leute

    Ich hab da ein Problem mit OpenGL. Ich habe ein Elsa Erazor II mit TNT2 Chipsatz, XFree86 4.1, Debian(Sid) und die neuesten Nvidia Treiber. Gut sowit die Treiber laufen auch, aber nicht OpenGL. Immer wenn ein OpenGL Spiel starten will wie z.B. Tuxracer dann bekomme ich die Fehlermeldung :

    Couldn't initialize video: X11 driver nt configured with OpenGL (SUccess)

    Meine glxinfo ausgabe :

    name of display: :0.0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: NVIDIA Corporation
    server glx version string: 1.2
    server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer
    client glx vendor string: NVIDIA Corporation
    client glx version string: 1.2
    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_SGIX_swap_group, GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer
    GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_ARB_get_proc_address
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: RIVA TNT2/PCI/3DNOW!
    OpenGL version string: 1.3.1 NVIDIA 28.02
    OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_env_add,
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_compiled_vertex_array, GL_EXT_draw_range_elements,
    GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
    GL_EXT_point_parameters, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_stencil_wrap,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_lod_bias,
    GL_EXT_texture_object, GL_EXT_vertex_array, GL_EXT_vertex_weighting,
    GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_blend_square,
    GL_NV_evaluators, GL_NV_fog_distance, GL_NV_packed_depth_stencil,
    GL_NV_texgen_reflection, GL_NV_texture_env_combine4
    glu version: 1.3
    glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    ----------------------------------------------------------------------
    0x21 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 16 0 0 None
    0x22 16 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 16 0 0 None
    0x23 16 tc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 16 0 0 None
    0x24 16 dc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 16 0 0 None


    meine XFree86 config :

    Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb.txt"
    FontPath "unix/:-1"
    EndSection

    Section "ServerLayout"
    Identifier "Layout"
    Screen 0 "Screen" 0 0
    InputDevice "Keyboard" "CoreKeyboard"
    InputDevice "Maus" "CorePointer"
    EndSection

    Section "Files"
    FontPath "unix/:7100"
    FontPath "/usr/lib/X11/fonts/misc"
    FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/Type1"
    FontPath "/usr/lib/X11/fonts/Speedo"
    FontPath "/usr/lib/X11/fonts/100dpi"
    FontPath "/usr/lib/X11/fonts/75dpi"
    EndSection

    Section "Module"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "pex5"
    Load "record"
    Load "speedo"
    Load "type1"
    Load "vbe"
    Load "xie"
    EndSection

    Section "InputDevice"
    Identifier "Maus"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/psaux"
    Option "InputFashion" "Mouse"
    Option "Buttons" "3"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard"
    Driver "keyboard"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "de"
    EndSection

    Section "Monitor"
    Identifier "Monitor"
    HorizSync 30.0 - 69.0
    VertRefresh 50.0 - 110.0
    EndSection

    Section "Device"
    Identifier "TNT2"
    VendorName "nvidia"
    Driver "nvidia"
    ChipSet "RIVATNT"
    Card "ELSA ERAZOR II"
    Option "NvAGP" "1"
    Option "NoLogo" "true"
    EndSection

    Section "Screen"
    Identifier "Screen"
    Device "TNT2"
    Monitor "Monitor"
    DefaultDepth 16
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480" "640x400"
    EndSubSection
    EndSection


    ich hoffe mir kann jemand helfen

    danke im voraus
    "Dann bau ich mir halt mein eigenes Raumschiff. Mit Blackjack ... und Nutten."

  2. #2
    G.B.Wolf
    Gast
    Tag!

    Ich vermisse in deiner "Module" Section ein

    load "dri"

    ich kenn mich zwar mir den NVidia Karten nicht aus aber ich glaube das muss noch mit rein

  3. #3
    Moderator Avatar von Krelian
    Registriert seit
    Mar 2001
    Ort
    NRW
    Beiträge
    430
    Das ist so vollkommen richtig.

    Da NVIDIA nicht auf dri setzt, darf auch kein load "dri" in der Modules-Sektion sein.
    Once you go Slack, you'll never go back!

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •