LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Starting gdm on multiple virtual desktops (https://www.linuxquestions.org/questions/linux-software-2/starting-gdm-on-multiple-virtual-desktops-552975/)

daihard 05-10-2007 04:23 PM

Starting gdm on multiple virtual desktops
 
Hi.

I am wondering how easy it is to configure my Linux (CentOS 4.4) box so gdm will start on the first virtual console as well as the standard display (:0)?

The reason I want to do it is because I have another Linux machine, on the network, that I'd like to access remotely via XDMCP without logging out from my main session. That way, I'll be able to switch betweem my local desktop and the other computer freely.

Any help would be appreciated.

Dai

Matir 05-12-2007 12:52 AM

I'm not sure about the first virtual console, but you could probably get :1 to work fairly easily. Just note that only one X session can be hardware-accelerated under most conditions. I would also possibly consider using Xnest to have one session within another.

Your gdm init script should be modifiable to start a second session. Unfortunately, since I don't use CentOS, I can't tell you the exact changes you would need.

naaman_otmani 05-12-2007 02:14 PM

Try "gdmfflexiserver" in a consol terminal, maybe that's what you're looking for!
Let me know in any case.

AwesomeMachine 05-12-2007 05:49 PM

I would recommend using ssl to control the other machine. You can do this by CTRL+ALT+F1, log in, and type:

ssl <IP of other machine>

You need to have ssl installed on both. This allows you to log in as root, do whatever you want, and logout, easily. Starting a remote x session is pretty much a no brainer:

http://people.w3.org/~dom/archives/2...sion-with-gdm/


All times are GMT -5. The time now is 07:34 AM.