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 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 openchromeChange into the newly created directory
Run autogen.sh with the prefix option so that the driver is being installed in the correct directory
Compile openChrome
Install openChrome
Remember to configure Xorg to use the openchrome driver:
And replace:
Driver "vesa"with:
Driver "openchrome"Thats it. Restart Xorg or your PC.
[...] 15th, 2009: This post is out of date. Its been two years since it was written. You can check the follow up, which is based on OpenChrome instead of Via’s Unicrome. This post remains for archiving [...]
muchas gracias, funciono perfecto excepto la parte de
./autogen.sh –prefix=/usr la cual arrojaba un error relacionado con el prefix. lo que hice fue ejecutar ./autogen.sh y despues todo igual.
Una lastima tener esta placa de video, de todas formas gran aporte.
Abrazo de gol
Just to say thank you. The laptop of my girlfriend is plagued with one of those awful VIA chips, and while I can’t understand why she is happy using Ubuntu despite all kind of artifacts and other errors, I’m nonetheless happy about it. For the last 3 days I tried to get the graphics card working properly, to no success – I know just know a lot more about possible errors with X etc. :D
Not to sound too dramatic, but you really made my (and her) day with this tut. Works like a charm!
@daniel:
Gracias por el comentario. La verdad q no se a q se podia deber lo del prefijo. Las veces q lo tuve q hacer, con el prefijo me funciono correctamente.
@Jan:
I’m happy it worked. It’s always good news to know you helped someone, and better yet if it’s a new –happy– Linux user. Regards!
Hi… Im trying to install it but when i press make i get this message:
make: *** No targets specified and no makefile found. Stop.
oh and when i did ./autogen.sh –prefix=/usr i got an error….
configure: error: invalid variable name: –prefix
For the prefix issue you just have to change the “–” with this “-”. Notice that they are not the same ;).
Nice work, mate ! That really helped me ;). It’s just that I’m encountering a little problem : I just can’t find this xorg.conf file in the X11 directory :S.
Buenas amigo excelente tutorial, pero tengo un problema. Cuando ejecuto sudo nano /etc/X11/xorg.conf me muestra la pantalla pero sin nada escrito, todo en blanco… a q se debera esto? q puedo hacer? gracias adelantadas
[...] I no longer use Ubuntu. But I've never liked the default media players they include and always use vlc instead. With regards to the drivers for your graphics card, I found this tutorial that may be of some help. http://www.hombrepac.com.ar/751/howt…-ubuntu-linux/ [...]