How to repackage NVIDIA .run drivers into .deb with DKMS
        Posted  
        
            by Delan Azabani
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Delan Azabani
        
        
        
        Published on 2010-05-29T05:59:10Z
        Indexed on 
            2010/05/29
            6:02 UTC
        
        
        Read the original article
        Hit count: 570
        
At present, Ubuntu offers the 195.36.24 drivers as nvidia-current in their repository. This packaged driver is pretty cool as it uses DKMS so you don't have to keep reinstalling the driver after a new kernel version.
The NVIDIA .run package drivers are at version 257 (beta) but they don't use DKMS so the graphics screws up every time a new kernel is installed and you don't reinstall the driver.
How can I modify the .run to use DKMS and even better, package it as a deb package?
© Stack Overflow or respective owner