Board logo

标题: 请问:Linux Desktop下如何回到Linux状态 [打印本页]

作者: Wengier     时间: 2003-7-22 00:00    标题: 请问:Linux Desktop下如何回到Linux状态

大家知道,Linux是字符型界面的仿Unix操作系统,而Linux Desktop是它上面的一个GUI程序,就像Win9x那样。今天我在VMWare中装了Red Flag Linux 4.0,装好后它自动启动到了Linux Desktop下。但我同时却发现不知道怎样才能回到Linux状态下:不仅Linux Desktop的开始菜单中没有“Linux窗口”的快捷方式,而且“关机”中也找不到“退回Linux”这一项,而且由于运行速度很慢,导致操作很不方便。而且一些程序(如DOSEMU等)好像是不能在Linux Desktop这个GUI中运行的(运行会无效),似乎必须要回到纯Linux状态中才行。请问,如何从Linux Desktop中回到纯Linux下?
作者: sandy     时间: 2003-7-26 00:00
红旗是垃圾,不要用。
不要在VMWare中装Linux。
什么是linux desktop?有点混乱,请看这里:
http://learn.tsinghua.edu.cn/homepage/015450/x.html
<>
作者: LanE     时间: 2003-7-26 00:00
呵呵,红旗的确不是很好:)
W老大说的linux desktop应该是指XWINDOW吧

如果是启动就进入图形方式的话,那么就要改/etc/inittab了,把里面的
id:5:init:default:
改成id:3:init:default:重新启动应该就可以了
作者: Wengier     时间: 2003-7-26 00:00
请问有没有办法让X-Window这个GUI在纯DOS下运行呢,就像Win3.x/9x那样?

看看这儿:
http://www2.zzu.edu.cn/ie/newdos/dispbbs.asp?boardID=6&ID=1108
作者: Roy     时间: 2003-7-26 00:00


  Quote:
以下是引用Wengier在2003-7-22 8:22:35的发言:
大家知道,Linux是字符型界面的仿Unix操作系统,而Linux&nbsp;Desktop是它上面的一个GUI程序,就像Win9x那样。今天我在VMWare中装了Red&nbsp;Flag&nbsp;Linux&nbsp;4.0,装好后它自动启动到了Linux&nbsp;Desktop下。但我同时却发现不知道怎样才能回到Linux状态下:不仅Linux&nbsp;Desktop的开始菜单中没有“Linux窗口”的快捷方式,而且“关机”中也找不到“退回Linux”这一项,而且由于运行速度很慢,导致操作很不方便。而且一些程序(如DOSEMU等)好像是不能在Linux&nbsp;Desktop这个GUI中运行的(运行会无效),似乎必须要回到纯Linux状态中才行。请问,如何从Linux&nbsp;Desktop中回到纯Linux下?

6.1.2 Using Virtual Consoles with X
Even while X is running, you can access the Linux virtual consoles. To switch from graphical mode to a virtual console running in text mode, type Ctrl-Alt-F n, where F n is a function key and n is the number of the desired virtual console. X uses virtual console 7, so only virtual consoles 1-6 are accessible while running X.

To switch from a virtual console back to X, type Alt-F7. Nothing is lost when you switch from X to a virtual console or back, so you can move freely between the graphical and text operating modes.

6.1.3 Terminating X
As you learned in the previous chapter, you can terminate X by typing Ctrl-Alt-Backspace. X immediately terminates each program running under X, closes each open window, and returns your system to text mode.

This key sequence terminates X abruptly; most window managers support gentler ways of terminating X. You'll learn about these later in this chapter.

While X is running, you cannot use the Ctrl-Alt-Del sequence to reboot your system. To reboot your system, you can terminate X and then use the Ctrl-Alt-Del sequence, or access a terminal window and enter the command:

shutdown -r now
The shutdown command terminates X and then reboots your system.


作者: Wengier     时间: 2003-7-27 00:00
原来所谓的"Linux Desktop 4.0”就是已包装过的“Linux命令行 + X-Window的GUI图形界面 + KDE窗口管理器”呀!

  Quote:
以下是引用LanE在2003-7-26 17:01:48的发言:
W老大说的linuxdesktop应该是指XWINDOW吧

如果是启动就进入图形方式的话,那么就要改/etc/inittab了,把里面的
id:5:init:default:
改成id:3:init:default:重新启动应该就可以了

跟将MS-DOS 7.x的C:\MSDOS.SYS中的BOOTGUI=1改成BOOTGUI=0,以防止DOS启动后自动进入Windows图形界面的方法可真相似呀。。

可见Win9x就是DOS下的GUI程序,跟X-Win是Unix/Linux下的GUI程序是一样的嘛。。

如何将X-Win这个GUI移植到DOS下运行呢?X-Win不是Open-source(开源)的吗?我想对于一些高手来说应该不会太难吧。。



[此贴子已经被作者于2003-7-27 7:09:32编辑过]