Comment 4 for bug 1156074

Revision history for this message
Chris Wilson (ickle) wrote : Re: [raring] after updates, i965 driver won't load

So it appears you lost rw permissions on /dev/dri/card0. That is primarily an issue with the login/session manager (as it should be setting up the permissions when you login). If you are a member of the video group, you can fixup the issue with 'sudo chgrp video /dev/dri/card0 ; sudo chmod g+rw /dev/dri/card0'

Byrce, do you have an idea of which package is actually at fault here?