Re: Ubuntu Wii November 27, 2012 09:54PM | Registered: 12 years ago Posts: 3 |
Re: Ubuntu Wii November 29, 2012 09:32PM | Registered: 14 years ago Posts: 44 |
Quote
opvolger
The Feisty gift a resolution error. with pal 460 and 576 kernel.
Now trying your firts post ubuntu version.
sudo nano /etc/X11/xorg.confOtherwise you'll have to edit it on your PC. If you're using Ubuntu, and the second partition of your SD card is mounted at /media/ubuntu-wii, enter:
gksu gedit /media/ubuntu-wii/etc/X11/xorg.conf &
Section "Screen" Identifier "Default Screen" Device "Wii Graphics Card" Monitor "Wii Monitor" DefaultDepth 16 Subsection "Display" Modes "ntsc_60" EndSubsection EndSection
Re: Ubuntu Wii November 30, 2012 10:55AM | Registered: 12 years ago Posts: 3 |
Re: Ubuntu Wii November 30, 2012 03:16PM | Registered: 14 years ago Posts: 44 |
Quote
opvolger
I did try that, and other configurations as well.
I will capture the error, and will post it here.
Now have installed 6.06. That works perfect. But by Wifi only WEP did work. WPA did not (did direct editing /etc/network/interface).
Re: Ubuntu Wii December 05, 2012 05:28PM | Registered: 14 years ago Posts: 44 |
Re: Ubuntu Wii April 26, 2013 05:34AM | Registered: 11 years ago Posts: 12 |
Re: Ubuntu Wii April 30, 2013 03:14PM | Registered: 14 years ago Posts: 44 |
sudo mkdir /media/livecd sudo mount -o loop,ro <livecd_path> /media/livecd sudo mkdir /media/squashfs sudo mount -o loop,ro /media/livecd/casper/filesystem.squashfs /media/squashfsNow, /media/squashfs will contain a complete filesystem that you can copy onto your SD card.
Re: Ubuntu Wii May 05, 2013 02:00AM | Registered: 11 years ago Posts: 12 |
Re: Ubuntu Wii May 05, 2013 08:11PM | Registered: 11 years ago Posts: 12 |
Re: Ubuntu Wii May 08, 2013 04:14PM | Registered: 14 years ago Posts: 44 |
sudo nano <sdcard>/etc/passwdAdd (copy/paste):
ubuntu:$1$wyvrfgIF$yFftCjvLN14smjs0RYsT70:1000:1000:,,,:/home/ubuntu:/bin/bashThen:
sudo nano <sdcard>/etc/groupAdd:
ubuntu:x:1000:Find (in "<sdcard>/etc/group"): "sudo" (i.e. "sudo:x:27:") and add "ubuntu" to the end of the line (i.e. "sudo:x:27:ubuntu").
sudo cp -R <sdcard>/etc/skel <sdcard>/home sudo mv <sdcard>/home/skel <sdcard>/home/ubuntu sudo chown -R 1000:1000 <sdcard>/home/ubuntu
Re: Ubuntu Wii May 08, 2013 05:29PM | Registered: 14 years ago Posts: 44 |
Re: Ubuntu Wii June 13, 2013 03:16PM | Registered: 16 years ago Posts: 29 |
Re: Ubuntu Wii June 24, 2013 01:25AM | Registered: 14 years ago Posts: 44 |
Quote
fishears
Thanks for this Dapper for Wii. I was running XWhiite a few years back but stopped using it and eventually deleted the files. Just recently thought about getting the Wii set up for word processing but could I find a working link for XWhiite? No!
Now I've got your Dapper running IceWM and I do my writing on ABIword. Thanks to your comprehensive tutorial and active links I was able to get just what I wanted with the minimum of hassle. It's great to sit back on my big sofa with a wireless keyboard and write on the big screen.
THANK YOU
Re: Ubuntu Wii July 08, 2013 04:52AM | Registered: 11 years ago Posts: 12 |
Re: Ubuntu Wii July 15, 2013 05:13PM | Registered: 14 years ago Posts: 44 |
Re: Ubuntu Wii July 16, 2013 03:50AM | Registered: 11 years ago Posts: 12 |
Re: Ubuntu Wii November 20, 2013 01:46AM | Registered: 11 years ago Posts: 12 |
Re: Ubuntu Wii December 08, 2013 03:17PM | Registered: 14 years ago Posts: 44 |
Quote
DeltaResero
It took me a bit longer than I originally thought it would as I was quite busy elsewhere and it was a bit harder to forward port than I anticipated. There are no noticable improvements with this newer driver, but at least it will still be an option for a little while yet as it now compiles against the newer 7.6 and 7.7 Xorg versions. As of now, the updated driver (still lacks hardware acceleration), can be found on Github at: "https://github.com/DeltaResero/GC-Wii-xf86-video-cube". As with the old version, this driver must be compiled against the same version of Xorg as what it's being used with. The easiest way to compile the driver is usually on the console within the Linux operating system that the driver is for.
Re: Ubuntu Wii December 30, 2013 01:35AM | Registered: 11 years ago Posts: 12 |
Re: Ubuntu Wii December 30, 2013 07:33PM | Registered: 14 years ago Posts: 44 |