7 Replies to “Accelerated video users, please try this”

  1. Neil says:

    How do I get this branch?

  2. git remote add swildner git://gitweb.dragonflybsd.org/~swildner/dragonflybsd.git/
    git fetch swildner
    git branch syscons_drm swildner/syscons_drm
    git checkout syscons_drm

    And then do a normal buildworld/buildkernel cycle.

  3. Neil says:

    Thanks, but that didn’t work:

    fatal:remote error: access denied or repository not exported: ~swildner/dragonfly.bsd.git/

    I also tried without the trailing slash, and without the “web”. Still no luck.

  4. Francois Tigeot says:

    Try git remote add swildner git://leaf.dragonflybsd.org/~swildner/git/dragonfly.git/

  5. Neil says:

    Sorry, same failure there too :(

  6. Neil says:

    This worked:

    git remote add sildner git://leaf.dragonflybsd.org/~swildner/dragonflybsd.git/

  7. Neil says:

    Sorry, typo (not good when using two machines), this worked:

    git remote add sildner git://leaf.dragonflybsd.org/~swildner/dragonfly.git/

Comments are closed.