On Tue, Feb 26, 2002 at 05:47:40PM +0100, Lutz Schüttler wrote:

> Ich kriege die NVIDIA-Treiber nicht zum Laufen:-(     Was mache ich falsch?
Vielleicht hilft Dir ja meine XF86Config-4 weiter. Ich häng sie mal
rann.

Gruß Thomas
-- 
gnupg: e.g. http://wwwkeys.de.pgp.net or http://www.keyserver.net
"The earth is only one country and all people are his citizens."
Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Default Screen" 0 0
        InputDevice    "Generic Keyboard" "CoreKeyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "Generic Mouse" "CorePointer"
EndSection

Section "Files"
        FontPath     "unix/:7100"
        FontPath     "/usr/lib/X11/fonts/misc"
#       FontPath     "/usr/lib/X11/fonts/cyrillic"
#       FontPath     "/usr/lib/X11/fonts/100dpi/:unscaled"
#       FontPath     "/usr/lib/X11/fonts/75dpi/:unscaled"
#       FontPath     "/usr/lib/X11/fonts/Type1"
#       FontPath     "/usr/lib/X11/fonts/Speedo"
#       FontPath     "/usr/lib/X11/fonts/100dpi"
#       FontPath     "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load  "ddc"
        Load  "dbe"
        Load  "extmod"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
        Load  "bitmap"
        Load  "freetype"
        Load  "speedo"
        Load  "type1"
        Load  "vbe"
        Load  "int10"
EndSection

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "de"
        Option      "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Device" "/dev/psaux"
        Option      "Protocol" "PS/2"
        Option      "Emulate3Buttons" "true"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier  "Generic Mouse"
        Driver      "mouse"
        Option      "SendCoreEvents" "true"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "ImPS/2"
        Option      "Emulate3Buttons" "true"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Generic Monitor"
        HorizSync    40.0 - 110.0
        VertRefresh  28.0 - 90.0
        Option       "DPMS"
EndSection

Section "Device"
        Identifier  "Generic Video Card"
        Driver      "nvidia"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "Generic Video Card"
        Monitor    "Generic Monitor"
        DefaultDepth     24
        SubSection "Display"
                Depth     1
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1600x1200" "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

Attachment: msg02764/pgp00000.pgp
Description: PGP signature

Antwort per Email an