From: Andreas S. <an...@sc...> - 2002-10-25 23:20:49
|
* Adam Hunt (ada...@gm...) [021025 23:51]: > I'm working on getting two or more indenpendent X sessions running on a > single box. I'm a bit confused how I configure the first [USB] keyboard and > mouse set to run on a specified VT and then configure the second set to run on > another. on http://startx.times.lv/ , in the FAQs, that is explained... that that is not possible yet. Not straightforward, at least. in the XF86Config you can determin what mouse device goes to which Xserver. you can also configure which Xserver goes with which VT. What you can not configure is which keyboard goes with which VT. During initialisation the first keyboard found goes to the first VT, the second to the second one, usw. And if you have any special keyboards, like one with extra mulitmedia keys (a microsoft keyboard i have here), this one keyboard will register as two keyboards and you need a dummy VT just to satisfy that multimedia-keys-subkeyboard. |