Thursday, May 10, 2007

Fix Sleep Issue on Ubuntu

On my D600, running Edgy Eft, the system would wake up but the screen would not recover.
The following fixes this issue:

$ sudo vi /etc/default/acpi-support

The edit/add the following line:

POST_VIDEO=false

Labels: , , ,

Fix Logout issue on Dell D600 on Ubuntu

Was having an issue with Edgy Eft on a Dell D600 using a compiled version of the FGLRX driver (version 28.8), Radeon Mobility 9000. When logging out, I would be greeted with a blank screen. The following fixed the issue:

$ sudo vi /etc/X11/gdm/gdm.conf

then scroll down end edit/add the following line:

AlwaysRestartServer=true

Labels: , , , , , ,