public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]Can't went to the xfce desktop directly
@ 2012-03-12  4:26 赵佳晖
  2012-03-12  5:46 ` Willie Matthews
  0 siblings, 1 reply; 5+ messages in thread
From: 赵佳晖 @ 2012-03-12  4:26 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 722 bytes --]

    Hello , everyone . I have install the xfce-meta followed the xfce
handbook . But when i restart the computer . And the login manager(slim)
appeared. I just enter my account and passwd . After that . the computer
have become black with a mouse icon like x .  And i should use Ctrl+Alt+F1
to went to the tty , then when i run the command: startxfce4 , it tell me
the X was already running . I should kill the X first or change the display
number to start the xfce . I'm wonder how did this happen ? Did it because
of the connection between Xorg and xfce ?
    Can anyone help me? i'm new to gentoo and I have no idea how to deal
with it ? Can i find any log to find something?

-- 
好好学习,天天向上!!!

[-- Attachment #2: Type: text/html, Size: 788 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user]Can't went to the xfce desktop directly
  2012-03-12  4:26 [gentoo-user]Can't went to the xfce desktop directly 赵佳晖
@ 2012-03-12  5:46 ` Willie Matthews
  2012-03-13  2:26   ` 赵佳晖
  0 siblings, 1 reply; 5+ messages in thread
From: Willie Matthews @ 2012-03-12  5:46 UTC (permalink / raw
  To: gentoo-user

On Mon, 12 Mar 2012 12:26:40 +0800
赵佳晖 <jiahui.tar.gz@gmail.com> wrote:

>     Hello , everyone . I have install the xfce-meta followed the xfce
> handbook . But when i restart the computer . And the login
> manager(slim) appeared. I just enter my account and passwd . After
> that . the computer have become black with a mouse icon like x .  And
> i should use Ctrl+Alt+F1 to went to the tty , then when i run the
> command: startxfce4 , it tell me the X was already running . I should
> kill the X first or change the display number to start the xfce . I'm
> wonder how did this happen ? Did it because of the connection between
> Xorg and xfce ? Can anyone help me? i'm new to gentoo and I have no
> idea how to deal with it ? Can i find any log to find something?
> 

It sounds as though you are starting only X and not xfce.

This is my logon_cmd from /etc/slim.conf
login_cmd           exec ck-launch-session dbus-launch --sh-syntax
--exit-with-session /bin/bash -login ~/.xinitrc %session >
~/.xsession-errors 2>&1

And this is my ~/.xinitrc

exec startxfce4

Everything is running great. If I am not mistaken that is all it will
take to get it running.

-- 

Willie Matthews
matthews.willie@gmail.com



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user]Can't went to the xfce desktop directly
  2012-03-12  5:46 ` Willie Matthews
@ 2012-03-13  2:26   ` 赵佳晖
  2012-03-13  3:52     ` 赵佳晖
  0 siblings, 1 reply; 5+ messages in thread
From: 赵佳晖 @ 2012-03-13  2:26 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1570 bytes --]

At first , my /etc/slim.conf is the default config . then i change to yours
, it didn't work ...  Can i find some log to figure out something ?

在 2012年3月12日 下午1:46,Willie Matthews <matthews.willie@gmail.com>写道:

> On Mon, 12 Mar 2012 12:26:40 +0800
> 赵佳晖 <jiahui.tar.gz@gmail.com> wrote:
>
> >     Hello , everyone . I have install the xfce-meta followed the xfce
> > handbook . But when i restart the computer . And the login
> > manager(slim) appeared. I just enter my account and passwd . After
> > that . the computer have become black with a mouse icon like x .  And
> > i should use Ctrl+Alt+F1 to went to the tty , then when i run the
> > command: startxfce4 , it tell me the X was already running . I should
> > kill the X first or change the display number to start the xfce . I'm
> > wonder how did this happen ? Did it because of the connection between
> > Xorg and xfce ? Can anyone help me? i'm new to gentoo and I have no
> > idea how to deal with it ? Can i find any log to find something?
> >
>
> It sounds as though you are starting only X and not xfce.
>
> This is my logon_cmd from /etc/slim.conf
> login_cmd           exec ck-launch-session dbus-launch --sh-syntax
> --exit-with-session /bin/bash -login ~/.xinitrc %session >
> ~/.xsession-errors 2>&1
>
> And this is my ~/.xinitrc
>
> exec startxfce4
>
> Everything is running great. If I am not mistaken that is all it will
> take to get it running.
>
> --
>
> Willie Matthews
> matthews.willie@gmail.com
>
>


-- 
好好学习,天天向上!!!

