Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

HOW TO SOLVE INTEL VIDEO CARD

Post your How to's here


HOW TO SOLVE INTEL VIDEO CARD

Postby Admin-Amir » Tue Aug 11, 2009 1:48 pm

HOW TO SOLVE INTEL VIDEO CARD.

Hello everyone.

to solve the problems with the video card of INTEL on U.E there is two ways.
there is the long way+upgrade the kernel.
and there is the fast way with the U.E kernel without upgrading.

I will take you PPL first to the short way that will not mess your machine,
and you will not have to go with the upgrade kernel,lost sound,log in issue etc.
the short way has 3 parts.
before we start please go to ubuntu tweak/3 party/there at the bottom there is the X
update/upgrade.
after install the source and get O.K for it.
open terminal:

Code: Select all
sudo apt-get update
    sudo apt-get upgrade


1- you will need to download the new driver for the installation.
I have upload the driver for you (in zip)so it will be easy to run the process.
xorg-driver-intel-2.7.99.1-i686-62.2.tlz.zip
http://new.flyupload.com/files/view/HEy ... f5mze5Rvst

that is what you need to do and what to install:

in the folter =>usr=>src=>xorg-driver-intel-2.7.99.1=>build-xorg-driver-intel


Image
Image
Image




OR

you can download from the site here:
https://launchpad.net/~ubuntu-x-swat/+archive/x-updates
Code: Select all
 
    *   xserver-xorg-video-intel  X.Org X server -- Intel i8xx, i9xx display driver

    * xserver-xorg-video-intel-dbg X.Org X server -- Intel i8xx, i9xx display driver (debug symbols)

     Package files

    * xserver-xorg-video-intel-dbg_2.7.1-0ubuntu1~xup~1_amd64.deb (1.7 MiB)
    * xserver-xorg-video-intel-dbg_2.7.1-0ubuntu1~xup~1_i386.deb (1.6 MiB)
    * xserver-xorg-video-intel-dbg_2.7.1-0ubuntu1~xup~1_lpia.deb (1.6 MiB)
    * xserver-xorg-video-intel_2.7.1-0ubuntu1~xup~1.dsc (1.6 KiB)
    * xserver-xorg-video-intel_2.7.1-0ubuntu1~xup~1.tar.gz (722.8 KiB)
    * xserver-xorg-video-intel_2.7.1-0ubuntu1~xup~1_amd64.deb (312.6 KiB)
    * xserver-xorg-video-intel_2.7.1-0ubuntu1~xup~1_i386.deb (288.5 KiB)
    * xserver-xorg-video-intel_2.7.1-0ubuntu1~xup~1_lpia.deb (295.9 KiB)



This version switches us to the UXA acceleration mode. In fact,
upstream stripped out EXA acceleration altogether, so it's UXA or bust
now.



now that we have the driver:

Image


we have to give the build-xorg-driver-install.sh the permission to run as program.
after that double click on the build-xorg-driver-install.shand let him run in terminal.
now we have to edit the xorg:

2-
Code: Select all
  sudo gedit /etc/X11/xorg.conf

     or

    gksudo gedit /etc/X11/xorg.conf


then Find “Device” section and make like this:

Section "Device"
Identifier "Configured Video Device"

when you gut that part,go to the end of the line and press enter.
then insert those line under:
Code: Select all
 Option        "AccelMethod"            "uxa"
   Option        "EXAOptimizeMigration"        "true"
   Option        "MigrationHeuristic"        "greedy"
   Option        "Tiling"            "true" # i8xx users: set to false
   EndSection


please pay attention to this line it is critical issue:
Option "Tiling" "true" # i8xx users: set to false
if your video card is from the old one then i8xx use false!!
if your video card is newer then that please use true!!

3- now we going to make A fix for the card with- fixmtrr.sh
that you can download from my post here the download is in the bottom
Save file to your PC: click here :
http://www.2shared.com/file/6931485/2f9 ... xmtrr.html
now we will mark to run as program,
then run in the terminal.
the next step will be to make the last fix for the video card,
that will solve the problem in the end of the process.
copy and past in the terminal the command:
Code: Select all
sudo wget http://launchpadlibrarian.net/26193373/fixmtrr.sh -O /usr/local/bin/fixmtrr.sh
    sudo chmod +x /usr/local/bin/fixmtrr.sh


after you have done that,restart the machine.
when you enter to the Desktop,terminal:
Code: Select all
 sudo apt-get update
   sudo apt-get upgrade


The last step will be to open synaptic,and mark all upgrade and apply.
that will upgrade the all process for the cards and the same thing to Nvidia/ATI
.



then we are going to see if it works for us with:
Code: Select all
   grep -i UXA /var/log/Xorg.0.log

the output have to look something like that:
Code: Select all
(**) intel(0): Option "AccelMethod" "uxa"
   (**) intel(0): Using UXA for acceleration
   (II) UXA(0): Driver registered support for the following operations:





then we can see that the 3D has gut acceleration,
that mean that we can use compiz and get the effects to work for us!


Thank you .
Amir.
Admin-Amir
 

Return to How To's (Do not post questions please)

Who is online

Users browsing this forum: No registered users and 4 guests