hi all when i go to init 3, the gui mode, i need to have 2 kdm's or xdm's up . how do i start that ? right now i'm doing startx -- :1 , from the cmd line, but i want both X's to start up straight away and get me the login screens. Can u help ? cheers cheedu -- Optimist ? No... Pessimist ? No... Opportunist ? *Yes* !! :D Sridhar omicron@cheedu.dyndns.org --------------------------------------------------- -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Edit /usr/lib/X11/xdm/Xservers Add a line for each Xserver. Something like this might work # :0 local /usr/X11R6/bin/X :0 vt07 -bpp 8 :1 local /usr/X11R6/bin/X :1 vt08 -bpp 32 # I used to to this.. Change the Display and Vt and it should work. eric Sridhar wrote:
hi all when i go to init 3, the gui mode, i need to have 2 kdm's or xdm's up . how do i start that ? right now i'm doing startx -- :1 , from the cmd line, but i want both X's to start up straight away and get me the login screens. Can u help ?
cheers cheedu
-- Optimist ? No... Pessimist ? No... Opportunist ? *Yes* !! :D
Sridhar omicron@cheedu.dyndns.org ---------------------------------------------------
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- __________________________________________________________________ Eric T. Whiting AMI Semiconductors (208) 234-6717 2300 Buckskin Road (208) 234-6659 (fax) Pocatello,ID 83201 ewhiting@poci.amis.com -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
On Thu, Oct 05, 2000 at 03:57:29PM -0600, Eric Whiting wrote:
Edit
/usr/lib/X11/xdm/Xservers
Add a line for each Xserver.
Something like this might work
# :0 local /usr/X11R6/bin/X :0 vt07 -bpp 8 :1 local /usr/X11R6/bin/X :1 vt08 -bpp 32 #
I used to to this.. Change the Display and Vt and it should work.
eric
If I understand the request (below) you want to get two xdm login|xlogin screens on your server. This much I have been able to do. First, I <ctl><alt<F-NN> to get a vtty. Second, I login as myself (kline) on the v'console. Third, I type at the prompt: % Xwrapper -query tao :2 and shortly, a new xdm xlogin pops up. The ``tao'' above is my server; the ``_:2'' indicated the second X server. :1 might well work too. (What I haven't figured out yet is howto do something like % Xwrapper -query someOtherSystem :2 and have someOtherSystem's xlogin show up. But, fortunately, that isn't the question here.) Hope this helps.... gary
Sridhar wrote:
hi all when i go to init 3, the gui mode, i need to have 2 kdm's or xdm's up . how do i start that ? right now i'm doing startx -- :1 , from the cmd line, but i want both X's to start up straight away and get me the login screens. Can u help ?
cheers cheedu
-- Optimist ? No... Pessimist ? No... Opportunist ? *Yes* !! :D
Sridhar omicron@cheedu.dyndns.org ---------------------------------------------------
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- __________________________________________________________________ Eric T. Whiting AMI Semiconductors (208) 234-6717 2300 Buckskin Road (208) 234-6659 (fax) Pocatello,ID 83201 ewhiting@poci.amis.com
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- Gary D. Kline kline@tao.thought.org Public service Unix -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Gary Kline wrote:
(What I haven't figured out yet is howto do something like
% Xwrapper -query someOtherSystem :2
and have someOtherSystem's xlogin show up. But, fortunately, that isn't the question here.)
That is precisely what I'm trying to do with my alpha and SPARC here at home since my main monitor broke and I took the monitor from the alpha box. You have to set XDM in the machine "someOtherSystem" as follows: The files are either in /etc/X11/xdm or /usr/X11R6/lib/X11/xdm. o Edit xdm-config and comment out the line: !DisplayManager.requestPort: 0 o Edit Xservers and add an entry for the machine with the display, say "systemImSittingOn" as follow: :0 local /usr/X11R6/bin/X :0 vt07 systemImSittingOn:1 foreign o The file Xaccess should read: * #any host can get a login window * CHOOSER BROADCAST #any indirect host can get a chooser In the machine "systemImSittingOn" start the X server with the command: /usr/X11R6/bin/X :1 vt08 -quiet -query someOtherSystem That's it. I didn't find Xwrapper in my suse 6.4 system. Note that the Xserver file is allowing anybody to get a login prompt. You may want to limit the hosts allowed to get it. There is a document in the Linux Documentation Project about this, the XDM and X Terminal mini-HOWTO. I can't give you the URL because the site is not responding http://metalab.unc.edu/LDP. -- Rafael -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Hi ! Is there ANY way to do like when I use the rlogin but to do a remote xlogin or something like that ?? thanks --ed
Edit
/usr/lib/X11/xdm/Xservers
Add a line for each Xserver.
Something like this might work
# :0 local /usr/X11R6/bin/X :0 vt07 -bpp 8 :1 local /usr/X11R6/bin/X :1 vt08 -bpp 32 #
I used to to this.. Change the Display and Vt and it should work.
eric
Sridhar wrote:
hi all when i go to init 3, the gui mode, i need to have 2 kdm's or xdm's up . how do i start that ? right now i'm doing startx -- :1 , from the cmd line, but i want both X's to start up straight away and get me the login screens. Can u help ?
cheers cheedu
-- Optimist ? No... Pessimist ? No... Opportunist ? *Yes* !! :D
Sridhar omicron@cheedu.dyndns.org ---------------------------------------------------
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- __________________________________________________________________ Eric T. Whiting AMI Semiconductors (208) 234-6717 2300 Buckskin Road (208) 234-6659 (fax) Pocatello,ID 83201 ewhiting@poci.amis.com
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Message-Id: <5.0.2.1.2.20001129142749.00b7b628@mail.ods.co.cr> Date: Wed, 29 Nov 2000 14:29:25 -0600 From: Linux News User <linux@ods.co.cr> Subject: OpenSSH For SuSE ?? Hi from where I can download the SSH Files (for the server and client) for SuSE 6.4 and for SuSE 7.x, and also... is there any vrs. doc between OpenSSH and Data Fellows SSH ? <p>thanks --ed
From: kastus@tsoft.com Date: Wed, 29 Nov 2000 12:36:48 -0800 Message-ID: <20001129123648.A1054@fizia.local> Subject: Re: [SLE] OpenSSH For SuSE ?? On Wed, Nov 29, 2000 at 02:29:25PM -0600, Linux News User wrote:
Hi from where I can download the SSH Files (for the server and client) for SuSE 6.4 and for SuSE 7.x, and also... is there any vrs. doc between OpenSSH and Data Fellows SSH ?
You may find RPMs at a non-US mirror, like ftp.gwdg.de. It's OpenSSH 2.1.1 (not so sure about last digit), client and server both in one package. I've built RPM of OpenSSH 2.3.0 on SuSE 6.4, if you're interested. I don't know what's different between OpenSSH and DataFellows SSH. -Kastus
thanks
--ed
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
participants (6)
-
ewhiting@amis.com
-
kastus@tsoft.com
-
kline@thought.org
-
linux@ods.co.cr
-
omicron@symonds.net
-
raffo@neuronet.pitt.edu