Ubuntu10.04 is installed because of work needs, but the default driver does not support the new to sandybridge processor to the graphics driver. I checked a lot of web pages and tried the following methods: 1. add a video card driver source: sudoadd-apt-repositoryppa: xorg-edgers/ppa2. add 2.6.38kernel Source: sudoadd-apt-repositoryppa: kernel-ppa
Ubuntu 10.04 is installed because of work needs, but the default driver does not support the new to sandy bridge processor to the graphics driver.
I checked a lot of web pages and tried the following methods:
1. add the video card driver source: sudo add-apt-repository ppa: xorg-edgers/ppa
2. add 2.6.38 kernel source: sudo add-apt-repository ppa: kernel-ppa/ppa
3. install 2.6.38 kernel: sudo apt-get install linux-headers-2.6.38-10-generic-pae linux-image-2.6.38-10-generic-pae
If your memory does not have 4G: sudo apt-get install linux-headers-2.6.38-10-generic linux-image-2.6.38-10-generic
4. Update the graphics card driver: sudo apt-get dist-upgrade
5. Restart and OK.