
Originally Posted by
maverik35
What is the model of your video card and check the driver used by kernel.
You need to be more precise as to video card specs and driver.
Video card: lspci | grep -i vga
root@kL2:~# lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller (rev 03)
Driver used by kernel:
The info given by the command above states the ID slot in the begining of the line, in this format: xx:xx.x
Now, type this:
lspci -vvs xx:xx.x
At the very end of output, you will see this: Kernel driver in use: "driver".
Post the driver.
Kernel driver in use: i915
And please, don't get me wrong but we, the community give no recipes, you need to read and learn linux, at least the basics.
Luck.