that, unfortunately, I have been entirely unable to find a solution to.
(Note: once again I find that this could probably fit into several of the *nix forums, so I tried my best to find the one that fit the problem best. My apologies to the mods if this doesn't fit here. ^_^U )
Here's my problem. I apt-get upgrade
d recently, and ever since my xorg has been unabe to function. It prints out:
(EE) Failed to load module "nvidia" (module does not exist, 0)
(EE) no drivers available.
Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on x server "0:0"
after 0 requests (0 known processed) with 0 events remaining.
This seems to be a pretty popular problem these days, and I figured it was because my xorg was upgraded and my nvidia drivers were not. So I upgraded those, too. I ended up upgrading my kernel a bit in the process, but the output and result has not changed a bit since then - I still don't get x-capabilities.
uhm... any ideas would be great. I did follow the instructions on http://wiki.debian.org/NvidiaGraphicsDrivers#Libraries, and don't know how to fix it anymore. I've been at this for 4 hours.
JIC, here's a copy of my xorg.conf file.
#blablabla all kinds of blather in comments
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard'
Driver "kbd"
Option "CoreKeyboard"
Option "XkbUles" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout' "us"
EndSection
Section "InputDevice"
Identifier "configured Mouse"
Driver "mouse"
option "corepointer"
Option "Device" "/dev/input/mice"
Option "Protocol' "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "nVidia Corporation NV17 [GeForce4 440 Go 64M]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-38
VertRefresh 43-72
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation [NV17 GeForce4 440 Go 64M]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "Server Layout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
and my /etc/modules:
#/etc/modules: kernel modules that should be loaded
#at boot time, one per line. Lines beginning with "#" are ignored.
loop
sbp2
nvidia
This is on kernel 2.6.18-5-486, with nvidia-kernel-2.6.18-5-486 installed.
if I glxinfo |grep rendering
, I get Segmentation Fault
Mmmm... I love hearing those words.
Again, any help would be highly appreciated. I will probably be using ssh to do the things I need to right now, but of course the faster this works out, the faster I can start using my computer again.