mentby.com
Blog | Jobs | Help | Signup | Login

Kubuntu 12.10 Nvidia drivers



Further to my earlier email about not being able to enable the Nvidia drivers,
here is what jockey-text reports for a machine running 12.10 and one running
12.04:

12.10
kmod:nvidia_experimental_304 - Experimental NVIDIA binary Xorg driver, kernel
module and VDPAU library (Proprietary, Disabled, Not in use)
kmod:nvidia_current - NVIDIA binary Xorg driver, kernel module and VDPAU
library (Proprietary, Disabled, Not in use)
kmod:nvidia_current_updates - nvidia_current_updates (Proprietary, Enabled,
Not in use)

12.04
xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary,
Disabled, Not in use)
xorg:nvidia_current_updates - NVIDIA accelerated graphics driver (post-release
updates) (Proprietary, Enabled, In use)
xorg:nvidia_experimental_304 - NVIDIA accelerated graphics driver
(**experimental** beta) (Proprietary, Disabled, Not in use)
xorg:nvidia_experimental_310 - NVIDIA accelerated graphics driver
(**experimental** beta) (Proprietary, Disabled, Not in use)

I have tried running sudo jockey-kde -e kmod:nvidia_current_updates, but the
status doesn't change.


Mark Fraser Tue, 06 Nov 2012 01:26:33 -0800

Don't use jockey use supplementary drivers and choose experimental

--
kubuntu-users mailing list
kubuntu-users*******
Modify settings or unsubscribe at:  https://lists.ubuntu.com/mailman/listino/kubuntu-users


girardhenri Tue, 06 Nov 2012 07:33:35 -0800

I can't find anywhere that says supplementary drivers. Where am I supposedto
be looking?

--
kubuntu-users mailing list
kubuntu-users*******
Modify settings or unsubscribe at:  https://lists.ubuntu.com/mailman/listino/kubuntu-users


Mark Fraser Wed, 07 Nov 2012 00:36:07 -0800

Go to:

Start (the "K" menu), System, Additional drivers. Its called "additional",
not "supplementary", but it is the same thing... "a rose by any other name
would still smell as sweet" (with apologies to Wm. Shakespeare).


Leslie Anne Chatterton Wed, 07 Nov 2012 09:29:16 -0800

Sorry my ubuntu is in french and I didn't give enaugh details !
But Leslie did it perfectly thanks :)


girardhenri Wed, 07 Nov 2012 10:16:57 -0800

Good to hear your problem is solved.

Bonne chance mon Ami (with apologies to Mml. Smeaton who tried, and failed,
to teach me French!)


Leslie Anne Chatterton Wed, 07 Nov 2012 12:32:29 -0800

That is just loading jockey-kde which is telling me the same thing, that the
driver is installed, but not enabled.


Mark Fraser Wed, 07 Nov 2012 14:26:14 -0800

Doesn't it give you a button to enable it? Try removing and re-installing.


Leslie Anne Chatterton Wed, 07 Nov 2012 14:31:52 -0800

sudo apt-get install nvidia-current nvidia-settings libvdpau1 linux-headers-generic

jockey-kde has never been reliable for me.

Mark.

That is just loading jockey-kde which is telling me the same thing, that the
driver is installed, but not enabled.

--
kubuntu-users mailing list
kubuntu-users*******
Modify settings or unsubscribe at:  https://lists.ubuntu.com/mailman/listinfo/kubuntu-users


Mark Greenwood Wed, 07 Nov 2012 14:45:59 -0800

All of those packages are at the current version.

It has worked in the past, but broke in 11.10, got fixed in 12.04 and is now
broken again.


Mark Fraser Thu, 08 Nov 2012 02:50:14 -0800

OK Imissed the start of this thread. What makes you think it isn't working?
Try cat /proc/interrupts
If one of the interrupts has 'nvidia' next to it, then it is running.
What happens if you type
'modinfo nvidia-current'?

If that doesn't give you anything, remove and reinstall the above packages, but also install dkms, to make sure.

Mark


Mark Greenwood Thu, 08 Nov 2012 02:57:39 -0800

Jockey is saying that:
kmod:nvidia_current_updates - nvidia_current_updates (Proprietary, Enabled,
Not in use)

16: 4101 1241079 IO-APIC-fasteoi ehci_hcd:usb3, ohci_hcd:usb5, firewire_ohci,
snd_hda_intel, nvidia

modinfo nvidia-current-updates
filename: /lib/modules/3.5.0-18-generic/updates/dkms/nvidia_current_updates.ko
alias:          char-major-195-*
version:        304.51
supported:      external
license:        NVIDIA


Mark Fraser Thu, 08 Nov 2012 03:13:49 -0800

On the basis of all that, jockey is lying :) If you run nvidia-settings it will tell you the version of the driver in use. If you're not running the nvidia driver, nvidia-settings won't start, or will throw an error. I'd trust that over anything jockey says.

The final thing to convince yourself it's working is to do 'lspci -k'. This will tell you the kernel module in use for all your hardware. Mine looks like this:

01:00.0 VGA compatible controller: NVIDIA Corporation GT216 [GeForce GT 330M] (rev a2)
        Subsystem: Samsung Electronics Co Ltd Device c06a                                                                                                                                                      
        Kernel driver in use: nvidia                                                                                                                                                                          
        Kernel modules: nvidia_current, nouveau, nvidiafb                                                                                                                                                      

If it says nvidia is the kernel driver in use, then it is all working. You can also look in /var/log/Xorg.0.log, which will tell you (in amongst a whole load of stuff) which xorg driver is being loaded.

HTH

Mark


Mark Greenwood Thu, 08 Nov 2012 03:33:55 -0800



Related Topics

Post a Comment