Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
01-31-2006, 03:34 PM
|
#1
|
Member
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159
Rep:
|
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
|
|
|
01-31-2006, 03:52 PM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
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.
|
|
|
01-31-2006, 03:55 PM
|
#3
|
LQ Newbie
Registered: Sep 2005
Distribution: Slackware 12
Posts: 2
Rep:
|
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
|
|
|
01-31-2006, 04:20 PM
|
#4
|
Member
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159
Original Poster
Rep:
|
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
|
|
|
01-31-2006, 04:41 PM
|
#5
|
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:
|
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
|
|
|
01-31-2006, 05:06 PM
|
#6
|
Member
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159
Original Poster
Rep:
|
I wanna be able to use my KDE desktop from my windowsXP machine over SSH
|
|
|
02-01-2006, 12:16 PM
|
#7
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
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.
|
|
|
02-01-2006, 12:17 PM
|
#8
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
again though you are*NOT* doing this "over" ssh at all.
|
|
|
02-01-2006, 01:21 PM
|
#9
|
Member
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816
Rep:
|
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
|
|
|
02-01-2006, 01:24 PM
|
#10
|
Member
Registered: Aug 2005
Location: Missouri, USA
Distribution: Gentoo
Posts: 161
Rep:
|
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).
|
|
|
02-01-2006, 03:25 PM
|
#11
|
Member
Registered: Mar 2005
Location: LAX
Distribution: Slackware
Posts: 40
Rep:
|
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.
|
|
|
02-01-2006, 06:41 PM
|
#12
|
Member
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159
Original Poster
Rep:
|
in:
c:\cgywin\usr\x11r6\bin\
all i have is:
run.exe
|
|
|
02-01-2006, 06:50 PM
|
#13
|
Member
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159
Original Poster
Rep:
|
oh wait... i forgot to select the x11r6 base package when i installed... ill be back 
|
|
|
02-01-2006, 07:00 PM
|
#14
|
Member
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159
Original Poster
Rep:
|
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.
|
|
|
02-01-2006, 07:54 PM
|
#15
|
Member
Registered: Jan 2006
Location: Albany, NY
Distribution: CentOS 6.3
Posts: 159
Original Poster
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 02:06 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|