Getting drivers to work for intel gma 950

I recently switched over my netbook to Ubuntu 11.10 and I'm having issues with detecting the graphics chipset.

The closest I've come to finding a solution that does not require messing with git (something I'm not ready to do) is this. However this seems to be for the 915(M?) chipset and I haven't been able to figure out the grub line-change (i.e. "i915.modeset=1") that works for my chipset. Does anyone know which line I should use/or another way to get ubuntu to recognize my chipset?

1 Answer

"i915" is the actual driver for most, if not all, currently supported intel GPUs. Just add i915.modeset=1 as is, and see what happens. You also have to run sudo update-grub after making the changes - something the author forgot to mention.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like