Since I _rebuilt my xorg.conf file_ a couple of weeks ago, I've been using Ubuntu daily without any problems. I have two identical monitors attached to my computer.
A couple of days ago, I started up Ubuntu as normal and was presented with a message when Gnome began to load, stating that the system was running in low graphics mode. These were the details in the message.
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0): * Aborting * (EE) Screen(s) found, but none have a usable configuration
I can start Ubuntu up in safe graphics mode and only use one screen but this isn't ideal for the way I generally use Ubuntu. I've tried booting into Windows and can confirm that the monitor hasn't died. I can still use both monitors Windows without any issue. This issue only began a short time ago and I'm not aware of any change to the system which could have caused it. I am using the latest Nvidia drivers for x64 Linux.
Any suggestions on how to go about getting both screens working again would be most appreciated as I've been unable to find a solution myself so far.
For reference, I'll post the contents of my xorg.conf file below.
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Left Monitor" 0 0
Screen 1 "Right Monitor" RightOf "Left Monitor"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "Off"
Option "Clone" "On"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Primary Monitor"
VendorName "HannsG"
ModelName "HU196D"
HorizSync 30.0 - 80.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Secondary Monitor"
VendorName "HannsG"
ModelName "HU196D"
HorizSync 30.0 - 80.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8800 GT"
BusID "PCI:7:0:0"
Screen 0
EndSection
Section "Screen"
Identifier "Left Monitor"
Device "Device0"
Monitor "Primary Monitor"
DefaultDepth 24
Option "TwinView" "1"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Right Monitor"
Device "Device0"
Monitor "Secondary Monitor"
DefaultDepth 24
Option "TwinView" "1"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection