Kannst auch nix in der bash lesen ?
Also STRG+ALT+F3 z.B. wennst in X bist.
Ich würd mal wieder auf nicht-Nvidia stellen.
Editier die /etc/X11/XF86Config(-4).
Beim Treiber stell mal statt nvidia nv ein - mit dem sollte es problemlos funken.
Code:
ection "Device"
Identifier "Videocard0"
----> Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 2 MX (generic)"
VideoRam 32768
Option "NvAGP" "3"
Option "DigitalVibrance" "0"
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TwinViewOrientation" "Clone"
Option "TVStandard" "PAL-G"
Option "MetaModes" "1024x768@1024x768,800x600@800x600"
EndSection
Dann unkommentier noch Load "glx".
Code:
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
# Load "glx"
Load "record"
Load "freetype"
Load "type1"
# Load "dri"
EndSection
Abspeichern, dann sollte es vielleicht möglich sein, X ohne NVdia zum Laufen zu bringen.
IMHO darf der NVIDIA Treiber sowieso nur ohne Laufendes X installiert werden.
____________________________________
Linux is like a wigwam:
No windows, no Gates, Apache inside.