Cyber memos for my personal knowledge.

2008-12-19

Compiling SiS X driver on Ubuntu 8.10

In order to compile the X driver for SiS chip, I have to apt-get install following packages additionally:

build-essential
libtool
makedepend
libgl1-mesa-dev
x11proto-*
xserver-xorg-dev
libdrm-dev

Then, of course, ./configure; make.
Cd to ./src/.libs/, you can see your sis_drv.so...;-D

Now I just try to port this version to support another chip...Orz

(You want the source code for SiS X driver...hmm...I think it is not a difficult task to you, right?)

No comments: