i am ubuntu 11.04 my GUI flickers a lot and some times go to a black screen because of this i2c i2c-10:send bytes: error -110 any help my VGA card Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) Dell inspiron 1545 which is certified for ubuntu i searched many times with no solution
Copy and paste this in a
Copy and paste this in a terminal:
sudo echo 0 > /sys/module/drm_kms_helper/parameters/poll
it works
sorry for being late It works thank u :) but why should i write it each time i start my machine?
Because you shouldn't make
Because you shouldn't make permanent changes unless you know it works.
Now do sudo gedit /etc/rc.local
Paste the line there. Save, reboot and enjoy :)
Just make sure to add it before the "exit 0" line.
thanks :)
thanks :)