Announcement

Collapse
No announcement yet.

Getting Open Source 3D graphics on R6XX/R7XX cards (NO FGLRX)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Neo_The_User
    replied
    Would you guys stop following only half my guide?

    "6a.) Clone additional git repositories for compiling DDX:

    git clone git://anongit.freedesktop.org/xorg/util/macros && cd macros && ./autogen.sh --prefix=/usr && make && sudo make install && cd ..

    git clone git://anongit.freedesktop.org/xcb/pthread-stubs && cd pthread-stubs && ./autogen.sh --prefix=/usr && make && sudo make install && cd .."

    Please people.. please... If you are only planning on doing half the work, don't do any of it at all. Your computer and yourself is just going to have problems.
    Last edited by Neo_The_User; 20 October 2009, 02:00 PM. Reason: ....these people just dont listen

    Leave a comment:


  • agd5f
    replied
    Originally posted by rmartinez View Post
    autogen.sh is giving the following error:

    Code:
    ./configure: line 11526: syntax error near unexpected token `XINERAMA,'
    ./configure: line 11526: `XORG_DRIVER_CHECK_EXT(XINERAMA, xineramaproto)'
    I tried installing every package it had something to do with xinerama... But it didn't work. I know I'm missing something... Thanks!
    you need xorg macros. the package is usually called something like xorg-utils.

    Leave a comment:


  • agd5f
    replied
    Originally posted by rmartinez View Post
    You were right, I needed "libtools", and also needed "pthread-stubs" & "xutils-dev".
    So, for the "libdrm_radeon" compilation all went OK, but for the "ati DDX" compilation, I get this message while trying "sudo make install" inside the "xf86-video-ati" folder:
    Code:
    make: *** No rule to make target `install'.  Stop.
    Any ideas? Do you need any output from the compilation?
    Did you run autogen.sh to create the makefiles? FOr more info on building, see this page:

    Leave a comment:


  • rmartinez
    replied
    autogen.sh is giving the following error:

    Code:
    ./configure: line 11526: syntax error near unexpected token `XINERAMA,'
    ./configure: line 11526: `XORG_DRIVER_CHECK_EXT(XINERAMA, xineramaproto)'
    I tried installing every package it had something to do with xinerama... But it didn't work. I know I'm missing something... Thanks!

    Leave a comment:


  • Nille
    replied
    Has autogen.sh no problems found? And don't Copy&Paste Commands!!!!

    and on Ubuntu you can Compile and install the ddx from git with


    Code:
    git-clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati
    cd xf86-video-ati
    ./autogen.sh --prefix=/usr
    make
    sudo make install
    Last edited by Nille; 20 October 2009, 07:11 AM.

    Leave a comment:


  • rmartinez
    replied
    Originally posted by Neo_The_User View Post
    i think hes missing a tool called libtool

    ftp://ftp.gnu.org/gnu/libtool

    cheers mates!

    edit: post the conflicts for the drm-linus tree and ill fix it.
    You were right, I needed "libtools", and also needed "pthread-stubs" & "xutils-dev".
    So, for the "libdrm_radeon" compilation all went OK, but for the "ati DDX" compilation, I get this message while trying "sudo make install" inside the "xf86-video-ati" folder:
    Code:
    make: *** No rule to make target `install'.  Stop.
    Any ideas? Do you need any output from the compilation?

    Leave a comment:


  • Neo_The_User
    replied
    i think hes missing a tool called libtool

    ftp://ftp.gnu.org/gnu/libtool

    cheers mates!

    edit: post the conflicts for the drm-linus tree and ill fix it.

    Leave a comment:


  • AndyW
    replied
    @Neo_The_User
    There is what looks like an updated procedure on the X.Org wiki to get the drm-next source in one go:
    Code:
    git clone git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
    cd drm-2.6
    git checkout -b drm-next origin/drm-next
    I am trying this now - do I still need to change "drm-next" in the last line to "drm-linus"? I tried the procedure in your earlier post, but still got (different) merge conflicts.

    @martinez
    I think you probably need a package like xorg-x11-util-macros - see here (http://wiki.x.org/wiki/radeonhd#head...d71ee38109b876), para 11.2

    Leave a comment:


  • rmartinez
    replied
    Originally posted by Neo_The_User View Post
    dont do the make distcleans then. same for -ati DDX. i thought you already had it cloned. sorry
    Hi Neo_The_User, I had this output error:

    Code:
    ./autogen.sh --prefix=/usr --libdir=/usr/lib64/or/usr/lib --enable-radeon-experimental-api && sudo make install
    Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 190.
    Use of uninitialized value $libtoolize in pattern match (m//) at /usr/bin/autoreconf line 190.
    autoreconf: Entering directory `.'
    autoreconf: configure.ac: not using Gettext
    autoreconf: running: aclocal 
    autoreconf: configure.ac: tracing
    autoreconf: configure.ac: not using Libtool
    autoreconf: running: /usr/bin/autoconf
    configure.ac:29: error: possibly undefined macro: AC_DISABLE_STATIC
          If this token and others are legitimate, please use m4_pattern_allow.
          See the Autoconf documentation.
    configure.ac:30: error: possibly undefined macro: AC_PROG_LIBTOOL
    autoreconf: /usr/bin/autoconf failed with exit status: 1

    Leave a comment:


  • Neo_The_User
    replied
    Originally posted by rmartinez View Post
    Hi, I had a problem while compiling libdrm_radeon:

    Code:
    make: *** No rule to make target `distclean'.  Stop.
    dont do the make distcleans then. same for -ati DDX. i thought you already had it cloned. sorry

    Leave a comment:

Working...
X