View Single Post
Old 08-05-2007, 12:34 PM   #15 (permalink)
freebird
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Help me install Nvidia drivers for Ubuntu.

Open GL must be enabled.for that check /etc/X11/xorg.conf
section "Module".check urs with below:
Code:
Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "dri"
        Load    "ddc"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection
so dri must be enabled too.check in synaptic for libgl1-mesa-dri whether installed if not install.edit xorg.conf Modules section to look as above
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline