<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Having problems with the nvidia driver and 2.6 kernel. Think I'll forget about it for the time being.  I never need 3D anyway so I'm not fussed.<BR>
<BR>
But any ideas how to make it work with the standard 'nv' driver?<BR>
<BR>
So far I've got the screen working ( displaying rubbish ) but it's totally corrupt.<BR>
I've checked the rates in my XF86Config and they look ok compared to the specs.<BR>
<BR>
Anybody see a problem here :<BR>
<BR>
<BR>
Section "Monitor"<BR>
        Identifier   "Monitor0"<BR>
        VendorName   "Monitor Vendor"<BR>
        ModelName    "AD-AA19Z"<BR>
        DisplaySize  390        290<BR>
        HorizSync    30.0 - 64.0<BR>
        VertRefresh  56.0 - 60.0<BR>
        Option      "dpms"<BR>
EndSection<BR>
                                                                                                                                                             <BR>
Section "Monitor"<BR>
        Identifier   "Monitor1"<BR>
        VendorName   "Monitor Vendor"<BR>
        ModelName    "LCD Panel 1280x1024"<BR>
        HorizSync    31.5 - 67.5<BR>
        VertRefresh  60.0 - 75.0<BR>
        Option      "dpms"<BR>
EndSection<BR>
                                                                                                                                                             <BR>
Section "Device"<BR>
        Identifier  "Videocard0"<BR>
        Driver      "nv"<BR>
        VendorName  "Videocard vendor"<BR>
        BoardName   "NVIDIA Quadro 4 (generic)"<BR>
EndSection<BR>
                                                                                                                                                             <BR>
Section "Device"<BR>
        Identifier  "Videocard1"<BR>
        Driver      "nv"<BR>
        VendorName  "Videocard Vendor"<BR>
        BoardName   "NVIDIA Quadro 4 (generic)"<BR>
        BusID       "PCI:1:0:0"<BR>
EndSection<BR>
                                                                                                                                                             <BR>
Section "Screen"<BR>
        Identifier "Screen0"<BR>
        Device     "Videocard0"<BR>
        Monitor    "Monitor0"<BR>
        DefaultDepth     24<BR>
        SubSection "Display"<BR>
                Depth     24<BR>
                Modes    "1280x1024" "1280x960" "1024x768" "800x600" "640x480"<BR>
        EndSubSection<BR>
EndSection<BR>
                                                                                                                                                             <BR>
Section "Screen"<BR>
        Identifier "Screen1"<BR>
        Device     "Videocard1"<BR>
        Monitor    "Monitor1"<BR>
        DefaultDepth     24<BR>
        SubSection "Display"<BR>
                Depth     24<BR>
                Modes    "1280x1024" "1280x960" "1024x768" "800x600" "640x480"<BR>
        EndSubSection<BR>
EndSection<BR>
<BR>
</BODY>
</HTML>