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

  1. 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.

  2. 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.

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

  4. This worked:

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

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

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

Comments are closed.