IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New http://www.cygwin.com/xfree/
[link|http://www.cygwin.com/xfree/|[link|http://www.cygwin.com/xfree/|http://www.cygwin.com/xfree/]]
--
Chris Altmann
New I must have done something wrong
all I get with Cygwin's install is a BASH prompt. No X-Server/X-Client, cannot even startwin. It lists XFree86 as Default, not skipped, during the install it appears to install, but no X at all! Bog!

I am free now, to choose my own destiny.
New Did you go and download the 4.2.0 binaries???
If not please go to this location for the instructions:

[link|http://xfree86.cygwin.com/docs/ug/cygwin-xfree-ug.html|Cygwin/XFree86 User's Guide]

Specifically:

[link|http://xfree86.cygwin.com/docs/ug/setup-cygwin-xfree-downloading.html|Downloading Cygwin/XFree86]

That should tide you and allow you to make it work!


greg, curley95@attbi.com -- REMEMBER ED CURRY!!!
New I ran the setup.exe
according to what I read, it is supposed to install the XFree86 files for me, d'oh! Guess not!

If the damn ftp would stop aborting on me, I'd have downloaded them by now. Now I see why people would rather buy the commercial versions! :(

I am free now, to choose my own destiny.
New There is something you are missing...
You continuously get the disconnects during FTP.

You are not able to get things sometimes... linux or otherwise... I believe either your setup of your Broadband or your ISP's equip is the problem.

I have really sucky attbi. I can make it through it without much problem... course I disable thier IF settings except for IP addy and resolver stuff and gateway junk.

Hopefully someday we can get your problem resolved.

greg, curley95@attbi.com -- REMEMBER ED CURRY!!!
New Downloads
Once you've got Cygwin installed, you've got real tools. wget in particular can be requested to retry (and resume) downloads infinitely (if necessary) if you want. I'd use them to get the additional parts of the system, including XF86. You've also got ncftp (but not lftp), and can get w3m.

It's pretty cool. I'm stretched out on the living room floor of my condo, sshd into my Linux workstation at the office, and sshd from there into the WinXP install running in VMWare on that workstation ;-) (And they say I'm virtually crazy....).
--
Karsten M. Self [link|mailto:kmself@ix.netcom.com|kmself@ix.netcom.com]
[link|http://kmself.home.netcom.com/|[link|http://kmself.home.netcom.com/|http://kmself.home.netcom.com/]]
What part of "gestalt" don't you understand?

   Keep software free.     Oppose the CBDTPA.     Kill S.2048 dead.
[link|http://www.eff.org/alerts/20020322_eff_cbdtpa_alert.html|[link|http://www.eff.org/alerts/20020322_eff_cbdtpa_alert.html|http://www.eff.org/...a_alert.html]]
New RTFM
XFree86 is a seperate (additional) install, as the docs cover.

I've also found that the built-in installer tends not to work for the XF86 stuff. The "roll it by hand" instructions will get you rolling though.

Once that's done, XWin will get you going, and XWin -fullscreen will give you a full-screen X server. MS Windows continues to grab the <ctrl><tab> keypress, no way around that I've found, but otherwise it's pretty good.

I like to get sshd running as well. See [link|http://tech.erdelynet.com/cygwin-sshd.asp|[link|http://tech.erdelynet.com/cygwin-sshd.asp|http://tech.erdelyn...win-sshd.asp]] for tips. Also some generally good modifications to your system (though I don't use his profile and aliases files). Make sure you add /usr/X11R6/bin to your path in /etc/environment:
PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

USER="`id -un`"

# Set up USER's home directory
if [ -z "$HOME" ]; then
HOME="/home/$USER"
fi

if [ ! -d "$HOME" ]; then
mkdir -p "$HOME"
fi

export HOME USER

for i in /etc/profile.d/*.sh ; do
if [ -f $i ]; then
. $i
fi
done

export MAKE_MODE=unix
export PS1='[\\[\\033]0;\\w\\007\\033[32m\\]\\u@\\h:\\[\\033[33m\\W\\033[0m\\]]$ '

export http_proxy=[link|http://proxy.freerun.com:4271/|http://proxy.freerun.com:4271/]
export https_proxy=https://proxy.freerun.com:4271/

alias ls='ls --color=auto'
alias la='ls -a'
alias ll='ls -l'
alias lf='la -F'

cd "$HOME"
--
Karsten M. Self [link|mailto:kmself@ix.netcom.com|kmself@ix.netcom.com]
[link|http://kmself.home.netcom.com/|[link|http://kmself.home.netcom.com/|http://kmself.home.netcom.com/]]
What part of "gestalt" don't you understand?

   Keep software free.     Oppose the CBDTPA.     Kill S.2048 dead.
[link|http://www.eff.org/alerts/20020322_eff_cbdtpa_alert.html|[link|http://www.eff.org/alerts/20020322_eff_cbdtpa_alert.html|http://www.eff.org/...a_alert.html]]
     Windows X Server/Client software - (orion) - (8)
         The one I use - (imric)
         http://www.cygwin.com/xfree/ - (altmann) - (6)
             I must have done something wrong - (orion) - (5)
                 Did you go and download the 4.2.0 binaries??? - (folkert) - (3)
                     I ran the setup.exe - (orion) - (2)
                         There is something you are missing... - (folkert)
                         Downloads - (kmself)
                 RTFM - (kmself)

Due to a vast miscalculation, it was accidentally swallowed by a small dog.
44 ms