Adam Bower wrote:
Thats your problem then not having the right (X4.x) version of X windows, things to check are
- which release of Debian
- can you install different versions of X in the newer releases?
- have you got the correct sources.list
- have you run apt-get update, apt-get dist-upgrade etc...
1. Woody 2. I am now doing an upgrade of w-window-system, see 3 and 4. 3. I didn't have "contrib" on one of my sources. I'll rerun update and upgrade. 4. Yes, I did recently, but see 3.
Craig wrote:
Simple... get the nvidia-glx-src and nvidia-kernel-src compiled (providing that in mind that you have left the kernel source in /usr/src/linux since it will build against your kernel)
Then in XF86Config:
Add the line in Section "Module"
Load "glx"
And then:
In Section "Device" change:
Driver "nv"
to
Driver "nvidia"
Restart 'X' and you should be on your way.
I've been running xf86config and it has been generating a completely incompatible file with such sections as "drivers", and X hasn't liked it at all so I've been writing one out manually with section headings it can deal with. Having old version of xwindows explains a lot.
Thanks, I'll let you know how it goes when xwindow has rocketed forward into the 21st century. Jenny.
Jenny, I'll send u a copy of my XF86Config-4 and the output from dpkg -l when I get home so you can check if you have the correct X packages installed. (I also have true type fonts set up "which is nice")
What I had to do to get it working from Potato was to manually remove all the X packages, then manually apt-get install the new ones (apt-get dist-upgrade shagged it up). It's a pain, but if you have a working set of packages to crib from, it makes the job a great deal easier.
AFAIK, Woody still has the old X packages included, to aid backwards compatability. So it could be using the old 3.x series... they have *slightly* different package names to the 4.x series... all a bit confusing!
Personally, I used the source from Nvidia's site but that's because I was using a more current kernel than Debian were offering at the time. The drivers really do make a difference. wizzzzz! ;)
Ricardo