Example #1
0
 def disable(self):
     '''Prevent the OS from using it even if the hardware is available.
     '''
     OSLib.inst.queue_packages_for_removal(
         {'nvidia-xconfig', 'nvidia-settings'})
     KernelModuleHandler.disable(self)
     return False
Example #2
0
 def disable(self):
     '''Prevent the OS from using it even if the hardware is available.
     '''
     OSLib.inst.queue_packages_for_removal( { 'nvidia-xconfig',
         'nvidia-settings' } )
     KernelModuleHandler.disable(self)
     return False