Home > Linux > compiling and running sax2 on gentoo

compiling and running sax2 on gentoo

January 11th, 2009

While using gentoo I get lot of knowleadge of linux internals, i’m very happy of that. But one aspect of this makes me unhappy : X server configuration. While I was using OpenSuSE I get to know SaX2 tool which just configured my X server. Thats how I have thought about getting it run at my gentoo box.

Instruction on how it can be build can be found there: instructions, unfortunatelly folowing them i found few problems so I write my own instruction bellow:

sudo -s 
emerge -1q hwinfo Xinerama
mkdir /root/sax2 && cd /root/sax2
rm -f "./sysp/lib/pci/lib/config.h"
touch svnbuild
make
make install
sax2

And thats all folks, now I was able to configure my video card with no special knowledge of modelines or whatever is needed to write xorg.conf files

Categories: Linux Tags: , , ,
  1. April 17th, 2009 at 15:25 | #1

    I will recheck the instructions and correct as needed, and maybe finally I will find time to make ebuild for Gentoo.

  2. Erdem Guven
    April 16th, 2009 at 14:47 | #2

    Could you make instructions more clear?

Comments are closed.