Will OpenGL haben aber fglrx wird nicht benutzt

S

Spanky

Grünschnabel
Hallo

Meine Graphikkarte: ATI Radeon 9700
System: Debian GNU/Linux 4.0
Kernel: 2.6.18-3-686 #1 SMP (also nicht selber kompiliert)
ich verwende X Window System Version 7.1.1
Habe schon zahlreiche Foren und HOWTOs durchgelesen wie ich OpenGL ans Laufen bekomme. Habe mich dann für den propertären ATI Treiber entschieden, "ati-driver-installer-8.32.5-x86.x86_64.run" in deb-Pakete umgewandelt und installiert. Anschließend "aticonfig --initial" wie es in vielen Anleitungen steht.

Soweit läuft auch das Modul:
Code:
# lsmod|grep fglrx
fglrx                 512080  0
agpgart                29896  2 fglrx,intel_agp
doch:
Code:
-# fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
An dieser Stelle habe ich probiert das Modul DRI nachzuladen, aber:
Code:
modprobe drm
FATAL: Error inserting drm (/lib/modules/2.6.18-3-686/kernel/drivers/char/drm/drm.ko): Cannot allocate memory
Die /var/log/Xorg.0.log sagt dazu:
Code:
...
(II) fglrx(0): Composite extension enabled, disabling direct rendering
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed!                  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO)             *
(WW) fglrx(0): * no 3D acceleration available                *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0xf0000000 FBMappedSize: 0x08000000
(==) fglrx(0): Write-combining range (0xf0000000,0x8000000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1600,8191)
....
meine xorg.conf und die koplette Xorg.0.log ist im Anhang
Ich bin echt ratlos und wäre für einen Tipp dankbar. :think:

LG und danke schon mal
 
Zuletzt bearbeitet:
Nimm mal das #-Zeichen vor dem 'Load "dri"' raus und starte den X-Server neu.
 
Habe ich nun entkommentiert, X neugestartet, keine Änderung.
Ich hatte das auskommentiert, weil ich irgendwo (früher) gelesen habe fglrx übernehme dann den Job vom DRM und es würde sonst fglrx blockieren..
.
.
.
EDIT (autom. Beitragszusammenführung) :
.

Super, danke habe nun meiner xorg.conf das noch angefügt:
Code:
Section "Extensions"
        Option      "Composite" "false"
EndSection

Section "DRI"
        Group "video"
        Mode 0660
EndSection
und:
Code:
--> fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON 9700 Generic
OpenGL version string: 2.0.6234 (8.32.5)
:))
Thx
 
Zuletzt bearbeitet:
Hallo, habe das auch meiner xorg.conf hinzugefügt, aber der der effekt ist der gleiche, immer noch die Ausgabe:
# fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":1.0".
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON X800 PRO Generic
OpenGL version string: 2.0.5814 (8.25.18)

hier mein xorg.conf:
Code:
Section "Monitor"
    Identifier   "aticonfig-Monitor[0]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "ATI Technologies, Inc. R420 JI [Radeon X800PRO]"
    Driver      "radeon"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
    Option        "VideoOverlay" "on"
    Option        "OpenGLOverlay" "on"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device     "ATI Technologies, Inc. R420 JI [Radeon X800PRO]"
    Monitor    "L90D+ DVI"
    DefaultDepth     24
    SubSection "Display"
        Depth     1
        Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

# neu eingefügt

Section "Extensions"
        Option      "Composite" "false"
EndSection

Section "DRI"
        Group "video"
        Mode 0660
EndSection

gruß
 

Ähnliche Themen

Keine grafische Oberfläche (Debian Installation)

Nvidia Hybrid-Grafikkarte: 3D Beschleunigung will nicht

X startet nichtmehr

xserver startet nicht: no screens

xrandr: cant open display

Zurück
Oben