~ubuntu-branches/ubuntu/saucy/jockey/saucy

« back to all changes in this revision

Viewing changes to data/handlers/nvidia.py

  • Committer: Package Import Robot
  • Author(s): Alberto Milone
  • Date: 2011-09-07 12:07:50 UTC
  • Revision ID: package-import@ubuntu.com-20110907120750-49v2t2yymspl2mtz
Tags: 0.9.4-0ubuntu6
* data/handlers/{fglrx,nvidia}.py:
  - Pass the correct kernel module name when dealing with updates flavours
    (LP: #841462).

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
            name=_('NVIDIA accelerated graphics driver (post-release updates)')
27
27
        else:
28
28
            name=_('NVIDIA accelerated graphics driver')
29
 
        XorgDriverHandler.__init__(self, backend, 'nvidia_' + version.split('-')[0], 
 
29
        XorgDriverHandler.__init__(self, backend, 'nvidia_' + version.replace('-', '_'),
30
30
            'nvidia-' + version,
31
31
            None, None, {'NoLogo': 'True'},
32
32
            remove_modules=['dri', 'GLcore'],