Guten Tag [EMAIL PROTECTED],

da ich meine mit Erfolg eingebunden habe, gleich eine Frage zuerst,
welchen Xfree hast du 4.1 hoffe ich. Zweite Frage, hast du die
Kernel-Headers beim make install vom Nvidia Kernel genommen?

meine Xfree sieht so aus:
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse[1]" "CorePointer"
        InputDevice    "Mouse[2]"  "SecondPointer"
        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/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "xie"
        Load  "pex5"
        Load  "glx"
        Load  "dri"
        #Load  "GLcore"
        Load  "dbe"
        Load  "record"
        Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option "XkbModel" "pc104"
        Option "XkbLayout" "de"
        Option "XkbVariant" "nodeadkeys"

EndSection

Section "InputDevice"
        Identifier  "Mouse[1]"
Driver      "mouse"
        Option      "Protocol" "imps/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier   "Mouse[2]"
        Driver        "mouse"
        Option        "Protocol" "imps/2"
        Option        "Device"  "/dev/psaux"
        Option        "ZAxisMapping"  "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    30-98
        VertRefresh  50-160
EndSection

Section "Device"
        ### Available Driver options are:-
        #Option     "SWcursor"
        #Option     "HWcursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "NVidia"
        BoardName   "GeForce256"
        BusID       "PCI:1:0:0"
EndSection

Das funzt ganz gut. Ein Problem war noch der Kernel mit AGP fest ein
kompiliert, au�erdem mu� in der CPU Options noch "mttr" mit
reingenommen werden. Den Nvidia Kernel installiere ich so:

make SYSINCLUDE=/path/to/kernel-headers/include.

cu denny



-- 
Mit freundlichen Gr�ssen
Denny-Schierz                            mailto:[EMAIL PROTECTED]

----------------------------------------------------------------------------
PUG - Penguin User Group Wiesbaden - http://www.pug.org

Antwort per Email an