mth411 posted on Jul 7 2006 at 07:10 PM said:Goto http://x11.gp2x.de/
download the x11 0.3 release, place the x11 folder in your root (/)
then download gpe from same site, unzip the contents of that in root (/), there should be gpe script in root, some filesys..., and another folder called "root",
so
/x11
and
/gpe...
/filesys..
/root
Then launch gpe, wait forever, create login, wait forever, and then launch either brower (dillo or opera).
There are also several other browsers out there, but this one is getting good, and you could modify the gpe launcher to just launch opera or dillo and not the entire gpe system (thereby cutting down on the gpe loading forever).
Edit: It also contains GAIM instant messanger, Abiword text editor, Gnumeric excel program, and Ebook reader in the others folder.
Orkie posted on Jul 7 2006 at 08:04 PM said:Well, I was going to post this directly from my GP2X with Dillo in GPE, but I accidentally pulled out the USB host/TV-out connector just as I got to this thread...
Yes it does work, but it requires a bit of fiddling at the moment. Hopefully some instructions can be posted at some point.
nameserver {IP address of computer with shared Internet connection/router}
route add -net default gw 192.168.0.1
sysctl -w net.ipv4.ip_forward=1
/sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
Orkie posted on Jul 8 2006 at 11:51 AM said:On the GP2X (inside GPE) you need to create /etc/resolv.conf containing the following:
And execute the following command in the terminal (replace 192.168.0.1 with whatever IP address you have assigned your PC in the USB network):Code:nameserver {IP address of computer with shared Internet connection/router}
Code:route add -net default gw 192.168.0.1
If you use Windows, you should be able to then just select your main network connection and the USB network connection in the control panel, right click and choose to bridge the two for it to work.
If you use Linux, you'll need to execute the following commands as root:
Code:sysctl -w net.ipv4.ip_forward=1 /sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE