Results 1 to 6 of 6

Thread: Hibernate/Suspend Features for nVidia Graphics Cards?

  1. #1
    Join Date
    Nov 2010
    Beans
    35
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Hibernate/Suspend Features for nVidia Graphics Cards?

    I'm currently running Ubuntu 10.10 Maverick Meerkat on my Asus N82. I remember reading somewhere that the Hibernate and Suspend features are not supported by Ubuntu for laptops with nVidia graphics cards. My graphics card is an nVidia GEFORCE GT 335M. Is there anyway to enable these features, or will they ever be supported? The nVidia Xorg Settings has nothing to enable/disable Hibernate and Suspend, so I'm kind of at a loss. If there is any kind of workaround for this please post to this thread.

  2. #2
    Join Date
    Oct 2006
    Location
    Portugal
    Beans
    12
    Distro
    Ubuntu

    Re: Hibernate/Suspend Features for nVidia Graphics Cards?

    There's an issue with USB 3.0 and it's module and hibernation/suspension.

    Check this post to find out how to disable USB 3.0 for that purpose.

    I had it sort of working on an Asus N82JV (I honestly don't remember exactly to what degree) a few months ago, but then I decided to reinstall my distro (Arch Linux) and haven't bothered to try to set it up again. Until now that is. I'll check back in if I do succeed.

    Anyway, there really isn't a problem with the nvidia card and suspension/hibernation (like I said, I had it working). Nevertheless, you might want to check
    the wiki page I wrote a few months ago on Arch Linux's Wiki about my Asus N82JV. It has a chapter about disabling the nvidia card, mostly because of the power it uses, despite not actually working if the Intel one is set up on Xorg, to the best of my knowledge. Keep in mind though, that the described steps may or may not require some adaptation to Ubuntu's reality.

  3. #3
    Join Date
    Oct 2006
    Location
    Portugal
    Beans
    12
    Distro
    Ubuntu

    Re: Hibernate/Suspend Features for nVidia Graphics Cards?

    Solution:

    1. Open up the console and create a new file:
    Code:
    sudo nano /etc/pm/config.d/usb3-suspend-workaround
    2. Add this line:
    Code:
    SUSPEND_MODULES="xhci-hcd ehci-hcd"
    That's it.

    Suspend to Ram works by:
    a) Typing sudo pm-suspend in the console;
    b) Ordering to suspend in KDE menu (I figure, Gnome menu should behave/call the same thing);
    c) Pressing keys Fn+F1.

  4. #4
    Join Date
    Nov 2010
    Beans
    35
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Hibernate/Suspend Features for nVidia Graphics Cards?

    Thanks so much for the support, but does the workaround for USB 3.0 diminish the read/write speed offered by that port (thus, rendering it to be effectively USB 2.0)?
    By the way, I would like to say that the advice offered has been extremely helpful, the nVidia proprietary graphics driver says absolutely nothing about what to do in this situation

  5. #5
    Join Date
    Dec 2005
    Beans
    13

    Re: Hibernate/Suspend Features for nVidia Graphics Cards?

    Thanks Xehoz, the /etc/pm/config.d/usb3-suspend-workaround solution worked on my HP EliteBook 8740w.

  6. #6
    Join Date
    Nov 2010
    Beans
    35
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Hibernate/Suspend Features for nVidia Graphics Cards?

    I'm sorry I forgot to thank you earlier xehoz, but that worked for me too. The only strange thing is that for some reason suspend features don't work, yet hibernate does fine. Wonder why...

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •