$lspci -nn | grep VGAThe output will look like :
nyn@nyn-laptop:~$ lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a02] (rev 03)
Note that number between [] (at my case it is 8086:2a02 )
Now go here , and check the reports which are made by people (It is working perfect with my card, however i did not test suspend etc).If the reports for your card is ok (Even it is not ok, you can test it yourself since it is very easy to revert the changes), let's begin :
Edit your xorg.conf file and add
Option "AccelMethod" "uxa"
below
Identifier "Configured Video Device"
It should look like this :
Section "Device"
Identifier "Configured Video Device"
# ...
Option "AccelMethod" "uxa"
EndSectionAfter this reboot your Ubuntu Jaunty box and test it.If something goes wrong and you want to revert back, just put a comment (#) at Option line we added or just remove that line.


3 comments:
thanks, can now watch hd vids, awesome.
Hell, that really works! I've been working without any effects for seven months. This is great stuff. Thanks
Mike
Almost same card :
lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a02] (rev 0c)
Problem is... running updatedb and locate xorg.conf I have none found execpt...
david@david-laptop:/etc$ locate xorg.conf
/usr/share/man/man5/xorg.conf.5.gz
I am running Ubuntu 9.10 Beta. Am I missing something? Like the driver? lol
Post a Comment