xorg b

Zagadnienia dotyczące menadżerów okien, środowisk graficznych - X, KDE, GNOME, Fluxbox, XFCE., Compiz itp.
rox11
Posty: 48
Rejestracja: 10 kwietnia 2007, 06:57

xorg błąd (EE) AIGLX: Screen 0 is not DRI capable

Post autor: rox11 »

Kod: Zaznacz cały

(EE) AIGLX: Screen 0 is not DRI capable
z czego to wynika ? xy sie uruchamiają ale czasem są zwisy więc wszyskie błędy chcę wyeliminować

mam kartę GF 2 mx 400
uzywam w xorg sterownika xv


//edit
używaj tagów code i quote
Kaka'
stepek
Beginner
Posty: 314
Rejestracja: 19 kwietnia 2007, 07:18
Lokalizacja: Bia³ystok

Post autor: stepek »

pokaz xorg.conf
rox11
Posty: 48
Rejestracja: 10 kwietnia 2007, 06:57

Post autor: rox11 »

Zakomentowane są wpisy, które służyły dla nvidia kiedy używałem dla prób.

Kod: Zaznacz cały

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        #FontPath       "/usr/share/fonts/X11/100dpi/:unscaled"
        #FontPath       "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        #FontPath       "/usr/share/fonts/X11/75dpi/:unscaled"
        #FontPath       "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        #Load   "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
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/psaux"
        #Option         "Protocol"              "PS/2"
        Option "Protocol"   "ImPS/2"
        #Option         "Emulate3Buttons"       "true"
        Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
        Identifier      "nVidia Corporation NV11 [GeForce2 MX/MX 400]"
        Driver          "nv"
        #Driver         "nvidia"
        BusID           "PCI:1:0:0"
        #VideoRam       131072
        #Option         "RenderAccel"   "true"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation NV11 [GeForce2 MX/MX 400]"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection
ODPOWIEDZ