[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Nvidia-Howto f. Kernel 2.6.16-2-686



Am Montag, 31. Juli 2006 18:47 schrieb Andreas Pakulat:

> > Welche Nachteile hat die manuelle Mehtode
>
> s.o. dpkg-reconfigure geht dann nicht mehr.

Das funktioniert leider auch nach Anleitung von 
http://home.comcast.net/~andrex/Debian-nVidia/installation.html nicht.

md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum

diff XF86Config-4.md5sum XF86Config-4.md5sum.nv.vor_nvidia
bringt keinen Unterschied

dpkg-reconfigure verabschiedet sich vor den Monitorangaben, ich konnte aber 
nvidia auswählen, nv war auch vorhanden. Ich vermute ich kämpfe trotz 
Prüfsumme mit dem Bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=223929 
Gefühlsmäßig würde ich meinen, dass das Problem mit der xorg-Migration 
zusammenhängt.

GLCore gab es bei "reconfigure" nicht. dri habe ich deaktivert alles andere 
vorgeschlagene gelassen, glx wurde also aktiviert.

Danach funktionierte kein 3D, was mich auch nicht wundert, wenn ich mir u.a. 
Konfiguration ansehe:

BTW, woran erkenn ich ob xorg oder xfree86 konfiguriert ist? Eigentlich sollte 
xorg verwendet werden.

/etc/X11/xorg.conf
Section "Files"
        FontPath        "unix/:7100"                    # local font server
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/CID"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
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/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "Device"
        Identifier      "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
        Driver          "nv"
EndSection
Section "Monitor"
        Identifier      "Standardbildschirm"
        HorizSync       30-92
        VertRefresh     50-160
        Option          "DPMS"
EndSection
Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
        Monitor         "Standardbildschirm"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600"
        EndSubSection
EndSection
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection
Section "DRI"
        Mode    0666
EndSection


Sollte diese Änderung reichen?
Driver          "nvidia"
Das würde ich entfernen_
Load    "dri"
Section "DRI"
        Mode    0666

Um später dpkg-reconfigure anzuwenden, muss ich was machen? Das erscheint 
nicht sinnvoll, da müsste ich auch die XF86Config-4 analog ändern:
md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum


Al



Reply to: