|
|
发表于 2005-2-3 11:09:44
|
显示全部楼层
1,按照shadoww的方法,按ctl + alt + f2~f6,切换到控制台,
登录后,使用命令startx -- :1,启动X
2,使用vncserver,然后用vncviewer登录;如果是fc3,有一个Xnest,也可以在一个桌面开启多个用户登录
3,参考下列站点:
http://startx.times.lv/
console kernel patch
This is a Linux kernel patch based on the linuxconsole.sourceforge.net project. My patch applies cleanly to 2.4.25. It will allow you to run two or more independ consoles with independ keyboards and mice. During the current project status it allows for two or more simultaneous X servers to be run with independ keyboards and mice.
This in turn allows to simulate net gaming. Quake3Arena in one of the games which run just fine simultaneously.
Of course it is not nessarly that you are interested in games to gain something from the usage of this project on your systems. You can benefit much more if you utilise this project on PC's in your small office, in internet-cafes/clubs, in the PC rooms at schools or universities. It will save you a lot of cost and time for the administration of the installed systems.
http://linuxconsole.sourceforge.net/
# Multi-desktop operation -- console instances running on multiple (possibly dissimilar) video cards and separate keyboards.
# With the new console locking mechanism the underlying drivers can be DMA/irq based for maximum speed.
# Much simpler framebuffer api. Plus with the new design it is possible to use framebuffer devices without a VT.
# The console system input system is based solely on the input api. This allows for things like a universal keymap. No more compiling in new keymaps for every type of different keyboard out there. Plus with this design it is possible to use a keyboard without the console system.
# New serial API. The serial layer is more like the parport layer now. Having to use the TTY layer for something like a serial mouse is plain silly. The idea is to create a basic serial API and register device interfaces. For a modem you would want to register a TTY interface whereas for a serial mouse or joystick we would want to register an interface for the input api.
# Support for hot plug. We can add or remove graphics cards or even keyboards to create new desktop VTs.
# A scrollback buffer implemented in the console itself.
# Support for different fonts, and textmodes per VC.
# Better Unicode support. You will be able to display Kanji on the command line. Bidirectional support.
# Not really a part of the console system, force feedback is a important element to the input layer that this project is also working. |
|