My notebook is Lenovo yunci. After updating Ubuntu11.10, I found that the screen is flickering and moving. It is actually a problem with the graphics card driver. The driver provided by the N card official website is not easy to use. Try to use the Bumblebee for reference: Ghost.
My notebook is Lenovo yunci. After updating Ubuntu 11.10, I found that the screen was flickering and shifted. It was actually a problem with the graphics card driver. The driver provided by the N card official website was not easy to use and I tried to use the bumblebee.
Reference: https://wiki.ubuntu.com/Bumblebee#Installation
Or directly
Sudo add-apt-repository ppa: bumblebee/stable
Sudo apt-get update
Sudo apt-get install bumblebee-nvidia
Sudo reboot
Configuration method: http://www.linuxidc.com/Linux/2012-10/71772.htm
Flash Problem Solving
To solve this problem, you can use the following method.
Terminal execution: xinput list
You will find two Video buses. Remember the second ID. the ID of my second Vedio Bus is 8.
Then the terminal executes: xinput set-prop 8 "Device Enabled" 0
However, after the computer is restarted, the command becomes invalid. Therefore, you can add the command to. bashrc to execute the command during logon. At this point, the problem of frequent and irregular flash screen disappears.