Device nr 1: > Section "Device" > Identifier "NVIDIA GeForce" > VendorName "nv" > BoardName "nv" > # Chipset "nv" > Driver "nvidia" > EndSection Looks like a normal nvidia setup; then Device nr 2: > Section "Device" > Identifier "nvidia" > Driver "vga" > # unsupported card > #VideoRam 32768 > # Insert Clocks lines here if appropriate > EndSection Looks like a backup standard vga setup. Did you really want this here? > Section "Screen" > Identifier "Screen 1" > Device "nvidia" Hmm, you're using the standard vga setup here > DefaultDepth 24 with a default depth of 24 bits > (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic > (EE) VGA(0): Driver can't support depth 24 which apparently is not supported by the generic vga driver. I presume you wanted to instantiate the nvidia device in the "Screen" section. Either remove the 2nd device, and rename the first one (with the Identifier), or use the "NVIDIA GeForce" as the Device in the "Screen" section. Hope this helps. If not, just let me know. :) Regards, Pieter Hulshoff _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86