System:
Intel Dual Core 2.20 GHz
3 GB Memory
Intel GMA 4500M - 256 MB
OS:
Ubuntu 11.04
Linux - 3.0.1-030001-generic
Mesa3D 7.12-devel
xf86-video-intel 2.16.0
Download the driver from here
installer: http://www.mediafire.com/?6xht9ib0d0190f1
http://www.mediafire.com/?fn8aloja2nhdxp7
please do a 'sudo apt-get update' and 'sudo apt-get install python-libxml2 gtk2-engines-pixbuf '
in the terminal before trying to use the installer or compile from source
also please remove old drm and kms library. To find them expose 'locate libdrm' in the terminal. Usually they are in /usr/lib and /usr/lib/i386-linux-gnu/ directory. So remove them by
sudo rm * /usr/lib/i386-linux-gnu/libdrm*
sudo rm * /usr/lib/i386-linux-gnu/libkms*
sudo rm * /usr/lib/libdrm*
sudo rm * /usr/lib/libkms*
sorry for the inconvenience
Cheers
@imamdxl Try Assasins Creed please.
machadophx 4 months ago
@machadophx I am afraid that because of some bugs present in the driver it runs very slow :(
imamdxl 4 months ago
DUDE you Saved my life of Quiting Linux.. Hey how to install the second link? gonna subscribe if you reply :)
19Nightwing91 4 months ago
@19Nightwing91 you could use the installer in the description of this video if your distro is Ubuntu 11.04 and up. Before using installer please update kernel to version 3 (check by uname -r in the terminal) google search kernel ppa. First install linux-headers all then linux-headers generic and then linux-image.
Cheers
imamdxl 4 months ago
@imamdxl Another Thing after Install I felt games RUNING faster!!! THANKS SO MUCH! but another thing when I play games the Display is only a the Middle.. not FULL how to solve this?
19Nightwing91 4 months ago
@19Nightwing91 Great! to get scaled mode impose xrandr --output LVDS1 --set "scaling mode" "Full" in the terminal. --output LVDS1 is for my laptop screen it might be VGA1, HDMI1 depending on the display type. Similarly, xrandr --output LVDS1 --set "scaling mode" "Full aspect" will return default scaling mode.
imamdxl 4 months ago
@19Nightwing91 To get more fps we can turn off Triple buffering and Swap buffering by putting
Option "SwapbuffersWait" "False"
Option "TripleBuffer" "False"
in the xorg.conf file.
it will solve some programs' fps like dolphin emulator etc.
Thanks
imamdxl 4 months ago