[-- Attachment #2: Type: text/html, Size: 2211 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user]Can't went to the xfce desktop directly
  2012-03-13  2:26   ` 赵佳晖
@ 2012-03-13  3:52     ` 赵佳晖
  2012-03-13  5:25       ` Willie
  0 siblings, 1 reply; 5+ messages in thread
From: 赵佳晖 @ 2012-03-13  3:52 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1868 bytes --]

i find “/usr/bin.xauth: file /var/run/slim.auth does not exist”  in my
/var/log/slim.log , did this has some connection to my problem?

在 2012年3月13日 上午10:26,赵佳晖 <jiahui.tar.gz@gmail.com>写道:

> At first , my /etc/slim.conf is the default config . then i change to
> yours , it didn't work ...  Can i find some log to figure out something ?
>
> 在 2012年3月12日 下午1:46,Willie Matthews <matthews.willie@gmail.com>写道:
>
> On Mon, 12 Mar 2012 12:26:40 +0800
>> 赵佳晖 <jiahui.tar.gz@gmail.com> wrote:
>>
>> >     Hello , everyone . I have install the xfce-meta followed the xfce
>> > handbook . But when i restart the computer . And the login
>> > manager(slim) appeared. I just enter my account and passwd . After
>> > that . the computer have become black with a mouse icon like x .  And
>> > i should use Ctrl+Alt+F1 to went to the tty , then when i run the
>> > command: startxfce4 , it tell me the X was already running . I should
>> > kill the X first or change the display number to start the xfce . I'm
>> > wonder how did this happen ? Did it because of the connection between
>> > Xorg and xfce ? Can anyone help me? i'm new to gentoo and I have no
>> > idea how to deal with it ? Can i find any log to find something?
>> >
>>
>> It sounds as though you are starting only X and not xfce.
>>
>> This is my logon_cmd from /etc/slim.conf
>> login_cmd           exec ck-launch-session dbus-launch --sh-syntax
>> --exit-with-session /bin/bash -login ~/.xinitrc %session >
>> ~/.xsession-errors 2>&1
>>
>> And this is my ~/.xinitrc
>>
>> exec startxfce4
>>
>> Everything is running great. If I am not mistaken that is all it will
>> take to get it running.
>>
>> --
>>
>> Willie Matthews
>> matthews.willie@gmail.com
>>
>>
>
>
> --
> 好好学习,天天向上!!!
>



-- 
好好学习,天天向上!!!

[-- Attachment #2: Type: text/html, Size: 2833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user]Can't went to the xfce desktop directly
  2012-03-13  3:52     ` 赵佳晖
@ 2012-03-13  5:25       ` Willie
  0 siblings, 0 replies; 5+ messages in thread
From: Willie @ 2012-03-13  5:25 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2253 bytes --]

Try to run XFCE without having slim running. So lets stop xdm from starting
by running /etc/init.d/xdm stop then you can try to run xfce by issuing the
command startxfce4 or run startx.

On Mon, Mar 12, 2012 at 8:52 PM, 赵佳晖 <jiahui.tar.gz@gmail.com> wrote:

> i find “/usr/bin.xauth: file /var/run/slim.auth does not exist”  in my
> /var/log/slim.log , did this has some connection to my problem?
>
> 在 2012年3月13日 上午10:26,赵佳晖 <jiahui.tar.gz@gmail.com>写道:
>
> At first , my /etc/slim.conf is the default config . then i change to
>> yours , it didn't work ...  Can i find some log to figure out something ?
>>
>> 在 2012年3月12日 下午1:46,Willie Matthews <matthews.willie@gmail.com>写道:
>>
>> On Mon, 12 Mar 2012 12:26:40 +0800
>>> 赵佳晖 <jiahui.tar.gz@gmail.com> wrote:
>>>
>>> >     Hello , everyone . I have install the xfce-meta followed the xfce
>>> > handbook . But when i restart the computer . And the login
>>> > manager(slim) appeared. I just enter my account and passwd . After
>>> > that . the computer have become black with a mouse icon like x .  And
>>> > i should use Ctrl+Alt+F1 to went to the tty , then when i run the
>>> > command: startxfce4 , it tell me the X was already running . I should
>>> > kill the X first or change the display number to start the xfce . I'm
>>> > wonder how did this happen ? Did it because of the connection between
>>> > Xorg and xfce ? Can anyone help me? i'm new to gentoo and I have no
>>> > idea how to deal with it ? Can i find any log to find something?
>>> >
>>>
>>> It sounds as though you are starting only X and not xfce.
>>>
>>> This is my logon_cmd from /etc/slim.conf
>>> login_cmd           exec ck-launch-session dbus-launch --sh-syntax
>>> --exit-with-session /bin/bash -login ~/.xinitrc %session >
>>> ~/.xsession-errors 2>&1
>>>
>>> And this is my ~/.xinitrc
>>>
>>> exec startxfce4
>>>
>>> Everything is running great. If I am not mistaken that is all it will
>>> take to get it running.
>>>
>>> --
>>>
>>> Willie Matthews
>>> matthews.willie@gmail.com
>>>
>>>
>>
>>
>> --
>> 好好学习,天天向上!!!
>>
>
>
>
> --
> 好好学习,天天向上!!!
>



-- 

Willie Matthews
matthews.willie@gmail.com

[-- Attachment #2: Type: text/html, Size: 3578 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-13  5:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12  4:26 [gentoo-user]Can't went to the xfce desktop directly 赵佳晖
2012-03-12  5:46 ` Willie Matthews
2012-03-13  2:26   ` 赵佳晖
2012-03-13  3:52     ` 赵佳晖
2012-03-13  5:25       ` Willie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox