From: James S. <jsi...@ww...> - 2005-05-19 21:09:48
|
> Hi All! > > Ubuntu current xorg (6.8.2-10) contains all patches , which is > necessary for multiseat X starting: > 013_novtswitch.diff > 018_sharevts_option.diff > 053_lnx_evdev.diff > 054_lnx_evdev_mouse.diff > 055_lnx_evdev_keyboard.diff > 080_pci_isolate_device_feature.diff > > That means 2nd X server never activate tty, use /dev/input/eventXX > as keyboard device. Without any kernel patch. About time a X server uses the input interface. > If this goes wide, then our linux-ruby tty handling became unnecessary. I disagree. There still is resource contention to deal with. Also you might want to use X windows along side another application on another terminal. The biggest thing is that in the future X windows will no longer access any hardware. All hardware access will be moved to embedded OpenGL. The next generation of X server is XGL if you want to take a look at it. |