If you are using a DragonFly system with accelerated video, and you have noticed that you can’t return to a text console after exiting xorg – Sascha Wildner/Imre Vadasz have a branch for you to try. Please do so if you have time and are on master; this is the last big item to fix before the next release.
7 Replies to “Accelerated video users, please try this”
Comments are closed.
How do I get this branch?
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.
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.
Try git remote add swildner git://leaf.dragonflybsd.org/~swildner/git/dragonfly.git/
Sorry, same failure there too :(
This worked:
git remote add sildner git://leaf.dragonflybsd.org/~swildner/dragonflybsd.git/
Sorry, typo (not good when using two machines), this worked:
git remote add sildner git://leaf.dragonflybsd.org/~swildner/dragonfly.git/