OpenGL
Vayu
vayu at sklinks.com
Thu May 11 04:29:55 UTC 2006
On Wednesday 10 May 2006 17:20, John L Fjellstad wrote:
> "David Hopkins" <hopkins81 at gmail.com> writes:
>
> You're still using the open source nvidia driver. If you want to use
> the Nvidia closed-source driver, you need to change this section:
>
> > Section "Device"
> > Identifier "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
> > Driver "nv"
> > EndSection
>
> Change
> Driver "nv"
> to
> Driver "nvidia"
>
> When X starts up, you should see a white screen with the Nvidia logo.
>
> --
You might need to apt-get it first.
You will also need to add a line in the device section of your xorg.conf to
enable hardware 3d:
Option "RenderAccel" "True"
To get rid of the big nVidia logo mentioned above, add:
Option "NoLogo"
to the same device section of xorg.conf
More information about the kubuntu-users
mailing list