Port-powerpc archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Nintendo WII (evbppc): how to install xorg ?
Noe Casas wrote:
> I am running NetBSD 10.0 on a Wii. From some blog posts and forums, I
> understood that installing X11 should be a matter of pkgin install
> xorg.
Doesn't NetBSD's default Xorg support the Wii's GPU? Did you try "startx"
for a test? I know it works on my macppc and ofppc hardware.
> However, that does not work and the package does not seem to be
> on the package repository either for any of the 10.0 versions nor for
> the 9.x ones.
You can always download the latest pkgsrc archive from ftp.netbsd.org,
extract it to /usr, and compile yourself:
# cd /usr/pkgsrc/meta-pkgs/modular-xorg
# make package install
> How can I install X11 with pkgin?
I never used pkgin. Just set the PKG_PATH environment variable and use
pkg_add, which is always there.
Otherwise:
# cd /usr/pkgsrc/pkgtools/pkgin
# make package install
--
Frank Wille
Home |
Main Index |
Thread Index |
Old Index