This is TikiWiki 1.9.7 -Sirius- © 2002–2006 by the Tiki community Mon 06 of Sep, 2010 [11:26 UTC]
Menu [hide]

History: Work In Progress

Source of version: 8 (current)

!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 the following patch to get the DRM module to load on VT3364 (P4M900 / VN896):
[http://www.openchrome.org/trac/attachment/ticket/102/p4m900-drm.patch]

!!How to get AGP GART working

__''AGP GART via-agp module''__
Kernel 2.6.20 includes support for K8M890 & CX700 chipsets.
You'll need the following patch to get the AGP module to load on VT3364 (P4M900 / VN896):
link to [http://www.openchrome.org/trac/attachment/ticket/102/p4m900-kernel-drm-agp.patch]
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


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.19 secs ]   [ Memory usage: 7.27MB ]   [ 16 database queries used ]   [ GZIP Enabled ]   [ Server load: 0.03 ]