A Django site.
Mayo 15, 2009

Leonardo Andrés Gallego
hombrepac
Leonardo Andrés Gallego trata sobre »
» Howto: Via Chrome9 IGP on Ubuntu Linux

This tutorial is an updated version of the one made two years ago. For some unknown reason, that post keeps getting lots of visitors. After two years of development, the OpenChrome drivers are looking much better than the Via one’s, being the case, it’s in everyone’s best interest to use them instead of the ones provided by Via.

The steps are quite easy, and we wont use the binary packages, as those are always out of date. With the SVN version you should get a nice refresh rate for your CRT monitor and snappy 2D video for your window manager. You can check how to add 3D support later on the Ubuntu Wiki.

You should have all the compilation and build essentials installed first:

sudo apt-get install build-essential subversion
sudo apt-get install autoconf automake1.9 libtool
sudo apt-get build-dep xserver-xorg-video-openchrome

Get the openChrome sourcecode like this:

svn checkout http://svn.openchrome.org/svn/trunk openchrome

Change into the newly created directory

cd openchrome

Run autogen.sh with the prefix option so that the driver is being installed in the correct directory

./autogen.sh –prefix=/usr

Compile openChrome

make

Install openChrome

sudo make install

Remember to configure Xorg to use the openchrome driver:

sudo nano /etc/X11/xorg.conf

And replace:

Driver "vesa"

with:

Driver "openchrome"

Thats it. Restart Xorg or your PC.

Compartí este articulo: del.icio.us Meneame BarraPunto Facebook Digg Slashdot MisterWong

Octubre 24, 2008

Leonardo Andrés Gallego
hombrepac
Leonardo Andrés Gallego trata sobre »
» Via (K8M890) Chrome9 IGP & Arch Linux

Si te cansaste de volverte loco con Ubuntu intentando hacer andar un UniChrome Pro o un Chrome9, proba con Arch Linux!

Para tener Xorg 1.4.2 (en muy breve 1.5.2), con una placa de video de los chipsets Via, simplemente hace lo siguiente:

Instalamos X.org:

pacman -S xorg

Instalamos los drivers:

pacman -S openchrome

Que es OpenChrome?
OpenChrome es un driver de video libre para las chipsets graficos VIA/S3G UniChrome, UniChrome Pro y Chrome9. Pueden identificar si tienen uno utilizando el siguiente comando:

lspci | egrep '(CLE266|KM400|KN400|KM400A|P4M800|CN400|PM800|PN800|PM880|K8M800|CN700|VM800|P4M800Pro|CX700|P4M890|K8M890|P4M900|VN896)'

Si te devuelve alguna linea, entonces tu motherboard esta soportada por OpenChrome

Instalamos detector de hardware:

pacman -S hwd

Autoconfiguramos xorg.conf

hwd -xa

Si hwd reporta que tenes un driver Vesa, corre lo siguiente:

sed -i 's/vesa/openchrome/g' /etc/X11/xorg.conf

Ahora podes instalar el escritorio (Desktop Environment: KDE, Gnome, E17, etc.) o Window Manager (blackbox, fluxbox, wmi, etc.) que quieras.

Nota:
Tene en cuenta que esta placa suele tener algunos problemas con la aceleración 3D, si se te congela (freeze) la maquina, entonces proba de correr lo siguiente:
sed -i 's/Load "dri"/Disable "dri"/g' /etc/X11/xorg.conf
Compartí este articulo: del.icio.us Meneame BarraPunto Facebook Digg Slashdot MisterWong

Junio 1, 2007

Leonardo Andrés Gallego
hombrepac
Leonardo Andrés Gallego trata sobre »
» Linux Via K8M890 Xorg Tutorial Howto -> Actualizado / Updated.

Español:
He actualizado el tutorial para configurar los drivers de placas de video onboard Via K8M890 con algunos comentarios y detalles. Ahora debería funcionar correctamente con los últimos drivers y ultima version del kernel de Ubuntu Edgy. También con algunas otras distribuciones q tuvieran problemas.

English:
I’ve updated the tutorial “How-to: VIA K8M890 Chrome 9 IGP and Linux’s Xorg - Ubuntu Edgy 6.10“, now the drivers should compile without problems. This might solve the issue with other distributions or even with other versions of Ubuntu too, so if you are having these same issues… give it a try.