This is TikiWiki 1.9.7 -Sirius- © 2002–2006 by the Tiki community Tue 09 of Feb, 2010 [12:46 UTC]
Menu [hide]

Work In Progress

print

Work In Progress


Support for new chipsets is currently worked on in a separated branch of the svn.

Follow the regular compilation instructions (see Compiling the source code), except you need to get the source code from the experimental branch:
svn co http://svn.openchrome.org/svn/branches/experimental_branch

The following additional chipsets are supported:

K8M890 / K8N890 (VT3336)
P4M900 / VN896 (VT3364)
CX700
P4M890

How to get DRM working


Use the latest version from git repository:
For compilation instructions see Compiling the source code. You'll need this patch to get the DRM module to load on VT3364 (P4M900 / VN896).

How to get AGP GART working


AGP GART via-agp module
Kernel 2.6.20 includes support for K8M890 & CX700 chipsets.
You'll need this patch to get the AGP module to load on VT3364 (P4M900 / VN896). Follow these steps:

Compile the modules:
cd /usr/src/linux
patch -p1 < /path/to/patch
make drivers/char/agp/
cp drivers/char/agp/*.ko /lib/modules/`uname -r`/kernel/drivers/char/agp/
depmod -ea

Load the modules:
modprobe agpgart
modprobe via-agp

Created by: gabriel.mansi last modification: Saturday 03 of November, 2007 [08:30:51 UTC] by kotnik


Powered by TikiWiki Powered by PHP Powered by Smarty Powered by ADOdb Made with CSS Powered by RDF
RSS Wiki RSS File Galleries RSS Forums
[ Execution time: 0.23 secs ]   [ Memory usage: 8.04MB ]   [ 23 database queries used ]   [ GZIP Enabled ]   [ Server load: 0.05 ]