Quote |
I think XFree86 4.3.0 would be a closer version |
Quote |
/* Begin XFree86 host.def file */ /* This setting reduces compile time a little by omitting rarely used * input devices. You can find the complete list in * config/cf/xfree86.cf *********************************************/ #define XInputDrivers kbd mouse void /* VIDEO DRIVERS **************************************************** * If you are sure you only want the drivers for one or a few video * cards, you can delete the drivers you do not want. ***************/ #define XF86CardDrivers fbdev i810 vesa vga XF86OSCardDrivers XF86ExtraCardDrivers /* These settings ensure we use our libraries ************************/ #define HasFreetype2 YES #define HasFontconfig YES #define HasExpat YES #define HasLibpng YES #define HasZlib YES /* GENERAL SETTINGS */ #define SystemManDirectory /usr/share/man #define DocDir /usr/share/doc/xfree86-4.6.0 #define BuildCyrillicFonts No /* Installation prefix. The default is to install into /usr/X11R6. If you * would like to install into /usr, uncomment these options. */ /* #define ProjectRoot /usr */ /* #define LinkGLToUsrLib NO */ /* #define LinkGLToUsrInclude NO */ /* End XFree86 host.def file */ |