Subject: agp i AMD761
To: None <regional-pl@netbsd.org>
From: =?ISO-8859-2?Q?Bartosz_Ku=BCma?= <bartosz@atom.eu.org>
List: regional-pl
Date: 05/22/2003 16:51:26
    Mam plyte glowna na AMD761 + VT82C686B (Abit KG-7), karta graficzna 
GeForce 2 MX 400, pomimo tego, ze driver do apg ma obsluge mojego 
chipsetu, co zreszta napisane jest w manualu, kernel, GENERIC NetBSD 
1.6.1, pokazuje cos takiego:

agp at pchb0 not configured

W zwiazku z powyzszym mam pytanie: czy to wlasnie brak obslugi agp jest 
winny temu, ze filmy odtwarzane mplayer-em strasznie skacza i obraz nie 
nadaza za dzwiekiem?

Moj XF86Config wyglada tak:

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath         "/usr/X11R6/lib/X11/rgb"
        ModulePath      "/usr/X11R6/lib/modules"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath        "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/latin2/misc/"
        FontPath        "/usr/X11R6/lib/X11/fonts/latin2/100dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/latin2/75dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/iso8859-2/100dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/iso8859-2/75dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "keyboard"
        Option          "AutoRepeat"    "256 64"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "Device"        "/dev/wsmouse0"
        Option          "Protocol"      "wsmouse"
        Option          "Buttons"       "3"
        Option          "Resolution"    "600"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "ADI"
        ModelName    "ADI 5P"
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "NVidia"
        BoardName   "GeForce2 MX/MX 400"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24
        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

W lkm.conf dodalem tez modul agp aperture driver 
(pkgsrc/sysutils/aperture - xf86.o) ale to niewiele pomoglo.