On Fri, Jun 22, 2007 at 11:54:51AM +0200, csanyipal wrote: > Hello! > > I want to by a videocard: > MSI nVidia NX7600GS-T2D512EH 400MHz/800MHz/DDR2 128-bit/TV-out&2xDVI/SLI > > For this to work, a will to install nvidia-glx debian package. > > But, with this package apt will to install: > linux-image-2.6.18-4-486 > too. > > > I have yet a custom linux-image-2.6.18. I don't know, how can I use the > nvidia-glx with this custom linux-image, or what can I do in this > situation? > > Any advices will be appreciated! >
The dependency chain goes like this: nvidia-glx depends on nvidia-kernel-1.0.8776, which is provided by the nvidia-kernel-2.6.18-4-amd64 package, which depends on linux-image-2.6.18-4-amd64 (amd64 being my architecture, it's 486 for yours). You can use the nvidia-kernel-source package to build your own nvidia-kernel-1.0.8776 package with the right dependencies. It will be easiest to use module-assistant for this. Install the module-assistant package and run it as root. It should be easy enough to use. -- Kushal Kumaran [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

