I finally figured out how to suspend my Kubuntu 14.04 pc with the Nvidia 750Ti card by using pm-suspend quirks.
The problem is where to make the changes so it is used by default?
Here is the command line needed with the quirks.
I found on another forum someone made the changes as quoted below but:
1) I do not have that file referenced below so I have no idea what format or anything to put there
2) Is it possible this file will be overwritten on upgrades?
Does anyone know the proper place and format for adding the quirks to the suspend options in Kubuntu/Kde?
The problem is where to make the changes so it is used by default?
Here is the command line needed with the quirks.
Code:
sudo pm-suspend --quirk-dpms-on --quirk-save-pci --quirk-s3-mode
1) I do not have that file referenced below so I have no idea what format or anything to put there
2) Is it possible this file will be overwritten on upgrades?
I put it in my /var/cache/pm-utils/last_known_working.quirkdbfile and I think it's working now.
Comment