If you are anything like me you like your laptop to be able to suspend … unfortunately this has not been trivial with the current crop of stable linux distributions, at least not if you at the same time has a laptop with ATI graphic adapter and use the propritary fglrx driver.
However, the solution is right at hand with the new Hardy Heron release of Ubuntu. Unfortunately things does not work out of the box and what is worse, it is close to impossible to dig up the right solution. But here it is:
1. Install Hardy beta
2. Oh darn … restricted modules says ATI driver not in use , but it is ticked ?? WTF … well , that doesnt stop us:
# sudo apt-get install xorg-driver-fglrx
Go back to restricted modules and now you can tick it on and do the install (that didnt make anything work what did you expect…)
3. reboot
4. At this point I think my system downloaded around 200 patches , so I suggest you do the same ..
5. Start envy – mine failed on install attempt , so went on to “manual installation” in the menu… that seemed to work
6. Whatever happens now are a little unclear … either it works or it doesnt. You could always
# sudo nano /etc/X11/xorg.conf
and make sure that you have things like this:
Section “Module”
Load “glx”
Load “dri”
Load “extmod”
EndSection
Section “Device”
Identifier “Generic Video Card”
Driver “fglrx”
Busid “PCI:1:0:0″
Option “VideoOverlay” “on”
Option “OpenGLOverlay” “off”
EndSection
Section “Extensions”
Option “Composite” “Enable”
EndSection
Section “ServerFlags”
Option “AIGLX” “on”
Option “Xinerama” “off”
EndSection
7. If everything else fails , or you get weird black lines in lower right corner, do the master magician trick of all times:
# sudo depmod -a
and reboot …