--- Georgi Hristov <[EMAIL PROTECTED]> wrote:
> Hi,
> 
>  > stopped X and restarted it and checked XFree.log and it showed my
> new
>  > driver
>  > loaded, but still Direct Rendering:No. I confirmed this by running
>  > glxinfo
>  > and it said the same thing.
>  >
>  > As I searched the archives to the list, I saw someone had similar
>  > experience
>  > trying to compile for the ProSavageDDR and Alex said the savage
>  > kernel module > had to be compiled separate. So I went to
>  > 
>
/development/xc/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel
>  > and
>  > typed 'make Makefile.linux' but got the message back 'Nothing to
> be
>  > done for
>  > `Makefile.linux'.'. So, did I unpack the tar package in the wrong
>  > place or am > I still missing something? run 'make -f
> Makefile.linux' 
> to build the kernel module. you may need to use 'make -f
> Makefile.linux
>  > LINUXDIR=/path/to/kernel/src' if it can't find your kernel source.
> 
> also make sure you've run at least 'make dep' on the kernel source.
>  >
>  > How close am I
>  >Just about there. once the kernel module is built copy it into your
> 
> module tree and run 'depmod -a' to update your module dependencies.
> then 
> load >agpgart and savage and start X.
> 
> I just did the above steps, and got savage_drv.o and savage_dri.o,

savage_dri.o in the 2D driver directory is not the 3D driver. it's one
of the objects that gets linked into savage_drv.o.  The 3D driver lives
in 
xc/xc/lib/GL/mesa/src/drv/savage and when compiled and linked is called
savage_dri.so.

> but 
> when i issued
> "make -f Makefile.linux LINUXDIR=/usr/src/linux"
> in
> "xc/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel"
> i only got mga, ati, etc. drivers, no savage. do i have to patch my 
> kernel, or Makefile.linux, or something else?

Just to be sure, did you check out the savage-2-0-0-branch of DRI cvs?
do you see any files that start with 'savage' in
xc/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel?

Alex

> 
> regards,
> georgi
> 
>

__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to