On Sun, 2 Feb 2003, George FernandeZ wrote: > Hi, ive been getting this weird error with XFree86. im pretty sure its because > of the monitor but since im kinda new to linux i dont really know how to fix > it. First, i had Xfree 4.1 or something. then i downloaded the latest one and > upgraded to 4.2.99.3. (I had the errors the first time too). It keeps saying > "Screens found, but none have a usable configuration." My monitor's lowest > resolution is 800x600 @ 85Hz and the highest it can go is 1280x1024 @ 60Hz. I > have a geforce2 and Im running Debian (I tried it out with Slackware too and I > got the same error). Ive attached my log and the Xf86config-4 file. Thanks > >
You've got problems with your config file. 1) You are using the "nv" driver that comes with XFree86 but you are trying to load the glx module from NVIDIA's binary release (and an old one at that). Remove /usr/X11R6/lib/modules/extensions/libglx.so so that it will use the one from Mesa that comes with XFree86 instead. 2) You've specified Option "UseFBDev" "true" indicating that a framebuffer device should be used to setup the card rather than letting the "nv" driver do it, yet you don't have a framebuffer device in your kernel (I wouldn't recommend it either). Remove the UseFBDev option. Alternatively, you could install the binary drivers from NVIDIA's web site. I'd recommend version 3123 because 4191 had some problems. Mark. _______________________________________________ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86