Yesterday my Ubuntu 12.10 upgraded linux kernel from 3.2.0.37.45 to
3.2.0.38.46 and the problem came back after maybe a year of absence.

For anyone that would like to downgrade, just like I had to:

# remove bad kernel version so it won't be started with grub
sudo apt-get purge linux-headers-3.2.0-38 linux-headers-3.2.0-38-generic 
linux-image-3.2.0-38-generic
# downgrade linux version
sudo apt-get install linux-generic=3.2.0.37.45 
linux-headers-generic=3.2.0.37.45 linux-image-generic=3.2.0.37.45
# lock version so it won't upgrade
echo "linux-generic hold\nlinux-headers-generic hold\nlinux-image-generic hold" 
| sudo dpkg --set-selections

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/751735

Title:
  [intel 82G35] HDMI color issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/751735/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to