Comment 7 for bug 210832

Revision history for this message
vlowther (victor-lowther) wrote :

Yeah, whatever patch went into that update was obviously not tested before being pushed out.

Change that "!grep" to "! grep" and it will Do The Right Thing.

Or delete that whole if clause and replace it with

grep -q fglrx /proc/modules || chvt 1

which is easier to read and not susceptible to spacing errors in the future.