On Sat, May 9, 2015 at 1:45 AM, Roman Bysh <rbtc1@rogers.com> wrote:
On 05/08/2015 06:22 PM, Robert Munteanu wrote:
On Sat, May 9, 2015 at 1:14 AM, Roman Bysh <rbtc1@rogers.com> wrote:
On 05/08/2015 02:58 AM, Robert Munteanu wrote:
On Tue, May 5, 2015 at 11:56 PM, Roman Bysh <rbtc1@rogers.com> wrote:
Is there a patch for the nVidia driver 340.76 so that it can install to kernel 4.0x? Or is the problem in the latest Tumbleweed kernel?
Out of curiosity, have you tried building from X11:Drivers:Video/nvidia-gfxG03 ? The RPMs are not published but everything is nicely put into place and the README file has all the information you need.
A sample session ( I use gfxG04 ) looks like this:
osc co X11:Drivers:Video nvidia-gfxG04 osc dr # download drivers osc build openSUSE_Factory x86_64 nvidia-gfxG04.spec # copy RPMs out of /var/tmp/build-root osc build openSUSE_Factory x86_64 nvidia-uvm-gfxG04.spec # copy RPMs out of /var/tmp/build-root osc build openSUSE_Factory x86_64 x11-video-nvidiaG04.spec # copy RPMs out of /var/tmp/build-root sudo zypper in *.rpm
This worked for me with 20150430 ( kernel 4.0.0-1-desktop ).
Cheers,
Robert
Does it download files to your computer?
Yes, the osc service dr step is supposed to do that. Run ps -efH and you will see that the osc commands spawns a wget process which downloads the files, initially under a random directory under /tmp.
Robert
I'm getting this message.
osc co X11:Drivers:Video nvidia-gfxG03 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 8222, in _load_plugins mod = imp.load_source(modname, os.path.join(plugin_dir, extfile)) File "/var/lib/osc-plugins/overview.py", line 47, in <module> @cmdln.option('-c', '--changelog', action='store_true', NameError: name 'cmdln' is not defined
/var/lib/osc-plugins/overview.py: name 'cmdln' is not defined
Try 'env OSC_PLUGIN_FAIL_IGNORE=1 osc ...'
Hm, that I haven't seen so far. A quick google search [1] suggests to remove extra plugins like osc-plugin-collab and osc-plugin-overview. If that doesn't work, maybe someone familiar with osc internals can help. Robert [1]: http://lists.opensuse.org/opensuse/2013-11/msg01033.html -- http://robert.muntea.nu/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org