PDA

View Full Version : [Solved] gdm no response after log off


xwwu
August 18th, 2010, 11:08
Dear Friends:

Sometimes, when I want to log off and re log on as root, gdm no response at all.
Why? How to fix it?

SirDice
August 18th, 2010, 12:37
This is probably linked to Xorg (more specifically Xserver) and your videocard.
What videocard do you have and how is X configured?

xwwu
August 18th, 2010, 13:06
Video card is Mobile Intel 4 Series Chipset Family. No any special config or xorg.conf.

SirDice
August 18th, 2010, 13:08
Could you please post your /var/log/Xorg.0.log after it had crashed?

xwwu
August 18th, 2010, 15:00
Could you please post your /var/log/Xorg.0.log after it had crashed?

Thanks for your quick reply. I just find out that no xorg.conf under /etc/X11 and /usr/local/etc/X11. Why?

SirDice
August 18th, 2010, 15:43
Thanks for your quick reply. I just find out that no xorg.conf under /etc/X11 and /usr/local/etc/X11. Why?

It doesn't exist by default.

Handbook: 5.4 X11 Configuration (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html)

xwwu
August 18th, 2010, 16:42
It doesn't exist by default.

Handbook: 5.4 X11 Configuration (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html)

After adding the line regarding proc, The problem solved. From linux, proc is regarding hardware information. Thanks your help again!