PDA

View Full Version : [ubuntu] Kernel Upgrade Destroys Graphics Config



Makatozi
July 13th, 2009, 02:10 PM
Hi All,

I need some help here. I did a upgrade on my kernel from .15 to .17. All works well but it now boots into low graphics mode.

I did a re-config of the graphics section but it continues to boot into low graphics mode.

1. Why does this happen?
2. What is the fix.

I am using Ubuntu 9.04.

Regards and thanks for the replys and help.

stretch427
July 13th, 2009, 05:33 PM
Well the reason this happens is because when you configure your graphics, you compiling it for that specific kernel, In your case .15, but when you upgrade, it is not compiled for .17. I had some of the same issues and I posted them here. Every time I would upgrade my kernel would break.

http://ubuntuforums.org/showthread.php?t=1029029

Check it out... see if it helps.

Cheers!

master_kernel
July 13th, 2009, 06:32 PM
You would need to reconfigure using: sudo dpkg-reconfigure -phigh xserver-xorg

I'm not sure if this was the method you used.

Makatozi
July 14th, 2009, 11:22 AM
Thanks guys, I will continue until I get it right.