Slashdot Mirror


Cygwin's XFree86 4.2.0 on Windows XP

stock writes: "A interesting and important piece of software on the win32 platform for me has always been X11 server software like Hummingbird's Exceed, or Startnet's Xwin32 Professional. Today i glanced at cygwin's site and found that a complete XFree86 4.2.0 for Windows XP can be downloaded now! It shouldn't be hard for newcomers as it features a setup.exe . The package comes free and is basicly licensed as X style licensed software which runs on cygwin32 which has a GPL license." Looks like this has been out since May -- can anyone who's been using it since then comment on how well it works? Update: 07/07 17:12 GMT by T : haroldhunt (project leader for Cygwin/XFree86) wrote to clarify: "Cygwin/XFree86 runs on all recent consumer and business versions of Windows; as of 2002-05-12 those versions are specifically Windows 95, Windows 98, Windows Me, Windows NT 4.0, Windows 2000, and Windows XP."

108 of 358 comments (clear)

  1. I use it on win2k by salmo · · Score: 5, Informative

    I've used it on win2k on a daily basis for over a month now. It runs nicely in full screen mode, which you can Alt-Tab out of. You can also run it in a window, but that's just what I prefer. Make sure you run xwinclip too so you can copy and paste between X and Winders. I've tried a couple commercial Win32 X Servers and although this doesn't have some of the fancy features, I find it more stable.

    1. Re:I use it on win2k by Verizon+Guy · · Score: 2, Interesting

      I'll disagree. I've used it, and I'd definitely use it... if my school didn't have a site license for Exceed. I just use Exceed. It's so awesome in a multitude of ways. First, it fixes some bugs I noticed in X11 (try XDMing to a Sun box, log in, and notice that the Welcome to Solaris screen is garbled under X11. Exceed displays it perfectly in true color.) Second, my favourite feature, Exceed lets you use its own window manager... which integrates with windows! What's that mean? Well, instead of having to flip back and forth between a separate window for my unix apps, they all show up on the Windows taskbar along with my Windows apps. Oh, and the CDE bar? It sits right on top of the taskbar! Want to switch from IE on Windows to NEdit? Click.

      Sure X11 is pretty stable... but so is Exceed. And for all the folks that are claiming that "X11 is more stable" --- let me tell you, Exceed has never crashed on me, while X11 has crashed numerous times. Plus, I don't care what you say, running a native Windows app is theoretically mucho faster than running X11 through that Cygwin1.dll POSIX patch. Here is an example... Open up NT cmd and type 'dir'. It's instant, right? Now open up bash and type 'ls'.... it's slow as a mofo compared to the former!

      Exceed comes with a whole bunch of tools along with it as well... the nice part about it is that I can keep multiple sessions with their own individual settings in .ses files, which I can't easily do in X11. (Making individual batch file _is_ a pain.) If Exceed cost $40, I wouldn't mind buying it... but it doesn't. However, like I said we have a site license, so it's all good with me.

      --

      Aw, fuck it. Let's go bowling. - The Big Lebowski

    2. Re:I use it on win2k by salmo · · Score: 2

      Funny, from bash if I 'time ls' or 'time dir' or 'time /usr/bin/ls' (so I'm not using the bash builtin) I get 0.03 sec user time and 0.02 sec system time. Real time, of course varies depending on when you run it, but goes from 0.04 to 0.08 sec for all of them on my system. Anyway I'm not going to notice 2-4 hundredths of a second, and I doubt you would either.

      And wait a minute, you're using CDE and you think making a 2 line batch file is "a pain". Hmmmm.
      They even give you a sample batch file and a sample bash script in the /usr/X11R6/bin directory. 'man XWin' gives you all the options the XWin.exe server takes, or you can just 'startx' and it'll run with openbox as its window manager.

      Rootless is something I miss, but not enough to use a commercial piece of software when I have an option that is free.

  2. How many of you... by Anonymous Coward · · Score: 3, Funny

    ...downloaded setup.exe just for the hell of it? :)

    1. Re:How many of you... by Disevidence · · Score: 3, Funny

      Setup.exe us the bomb?

      --
      Think nothing is impossible? Try slamming a revolving door.
    2. Re:How many of you... by Fjord · · Score: 2

      Luckily setup.exe is very small. Cygwin's setup.exe is analagous to Debian's dselect and part of apt, although easier to use. It connects to a remote host to find out what packages are available and you then use it to select packages and their versions. Once you've done that, it'll download and install, update, reverse update (if you want to go to a past version), and remove packages according to how you set it up. It also does dependancy checking (for example, I added Windowmaker and it added all the xfree stuff). Definitely a neat utility.

      --
      -no broken link
  3. Compare with XWin32, please! by f00Dave · · Score: 2, Interesting

    I haven't used this, but I have used XWin32. Could someone compare the ease of use of XWin32 (no cygwin, no console windows, nothing scary for Widiot32s to be terrified by) to Xfree86 (probably all of the above)?

    No matter what, it still feels weird to be doing X stuff on my Win2K desktop. =)

    --
    .f00Dave
    1. Re:Compare with XWin32, please! by mark_lybarger · · Score: 2

      no console windows? i used Xfree on cygwin about a year ago (don't recall the version numbers), but X was started from a .bat file. the thing i didn't like about X was that it seemed to be full screen only. i haven't used XWin32, but it seems to be 250$ more than Xfree...

    2. Re:Compare with XWin32, please! by mouloid · · Score: 2, Informative

      I use xwin32 regularly over a time warner cable modem connection. I run a win 2k on my machine. I find xwin32 (running with FSECURE SSH tunnelling) with single window (xterm window) ismuch faster than cygwin. The single xterm window has display set to your local machine. So you can run any x app on your machine. You can even alt-tab between the xapps. -mouloid

  4. Cygwin/XFree86 by SirPrize · · Score: 5, Informative

    I've been using Cygwin/XFree86 for about a month or two now, and don't have any complaints. It may be a tad slower than what one is used to, but overall it works quite well. You can also run WindowMaker on Cygwin (comes bundled now), or any other window manager, as long as you can compile it on Cygwin, on Cygwin/XFree86

    1. Re:Cygwin/XFree86 by Cryptnotic · · Score: 2

      Of course, you can also run a window manager on another machine. It will be a bit slower than what you're used to. Most people use these X servers for Windows to run remote X apps anyway.

      --
      My other first post is car post.
    2. Re:Cygwin/XFree86 by Mandelbrute · · Score: 2
      You can also run WindowMaker on Cygwin (comes bundled now), or any other window manager, as long as you can compile it on Cygwin, on Cygwin/XFree86
      Or any window manager at all, as long as you run that on another box. I used Enlightenment running on a RedHat box on the local network, I just had to start Cygwin/XFree86 with no window manager (or kill twm once it was running), give the linux box permission to talk to X on the NT box, log into the linux box, then run the window manager with DISPLAY set to the NT box. A pain the first time, but a script can do it after that. Once the window manager is running you can use the menus to run stuff on the linux box and show it on the NT box - since DISPLAY stays the same. Obviously it also handles the locally run applications that use X as well.
  5. Works well... by Doug+Neal · · Score: 5, Informative

    I tend to use Cygwin/Xfree86 if I ever need an X server on Windows and have always found it to work pretty nicely. I have had it running KDE from another computer on the network, and it's also useful when you want to run the occasional application that needs X on a headless computer.

    So yes... I would definitely recommend it. The disadvantage over something like Exceed, though, is that it needs its own window - you can't have the X windows alongside the Windows windows (if you see what I mean). And you can't resize it either, you have to choose the dimensions on startup. But you can also use it fullscreen, and because it uses DirectDraw, it's nice and fast.

    1. Re:Works well... by tunah · · Score: 2
      it needs its own window - you can't have the X windows alongside the Windows windows (if you see what I mean).

      i.e. it cannot be rootless.

      --
      Free Java games for your phone: Tontie, Sokoban
  6. Re:How well it works by SirPrize · · Score: 2, Informative

    twm is just the default window manager, but newer Cygwin installations also provide WindowMaker binaries (my personal favourite)

  7. Works perfectly. Killer app. by Anonymous Coward · · Score: 5, Interesting

    It's funny, but I just saw this slashdot article when I was testing an X desktop from a Windows 2000 client running Cygwin Xfree. I'm sitting here right now, typing.

    It works splendidly. Unlike with Hummingbird & Co, you get the exact same feel as regular Xfree with regards to font and small behaviour differences - which is good, since GNOME and KDE is targeted there.

    It has some funcitonality lacking (imo - the developers seem to regard this as not being their problem): Cut and paste between X and Windows does not work (although I once saw rumors of an experimental daemon to fix this). Non-US keyboard setups must be loaded manually with xmodmap (while imo, Xfree for Windows should support xkbdb stuff).

    In other aspects, it's great! Scroll wheel stuff works perfectly, graphics are fast and stable (better than a recent version of Hummingbird Exceed I tested), etc.

    Oh, one more drawback - there seems to be a hard coded limit to the window size that prevents me from letting the X desktop span two windows monitors in multihead setup. This should be easy to fix if one feels inclined, though, I expect.

    Otherwise, the product is brilliant. Now I can roll out Linux/FreeBSD desktops cheaply and easily, and make the switch from Windows to GNOME/KDE in small steps for my customers. The killer right now is letting them use Mozilla and Evolution through X from a server located outside the firewall: very secure and virusless (and cheap!) Attachments and saved files are available through a samba share. Oh, and let the server run IMAP (to Evolution) and webmail (ssl) from the outside. People get the same folders abroad and at the office.

    I'm telling you, the revolution is here.

    -- Daniel, www.copyleft.no

    1. Re:Works perfectly. Killer app. by Insount · · Score: 2, Insightful
      The killer right now is letting them use Mozilla and Evolution through X from a server located outside the firewall: very secure and virusless (and cheap!)
      So, you're going to let an unsecure box act as an X client for the secure boxes? That would give the unsecure box the power to:
      • monitor the content of the X displays on the secure boxes
      • inject keystrokes, e.g., when someone on the secure boxes logs in as root
      • display arbitrary stuff on the secure boxes (e.g., "System Locked, enter password to unlock").

      Unless the X display is used *only* for the specified apps and users are very conscious of what's going on, you're not gaining security much in principle. It's true, however, that most generic attacks won't affect the secure boxes; some more effort by the attacker would be required.
    2. Re:Works perfectly. Killer app. by mjh · · Score: 5, Informative
      The killer right now is letting them use Mozilla and Evolution through X from a server located outside the firewall: very secure and virusless (and cheap!)

      You might want to be careful with this box that is outside the firewall. If someone can get into it, they can launch applications like xkey This will enable someone to do keyboard monitoring of anyone who's running an X application. Combine that with "netstat -anA inet | grep ESTAB" and you can easily determine some good IP addresses to target. What I'd be concerned about is someone sniffing my keystrokes in my mozilla sessions, getting by all the wonderful SSL encryption!

      One way to combat this would be to use X forwarding through ssh as the X11 transport. That way you have to have access to the user's ~/.Xauthority file, which is typically set readonly for that particular user. Which means any local root exploits would grant someone access to all of your customer's keystrokes.

      Something else you might want to look into is NSA's SELinux. I don't know much about it, but it seems like you could take advantage of the higher granularity of access controls to limit someone (other than the rightful user) getting access to ~/.Xauthority. Even root wouldn't be able to get access.

      Anyway, that's a very cool idea you have. Just be careful.

      --
      Key to financial independence: Spend less than you earn. Save and invest the difference. Do it for a long time.
    3. Re:Works perfectly. Killer app. by ajs · · Score: 2

      Not at all! In fact, since cygwin comes with the latest openssh, you could set up a login script that fires up ssh for compressed, encrypted X-forwarding and then logs into the server to run the apps you want. On the server, access to that port-forwarded socket is controled by X authentication via a dot-file which is protected by user rights. So, as long as everyone has their own account and key exchange is set up properly this can be painless and very secure!

      Now, personally I'd just drop a Linux box on their desks and tell them to cope, but that's just me :)

    4. Re:Works perfectly. Killer app. by ajs · · Score: 2

      And why would the application server be unsecure? Is this a design criteria for some reason?!

      Seems like a bad idea.

    5. Re:Works perfectly. Killer app. by aardvaark · · Score: 2

      Dude, chill out. We all appreciate your work. I'm sorry if it doesn't seem like it.

      I think the _question_ he was answering was: "can anyone who's been using it since then comment on how well it works?". He wasn't spontaneously bitching. And it seems like you _are_ taking the attitude that it is not your problem. Perhaps rightfully so.

      I have a busy life, and try to take the extra time to help others as well. I definitely know what its like to feel under appreciated. However, seeing as how your work just got a post on Slashdot, and with most (if not all) people complimenting your work, I really don't see as how you can complain that much.

      Maybe its time to take a weekend off and go somewhere with your girlfriend. Does wonders for me.

      --
      If I had no sense of humor, I would long ago have committed suicide. -Ghandi
    6. Re:Works perfectly. Killer app. by joshuac · · Score: 2

      ---snip
      I just love writing free software, it is so appreciated.
      ---snip

      Considering his choice of subject line, I would suspect he appreciates what you did quite a bit.

      Critiquing(sp?) from a user perspective, I think both his points (cut and paste not integrated, limits on window sizes in certain situations) would be useful to know for someone comparing this to one of the commercial options.

      I really hope you do not consider it "lack of appreciation" any time someone provides positive feedback on the state of one of your apps.

    7. Re:Works perfectly. Killer app. by mjh · · Score: 2
      The first rule of *nix is: root is god.

      Certainly some other kernel can do things like mount the filesystem. But I think that would be tricky to accomplish remotely using SELinux. Like I said, I don't know much about SELinux, but I'm pretty sure that root is *not* god in that environment. But reading the actual docs on SELinux would probably confirm or deny this.

      --
      Key to financial independence: Spend less than you earn. Save and invest the difference. Do it for a long time.
  8. works fine by jilles · · Score: 4, Informative

    I've installed it at home and at work. The only problem is that there are very few ported X applications to run with it and most things do not compile out of the box.

    I'm running it with a port of windowmaker in fullscreen mode and it looks great. However, the thrill of running xcalc and xclock on windows xp wears off quickly :-). You can of course use it to run remote applications on a unix server (this works perfect).

    Another issue I found is that it is not possible to cut and paste between X apps and windows apps. So if you are surfing using mozilla or IE and want to paste some command from a howto into your xterm, you have a problem. You can paste into a bash terminal (i.e. outside X).

    The cygwin installation is pretty smooth (lots of great stuff other than X too). However you do need to set a path to /usr/X11R6/bin manually before you can type startx in bash. In addition you'll want to change the windowmanager (windowmaker works fine for me). Configuring X on windows XP is actually easier than on linux :-).

    --

    Jilles
    1. Re:works fine by DrVxD · · Score: 3, Informative

      > it is not possible to cut and paste between X apps and windows apps.

      If I'm reading this right, you probably want to try xwinclip.

      --
      Not everything that can be measured matters; Not everything that matters can be measured.
    2. Re:works fine by jilles · · Score: 2

      thx I saw it and will try it. It's not in the setup program yet so I think it is not entirely stable yet.

      --

      Jilles
  9. Old news ? by Wudbaer · · Score: 4, Informative

    XFree86 has been available on Win32 using cygwin for ages. Ok, it might have been 4.10 and it used an (also easy to use) bash shell script for installing it under cygwin instead of a setup program, but this is not really news.

    I used the old version for a couple of times on W2K, seemed to work quite well.

  10. Er... by hatless · · Score: 2, Insightful

    This is news? The cygwin XF86 port has been around since long before May. Anyone who's installed cygwin this past year probably knows about it.

    It didn't run rootless as of the last time I checked, which is quite a limitation. Has this changed? Hummingbird and Starnet don't have anything to worry about until then.

  11. ScreenShot! by xtremex · · Score: 2

    I have a curious setup...
    I have a small windows PC for experimentation that I run a Citrix Server on...
    I have screenshot of the new X11 (WindowMaker)running on Cygwin accessed remotely throught the Linux ICA client on WindowMaker!
    Go here: http://cguru.ma.cx/cygwin.png

    --
    If you're not a Liberal in your 20's, then you have no heart.If you're still a Liberal in your 30's you have no brain.
  12. Clients are superb (tho server needs some work) by mrflip · · Score: 4, Informative
    I use the cygwin/XFree86 programs daily, and have been for several months now. It is truly a beautiful thing to be able to use bash _and_ windows explorer to manage files, or to Alt-TAB from emacs to CorelDraw to FrontPage when web editing.

    Actually, though, what I use are Xclients compiled against the XFree86 libraries. The XFree86 X server doesn't yet have a useable multiple-window mode -- that is, one in which XP is your window manager and each program appears in a separate Windows window. <FLAMESUIT>Since what I want is the superior windows UI with the superior GNU utilities power, the separate window mode is pretty essential. Thus I still use eXceed as my Xserver. </FLAMESUIT>

    Work on this capability is proceeding; it is, in fact, the top item on the Cygwin/XFree TODO list:

    Seamless integration with Windows: Create a Cygwin/XFree86 window manager to display each X client in its own Win32 window. Such a window manager will be a stand-alone client, but it may require some internal modifications to the Cygwin/XFree86 server to allow drawing to be redirected to various Win32 windows, depending on which client is being drawn.
    By the way, if you are setting up Cygwin for the first time, I highly recommend following the procedures outlined at
    http://tech.erdelynet.com/cygwin-ssh.asp
    (which largely consists of instructions for ssh/sshd with Cygwin, but has many other excellent setup tips).
    1. Re:Clients are superb (tho server needs some work) by Fastolfe · · Score: 2

      Regarding the lack of multi-window support, I agree. I've played with XFree86 for Win32 quite a lot, and this is the chief and only significant reason it's unsuitable for the things I do.

      With everything in one big X window, I *have* to load an X window manager and have to keep all of my X apps contained in that one window. It makes it a little awkward if I need to be working between a Windows app and an X app, because I'm having to swap out of the X system entirely to go back to a Windows app. It's just a little cumbersome. I love the way Exceed is able to do this: every X app appears seamlessly like any other Windows app. And it's fast.

      Plus, it's sometimes interesting to still use a window manager or shell in this mode. You get the benefits of having X windows float around a Win32 desktop, in addition to having these windows all managed by a different window manager. It's kind of cool having your Gnome panel, desktop icons, etc., floating on your Win32 desktop alongside your Explorer bar and Explorer desktop icons.

  13. Wow, Promote unnecessary XP upgrades, willya? by SN74S181 · · Score: 5, Informative

    I find it disappointing that in the article summary no mention is made of the fact that this Cygwin X11 server will run on all the Win32 platforms. I looked at it and said to myself 'well, there's the motivation to "upgrade" to XP' but was hopeful. And yes, the page at Cygwin says 'Cygwin/XFree86 runs on all recent consumer and business versions of Windows'.

    Is this a case of unconcious shilling for the Microsoft version upgrade treadmill? I hope so.

    1. Re:Wow, Promote unnecessary XP upgrades, willya? by Sycraft-fu · · Score: 3, Informative

      No, it was probably just the platform he happened to test it on. When I report on something working, I'll tell you about it working in Windows 2000. I don't speak for any other versions, since that's what I run. Genreally speaking, anything that runs on 2000 should run on the whole Win32 platform, but not always.

    2. Re:Wow, Promote unnecessary XP upgrades, willya? by SmittyTheBold · · Score: 2

      Think of it this way: Now, you can use it in WinXP.

      you're reading into it the assumption that it wasn't compatible with previous versions of Windows. This is a compatibility alert, stating that XFree86 now works with something that it had troubles running on before.

      The fact that it works on Win98 et al is not news...that support has been around for a long time. Therefor, the /. people were actually reporting news for once. They weren't reporting on something that was (as) old (as some previous stories have.)

      --
      ± 29 dB
    3. Re:Wow, Promote unnecessary XP upgrades, willya? by Tony-A · · Score: 2

      Is this a case of unconcious shilling for the Microsoft version upgrade treadmill?
      If you've messed around with multiple versions of Microsoft Windows, you soon learn to treat any new version with extreme suspicion. New versions of Microsoft Windows tend to break things, ususally things that you are very dependent on. I would take the headline as meaning that Cygwin/XFree86 running on XP is "news". ( Cygwin/XFree86 running on older versions of Microsoft Windows is no longer "news" ;)

  14. Runs Great!!! Fonts Look better in Win32 X by krakrjak · · Score: 3, Informative

    I love it and have been running it for a while. I use blackbox as my WM since I only run programs over the network it doesn't get in the way and leaves a tiny footprint.

    I get by day to day with Kmail, GnuCash, Red-Carpet and a few other miscellaneous apps that I run over the in-house LAN.

    As the subject says I noticed that programs use the same fonts whether I run the program on the Mandrake box locally or over the network, however when I run the progs over the network to the Windows machine all the fonts look nice....??!?!? Is that a feature? I think most the programs just plain look nicer in the Win32 port... maybe I'm delusional...... anything's possible.

  15. Experiences with Cygwin/XFree86 by Jeff+Probst · · Score: 5, Informative

    I have been using this for about 9 months now for doing xdmcp to a freebsd box running xdm, such as how they suggest. i have found it to be rock solid.

    i run the latest server in the server test series. they recently added -nodecoration, which makes the x server use as much of your screen as possible, without any title bar or borders. My xdmcp command line, setup as a shortcut on my win2k desktop, looks like this:

    C:\cygwin\usr\X11R6\bin\XWin.exe -screen 0 1600x1200 -from spandex -query lycra -once -emulate3buttons -nowinkill -nounixkill -nodecoration -fp "tcp/lycra:7100"

    The -fp option is for a font server, so cygwin/xfree86 will get the necessary fonts from the machine you tell it.

    HTH

  16. Now some REAL news would be... by Bollie · · Score: 2, Interesting

    ...if Cygwin/XFree86 ran under Wine.

    Seriously, the Wine and Cygwin teams need to cooperate much much more. Both share a very important interface: the Win32 API. Since Cygwin uses it and Wine "makes" it, I see great potential for cross-project development here.

    This would be analogous to bochs running bochs. Actually, it would be really funny if they optimized the heck out of it, so that running Cygwin/XFree86 is faster on Wine than Windows...

    1. Re:Now some REAL news would be... by Rhinobird · · Score: 2
      ...if Cygwin/XFree86 ran under Wine.
      Hahaha. That's one way of putting the brakes on all that native *nix speed and stability. The only more useless thing I can think of, would be to run a PC emulator on a mac to run x86 linux, then run wine and then cygwin/xfree86 on top of all that.
      --
      If Mr. Edison had thought smarter he wouldn't sweat as much. --Nikola Tesla
    2. Re:Now some REAL news would be... by Sleepy · · Score: 2

      There was a discussion on the Cygwin mailing list a while back. I don't recall the details, but with older Cygwin builds you could run under WINE very nicely. Then something changed in Cygwin (serial support, I think) and this altered the behavior of Cygwin + WINE.

      Bottom line of the discussion was, I believe, that Cygwin + WINE is an unsupported configuration (at least on the Cygwin list). If you're curious, check the archives -- I could be mistaken.

      BTW - It's no surprise that Cygwin might be faster on WINE (I heard it could be)... Cygwin tries to do threads and processes the same was as on UNIX, which is expensive on WIN32 (especially on Win9x but still true on NT as well). It would be faster to map all that stuff back to native UNIX, than emulate it in Win32 land...

    3. Re:Now some REAL news would be... by David+Gerard · · Score: 2
      "Hahaha. That's one way of putting the brakes on all that native *nix speed and stability."

      Well, not the speed. Neither WINE nor Cygwin are emulators; they are APIs. So you don't have the speed hit of emulation.

      With the Mozilla project, the Windows binary sometimes runs faster under WINE on Linux than the native Linux binary does.

      --
      http://rocknerd.co.uk
  17. Very slow (benchmarks) by Baki · · Score: 5, Informative

    I compared it some weeks ago with other X servers available for win32, using x11perf (after I noticed how slow it was when scrolling windows).

    I benchmarked cygwin, exceed (7.1), omni-X and xwin32. cygwin was by far the slowest, around 10 times slower than exceed for many basic X11 operations. Exceed was about two times faster than omni-X and xwin32.

    Exceed is extremely expensive however (a cheap second PC plus KVM switch, dedicated running Linux just as an X-terminal might be cheaper than buying an exceed licence). For most normal text-based remote access, cygwin+xfree will do. For graphically oriented programs (such as running KDE remotely) you'll want something else however.

    1. Re:Very slow (benchmarks) by haroldhunt · · Score: 3, Informative

      We've been looking for someone to run some comprehensive x11perf tests for Cygwin/XFree86 and a couple of the commercial X Servers for MS Windows. We would appreciate it very much if you could send the output files from x11perf (or better yet, links to the output files) to the `cygwin-xfree at cygwin daught com' mailing list.

      You may want to check out the new `-clipupdates num_boxes' parameter, which gathers together num_boxes or more regions into a GDI clipping region and then does one bit block transfer to the screen, rather than one bit block transfer per damaged region. I'm guessing that `-clipupdates 10' or `-clipupdates 50' would give a good return on the overhead that is involved in creating a GDI clipping region.

      Harold

    2. Re:Very slow (benchmarks) by tongue · · Score: 2

      I've never used either of the other x servers mentioned, but i've never had a problem with running either gnome or kde (or knome--both at the same time ;). In fact, both run slightly faster on my remote xserver than on my 1ghz machine, i guess because that machine only has to handle processing while my other handles displaying. I've been using the cygwin XServer for about four months now, and I have to say, it really is pretty damn nice. aside from issues noted elsewhere (no multimonitor support, poor clipboard integration, no way to serve "rootless" windows) its an outstanding piece of software you should take another look at.

    3. Re:Very slow (benchmarks) by RedWizzard · · Score: 2
      I benchmarked cygwin, exceed (7.1), omni-X and xwin32. cygwin was by far the slowest, around 10 times slower than exceed for many basic X11 operations. Exceed was about two times faster than omni-X and xwin32.
      Keep in mind that Exceed, Omni-X, and XWin32 are windows-specific while XFree86 is not. Windows optimization is in the works for XFree86, but until then XFree86 is getting very little assistance from the graphics card. The advantages of XFree86 are that it is free (in both senses) and that it is getting a lot of development. The coolness factor is that Cygwin is capable of running XFree86 on Windows and that all the changes are getting merged back into the official XFree86 tree.
  18. RedHat Thin Client Edition? by peterdaly · · Score: 5, Insightful

    I have not used this yet, but I will be giving it a try at work on Monday. Based on what I am hearing in comments, it seems to work fairly well.

    If I were RedHat, I would make RedHat "Thin Client Edition" out of it. Modify the RedHat install to accept connections and display a X login, or at least have that option during install. I know I have been able to do that before, but all the protocol and service names slip my mind right now.

    Once that is in place, marketing can begin. Migrate to centralized (Linux) application management without betting the farm. I know you can easily turn most PC's into X-Terminals, but most people would be more comfortable starting with a Windows Client version first. Offering OpenOffice and Mozilla to "clients" would be able to cover 90% of what low end user needs to do. They can even keep Outlook/Exchange running on their desktop if they don't want to pull the plug on that yet, which is a common reason for staying with windows on the desktop.

    If they were to package and market this correctly, it could be the first step in moving into the desktop realm.

    -Pete

    1. Re:RedHat Thin Client Edition? by rnd() · · Score: 2

      I think this is an excellent idea!

      --

      Amazing magic tricks

  19. Cygwin rxvt by dr_l0v3 · · Score: 2, Informative
    I use cygwin at work as I need Windows to run Outlook but still want bash and cvs available locally. I tried X but ended up just relying on rxvt straight under the Win 2K desktop.

    Using rxvt in this way really flies and I don't miss X at all. In fact, this method has brought me back to command line alternatives that are quite a lot better in most cases (OK, I wouldn't want a terminal version of the Gimp but for most things ...)

  20. linux running win4lin running cygin by mrycar · · Score: 2, Funny

    I use it on my linux environment to create a windowed X session to one of my other UNIX boxes. I haven't been ambitious enough to locate another solution to create non ctr-alt F-key session bopping in XFree. Redhat linux, running win4lin, in less then fullscreen mode. Then launch an Xsession under cygwin to one of my other linux boxes. Tada running multiple UNIX and linux boxes on the same display. Yup, its an oddball solution, but it works.

    --
    Gator/Claria is Spyware.
  21. Two very weird problems by Mendax+Veritas · · Score: 2
    In general, Cygwin/XFree86 works very well. However, just recently I've been developing a Win32 product that needs to interoperate with Microsoft NetMeeting 3, and I find that whenever NetMeeting is running, the XFree86 window is a blank white rectangle, and refuses to repaint itself any other way until the NetMeeting process terminates. I haven't investigated this, but I suspect NetMeeting sends out some broadcast window message that XFree86 finds confusing. I really ought to bring up Microsoft's Spy++ tool to see what messages the XFree86 window receives when NetMeeting starts up, but I haven't done so yet.

    Another oddity is that ever since I followed these directions to set up sshd on Win32, my window manager (fluxbox) won't start from the startxwin.sh script -- it just prints "Pure virtual function called" and exits. However, I can start the wm manually, and all is well from then on. I haven't taken the time to debug this either; it could be related to having sshd running (why?) or to some change made by Erdely's fix-perms.sh script. Or perhaps the changes Erdely recommends for /etc/passwd and /etc/group?

    Btw, I use the same window manager on Cygwin/XFree86 that I do on Linux/XFree86 -- fluxbox 0.1.9, which is a nice extension of blackbox 0.61.1 with a number of nice features such as user-customization of the title bar button positioning (essential, as blackbox insists on putting the Close button right next to the Maximize button, which is stupid) and tabbed windows (which ought to be an WM feature, not an app feature).

  22. Answer by yerricde · · Score: 2

    That's like saying a piece of Linux software is "for Mandrake 8.2".

    No, it's like saying a piece of Linux software is "for Linux Standard Base x.xx". Microsoft introduces improvements to its standard libraries in every OS revision, and sometimes bug fixes break apps that had depended on buggy behavior.

    The announcement was that Cygwin XFree86 had been 1. successfully ported to Windows XP, and 2. upgraded to XFree 4.2.0.

    --
    Will I retire or break 10K?
  23. Re:Why "for XP"? by nuggz · · Score: 2

    They should have corrected the story BEFORE it is posted.
    At least the posters aren't the only ones not reading the story first.

  24. 3d Support? by skroz · · Score: 2

    Hs anyone tried any 3d engineering applications with this product? How's the OpenGL support?

    --
    -- Minds are like parachutes... they work best when open.
    1. Re:3d Support? by ikekrull · · Score: 2

      I have run IBM OpenDX many months ago on Cygwin/XFree86, and at that stage there was no GLX support. The program ran great, and worked just fine in software rendering mode.

      However, i believe that since i was doing this, great strides have been made by the Cygwin guys in the area of GLX etc. and it's very likely that 3D does work.

      I have long since switched to Linux/OS X for any 'real' work i do, so couldn't say for sure.

      --
      I gots ta ding a ding dang my dang a long ling long
  25. Re:Runs Great!!! Fonts Look better in Win32 X by Anonymous Coward · · Score: 2, Informative

    the windows machine has ttf installed...your *nix machines probably do not.

    you can install ttf for your *nix machines if you want.

  26. Re:Only for Windows XP? by Bedouin+X · · Score: 2

    XP also has a built-in Terminal Server. So I can work on my workstation from home using the same client that I use to manage my servers from home. All out of the box. For me at this juncture, this is the ONLY reason to run XP.

    --
    Dissolve... Resolve... Evolve...
  27. Works great on Win2K by rwa2 · · Score: 2
    Even GLX works. I've managed to compile XScreensaver without too much trouble, (despite Jamie's best intentions, I suppose :> . All I had to do was change the order of some of the compile options... move -lXmu and -lXt up a bit. I also had to remove one of the hacks and didn't have GLExtrusion, but that was it.). GL hacks run pretty fast even using software rendering.

    XFree86 for Win32 in general isn't terribly stable yet, but it works pretty good. It only runs in a window, so it doesn't really integrate seemlessly with the Windows GUI the way eXceed in passive mode does (where each client window can pop up separately using your Windows "window manager").

    We have eXceed 3D (GLX), but I haven't gotten it to work well. It is dirt slow running the GL Xscreensaver hacks, but I probably need to recompile using the eXceed libs if I can figure out how to do that... I haven't had a lot of luck running GLX apps over the network either, probably because most of my GL apps are statically linked or something :/ .

    My favourite solution for accessing UNIX desktops from a PC remains VNC, though.

    Cygwin is just about mature enough to make Win32 a viable *NIX platform. The biggest thing missing is just decent file access (it's currently very, very slow, because they have to open every file in a directory just to get check for hidden UNIX-style attributes I guess.) Once this is handled better, as well as maybe some security issues, you'll pretty much have a decent POSIX environment.

    Let's hope Wine does a good job catching up from the other end! ;)

  28. Why Not VNC and tightVNC? by Sgt_Nikon · · Score: 2, Insightful

    I used to use Exceed and Reflection X, but once I found out about VNC I switched and never looked back. VNC has the added benefit of leaving my stuff where I left it on my linux box when my windows machine needs a reboot.

  29. Re:How well it works by axxackall · · Score: 3, Interesting
    I successfully compiled Icewm, AfterStep and WinMaker. And then discovered the reason why they are not inlcuded into the distro from the first place - they are way too buggy. They manage windows well (well, otherwise they are not window managers), but all those extensions - workspaces, lounchpads - are just broken. At least on my win2k box.

    As for UNI*X features not yet available in Cygwin - you mean Gnome ported to win32, do you? At least that what failed the compilation Sawfish and others for me.

    Have anyone heard about porting Gnome to win32? How about KDE? I can use Gnome or KDE through X11 net, but how about the case of temporary standalone box? Such win32 port would be a very nice feature then.

    --

    Less is more !
  30. Compatibility by PhoenxHwk · · Score: 2

    The only problem I've had with XFree on Cygwin is when trying to run L-Edit - a semi-popular VLSI tool. It's got a thing where it won't run unless in 256 color mode. By setting the display to 256 colors in Sun or Windows/Exceed, it works well. But in Windows/Cygwin, it crashes as if it's in 16 or 32 bit color. Quite odd.

    1. Re:Compatibility by PhoenxHwk · · Score: 2

      Yeah, I tried all this and it didn't work. I think the L-Edit is just a piece of junk. Regardless, the VLSI class is long over now, so I'll never need to worry about it again.

  31. Yeah.. by mindstrm · · Score: 2

    He knows that. What he's referring to is the ability of software like eXceed and Xwin/32 to use Windows as a window manager; so X becomes transparent. You get a little systray icon you can pop up for settings/security, etc, and other than that, windows just appear like normal windows windows to be maximized/minimized whatever.

    Xfree can't do that.

  32. Yeah. by mindstrm · · Score: 2

    Not like it's gonna happen, though.

    The absolute last thing MS wants is for a university to be able to buy a handful of Windows servers to put in the back room and manage centrally while the labs go on using X terminals.

    That doesn't force them into investing heavily in MS infrastructure.. so what's the point.

    1. Re:Yeah. by mindstrm · · Score: 2

      Yeah.
      RDESKTOP Is an RDP client, not an RDP -> X translator.

      Yes, there are citrix clients, but again, that's not an RDP -> X translator.

  33. Re:Only for Windows XP? by mindstrm · · Score: 2

    Yeah.. well... true, and not true.

    I said that too, until I tried XP.

    Sure, it's a bit candy coated. IT also has a lot of UI design that makes WAY MORE sense.

    It has built in terminal services for administration.

    It works better with my laptop. Better with removable devices.
    It doesn't make me reboot all the time.

    It has ClearType. That is the primary reason I upgraded.

    Now.. of course, Office. .yeah. That's getting rediculous.
    Except.. Office XP runs smoother and faster than 2000

  34. works quite well by DGolden · · Score: 2

    I find it most useful for "XWin -query mylinuxbox", which brings up the standard [gkx]dm login screen if you enable xdmcp on the linux box. There are few x clients that are much fun to slog through tweazking to compile under cygwin, so it's easier to use X across the network to a linux box.

    It also worked fine for tunnelling X apps through ssh in the normal manner.

    My main gripe is the fiddlyness of the keyboard - I end up having to manually xmodmap stuff into shape (I'm in Ireland, we tend to use UK keyboards rather than USA ones)

    --
    Choice of masters is not freedom.
  35. What page are you reading? by MobyDisk · · Score: 2
    From http://cygwin.com/xfree/
    Cygwin/XFree86 is a port of XFree86 to the Microsoft Windows family of operating systems. Cygwin/XFree86 runs on all recent consumer and business versions of Windows; as of 2002-05-12 those versions are specifically Windows 95, Windows 98, Windows Me, Windows NT 4.0, Windows 2000, and Windows XP.
  36. Ernest Question, no troll. by FreeLinux · · Score: 2

    Would you mind explaining what this is used for? I do not see or understand the application. I can see where it might be used as a client to a Unix console but, what is the advantage over telnet, ssh, or VNC? To me these seem like simpler, cheaper, faster solutions.

    Perhaps my problem is that I have never fully utilized X's capabilities. For me it is just a graphical front end. What am I missing?

    1. Re:Ernest Question, no troll. by Dwonis · · Score: 2
      Nothing. It's sole benefit is being a client to a Unix console.

      Once it gets rootless mode, it will be useful for integrating X and Windows apps on the desktop, which is a great transitional state between people running all-Windows, and people running all-Unix on the desktop.

      In other words, it's one more step toward world domination! :-)

    2. Re:Ernest Question, no troll. by xtremex · · Score: 2

      What is citrix used for? Well, for one it tries to make the the NT terminal server fast..it uses it's own protocol to highly compress audio and sound (I can get audio and video on a remote Windows conole!), and can even remotely display DirectX....it's just a layer added to Win NT Term Server to make it like a local connection....lime a TRUE X connection in *NIX..however, it costs THOUSANDS of dollars..I got this from my old job (a perf of being laid off :) ).I only access my windows machine thru citrix because I use it SOOOOO rarely and ir's DOWNSTAIRS in the basement :)

      --
      If you're not a Liberal in your 20's, then you have no heart.If you're still a Liberal in your 30's you have no brain.
  37. Other free choices? by BCoates · · Score: 2

    Does anybody know of other free (either or both) X servers are for Windows?

    The only other one i've been able to find is the GPLed WeirdX, which has a usable but slightly buggy rootless mode (where you use Windows as your window manager). I've been pretty happy using it to run my linux boxes (mostly xterm), and I could run some things (like xscreensaver) locally using U/WIN...

    --
    Benjamin Coates

  38. Comment removed by account_deleted · · Score: 2, Informative

    Comment removed based on user account deletion

  39. Just a little foolish? by sean23007 · · Score: 2

    Doesn't this seem just a little foolish to anyone? After all, running Linux on top of Windows loses any and all advantages Linux might have. Basically, you get the glitzy user interface of Linux with the stability and security of Windows and the speed of emulation. Usually, emulation is used to unlock a world of programs that aren't available to you on your own system, which is why people emulate Windows on Linux: Windows has more programs. And if you're trying to convince people to switch to Linux with something like this, how/why would it work? It can be no more stable than Windows, it's uglier than Windows (let's be honest), and it's slower than Windows (emulation). And a new user would realize none of this.

    In short, this is an interesting application and I'm sure it could be used well in a few situations, but ultimately it isn't all that useful.

    --

    Lack of eloquence does not denote lack of intelligence, though they often coincide.
    1. Re:Just a little foolish? by binkley · · Score: 3, Informative

      You are confusing X Windows with Linux. When you run X Windows under BSD, you are not running Linux on top of BSD. The same is true for X Windows under Microsoft Windows (not simply Windows XP, mind you, but also Windows 9x/NT/2k).

      --
      --binkley
    2. Re:Just a little foolish? by sean23007 · · Score: 2

      So what, then, is the usefulness of this X Windows on Windows?

      --

      Lack of eloquence does not denote lack of intelligence, though they often coincide.
    3. Re:Just a little foolish? by sean23007 · · Score: 2

      So it's just a remote control solution?

      --

      Lack of eloquence does not denote lack of intelligence, though they often coincide.
    4. Re:Just a little foolish? by Zapdos · · Score: 3, Informative

      X WIndows is a server application. You can connect it to, view and operate a remote unix box just like sitting at the remote box's monitor and keyboard.

    5. Re:Just a little foolish? by Zapdos · · Score: 2

      "So it's just a remote control solution?"

      No. It is an enviroment. You can operate, compile, modify local applications and daemons as well.

    6. Re:Just a little foolish? by timster · · Score: 2

      "remote control solution" is a Windows-centric idea. You could use this for remote administration of a Unix machine, but that's only a small usage. All Unix machines are multiuser, so you could have a graphical application hosted on a Unix server that displayed on Windows clients. It's a lot like Citrix/Terminal Server in the Windows world, although it is a weakness that it can't run rootless yet.

      So in other words it can be used as a thin client solution, and thin client applications are becoming really popular. The "network computer" never went anywhere, but it's really common to see Windows machines used as pseudo-thin clients, that run some applications on their own and connect to a central server for others. This lets you use a Unix server for that, which many people would prefer.

      --
      I have seen the future, and it is inconvenient.
    7. Re:Just a little foolish? by the+eric+conspiracy · · Score: 2

      Doesn't this seem just a little foolish to anyone? After all, running Linux on top of Windows loses any and all advantages Linux might have.

      This is NOT running Linux on top of Windows. This is setting up all of your favorite GNU tools and running them from the command line on Windows. It's a great help for people who need to be in Windows for one reason or another - think of it as a reverse WINE.

      I also dispute the concept that Windows has more programs than Linux! Sure, Windows has more GUI word processors and games, but it does NOT have more technologically oriented programs like bash,zsh, emacs, gcc, postfix, etc. etc.,and of course all those windows programs cost, and come without source code.

      Additionally, the tools here are NOT slower than Windows tools, simply beacuse fast command line tools that UNIX features, unencumbered by the wonderful Microsoft MFC.

      No, cygwin is a godsend for people who miss having a powerful command shell on their computer, complete with tools like sed and awk.

      I've even heard tales that cygwin is heavily used by programmers at Microsoft.

    8. Re:Just a little foolish? by Arker · · Score: 2

      'X Windows'? WTF is that?

      I believe you meant the X Window System, X, or X11. There is no such thing as 'X Windows' never has been, never was.

      Other than that, you're quite correct of course.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
  40. Re:How well it works by AndyElf · · Score: 2, Informative

    No, I do not mean GNOME. Signals are tricky, for one. Try compiling, say, AOLServer and see how far you'd get.

    Generally speaking, Cygwin is a very nice thing and for most of a [true] power user requirements that wants to have UN*X stuff under his finger tips but for various reasons (e.g. company policy, etc.) cannot go 100% UN*X it is there. I use it every day and run a whole bunch of things under it (including Postgres *and* an MSVS-compiled AOLServer).

    Having Cygwin Xserver is a nice thing, true. I have sort of used it for amusement factor as well as running GNUPlot on it. Running remote ups off some other machine is also an option, but since I've got none on my corporate network, I don't need that. And if I had a need and access -- I'd be running Attachmate's X, provided by the Co.

    FWIW, if you go to Cygwin page though, you'll see that KDE (1.x) and GNOME (1.x) are on the list of projects being worked on. But I would not be using those, as even twm and wmaker are a bit slow, let alone these beasts.

    --

    --AP
  41. Post from the project leader by haroldhunt · · Score: 5, Informative
    Cygwin/XFree86 has been working on all recent versions of Windows (95/98/Me and NT 4.0/2000/XP) since somewhere around March of 2001. The real news here is that we finally became installable via Cygwin's setup.exe program in May of 2002.

    Current features we are working on include:
    • Native GDI Server - Translate X11 graphics calls into GDI graphics calls; currently we just draw to an offscreen framebuffer and transfer updates occasionally. This allows you to utilize the power of your $100+ graphics processor. Most respectable commercial X11 servers for MS Windows use this method.
    • Clipboard integration - We have been working on this for a long time. Currently we have a seperate client, called xwinclip, that provides this functionality. We recently added support for passing Japanese text through xwinclip when running on NT/2000/XP.
    • PseudoColor for TrueColor visuals - A lot of applications, particularly drawing or CAD programs, require a palette-based PseudoColor visual, while most people run Windows in TrueColor depths of 15, 16, 24, or 32 bit color. We would like to support PseudoColor visuals when our primary visual is a TrueColor visual. Some commercial X11 servers for MS Windows do this.
    Go ahead and try Cygwin/XFree86 if you haven't already. We hope you like it. If you find some missing feature that you would like, then take a look at our source code and read our Contributor's Guide for instructions on how to download the source and build the tree, plus a general discussion of the technologies involved in Cygwin/XFree86. We bend over backwards to make it easier for developers new to the project to contribute.

    Harold
  42. Re:Debian, where art thou? by RustyTaco · · Score: 2, Informative

    It has very little to do with the 14 architectures and a LOT to do with Woody not being out yet. While Woody was still freezing Branden(the Debian X god) refused to work on 4.2, instead concentrating on making 4.1.0(in Woody) as good as posible. Now that Woody is esentially ready he working on 4.2 for sid, and has expiremental packages up on his page. They'll probably make it into the main archives around the time Woody is "officially" released.

    - RustyTaco

  43. Xfree on Xp by euroBob · · Score: 3, Interesting
    Actually, with cygwin you have been able to get x working for some time now. I recall January being my first X-perience on Xp.

    Since cygwin's setup program is now idiot proof its about 6 clicks and a bunch downloading later and BAM! X on Xp. Just make a shortcut to the startwinx.bat file in the /usr/X.../bin/ dir and you then become |golden boy|. Ofcourse blast out the line in starwinx.bat that kicks of tvm and get a real window manager ( as if you care, but fvwm is my choice ).

    For performance sake I keep to just a simple fvwm2 setup. Not to say Xp is great but I don't see a need to duplicate half of the fancy stuff ( email notifiers, clocks, start menus, yada^3 ) by running KDE or something more ontop of your current Xp rig.

    To be honest I think the work the cygwin folks are doing is the most complete solution now for your PC. You now get the power and devel environ of Nix and the hardware compatibility and other features of windows. No more dual boot. No more kernel recompiles just to get a USB flash card reader working. Just point scripts to /cygdrive/d where d is drive letter that windows assigned to your hardware.

    Only complaint is the file naming problems that occur when your strike off a DOS program with files as arguments. But not a huge issue. ( Compiling Tcl/Tk scripts using the Windows version of tclpro tools, chokes on the file names ). Other than that perfect!

    If you are truly sick... Cygwin does come with glut and glu. I'd like to see someone hack something like q3 for linux inside a cygwin session running on Xp or 2000 or whatever illegal bangkok version of the Microsoft OS your are running.

    --
    try { println( SigString ); } catch( Exception e ) { println( 'Who cares?' ); }
  44. Re:Only for Windows XP? by moonbender · · Score: 2

    In theory, there were essentialy no home desktops running Windows 2000. To a large degree this is probably true - the OEMs rarely delivered 2000, and so most people running it probably pirated it. Unlike its (basically equal) predecessory, Windows XP is aimed at the home market.

    --
    Switch back to Slashdot's D1 system.
  45. simpler install needed by g4dget · · Score: 2
    I have run this, and it's a reasonably nice server. But I would find something like this mainly useful for easying Windows users into the UNIX/Linux/X11 world. For that, I found the installation too complex last I tried it.

    I think what XFree86 really needs to become mainstream on Windows is a simpler install process and a smaller installation. There really isn't any reason why an X server install should be more than a couple of megabytes. Even better would be a simple drag-and-drop install: you drag over a directory containing the server, and you can double click on the server to start it.

    Both the Mac and the Windows version also would benefit from GDI calls. They are usably fast without it (on the Mac, the X11 rendering hack seems actually faster than OSX's Quartz engine), but window redrawing just doesn't look right with the off-screen rendering.

  46. Yes, this is the problem by drinkypoo · · Score: 2
    I want rootless mode. Every commercial X server has this. Unfortunately the version of X-Win32 I'm using has a bug (at least on XP) where it will eventually stop accepting pastes from windows; IE, you can still copy FROM X clients, and you can copy from an X client and paste to an X client, but you cannot copy from windows and paste to an X client.

    When Xfree/cygwin has rootless mode, I'll be using it, instead.

    Incidentally, I've been using cygwin for a long time, and I was ecstatic when xfree binaries became available. Now I can run xterms on windows, which are dramatically superior to windows console windows in every way. First of all, they are WAY faster, and second, you can make them transparent (hardware alpha) with glass2k (or similar.) You cannot do this with a win32 console window. But really, a non-rootless xfree is a joke on windows.

    GDI support would be a plus, too. :P

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    1. Re:Yes, this is the problem by drinkypoo · · Score: 3, Funny
      Too bad I'm not a programmer (well, I can code, but not in C, and not that well) and I am flat-ass broke. In fact, I'm not really flat broke, I'm in substantial debt.

      I think I'll just complain. The squeaky wheel gets the grease.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:Yes, this is the problem by jafac · · Score: 2

      I sometimes deal with VERY large text files, often hundreds of megs, a gig or more. Pretty much every win32 app on my 2k box chokes on them, even Word will hang trying to open them. I don't know if it's lack of memory or swap space or what.

      But using Cygwin, I can open and manipulate these files with the same ease I can on a separate Linux or Solaris box, without having to wait for them to transfer over the network. Yes, it's a bit slow, I guess that's to be expected, but it's better than hanging my machine to the point of needing a reboot. About my only complaint is that it uses VIM instead of VI, but that's a totally different flamewar.

      Now, I'm using an older version of Cygwin, so I don't have X-Window support, I've been using Exceed, and there's always been this one nasty bug with Exceed on my machine where whenever I put the Exceed app window into the background, or put it into the foreground, it forces Netscape (on the Win2k machine) to refresh all the windows it has open, which makes the machine totally bog down - I end up either waiting for 10 minutes for it to get it's head out of it's ass, or I reboot. I haven't gone back to using Exceed from my main machine since I switched to Mozilla for Win2k, so I'm thinking of going back and trying it again - but there was also another nasty bug which totally corrupted the video memory, and windows would just start randomly opening and closing and coming to the foreground, etc. That used to happen whether I ran Netscape or not. Ever since I gave up using Exceed on my main box, I've been using it on another Win2k machine where it was the only app running, and I just used a monitor switch to go over to it. Ah, the joys of an e250 with no frame-buffer, an incompetent IT department, and no time on my hands to chase down weird problems.

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
  47. Thanks. by FreeLinux · · Score: 2

    That was most helpful.

  48. Re:How well it works by ncc74656 · · Score: 2
    I have some installations of Win95, WIn98SE, NT 3.51 Server and NT 5.02 Workstation (aka stock Win2k SP2) - does it run on these, too?

    I've not tried it on anything other than Win2K, but it runs fairly well on that. I have it installed on my machines at work so that I can ssh into one of our Linux servers and work on the Linux side of the software that I'm writing (Win32 clients, but Linux on the server since putting a Windows box directly on the Internet is a Bad Idea). I've run emacs, DDD, and Konqueror over the SSH connection without any issues.

    --
    20 January 2017: the End of an Error.
  49. Bah, I still can't get it to install! by Xtifr · · Score: 2

    I've got a bunch of spare space on my /usr/local partition, and I'm running Samba, so I thought I'd install CygWin/XFree there, so my still-stuck-with-WinDOS roommates would have a way to start experimenting with X and Linux. Unfortunately, I can't figure out how to install it from Linux, so I'm still stuck with VNC, which has bandwidth issues, and ease-of-launch issues. *sigh*

  50. Re:I'ev tried it. by the+eric+conspiracy · · Score: 2

    However, I found that KDE's performance via Cygwin was extremely slow (AthlonXP 1900+ & GeForce 3), and quite unstable (Applications were crashing and there seemed to be tons of bugs). Some people hailed this as a desktop replacement for Windows 95 users... I think they're kidding themselves.

    Ever run a Windows desktop over a remote connection? That is not exactly a fun proposition either.

    KDE works well enough locally - as does Windows.Neither is really in it's element when run remotely.

  51. Re:I'ev tried it. by TeddyR · · Score: 2

    I know I should not be feeding the trolls.... but here goes:

    At least here if you want to you can fix it yourself. you have the source code; and permission to fix it if you want to.

    this is compared to most MS products where you get can also sometimes get Buggy and slow programs, but even if you know who is to blame (all fingers pointing at the same destination), you cant get them to fix it .... and it would be illegal for you to try and fix it yourself.

    --

    --
    Time is on my side
  52. Notes, install, 'Doze versions, update question by KMSelf · · Score: 2

    As a Linux admin who's managing a bunch of 'Doze boxes as well, one of my first steps was to put Cygwin on all Windows desktops, along with TightVNC. This includes Win98, WinNT40WS, Win2K, Win2KS, and WinXP. This provides a local toolset I'm familiar with, OpenSSH (including sshd), and remote X capabilities. For admin needs, it's a godsend.

    Installation of Cygwin itself is largely painless (though the download for the full install is time consuming, and space-consuming on smaller systems). I've had far better luck installing XF86 by hand according to the instructions in the INSTALL file. Using the scripted install tends to break in different ways on different platforms, YMMV.

    The X11 server itself is pretty decent. Fullscreen is nice. My one gripe is that the <alt><tab> key combination remains stolen by MS Windows for application cycling. I prefer to use this to circulate windows under WindowMaker. Hummingbird and/or Reflection have a setting to bind this to the X server.

    Agree that having a rootless mode would be useful. Among other things, it could help start migration toward a Linux desktop by exporting Linux apps to Cygwin.

    I also like the suggestion someone made here to support exporting onto a Samba share, as this would be a good way to make Cygwin globally available.

    Question: how does one update an existing Cygwin install? It would be nice (and in the case of ssh, damned necessary) to be able to grab the latest update packages on an occasional basis.

    --

    What part of "gestalt" don't you understand?

    1. Re:Notes, install, 'Doze versions, update question by haroldhunt · · Score: 2, Informative

      We are working on a rootless version.

      To update your Cygwin installation all you have to do is rerun Cygwin's setup.exe. It will show you which packages have updates and it selects them automatically for updating (if you had them installed before). It is really easy.

      Harold

  53. Remote Access is nice -- but what about ..... by fm6 · · Score: 5, Interesting
    All the posts seem to be about using Cygwin/XFree to access Unix/Linux systems from Windows systems. Which is a hot application, but not as hot as that other thing...

    The main purpose of Cygwin is to run Posix apps under Windows. And if XFree under Windows is now solid (wasn't, last time I looked, but that was a couple years ago), then we now have all kinds of interesting possibilities for migrating Linux apps to the Windows platform. In particular, it'd be nice to be replace the Windows shell and desktop with one of the many open-source equivalents.

    There are, of course, non-Posix Windows shell replacements. But I've never liked any of them as much as I've liked the best Linux desktops: KDE, GNOME, Enlightenment. Add your own favorite to the list.

  54. But will it run on a TCPA-equipped ThinkPad?!?!? by JamieF · · Score: 2

    Will it run on a ThinkPad that has the TCPA/Palladium option installed? Hop to it! I need my DRM, and xeyes too!!!

  55. oh well by twitter · · Score: 2
    Slow is what I expect from w2k anyway, and I'm happy to get this no cost version. My poor computer at work is so loaded down with NAV, M$ spyware, and buggy M$ junk that everything takes forever to do. Sigh, one day the great rip off of my company will end.

    This will help bring that day closer. If this will work through putty, I'll finally be able to "show" people I work what I'm talking about as I sigh at the M$ stupidity of the day. How nice it will be to be able to use, on occasion, my computers at home through a graphical interface. I don't expect lightening response over a gimped up cable modem, but funciton is function.

    Will this work the other way? If I get sshd on Win32, will I be able to get at my work from home? I'm neither willing nor able to install the junky windows based clients for remote computer use that the company provides. It's not that I want to do piles of work at home, especially with the horrid tools I have to use. Being able to get at company data from home can mean I stay home when the unexpected happens at my plant. It also means a faster and more reliable response. You would think the company wants that kind of thing, but they have a hard enough time making it so that you can get at your data while you are actually there.

    "gotta fly."

    --

    Friends don't help friends install M$ junk.

  56. Re:Only for Windows XP? by mgv · · Score: 2

    Cleartype fonts and they finally fixed the Start button on the taskbar so that you can go to the extreme bottom left hand corner you can hit the Start button without having to move a couple pixels up.

    Of course, you could always use the windows key for that. Anyway, in my preferred XP mode I have two rows at the bottom - one with small quick launch icons and one for the task bar proper.

    If you do this the start button rises up away from the bottom corner.

    Michael

    --
    There is no cryptographic solution to the problem where the intended receiver and the attacker are the same entity.
  57. I've been using this for months by ikekrull · · Score: 3, Interesting

    I've had cygwin running for a long time now, and consider it an indispensible tool when sitting in front of a Windows box.

    In fact, its made me less keen to trash the Windows install on the only Windows machine left in my house, since it is now quite functional with Cygwin/XFree86.

    Now, how do i replace Windows explorer etc. with XFree86 as the only available interface to my Windows machine?

    --
    I gots ta ding a ding dang my dang a long ling long
  58. Re:Only for Windows XP? by ikekrull · · Score: 2

    I do the same thing, but with rdesktop on MacOS X.

    Works just fine to access all my 2K Server machines, and since i hacked rdesktop to use multiple ports, i can directly access multiple RDP servers behind my firewall. (different ports on the firewall forwarded to each servers' port 3389)

    The Windows TS Client can seemingly only use port 3389, which limits its usefulness in this particular scenario. You can TS to one machine, then TS to another, but that can be a bit of a pain in the ass.

    Certainly, the Open Source solution makes life much easier for me.

    --
    I gots ta ding a ding dang my dang a long ling long
  59. One advantage of VNC for this purpose by Michael+Wardle · · Score: 2

    I've been running the XFree86/Cygwin combination
    at work for over a month now to connect to my
    local Linux production box. Prior to this I was
    using VNC to achieve the same thing.

    The one thing I miss is being able to close my
    VNC client window, shut my desktop machine down
    overnight, then come in the next day, power up my
    desktop, reconnect to my VNC X session and have
    my existing session waiting for me.

    I gather X(Free86) can't do this, as by
    definition the server is running on my desktop
    machine, so as soon as I log out or power down
    my desktop machine, my session's gone.

    Is there any way to do this with XFree86/Cygwin?

  60. MS and GPL by fm6 · · Score: 2
    It's true that Microsoft considers the GPL to be Evil, and they have tried to word some licenses to prevent people from writing GPL software that uses their proprietary protocols. But all their measures have been aimed at GPL developers, not users of GPL software.

    Their official concern is the "viral nature" of GPL, how it supposedly contaminates any proprietary software it touches with the free-as-in-beer virus. A bigger concern is probably open-source software that replaces their products -- Samba being a case in point.

    Of course, their not against such software because it competes! That's not the American Way! ;)

  61. Use Cygwin all the time at work by jaaron · · Score: 2

    I work in a Win2K environment, so cygwin keeps me sane. I've been using the XFree86 port for it for a while and it's really nice. I would recommend to anyone the whole cygwin project. In fact, it's a great way to get windows users used to unix commands without having them commit to installing a new OS!

    A little while back I took a course in scientific computing and put together some instructions for setting up cyginw/X windows on Win32. It's got screen shots and links to other resources. Check out
    http://www.geocities.com/jaaronfarr/cygwin.html

    --
    Who said Freedom was Fair?
  62. Obviously by mindstrm · · Score: 2

    you just aren't used to thinking that way.

    A cluster of NT servers in the server room along with your unix servers, etc, and a bunch of remote X stations would be just fine, and much easier to administer than 1000 workstations.

  63. Re:Multimonitor by tongue · · Score: 2

    no, that about sums it up.. i'll try that, thanks for the tip.