missing pkg xorg-server in 10.0-RELEASE

Daniel Herring dherring at tentpost.com
Tue Jan 21 07:07:00 UTC 2014


Solved.  I am now sitting in a nice GPU-accelerated display on 
10.0-RELEASE.

On Tue, 21 Jan 2014, Daniel Herring wrote:

> Today I pulled the DVD ISO, did a fresh 64-bit install of 10.0-RELEASE, and 
> tried installing X11 using pkg as documented in the Handbook.
>
> # pkg install xorg
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-install.html
>
> No go.

Grr...

The magic step was to add the actual release as a second repository. 
Then pkg started finding everything just fine.

cat <<_EOF > /etc/pkg/FreeBSD-release.conf
# original release repo
FreeBSD-release: {
   url: "pkg+http://pkg.FreeBSD.org/${ABI}/release/0",
   mirror_type: "srv",
   signature_type: "fingerprints",
   fingerprints: "/usr/share/keys/pkg",
   enabled: yes
}
_EOF

Looking around further, it appears that packages/freebsd:10:x86:64 on the 
install DVD also works...


Sorry for the noise on this list.  Feel free to forward my learning 
experience to another list if appropriate.  I somehow missed the above 
step in the documentation.

- Daniel


More information about the freebsd-x11 mailing list