[Xorg] Re: Savage DRI DDX to xorg merge
Sérgio Monteiro Basto
sergiomb at netcabo.pt
Sat Aug 7 09:26:54 PDT 2004
On Sat, 2004-08-07 at 17:08, Alex Deucher wrote:
> On Sat, 07 Aug 2004 17:43:23 +0200, albert vilella
> <albertvilella at terra.es> wrote:
> > I can test it on my Prosavage [ProSavage8 KM266/KL266] if it helps,
> >
> > is just pulling the cvs and compiling?
>
> download mesa cvs, xorg cvs, then apply my patch to xorg cvs, then
> follow the mesa/xorg build instructions.
>
> build instructions:
> http://dri.sourceforge.net/cgi-bin/moin.cgi/Building
> xorg patch:
> http://www.botchco.com/alex/xorg/savage-dri-to-xorg.diff
I don't know what you mean about download Mesa cvs, xorg cvs comes with
one Mesa and I am using it. am I doing any thing wrong ?
I use this scripts:
cvs -d :pserver:anoncvs at cvs.freedesktop.org:/cvs/xorg login
(check out )
cvs -d :pserver:anoncvs at cvs.freedesktop.org:/cvs/xorg co -P xc
mkdir build
cd build
lndir ../xc
(create_drmkl.sh)
cd build/extras/drm/linux/
sh ../scripts/create_linux_pci_lists.sh < ../shared/drm_pciids.txt
(if you want linux kernel drm )
cd ..
scripts/create_lk_drm.sh /opt/xorgcvs/ 2.4
(or )
cd build/extras/drm/linux/
make
cp savage.o /lib/modules/`uname -r`/kernel/drivers/char/drm
(update cvs)
cvs -q -d :pserver:anoncvs at cvs.freedesktop.org:/cvs/xorg update -P xc
and finally in /etc/X11/xorg.conf
Section "Module"
# ...
Load "glx"
Load "dri"
# ...
EndSection
Section "DRI"
Mode 0666
EndSection
regards,
--
Sérgio M. B.
More information about the xorg
mailing list