On Wed, Nov 11, 2009 at 09:55:06AM -0500, David J Bush wrote: > My OS is Debian 5.0.3 "Lenny" for amd 64. > I have some problems associated with my Nvidia GeForce > NX7300GT graphics card. > > 1. My Dell monitor is capable of 1280x1024 24 bit > resolution, but 1024x768 is the highest I get. > > 2. When I try to run Sauerbraten, the mouse is barely > able to move the cursor. It takes me about 20 seconds > just to nudge it slowly to the "exit" option. The same > or similar problem crops up for other graphics > intensive games. > > The card has 256 MB, and my CPU has 2 GB, dual core, > which should be plenty to play Sauerbraten. I have > >100 GB free on the hard drive, all one partition. > > I have the following Debian packages installed: > > nvidia-cg-toolkit > nvidia-kernel-common > nvidia-settings > nvidia-glx > nvidia-kernel-2.6.26.2-amd64 > nvidia-kernel-source > nvidia-xconfig > nvidia-glx-dev > nvidia-glx-ia32 > nvidia-glx-legacy-96xx > nvidia-glx-legacy-96xx-dev > nvidia-glx-legacy-96xx-ia32 > nvidia-kernel-2.6-amd64 > nvidia-kernel-2.6-openvz-amd64 > nvidia-kernel-2.6.26.2-openvz-amd64 > nvidia-kernel-legacy-96xx-2.6-amd64 > nvidia-kernel-legacy-96xx-2.6-openvz-amd64 > nvidia-kernel-legacy-96xx-2.6.26.2-amd64 > nvidia-kernel-legacy-96xx-2.6.26.2-openvz-amd64 > nvidia-kernel-legacy-96xx-source > nvidia-kernel-173.14.09 > nvidia-kernel-legacy-96xx-96.43.07
You should have either nvidia-kernel-173.14.09 or nvidia-kernel-legacy-96xx-96.43.07 not both. For you card the legacy driver is not needed. Current works fine. So remove nvidia-glx-legacy-96xx nvidia-glx-legacy-96xx-dev nvidia-glx-legacy-96xx-ia32 nvidia-kernel-legacy-96xx-2.6-amd64 nvidia-kernel-legacy-96xx-2.6-openvz-amd64 nvidia-kernel-legacy-96xx-2.6.26.2-amd64 nvidia-kernel-legacy-96xx-2.6.26.2-openvz-amd64 nvidia-kernel-legacy-96xx-source nvidia-kernel-legacy-96xx-96.43.07 Then make sure you have nvidia-kernel-source installed. Build it for your current kernel with: m-a a-i -t nvidia Then install nvidia-glx Then use nvidia-xconfig to update the xorg.conf to use the nvidia driver rather than nv. -- Len Sorensen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

