Strona 1 z 1

problem z sterownikami ATI

: 29 listopada 2007, 14:17
autor: maciekr
witam,

mam kartę radeon 9550, no i jest problem z akceleracją.

Kod: Zaznacz cały

maciekr@debianhome:~$ glxinfo |grep direct
Xlib:  extension "ATIFGLRXDRI" missing on display ":0.0".
Error: couldn't find RGB GLX visual
maciekr@debianhome:~$ 

Kod: Zaznacz cały

maciekr@debianhome:~$ cat /etc/X11/xorg.conf
....
Section "Files"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "pl"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "ATI Technologies Inc RV350 AS [Radeon 9550]"
        Driver          "ati"
        BusID           "PCI:2:0:0"
EndSection

Section "Monitor"
        Identifier      "L72S"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc RV350 AS [Radeon 9550]"
        Monitor         "L72S"
        DefaultDepth    24
        SubSection "Display"
                Modes           "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection
maciekr@debianhome:~$
Sterowniki ze strony ati.Przypuszczam że może być problem z tymi najnowszymi sterownikami. Wcześniej instalowałem to wszystko w porządku było.A i ten xorg chyba jakoś dziwnie wygląda.

: 29 listopada 2007, 14:38
autor: yantar
No gdzies wsyslo

Kod: Zaznacz cały

Section "Module"
Mam ta sama karte. U mnie ta sekcja zawiera.

Kod: Zaznacz cały

Section "Module"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
        Load    "dbe"
        Load    "i2c"
EndSection
Z czego przy zamknietych sterownikach nie powinno byc w sekcji (albo zahaszowane)

Kod: Zaznacz cały

Load "dri"