Проблема с Xorg (xinit), сообщение об ошибке при запуске терминала

При запуске из gnome терминала в нём появляется сообщение:

xauth:  file /home/alex/.serverauth.3227 does not exist
Fatal server error:
Server is already active for display 0
	If this server is no longer running, remove /tmp/.X0-lock
	and start again.

Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
^Cxinit: XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
connection to X server lost      after 7 requests (7 known processed) with 0 events remaining.

xinit: unexpected signal 2

Пользоваться терминалом можно только после прерывания по Ctrl+C

Установлено:
xorg-server-1.9.5
xorg-drivers-1.9
xinit-1.3.0-r2
xterm-269
gnome-2.32.1

Лог Xorg.0.log выложен по адресу http://pastebin.com/nxwNUU8D

xorg.conf :

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice "Touchpad" "SendCoreEvents"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dri2"
	Load  "glx"
	Load  "dri"
	Load  "record"
	Load  "dbe"
	Load "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
 Identifier	"Touchpad"
 Driver		"synaptics"
 Option		"Protocol"		"auto-dev"
 Option		"Device"		"/dev/psaux"
 Option		"ZAxisMapping"		"4 5"
 Option		"LeftEdge"     		"1900"
 Option		"RightEdge"     	"5400"
 Option		"TopEdge"       	"1800"
 Option		"BottomEdge"   	 	"3900"
 Option		"FingerLow"		"25"
 Option		"FingerHigh"		"30"
 Option		"MaxTapTime"		"180"
 Option		"MaxTapMove"		"220"
 Option		"VertScrollDelta" 	"100"
 Option		"MinSpeed"		"0.15"
 Option		"MaxSpeed"		"1.5"
 Option		"AccelFactor" 		"0.05"
 Option		"UpDownScrolling"	"on"
 Option "TapButton1" "1"
 Option "VertEdgeScroll" "1"
 Option "ClickTime" "100"
 Option         "SHMConfig" "on"

EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
        Option "AccelMethod" "UXA"
        Option "Tiling" "False"
        Option "DRI" "true"
        Option "DRI2" "true"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes   "1280x800"
	EndSubSection
EndSection

Section "ServerFlags"
        Option "AIGLX" "True"
EndSection

Section "Extensions"
        Option "Composite" "Enable"
        Option "RENDER" "Enable"
EndSection

Section "DRI"
        Mode 0666
EndSection

Ноутбук Fujitsu Siemens AMILO 1520
lspci:

00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
01:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
07:08.0 Ethernet controller: Intel Corporation PRO/100 VE Network Connection (rev 02)
07:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
07:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
07:09.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 01)
07:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
07:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)

Не очень понятно, что вы

Не очень понятно, что вы хотите и что делаете.
1) вам нужен xterm и вы запускаете xterm из гномовского терминала, а стартует почему-то xinit
2) непонятно что вам нужно, вы стартуете xinit и он правомерно ругается на уже запущенные иксы

Возможно, я ошибся в описании

Возможно, я ошибся в описании действий. Более подробно:
1) Нажимаю в гноме Меню->Приложения->Стандартные->Терминал
2) Вижу сообщение об ошибке в окне терминала, который я только что открыл
3) Нажимаю Ctrl+C
4) Пользуюсь терминалом

Если из уже запущенного

Если из уже запущенного терминала, запустить другой, так же будет?

Да, та же самая ошибка (из

Да, та же самая ошибка (из одного gnome-terminal запускаю другой)

А в ~/.bashrc никто не

А в ~/.bashrc никто не прописывал startx, часом?

Текстовый редактор vi имеет два режима работы: в первом он пищит, а во втором — всё портит.

Точно! Спасибо.

Точно!
Спасибо.

Переписал в

Переписал в bash_profile

alex@fal ~ $ cat .bashrc 

alex@fal ~ $ cat .bash_profile 
startx

Та же ошибка.

Очень странно. Может, это всё

Очень странно. Может, это всё из-за того, что все эти файлы читаются при запуске bash?

Чем GDM-то не угодил?

Текстовый редактор vi имеет два режима работы: в первом он пищит, а во втором — всё портит.

А есть какие нибудь варианты

А есть какие нибудь варианты ввода логина/пароля в стандартном консольном диалоге? На ум приходит только написание скрипта с условием в bash_profile

sys-apps/qingy вместо getty

sys-apps/qingy вместо getty

Текстовый редактор vi имеет два режима работы: в первом он пищит, а во втором — всё портит.

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".