LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-31-2006, 03:34 PM   #1
scrupul0us
Member
 
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159

Rep: Reputation: 30
Using X/KDE from putty


Well i did some googling about using X/KDE within putty on a win32 machine

basically i found that u had to install an Xserver on the winbox and so forth and then it would work...

well the tutorial i was reading was old and the software had been since updated under another name, so i didnt get far

can anyone here give me a hand please?0
 
Old 01-31-2006, 03:52 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you can pick an xserver like xdeep32 which is totally free, but this has nothign to do with puTTY. puTTY simply gives you ssh access from another machine, from which you can run any application you want, including X apps. You can also use cygwin to provide a local X server.
 
Old 01-31-2006, 03:55 PM   #3
yoda76
LQ Newbie
 
Registered: Sep 2005
Distribution: Slackware 12
Posts: 2

Rep: Reputation: 0
I don't know how to do it with putty, but if you wan to use KDE from a linux box on a windows box (something like citrix terminal server) try freenx . berlios . de

The packages for slackware can downloaded from www . slackware . com/~alien/slackbuilds/freenx/pkg/10.1

The client program for windows can downloaded from www . nomachine . com/download.php
 
Old 01-31-2006, 04:20 PM   #4
scrupul0us
Member
 
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159

Original Poster
Rep: Reputation: 30
ive installed xdeep but im not really seeing how i can login anywhere... i keep getting "no xdm enabled hosts found on the network... maybe im just lost on what im doing
 
Old 01-31-2006, 04:41 PM   #5
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
What are you trying to do. Display a windows desktop on a Linux machine or display a linux desktop on a windows machine?
Putty is a ssh client utiltity used to connect to mostly SSH servers.

Brian1
 
Old 01-31-2006, 05:06 PM   #6
scrupul0us
Member
 
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159

Original Poster
Rep: Reputation: 30
I wanna be able to use my KDE desktop from my windowsXP machine over SSH
 
Old 02-01-2006, 12:16 PM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you wouldn't use an entire desktop normally, you would simply ssh to a linux box, change thge DISPLAY variable to point ti yoiur machine an then run an X application which would then appear on your screen. sounds like you want an xdmcp login, which is also possible but a little more advanced. get the simple sttuff working (and **understand** it) then move forwards from there.
 
Old 02-01-2006, 12:17 PM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
again though you are*NOT* doing this "over" ssh at all.
 
Old 02-01-2006, 01:21 PM   #9
raska
Member
 
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816

Rep: Reputation: 31
Quote:
Originally Posted by scrupul0us
I wanna be able to use my KDE desktop from my windowsXP machine over SSH
why don't you share your KDE desktop with X11VNC and access it on windows with VNC
 
Old 02-01-2006, 01:24 PM   #10
justanothersteve
Member
 
Registered: Aug 2005
Location: Missouri, USA
Distribution: Gentoo
Posts: 161

Rep: Reputation: 30
It sounds like raska'a suggestion is what you are actually attempting to achieve. VNC allows you to see and control the KDE desktop remotely (Seeing and interacting with your KDE desktop in a window under XP).
 
Old 02-01-2006, 03:25 PM   #11
irpstrcr
Member
 
Registered: Mar 2005
Location: LAX
Distribution: Slackware
Posts: 40

Rep: Reputation: 15
Hmmm another This is how I do it post....

On Windows:
Install cygwin/X (This will provide the cygwin port of X.Org)
In <where you installed cygwin>\usr\X11R6\bin\startxwin.bat
around line 146 should be a line to the effect of %RUN% XWin
add a -rootless -query <address of your linux box> to the end of it.

On the Linux box:
Find kdmrc (on Slackware it is in /opt/kde/share/kdm/ )
look for a section lable xdmcp, you'll need Enable=true
As root start or restart kdm

Now back to the windows box. Run startxwin.bat.. you should get the KDM chooser.
login as you would if you were sitting at you linux box.

I hate having the KDE desktop covering the windows destop so i stop it from starting
in the firstplace, todo this.. on the Linux box goto /opt/kde/share/autostart/ and rename
kdesktop.desktop to .kdesktop.desktop.old

The end result is being able to easily have you Xapps display on your windows machine.

Last edited by irpstrcr; 02-02-2006 at 12:28 PM.
 
Old 02-01-2006, 06:41 PM   #12
scrupul0us
Member
 
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159

Original Poster
Rep: Reputation: 30
in:

c:\cgywin\usr\x11r6\bin\


all i have is:

run.exe
 
Old 02-01-2006, 06:50 PM   #13
scrupul0us
Member
 
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159

Original Poster
Rep: Reputation: 30
oh wait... i forgot to select the x11r6 base package when i installed... ill be back
 
Old 02-01-2006, 07:00 PM   #14
scrupul0us
Member
 
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159

Original Poster
Rep: Reputation: 30
OK.. startxwin.bat gives me an error where i added those lines.. i added:

-rootless -query 192.168.0.103

Last edited by scrupul0us; 02-01-2006 at 07:01 PM.
 
Old 02-01-2006, 07:54 PM   #15
scrupul0us
Member
 
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by raska
why don't you share your KDE desktop with X11VNC and access it on windows with VNC
ok installed x11vnc via the pkgmanager using the tgz available from linuxpackes.net, but now im kind of at a loss what todo... ive used the win32 version of REALvnc, but that was pretty straightforward... is there some straightforward documention on setting the server up and having it run automatically on boot?

~Brian
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kde over Putty - SSH Black187 Linux - Networking 6 12-08-2005 03:28 PM
Problems with Putty RahulSingh General 6 09-20-2004 07:35 PM
Re: Putty unixfreak Linux - Newbie 6 09-01-2004 11:42 AM
Need help with PUTTY unixfreak Linux - Software 2 08-30-2004 06:06 PM
Other than putty KaktusKnight Linux - General 4 05-07-2003 01:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration