This is how to install ubuntu anyway, and after it install the graphics driver
- Download the Alternate Installation ISO and install it
- Then download and install these packages:
- gcc-4.2-base_4.2.1-5ubuntu4_amd64.deb
- libc6_2.6.1-1ubuntu9_amd64.deb
- libgcc1_4.2.1-5ubuntu4_amd64.deb
- tzdata_2007f-3ubuntu1_all.deb
- xserver-xorg-core_1.3.0.0.dfsg-12ubuntu8_amd64.deb
- xserver-xorg-video-intel_2.1.1-0ubuntu6_amd64.deb
- You can test if it works by doing
Now install all of them by doing this in a terminal (console; tty):
sudo dpkg -i libgcc1_4.2.1-5ubuntu4_amd64.deb gcc-4.2-base_4.2.1-5ubuntu4_amd64.deb libc6_2.6.1-1ubuntu9_amd64.debThe dpkg -r --force-depends removes the i810 driver even if the intel driver isnt installed. You should have OR i810 OR intel. This is why I first force to remove it, even if the intel driver is not there. After it I install the intel driver.
sudo dpkg -i tzdata_2007f-3ubuntu1_all.deb xserver-xorg-core_1.3.0.0.dfsg-12ubuntu8_amd64.deb
sudo dpkg -r --force-depends xserver-xorg-video-i810
sudo dpkg -i xserver-xorg-video-intel_2.1.1-0ubuntu6_amd64.deb
(mind that with package removal there is no version number and architecture, only the name)
sudo X -configureand then
sudo X -config /root/xorg.conf.newNow if you get a grey background with a pointer then it is working :D
Now end X and copy the config by doing:
CTRL-ALT-BACKSPACEDoes linux rocks? HELL YEAH :D
sudo cp /root/xorg.conf.new /etc/X11/xorg.conf
Probably you have to install your windowmanager and loginmanager ( kde+kdm / gnome+gdm / ... + xdm ).
Geen opmerkingen:
Een reactie posten