Here's the xorg.conf too if that helps...<br><br><br>Section "Monitor"<br>    Identifier    "Configured Monitor"<br>EndSection<br><br>Section "Screen"<br>    Identifier    "Default Screen"<br>
    Monitor        "Configured Monitor"<br>    Device        "Configured Video Device"<br>    DefaultDepth    24<br>EndSection<br><br>Section "Module"<br>    Load    "glx"<br>EndSection<br>
<br>Section "Device"<br>    Identifier    "Configured Video Device"<br>    Driver    "nvidia"<br>    Option    "NoLogo"    "True"<br>EndSection<br><br><br>