Total views

Translate

sabato 20 ottobre 2012

Soluzione al problema della risoluzione con Schede Sis Vga 771/671 ubuntu 12.04




Ci sono pacchetti che nn devono mancare e quali facilmente si possono installare da Ubuntu Software Center .Andando a Ubuntu Software Center basta andare su sistema e poi digitare accelerazione e poi assicurarsi che questi pacchetti siano installati :

Video acceleration API for Linux-run time
Video acceleration API for Linux-GLX run time
Video acceleration API for Linux-X11 run time
Free implementation of the openGL Api - DRImodules 
Free implementation of the openGL Api-extra Dri  modules
 VAAPI driver for inte G45 & HD Graphics Family
 Free implementation of the openGL Api -GLX run time


questi sono  i comandi eseguiti una volta instalati i paccheti :


sudo apt-get install git xorg-dev mesa-common-dev libdrm-dev libtool build-essential

git clone git://github.com/hellnest/xf86-video-sismedia-0.9.1.git

cd xf86-video-sismedia-0.9.1

./configure --prefix=/usr --disable-static

make

sudo make install


creazione file xorg : sudo gedit /etc/X11/xorg.conf

Compilare il file xorg :

Section "Device"
Identifier "Configured Video Device"
Option "UseTiming1366" "yes"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection


Una volta fatto tutto cio nn spegnere il terminale ,bisogna fare anche la configurazione per veder bene i film in full screen ,questi sono i comandi da eseguire nel terminale  :

cd xf86-video-sismedia-0.9.1

cd src

wget http://pastebin.com/raw.php?i=U1SEjXQy -O XvFix.patch

patch < XvFix.patch

cd ..

./configure --prefix=/usr --disable-static

make

sudo make install