Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Graphic card drivers when compiling xfree
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
krusty_ar
Guru
Guru


Joined: 03 Oct 2002
Posts: 560
Location: Rosario, Argentina

PostPosted: Wed Oct 09, 2002 10:36 pm    Post subject: Graphic card drivers when compiling xfree Reply with quote

I'm sitting here looking at my emerge xfree pass trought my eyes and I'm wondeing: can i stop emerge from compiling other drivers from nv?
Can i disable anything else during compile time to make it faster and not so boated?

Thanks. Lucas.
_________________
I am Beta, don't expect correct behaviour from me.
Take part of the adopt an unaswered post initiative
Back to top
View user's profile Send private message
sa
Guru
Guru


Joined: 10 Jun 2002
Posts: 450

PostPosted: Thu Oct 10, 2002 2:04 am    Post subject: Reply with quote

i havn't tried this but i should work.

open up /usr/portage/x11-base/xfree/xfree-4.2.0-r12.ebuild in your favorite editor. then right afterthis:

Code:
echo "#define XVendorString \"Gentoo Linux (XFree86 ${PV}, revision ${PR})\"" \
        >> config/cf/host.def


put this:
Code:
echo "#define XF86CardDrivers nv" >> config/cf/host.def
echo "#define BuildXF86DRM NO" >> config/cf/host.def


and mabey echo these in there too:
Code:

#define XnestServer NO
#define XVirtualFramebufferServer NO
#define XprtServer NO


if you try it, let us know if it works :-)

sa
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum