Re: Nintendo WII (evbppc): how to install xorg ?
Frank Wille <[email protected]> Mon, 28 Oct 2024 10:54:09 +0100
| Newsgroups | gmane.os.netbsd.ports.powerpc |
|---|---|
| Organization | Privates Internet Ostwestfalen/Lippe e.V. |
| Message-ID | <[email protected]> |
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