Ok, wir nähern uns.
> (WW) kann mehrere verzeichnisse nicht finden (z.b./usr/x11r6/lib/x11/fonts/hellas)
> fehlen schriftarten???
hmm. da sucht er nach Verzeichnissen für Schriftarten, die aber erst mal irrelevant sind, die Fehlermeldungen hab ich auch nach installation der NVIDIA-Treiber. Können wir ERSTMAL ignorieren.
> (EE): nvidia kernel module does not appear to be installed correctly.
> ok. grafigkarte nicht richtig installiert.
Nah dran. Die Module für die Graka sind fehlerhaft installiert oder im Eimer.
1.) Was für ne Graka haste denn?
2.) Hast Du in letzter Zeit n Treiberupdate gemacht?
3.) Besorg Dir die korrekten Treiber bei www.nvidia.de
4.) Installier die Treiber GENAUESTENS!!!!!! nach der installationsanleiteung!!!!!!!
5.) Dann sollte das Problem behoben sein,.
> (EE): screen(s) found, but none have a usable configuration
> fatal errror:
> no screens found
> fatal error:
> caught signal 11. server aborting.
Resultieren glaube ich aus der Fehlerhaften Modulinstallation.
Ein Beispiel für ne XF86config haste vielleict noch unter /etc/X11/XF86config. Probier mal die bei Dir rückzukopieren, dann die NVidida-Treiber zu installieren und dann neuzustarten.
Wenn das nichts hilft ist hier meine XF86config, die Du aber für Dein System umschreiben musst:
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/uni"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
EndSection
Section "ServerFlags"
AllowMouseOpenFail
EndSection
Section "Module"
EndSection
Section "Keyboard"
Protocol "Standard"
XkbRules "xfree86"
XkbKeycodes "xfree86"
XkbModel "pc104"
XkbLayout "de"
XkbVariant "nodeadkeys"
EndSection
Section "Pointer"
Protocol "imps/2"
Device "/dev/mouse"
EndSection
Section "Monitor"
Identifier "Primary-Monitor"
VendorName "Vendor"
ModelName "Model"
HorizSync 31-64
VertRefresh 50-85
Modeline "640x480" 31.5 640 656 720 840 480 481 484 500 # 6. Versuch
Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 # 5. Versuch
Modeline "640x480" 28 640 664 760 800 480 491 493 525 # 4. Versuch
Modeline "640x480" 28.32 640 664 760 800 480 491 493 525 # 3. Versuch
Modeline "640x480" 25.18 640 664 760 800 480 491 493 525 # 2. Versuch
Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Versuch
EndSection
Section "Device"
Identifier "Primary-Card"
VendorName "---AUTO DETECTED---"
BoardName "---AUTO DETECTED---"
# Option "sw_cursor"
EndSection
Section "Device"
Identifier "Generic VGA"
VendorName "Unknown"
BoardName "Unknown"
Chipset "generic"
EndSection
Section "Screen"
Driver "VGA16"
Device "Generic VGA"
Monitor "Primary-Monitor"
BlankTime 0
SubSection "Display"
Depth 8
Modes "640x480"
EndSubSection
EndSection
Section "Screen"
Driver "SVGA"
Device "Primary-Card"
Monitor "Primary-Monitor"
BlankTime 0
SubSection "Display"
Depth 8
Modes "640x480"
EndSubSection
EndSection
Section "Screen"
Driver "Accel"
Device "Primary-Card"
Monitor "Primary-Monitor"
BlankTime 0
SubSection "Display"
Depth 8
Modes "640x480"
EndSubSection
EndSection
Section "Screen"
Driver "FBDev"
Device "Primary-Card"
Monitor "Primary-Monitor"
BlankTime 0
SubSection "Display"
Modes "default"
EndSubSection
EndSection
Viel Glück
poly