Strona 1 z 1

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

: 20 czerwca 2007, 15:35
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'

: 22 czerwca 2007, 07:26
autor: stepek
pokaz xorg.conf

: 23 czerwca 2007, 18:28
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