SiS M671/M672 driver for xorg xserver 7.5 on Debian / Sidux

Fecha: February 2nd, 2010 | Categoría: Linux | 34 Comments »

I had problems when I did a dist-upgrade about two weeks ago on my Sidux installation (it’s pretty much debian sid with a twist).

In the ubuntu forums, I found that someone had the same install that I have, and took the source that he compiled and tried to make it work on my laptop.

The error message I got was `undefined Symbol: resVgaIoShared` and apparently it was because the driver used a deprecated function of xorg.
Read the rest of this entry »


Dual Monitors Setup – xorg.conf para la tarjeta SiS M672 en Linux Debian

Fecha: December 18th, 2009 | Categoría: Informatica | 3 Comments »

Esta tarjeta de video, que tiene poco soporte en linux (hasta hace unos meses no había driver con 3D; y a mí particularmente no me funciona) puede utilizar dos monitores.

Mi configuración que me permitió hacer esto es la siguiente:

  1.     Option      "EnableSisCtrl" "yes"
  2.     Option      "DRI" "off"
  3.     Option      "MergedFBAuto" "true"
  4.     Option      "MergedNonRectangular" "on"
  5.     Option      "Merged DPI" "100 100"
  6.     Option      "MetaModes" "1280×1024-1280×800 640×460-640×460 1280×800-1280×1024"

Todo el archivo de configuración xorg.conf.