On Mon, 2009-05-04 at 15:24 -0700, Mark Knecht wrote: > Thanks Brandon. I'm up in X now on the 6200 AGP so it's functional. > glxgears seems sort of slow at about 230FPS but I probably don't have > things set up right yet. > > I had questions about the setup instructions as I went through it. > > 1) Do you completely drop out DRI support in the kernel? Seems this > document says not to load the dri driver in xconf and it wasn't shown > in the kernel options so I took it out. Maybe that should be enabled?
I do not have direct rendering enabled in my kernel, and I have never heard of it being needed for nvidia cards. The nvidia kernel module takes care of that as far as I know. > 2) I used to have /dev/agpgart and framebuffer suppport as modular but > this setup doc seemed to go with built-in so I switched to that. I do > have the Intel chipset AGP GART support as modular and it does load > OK. Not sure if I should use that or NVidia's? I have always compiled the framebuffer support into the kernel so that I can use it for the console when the system starts booting, before any modules are loaded. I've never tried to compile it as a module. Regardless, if the module is going to be loaded anyways every time you boot, and you don't have any special options to pass to the module, it's usually best to compile into the kernel. I'm not familiar with AGP, as my system does not support it, nor have I ever used Intel graphics in conjunction with any other graphics chips, sorry. > No problems getting the card up and running. Now it's a matter of > figuring out how to do it right. I am using hald but it wouldn't load > the nvidia driver automatically, opting for the nv driver. Do you have > that problem? Should I put it in modules.autoload? I had this problem with a NVidia 9600 GSO in a machine I was setting up as part of a computational cluster when trying to use X's autoconfiguration (no xorg.conf at all). X would try to load the nv driver, even though I had not even compiled it. Creating a simple xorg.conf and specifying the nvidia driver in a device section loaded the nvidia driver fine. modules.autoload should not be necessary. The nvidia module should be automatically loaded when X starts with the nvidia driver. Regards, Brandon Vargo