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

« back to all changes in this revision

Viewing changes to data/handlers/fglrx.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:
24
24
        else:
25
25
            name=_('ATI/AMD proprietary FGLRX graphics driver')
26
26
 
27
 
        XorgDriverHandler.__init__(self, backend, 'fglrx', package or 'fglrx',
28
 
            None, None, add_modules=['glx'], disable_modules=[],
29
 
            name=name,
 
27
        XorgDriverHandler.__init__(self, backend, 'fglrx', (package and
 
28
            package.replace('-', '_') or 'fglrx'), None, None, add_modules=['glx'],
 
29
            disable_modules=[], name=name,
30
30
            description=_('3D-accelerated proprietary graphics driver for '
31
31
                'ATI cards.'),
32
32
            rationale=_('This driver is required to fully utilise the 3D '