A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » Video Cards » Nvidia Videocards
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Install drivers in ubuntu10.10



 
 
Thread Tools Display Modes
  #1  
Old March 10th 11, 09:33 PM posted to alt.comp.periphs.videocards.nvidia
jbander
external usenet poster
 
Posts: 3
Default Install drivers in ubuntu10.10

0 down vote favorite
share [fb] share [tw]


This is the problem I run lspci -v which checks all drivers on my
system and more. It says kernel driver in use is nouveau

Then under that it says kernel modules: nvidia
recent,nvidia-96,nouveau,nvidiafb

So what it looks like I have 3-4 drivers for my video card loaded and
one, nouveau, being used. I think they conflict with each other. I'm
trying to add drivers other then nouveau, because the mouse freezes
with it. At this point I can't seem to get rid of nouveau, I go to
terminal and type:

sudo apt-get --purge remove xserver-xorg-video-nouveau

And it says that it's not loaded so I can't dump it. lspci-v says
nouveau is the driver being used and trying to dump it. it says it
isn't installed. I'm confused. I want to dump nouveau, what should I
do?
I also go into Synaptic package manager and it isn't listed as being
installed. All help exepted!
  #2  
Old March 10th 11, 09:59 PM posted to alt.comp.periphs.videocards.nvidia
David W. Hodgins
external usenet poster
 
Posts: 147
Default Install drivers in ubuntu10.10

On Thu, 10 Mar 2011 16:33:33 -0500, jbander wrote:

This is the problem I run lspci -v which checks all drivers on my
system and more. It says kernel driver in use is nouveau

Then under that it says kernel modules: nvidia
recent,nvidia-96,nouveau,nvidiafb

So what it looks like I have 3-4 drivers for my video card loaded and
one, nouveau, being used. I think they conflict with each other. I'm


Not loaded, just available to the kernel. Use lsmod to see which
modules are loaded. Correct that nouveau is being used.

trying to add drivers other then nouveau, because the mouse freezes
with it. At this point I can't seem to get rid of nouveau, I go to
terminal and type:

sudo apt-get --purge remove xserver-xorg-video-nouveau


It's a kernel module included with the kernel. It doesn't come from
a separate package.

Which kernel module is used for the graphics card is controlled by
the settings in /etc/X11/xorg.conf (if it exists).

In one system I currently have access to, that has a nvidia card,
part of that file contains ...

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Regards, Dave Hodgins

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
  #3  
Old March 11th 11, 02:16 AM posted to alt.comp.periphs.videocards.nvidia
King Beowulf[_2_]
external usenet poster
 
Posts: 5
Default Install drivers in ubuntu10.10

On Thu, 10 Mar 2011 16:59:55 -0500, David W. Hodgins wrote:

----snip-----

Which kernel module is used for the graphics card is controlled by the
settings in /etc/X11/xorg.conf (if it exists).

In one system I currently have access to, that has a nvidia card, part
of that file contains ...

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Regards, Dave Hodgins


You can also blacklist nouveau in /etc/modprobe.d/BLACKLIST-nouveau.conf
containing:
--------------------
# Do not load the kernel nouveau dri module, since it interferes with both
# the nv and binary nvidia drivers.

blacklist nouveau
---------------------

That way the newer kernel and X.org "automagical" configuration should
work. Although in my experience, you should specify at least the DEVICE
section (above, from David) in xorg.conf

--
Linux Counter #230211
  #4  
Old March 11th 11, 10:58 PM posted to alt.comp.periphs.videocards.nvidia
jbander
external usenet poster
 
Posts: 3
Default Install drivers in ubuntu10.10

On Mar 10, 8:16*pm, King Beowulf wrote:
On Thu, 10 Mar 2011 16:59:55 -0500, David W. Hodgins wrote:

----snip-----



Which kernel module is used for the graphics card is controlled by the
settings in /etc/X11/xorg.conf (if it exists).


In one system I currently have access to, that has a nvidia card, part
of that file contains ...


Section "Device"
* * *Identifier * * "Device0"
* * *Driver * * * * "nvidia"
* * *VendorName * * "NVIDIA Corporation"
EndSection


Regards, Dave Hodgins


You can also blacklist nouveau in /etc/modprobe.d/BLACKLIST-nouveau.conf
containing:
--------------------
# Do not load the kernel nouveau dri module, since it interferes with both
# the nv and binary nvidia drivers.

blacklist nouveau
---------------------

That way the newer kernel and X.org "automagical" configuration should
work. * Although in my experience, you should specify at least the DEVICE
section (above, from David) in xorg.conf

--
Linux Counter #230211


Is this correct type in terminal "/etc/modprobe.d/BLACKLIST-
nouveau.conf " to blacklist nouveau . I think I'm sending you this
message multiple times, if I am I apologize.
  #5  
Old March 13th 11, 06:05 PM posted to alt.comp.periphs.videocards.nvidia
King Beowulf[_2_]
external usenet poster
 
Posts: 5
Default Install drivers in ubuntu10.10

On Fri, 11 Mar 2011 14:58:25 -0800, jbander wrote:

On Mar 10, 8:16Â*pm, King Beowulf wrote:
On Thu, 10 Mar 2011 16:59:55 -0500, David W. Hodgins wrote:

----snip-----



Which kernel module is used for the graphics card is controlled by
the settings in /etc/X11/xorg.conf (if it exists).


In one system I currently have access to, that has a nvidia card,
part of that file contains ...


Section "Device"
Â* Â* Â*Identifier Â* Â* "Device0"
Â* Â* Â*Driver Â* Â* Â* Â* "nvidia"
Â* Â* Â*VendorName Â* Â* "NVIDIA Corporation"
EndSection


Regards, Dave Hodgins


You can also blacklist nouveau in
/etc/modprobe.d/BLACKLIST-nouveau.conf containing:
--------------------
# Do not load the kernel nouveau dri module, since it interferes with
both # the nv and binary nvidia drivers.

blacklist nouveau
---------------------

That way the newer kernel and X.org "automagical" configuration should
work. Â* Although in my experience, you should specify at least the
DEVICE section (above, from David) in xorg.conf

--
Linux Counter #230211


Is this correct type in terminal "/etc/modprobe.d/BLACKLIST-
nouveau.conf " to blacklist nouveau . I think I'm sending you this
message multiple times, if I am I apologize.



/etc/modeprobe.d is the location, BLACKLIST-nouveau.conf is a plain text
file

1. Open terminal
2. cd /etc/modprobe.d
3. sudo touch blacklist-nouveau.conf
4. sudo nano blacklist-nouveau.conf

Now, type:

blacklist nouveau

Then save and exit (ctrl-O, ctrl-x)

reboot





--
Linux Counter #230211
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to obtain drivers -How to install drivers for Biostar NF61s AM2SE motherboard [email protected] Homebuilt PC's 2 February 25th 08 12:06 PM
can't install drivers Jim[_17_] Dell Computers 2 December 29th 07 06:40 PM
can't install drivers... Nefrit General Hardware 0 December 27th 07 11:21 AM
Are Windows drivers OK or are there drivers on my install CD? psongman Cdr 1 December 3rd 07 03:25 AM
Drivers will not install Sonnsa Beechis Nvidia Videocards 7 April 22nd 04 09:57 PM


All times are GMT +1. The time now is 12:33 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.