|
|
发表于 2008-7-17 18:02:53
|
显示全部楼层
关于startx,gentoo的文档上是这么写的:
http://www.gentoo.org/doc/en/xorg-config.xml#doc_chap3
Using startx
Now try startx to start up your X server. startx is a script that executes an X session, that is, it starts the X servers and some graphical applications on top of it. It decides which applications to run using the following logic:
* If a file named .xinitrc exists in the home directory, it will execute the commands listed there.
* Otherwise, it will read the value of the XSESSION variable and will execute one of the sessions available in /etc/X11/Sessions/ accordingly (you can set the value of XSESSION in /etc/rc.conf to make it a default for all the users on the system).
* If all of the above fail, it will fall back to a simple window manager, usually twm.
所以要用startx的话,~/.xinitrc里面应该有起session的语句,我记得是在里面加了startkde的(不好意思,自己的电脑不在身边,但是应该没有记错),没有循环启动kde.
楼主不如把你的~/.xinitrc帖出来吧 |
|