Gentoo Archives: gentoo-user-ru

From: Alexander Kuprijanov <sanya-spb@××××.ru>
To: gentoo-user-ru@l.g.o
Subject: [gentoo-user-ru] система виснет при запуске Xorg
Date: Fri, 22 Jan 2010 10:06:37
Message-Id: 201001221127.55403.sanya-spb@list.ru
1 Добрый День
2
3 после обновления до ~x86 не могу запустить Xorg. Система виснет намертво -
4 помогает только хард резет, после ребута логов нет...
5
6 пробовал разные ядра, конфиги для Xorg, и без конфига...
7
8
9 как понять из-за чего висяк?
10
11
12
13
14
15 ===============================================================
16 uname -a
17 ===============================================================
18 Linux Fujik 2.6.32-gentoo-r2-fujik #3 PREEMPT Fri Jan 22 09:52:24 MSK 2010
19 i686 Intel(R) Pentium(R) M processor 1.20GHz GenuineIntel GNU/Linux
20
21
22 ===============================================================
23 cat /etc/X11/xorg.conf
24 ===============================================================
25 Section "ServerLayout"
26 Identifier "X.org Configured"
27 Screen 0 "Screen0" 0 0
28 # InputDevice "Touchpad" "SendCoreEvents"
29 InputDevice "Mouse0" "CorePointer"
30 InputDevice "Keyboard0" "CoreKeyboard"
31 EndSection
32
33 Section "ServerFlags"
34 # "AllowEmptyInput" "False"
35 Option "AllowEmptyInput" "off"
36 EndSection
37
38 Section "Files"
39 ModulePath "/usr/lib/xorg/modules"
40 FontPath "/usr/share/fonts/misc:unscaled"
41 FontPath "/usr/share/fonts/Type1"
42 FontPath "/usr/share/fonts/TTF"
43 FontPath "/usr/share/fonts/corefonts"
44 FontPath "/usr/share/fonts/freefonts"
45 FontPath "/usr/share/fonts/terminus"
46 FontPath "/usr/share/fonts/ttf-bitstream-vera"
47 FontPath "/usr/share/fonts/unifont"
48 FontPath "/usr/share/fonts/75dpi:unscaled"
49 FontPath "/usr/share/fonts/100dpi:unscaled"
50 FontPath "/usr/share/fonts/artwiz"
51 EndSection
52
53 Section "Module"
54 # Load "dbe"
55 # Load "glx"
56 # Load "extmod"
57 # Load "record"
58 # Load "dri2"
59 # Load "dri"
60 EndSection
61
62 Section "InputDevice"
63 Identifier "Keyboard0"
64 Driver "kbd"
65 EndSection
66
67 Section "InputDevice"
68 Identifier "Mouse0"
69 Driver "mouse"
70 Option "Protocol" "auto"
71 Option "Device" "/dev/input/mice"
72 Option "ZAxisMapping" "4 5 6 7"
73 EndSection
74
75 Section "Monitor"
76 Identifier "Monitor0"
77 VendorName "Monitor Vendor"
78 ModelName "Monitor Model"
79 # Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
80 EndSection
81
82
83 Section "Device"
84 Identifier "Card0"
85 Driver "intel"
86 VendorName "Intel Corporation"
87 BoardName "82852/855GM Integrated Graphics Device"
88 BusID "PCI:0:2:0"
89 # from http://en.gentoo-wiki.com/wiki/Intel_GMA
90 Option "AccelMethod" "UXA"
91 Option "Tiling" "False"
92 # lspci -vv
93 # Region 0: Memory at d8000000 (32-bit, prefetchable) [size=128M]
94 # Region 1: Memory at d0000000 (32-bit, non-prefetchable) [size=512K]
95 # 128M * 1024 - 512K = 131072K - 512K = 130560K
96 VideoRam 130560
97 EndSection
98
99 Section "Screen"
100 Identifier "Screen0"
101 Device "Card0"
102 Monitor "Monitor0"
103 SubSection "Display"
104 Viewport 0 0
105 Depth 24
106 # Modes 1280x800
107 EndSubSection
108 EndSection
109
110
111 Section "DRI"
112 Mode 0666
113 EndSection
114
115 ===============================================================
116 железо Fujitsu-Siemens LIFEBOOK P7010:
117 ===============================================================
118
119 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated
120 Graphics Device (rev 02) (prog-if 00 [VGA controller])
121 Subsystem: Fujitsu Limited. Device 1282
122 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
123 Stepping- SERR- FastB2B- DisINTx-
124 Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
125 <TAbort- <MAbort- >SERR- <PERR- INTx-
126 Latency: 0
127 Interrupt: pin A routed to IRQ 11
128 Region 0: Memory at d8000000 (32-bit, prefetchable) [size=128M]
129 Region 1: Memory at d0000000 (32-bit, non-prefetchable) [size=512K]
130 Region 2: I/O ports at 2450 [size=8]
131 Expansion ROM at <unassigned> [disabled]
132 Capabilities: [d0] Power Management version 1
133 Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA
134 PME(D0-,D1-,D2-,D3hot-,D3cold-)
135 Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
136 Kernel modules: i915
137
138 ===============================================================
139 cat /var/log/Xorg.0.log (не актуален, не обновляется после ребута!! привожу
140 только, чтоб показать версию xorg)
141 ===============================================================
142
143 X.Org X Server 1.7.4
144 Release Date: 2010-01-08
145 X Protocol Version 11, Revision 0
146 Build Operating System: Linux 2.6.32-gentoo-r2-fujik i686
147 Current Operating System: Linux Fujik 2.6.32-gentoo-r2-fujik #3 PREEMPT Fri
148 Jan 22 09:52:24 MSK 2010 i686
149 Kernel command line: root=/dev/ram0 real_root=LABEL=ROOT crypt_root=/dev/sda3
150 i915.modeset=0
151 Build Date: 20 January 2010 04:15:16AM
152
153 Current version of pixman: 0.17.2
154 Before reporting problems, check http://wiki.x.org
155 to make sure that you have the latest version.
156 Markers: (--) probed, (**) from config file, (==) default setting,
157 (++) from command line, (!!) notice, (II) informational,
158 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
159 (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 22 10:55:11 2010
160 (==) Using config file: "/etc/X11/xorg.conf"
161 Parse error on line 99 of section Device in file /etc/X11/xorg.conf
162 The VideoRam keyword requires a number to follow it.
163 (EE) Problem parsing the config file
164 (EE) Error parsing the config file
165
166 Fatal server error:
167 no screens found
168
169 Please consult the The X.Org Foundation support
170 at http://wiki.x.org
171 for help.
172 Please also check the log file at "/var/log/Xorg.0.log" for additional
173 information.
174
175 (WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
176 (WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor

Replies