b:Lo[n|g]

this blog belongs to Lon…

fglrx and suspend in Ubuntu Hardy

Finally I seem to have suspend and resume working on my Lenovo T60. Using Ubuntu Hardy. 2.6.24-10-generic kernel and fglrx version 8.02, which is default from Ubuntu Hardy repositories. The trick seems to have been the following changes in /etc/default/acpi-support (I’ve prefixed previous settings with a “Lon” comment):

#Lon: MODULES_WHITELIST=”"
MODULES_WHITELIST=”fglrx”

#Lon: SAVE_VBE_STATE=true
SAVE_VBE_STATE=false

#Lon: POST_VIDEO=true
POST_VIDEO=false

#Lon: # DOUBLE_CONSOLE_SWITCH=true
DOUBLE_CONSOLE_SWITCH=true

I suspect that [...]