X windows on win32


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users X windows on win32
# 1  
Old 01-14-2005
X windows on win32

Hi,

I'm looking for a X-windows client for win32. Preferably one that doesn't need to be installed so it can be run without administrator priviliges. I need it so users can logon to a unix or linux server from a windows client using X-windows. The idea is that the user must be able to use X-windows from every win32 client so I thought of a program that can be downloaded using ftp from their home account and then used on win32. Does anyone know of such a program? I don't want to use cygwin because it needs to be installed and windows sysadmins are not to keen on installing open source software on their entire network so a few users can use unix/ linux from every terminal.

Thanks.
# 2  
Old 01-14-2005
Hi,

I am pretty sure there are a lot of X-Server for Windows out there, probably for money.... but what do you think about rdesktop/VNC ? OK, it increases the load of the linux systems, but this would be an easy solution to only be able to work remotely on this machines.

Cheers
malcom
# 3  
Old 01-14-2005
...........

i'm using for that purpose hummingbird but it is very expencive....
the low cost/opensource way is cygwin:
http://www.cygwin.com/
you can run a xserver and there is a possibility for a whole XDMCP session...

greetings pressy
# 4  
Old 01-14-2005
I'm now experimenting with cygwin/x. Does anyone have experience with that? I'm looking for a free, easy to use solution. It's for people from the astrophysics department so it can be a bit more complicated but it shouldn't take to much time to setup. Is it possible to package a preconfigured cygwin/x installation and just port to any windows pc?
# 5  
Old 01-14-2005
This question was asked before on the board, you might want to check in that existing thread for answers as well.

https://www.unix.com/showthread.php?t...&highlight=vnc
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

X-Win32 not working

I am trying to export windows display to my unix SunOS I have Windows server 2000 which has X-Win32 v6 installed. I start X-Win32. I then go to configure session with the following details. 1. host name: myhost 2. command: xterm -ls 3 username: user1 4 password: password Then i right... (1 Reply)
Discussion started by: mohtashims
1 Replies

2. Shell Programming and Scripting

Details about WIN32::OLE

Hi all, Is win32::OLE module is applicable in linux system??? from my understanding it is not possible..because we have to use some tools for that..for more info refer this website http://oclug.on.ca/archives/oclug/2001-July/008100.html (1 Reply)
Discussion started by: kavi.mogu
1 Replies

3. Shell Programming and Scripting

MS Outlook + Win32::OLE

Hey guys, I'm trying to go through my emails in Outlook until I find an email with a certain subject line. I am able to send emails with no problem, but reading emails and their properties (From, Subject, etc.) is my main problem. Basically, I don't know where to start and using search engines... (2 Replies)
Discussion started by: kooshi
2 Replies

4. Shell Programming and Scripting

win32::IEAutomation

Hi folks, what is the command used to click on the 'x' button of popup browser window in perl windows.I am using WIN32::IEAutomation module. Please any one can help on this.... (3 Replies)
Discussion started by: jyo123.jyothi
3 Replies

5. Windows & DOS: Issues & Discussions

Perl in Win32

Dear, Did anybody knnow how to run the Perl script or whatever mean for testing the script in Windows? (1 Reply)
Discussion started by: Paris Heng
1 Replies

6. Shell Programming and Scripting

perl win32::ieautomation

Hi friends, I am using win32::ieautomation to automate portal Please help me with below line of code: my $target_cell = $table_object->tableCells(2, 5); what is $table_object in above line I am using $browser->getTable('id:', "table_id")->tableCells(2,5); The error I get is can't... (0 Replies)
Discussion started by: gurukottur
0 Replies

7. Shell Programming and Scripting

perl script using Win32::IEAutomation

Hi Folks, I am using Perl module Win32::IEAutomation for automating a web page which is implented using iceface. I am trying to click on a image which has the following html code: <input alt="Incidents" class="iceCmdBtn" id="_id68:_id79" name="_id68:_id79" onblur="setFocus('');"... (5 Replies)
Discussion started by: gurukottur
5 Replies

8. Programming

Win32 VC++ DebugBreak in Linxu

Hi, Is there is any debugging solution in Linux similar to Win32's VC++ DebugBreak() call. (2 Replies)
Discussion started by: ku@ntum
2 Replies
Login or Register to Ask a Question