Tiago Cardoso
(usa Deepin)
Enviado em 01/01/2012 - 22:30h
Tiago Cardoso escreveu:
Andre França escreveu:
Para você ter certeza da sua placa de vídeo entre no terminal, execute o comando:
lspci | grep VGA (Entre no terminal).
depois rode outro comando:
lshw -C display (Terminal, esté te dará os dados técinicos).
Depois ter visto o modelo, se a sua for intel : entre no site :
http://intellinuxgraphics.org/
baixe o programa git : sudo apt-get install git (terminal ,este programa é para baixar o driver).
Baixado o programa, digitando o código : git clone + o link da placa de video.
espero ter ajudado.
o terminal respondeu assim:
tiago@tiago-laptop:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
tiago@tiago-laptop:~$
e depois:
tiago@tiago-laptop:~$ lshw -C display
WARNING: you should run this program as super-user.
*-display UNCLAIMED
description: VGA compatible controller
product: Sandy Bridge Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list
configuration: latency=0
resources: memory:c0000000-c03fffff memory:b0000000-bfffffff(prefetchable) ioport:2000(size=64)
tiago@tiago-laptop:~$
a lista no site de repositórios é essa:
Source Code
Compiling and/or upgrading graphics drivers in Linux is a complex and error-prone task. Here is a user guide for how to build the driver from scratch. If you are not experienced doing this, we recommend that you get precompiled packages from one of the many Linux distributions.
Source code repositories
1) X.org 2D driver
The Intel driver for X.org is available from the public X.org git repository:
git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel
The release tarball can be downloaded from
http://xorg.freedesktop.org/archive/individual/driver/
2) Mesa 3D GL driver
The GL drivers are available from the public Mesa git repository:
git://anongit.freedesktop.org/git/mesa/mesa
3) DRM and AGPGART kernel module
The DRM and AGPGART kernel modules are available from Linux kernel.
The latest Intel code is maintained at the public drm intel kernel git repository:
git://people.freedesktop.org/~keithp/linux
4) LIBDRM userland DRM module
The LIBDRM modules are available from the public DRM git repository :
git://anongit.freedesktop.org/git/mesa/drm
5) LIBVA and VA-DRIVER-INTEL
The VAAPI library and Intel driver are available from their public git repositories:
git://anongit.freedesktop.org/vaapi/libva
git://anongit.freedesktop.org/vaapi/intel-driver
The latest (unstable) upstream driver components (recommend to upstream developers)
2D driver: xf86-video-intel master branch
3D driver: mesa master branch
Kernel: drm-intel-fixes branch (fixes on top of current RC or final release) or drm-intel-next branch (proposed patches for next kernel version)
LIBDRM: freedesktop.org drm master branch
The latest (stable) release (recommend to ordinary users/OSVs)
Intel 2011Q4 graphics package
Previous releases
Intel 2011Q3 graphics package
Intel 2011Q1 graphics package
Intel 2010Q4 graphics package
Intel 2010Q3 graphics package
Intel 2010Q2 graphics package
Intel 2010Q1 graphics package
Intel 2009Q4 graphics package
Intel 2009Q3 graphics package
Intel 2009Q2 graphics package
Intel 2009Q1 graphics package
Intel 2008Q4 graphics package