0

A several months ago I got a MacBokPro and was glad to find out a clear documentation for installing Ubuntu on it.

Installing ubuntu was easy, but the Suspend and Hibernate options are not working and I can find a solution for it. It is a real problem for me as the Sleep/Suspend functionality is a feature I use many times along the day.

I tried this (editing /usr/lib/pm-utils/defaults) but still after suspending and waking up the screen is just a black and white lines. The only thing I can do to solve the problem is to restart the X-Server.

Is there any solution to this problem?

2 Answers2

1

After changing the graphical driver seems like the suspend functionality is working great.

just go to "Additional Drivers" then changed to the recommended driver and restart.

0

Latest linux kernel fixs the problem, install with

sudo apt-get install linux-generic-lts-vivid
Oren
  • 141
  • 8