* [gentoo-user-ru] система виснет при запуске Xorg
@ 2010-01-22 8:27 Alexander Kuprijanov
2010-01-25 15:35 ` Peter Volkov
0 siblings, 1 reply; 7+ messages in thread
From: Alexander Kuprijanov @ 2010-01-22 8:27 UTC (permalink / raw
To: gentoo-user-ru
Добрый День
после обновления до ~x86 не могу запустить Xorg. Система виснет намертво -
помогает только хард резет, после ребута логов нет...
пробовал разные ядра, конфиги для Xorg, и без конфига...
как понять из-за чего висяк?
===============================================================
uname -a
===============================================================
Linux Fujik 2.6.32-gentoo-r2-fujik #3 PREEMPT Fri Jan 22 09:52:24 MSK 2010
i686 Intel(R) Pentium(R) M processor 1.20GHz GenuineIntel GNU/Linux
===============================================================
cat /etc/X11/xorg.conf
===============================================================
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
# InputDevice "Touchpad" "SendCoreEvents"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
# "AllowEmptyInput" "False"
Option "AllowEmptyInput" "off"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/artwiz"
EndSection
Section "Module"
# Load "dbe"
# Load "glx"
# Load "extmod"
# Load "record"
# Load "dri2"
# Load "dri"
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 "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
# Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:0"
# from http://en.gentoo-wiki.com/wiki/Intel_GMA
Option "AccelMethod" "UXA"
Option "Tiling" "False"
# lspci -vv
# Region 0: Memory at d8000000 (32-bit, prefetchable) [size=128M]
# Region 1: Memory at d0000000 (32-bit, non-prefetchable) [size=512K]
# 128M * 1024 - 512K = 131072K - 512K = 130560K
VideoRam 130560
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
# Modes 1280x800
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
===============================================================
железо Fujitsu-Siemens LIFEBOOK P7010:
===============================================================
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated
Graphics Device (rev 02) (prog-if 00 [VGA controller])
Subsystem: Fujitsu Limited. Device 1282
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at d8000000 (32-bit, prefetchable) [size=128M]
Region 1: Memory at d0000000 (32-bit, non-prefetchable) [size=512K]
Region 2: I/O ports at 2450 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: [d0] Power Management version 1
Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel modules: i915
===============================================================
cat /var/log/Xorg.0.log (не актуален, не обновляется после ребута!! привожу
только, чтоб показать версию xorg)
===============================================================
X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-gentoo-r2-fujik i686
Current Operating System: Linux Fujik 2.6.32-gentoo-r2-fujik #3 PREEMPT Fri
Jan 22 09:52:24 MSK 2010 i686
Kernel command line: root=/dev/ram0 real_root=LABEL=ROOT crypt_root=/dev/sda3
i915.modeset=0
Build Date: 20 January 2010 04:15:16AM
Current version of pixman: 0.17.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 22 10:55:11 2010
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 99 of section Device in file /etc/X11/xorg.conf
The VideoRam keyword requires a number to follow it.
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional
information.
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user-ru] система виснет при запуске Xorg
@ 2010-01-22 16:46 Maxim
2010-01-25 8:42 ` Alexander Kuprijanov
0 siblings, 1 reply; 7+ messages in thread
From: Maxim @ 2010-01-22 16:46 UTC (permalink / raw
To: gentoo-user-ru
зайди по ssh и запусти иксы. Что напишет?
----- Исходное сообщение -----
> Добрый День
>
> после обновления до ~x86 не могу запустить Xorg. Система виснет намертво -
> помогает только хард резет, после ребута логов нет...
>
> пробовал разные ядра, конфиги для Xorg, и без конфига...
>
>
> как понять из-за чего висяк?
>
>
>
>
>
> ===============================================================
> uname -a
> ===============================================================
> Linux Fujik 2.6.32-gentoo-r2-fujik #3 PREEMPT Fri Jan 22 09:52:24 MSK 2010
> i686 Intel(R) Pentium(R) M processor 1.20GHz GenuineIntel GNU/Linux
>
>
> ===============================================================
> cat /etc/X11/xorg.conf
> ===============================================================
> Section "ServerLayout"
> Identifier "X.org Configured"
> Screen 0 "Screen0" 0 0
> # InputDevice "Touchpad" "SendCoreEvents"
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "ServerFlags"
> # "AllowEmptyInput" "False"
> Option "AllowEmptyInput" "off"
> EndSection
>
> Section "Files"
> ModulePath "/usr/lib/xorg/modules"
> FontPath "/usr/share/fonts/misc:unscaled"
> FontPath "/usr/share/fonts/Type1"
> FontPath "/usr/share/fonts/TTF"
> FontPath "/usr/share/fonts/corefonts"
> FontPath "/usr/share/fonts/freefonts"
> FontPath "/usr/share/fonts/terminus"
> FontPath "/usr/share/fonts/ttf-bitstream-vera"
> FontPath "/usr/share/fonts/unifont"
> FontPath "/usr/share/fonts/75dpi:unscaled"
> FontPath "/usr/share/fonts/100dpi:unscaled"
> FontPath "/usr/share/fonts/artwiz"
> EndSection
>
> Section "Module"
> # Load "dbe"
> # Load "glx"
> # Load "extmod"
> # Load "record"
> # Load "dri2"
> # Load "dri"
> 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 "Monitor"
> Identifier "Monitor0"
> VendorName "Monitor Vendor"
> ModelName "Monitor Model"
> # Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
> EndSection
>
>
> Section "Device"
> Identifier "Card0"
> Driver "intel"
> VendorName "Intel Corporation"
> BoardName "82852/855GM Integrated Graphics Device"
> BusID "PCI:0:2:0"
> # from http://en.gentoo-wiki.com/wiki/Intel_GMA
> Option "AccelMethod" "UXA"
> Option "Tiling" "False"
> # lspci -vv
> # Region 0: Memory at d8000000 (32-bit, prefetchable) [size=128M]
> # Region 1: Memory at d0000000 (32-bit, non-prefetchable) [size=512K]
> # 128M * 1024 - 512K = 131072K - 512K = 130560K
> VideoRam 130560
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor "Monitor0"
> SubSection "Display"
> Viewport 0 0
> Depth 24
> # Modes 1280x800
> EndSubSection
> EndSection
>
>
> Section "DRI"
> Mode 0666
> EndSection
>
> ===============================================================
> железо Fujitsu-Siemens LIFEBOOK P7010:
> ===============================================================
>
> 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated
> Graphics Device (rev 02) (prog-if 00 [VGA controller])
> Subsystem: Fujitsu Limited. Device 1282
> Control: I/O+ Mem+
> BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
> DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr-
> DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> Latency: 0
> Interrupt: pin A
> routed to IRQ 11
> Region 0: Memory at d8000000 (32-bit,
> prefetchable) [size=128M]
> Region 1: Memory at d0000000 (32-bit, non-prefetchable) [size=512K]
> Region 2: I/O
> ports at 2450 [size=8]
> Expansion ROM at <unassigned> [disabled]
>
> Capabilities: [d0] Power Management version 1
> Flags: PMEClk-
> DSI+ D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
> Status: D0 NoSoftRst- PME-Enable- DSel=0
> DScale=0 PME-
> Kernel modules: i915
>
>
> ===============================================================
> cat /var/log/Xorg.0.log (не актуален, не обновляется после ребута!! привожу
> только, чтоб показать версию xorg)
> ===============================================================
>
> X.Org X Server 1.7.4
> Release Date: 2010-01-08
> X Protocol Version 11, Revision 0
> Build Operating System: Linux 2.6.32-gentoo-r2-fujik i686
> Current Operating System: Linux Fujik 2.6.32-gentoo-r2-fujik #3 PREEMPT Fri
> Jan 22 09:52:24 MSK 2010 i686
> Kernel command line: root=/dev/ram0 real_root=LABEL=ROOT crypt_root=/dev/sda3
> i915.modeset=0
> Build Date: 20 January 2010 04:15:16AM
>
> Current version of pixman: 0.17.2
> Before reporting problems, check http://wiki.x.org
> to make sure that you have the latest version.
> Markers: (--) probed, (**) from config file, (==) default setting,
> (++) from command line, (!!) notice, (II) informational,
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 22 10:55:11 2010
> (==) Using config file: "/etc/X11/xorg.conf"
> Parse error on line 99 of section Device in file /etc/X11/xorg.conf
> The VideoRam keyword requires a number to follow it.
> (EE) Problem parsing the config file
> (EE) Error parsing the config file
>
> Fatal server error:
> no screens found
>
> Please consult the The X.Org Foundation support
> at http://wiki.x.org
> for help.
> Please also check the log file at "/var/log/Xorg.0.log" for additional
> information.
>
> (WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
> (WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user-ru] система виснет при запуске Xorg
2010-01-22 16:46 [gentoo-user-ru] система виснет при запуске Xorg Maxim
@ 2010-01-25 8:42 ` Alexander Kuprijanov
2010-01-25 10:58 ` Богун Дмитрий
0 siblings, 1 reply; 7+ messages in thread
From: Alexander Kuprijanov @ 2010-01-25 8:42 UTC (permalink / raw
To: gentoo-user-ru
при запуске через SSH пишет...
startx
xauth: creating new authority file /home/sanya/.serverauth.4271
xauth: creating new authority file /home/sanya/.Xauthority
xauth: creating new authority file /home/sanya/.Xauthority
X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-gentoo-r2-fujik i686
Current Operating System: Linux Fujik 2.6.32-gentoo-r2-fujik #3 PREEMPT Fri
Jan 22 09:52:24 MSK 2010 i686
Kernel command line: root=/dev/ram0 real_root=LABEL=ROOT crypt_root=/dev/sda3
i915.modeset=0
Build Date: 24 January 2010 08:59:23PM
Current version of pixman: 0.17.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 25 11:39:54 2010
(==) Using config file: "/etc/X11/xorg.conf"
тут все зависает...
после перезагрузки ничего нового в /var/* не появляется.. :(
В сообщении от Friday 22 January 2010 19:46:04 Maxim написал(а):
> зайди по ssh и запусти иксы. Что напишет?
>
> ----- Исходное сообщение -----
>
> > Добрый День
> >
> > после обновления до ~x86 не могу запустить Xorg. Система виснет намертво
> > - помогает только хард резет, после ребута логов нет...
> >
> > пробовал разные ядра, конфиги для Xorg, и без конфига...
> >
> >
> > как понять из-за чего висяк?
> >
> >
> >
> >
> >
> > ===============================================================
> > uname -a
> > ===============================================================
> > Linux Fujik 2.6.32-gentoo-r2-fujik #3 PREEMPT Fri Jan 22 09:52:24 MSK
> > 2010 i686 Intel(R) Pentium(R) M processor 1.20GHz GenuineIntel GNU/Linux
> >
> >
> > ===============================================================
> > cat /etc/X11/xorg.conf
> > ===============================================================
> > Section "ServerLayout"
> > Identifier "X.org Configured"
> > Screen 0 "Screen0" 0 0
> > # InputDevice "Touchpad" "SendCoreEvents"
> > InputDevice "Mouse0" "CorePointer"
> > InputDevice "Keyboard0" "CoreKeyboard"
> > EndSection
> >
> > Section "ServerFlags"
> > # "AllowEmptyInput" "False"
> > Option "AllowEmptyInput" "off"
> > EndSection
> >
> > Section "Files"
> > ModulePath "/usr/lib/xorg/modules"
> > FontPath "/usr/share/fonts/misc:unscaled"
> > FontPath "/usr/share/fonts/Type1"
> > FontPath "/usr/share/fonts/TTF"
> > FontPath "/usr/share/fonts/corefonts"
> > FontPath "/usr/share/fonts/freefonts"
> > FontPath "/usr/share/fonts/terminus"
> > FontPath "/usr/share/fonts/ttf-bitstream-vera"
> > FontPath "/usr/share/fonts/unifont"
> > FontPath "/usr/share/fonts/75dpi:unscaled"
> > FontPath "/usr/share/fonts/100dpi:unscaled"
> > FontPath "/usr/share/fonts/artwiz"
> > EndSection
> >
> > Section "Module"
> > # Load "dbe"
> > # Load "glx"
> > # Load "extmod"
> > # Load "record"
> > # Load "dri2"
> > # Load "dri"
> > 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 "Monitor"
> > Identifier "Monitor0"
> > VendorName "Monitor Vendor"
> > ModelName "Monitor Model"
> > # Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824
> > 841 EndSection
> >
> > Section "Device"
> > Identifier "Card0"
> > Driver "intel"
> > VendorName "Intel Corporation"
> > BoardName "82852/855GM Integrated Graphics Device"
> > BusID "PCI:0:2:0"
> > # from http://en.gentoo-wiki.com/wiki/Intel_GMA
> > Option "AccelMethod" "UXA"
> > Option "Tiling" "False"
> > # lspci -vv
> > # Region 0: Memory at d8000000 (32-bit, prefetchable) [size=128M]
> > # Region 1: Memory at d0000000 (32-bit, non-prefetchable)
> > [size=512K] # 128M * 1024 - 512K = 131072K - 512K = 130560K
> > VideoRam 130560
> > EndSection
> >
> > Section "Screen"
> > Identifier "Screen0"
> > Device "Card0"
> > Monitor "Monitor0"
> > SubSection "Display"
> > Viewport 0 0
> > Depth 24
> > # Modes 1280x800
> > EndSubSection
> > EndSection
> >
> >
> > Section "DRI"
> > Mode 0666
> > EndSection
> >
> > ===============================================================
> > железо Fujitsu-Siemens LIFEBOOK P7010:
> > ===============================================================
> >
> > 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM
> > Integrated Graphics Device (rev 02) (prog-if 00 [VGA controller])
> > Subsystem: Fujitsu Limited. Device 1282
> > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> > Stepping- SERR- FastB2B- DisINTx- Status:
> > Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort-
> > >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 11 Region
> > 0: Memory at d8000000 (32-bit, prefetchable) [size=128M] Region 1: Memory
> > at d0000000 (32-bit, non-prefetchable) [size=512K] Region 2: I/O ports at
> > 2450 [size=8] Expansion ROM at <unassigned> [disabled] Capabilities:
> > [d0] Power Management version 1 Flags: PMEClk- DSI+ D1+ D2-
> > AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst-
> > PME-Enable- DSel=0 DScale=0 PME- Kernel modules: i915
> >
> > ===============================================================
> > cat /var/log/Xorg.0.log (не актуален, не обновляется после ребута!!
> > привожу только, чтоб показать версию xorg)
> > ===============================================================
> >
> > X.Org X Server 1.7.4
> > Release Date: 2010-01-08
> > X Protocol Version 11, Revision 0
> > Build Operating System: Linux 2.6.32-gentoo-r2-fujik i686
> > Current Operating System: Linux Fujik 2.6.32-gentoo-r2-fujik #3 PREEMPT
> > Fri Jan 22 09:52:24 MSK 2010 i686
> > Kernel command line: root=/dev/ram0 real_root=LABEL=ROOT
> > crypt_root=/dev/sda3 i915.modeset=0
> > Build Date: 20 January 2010 04:15:16AM
> >
> > Current version of pixman: 0.17.2
> > Before reporting problems, check http://wiki.x.org
> > to make sure that you have the latest version.
> > Markers: (--) probed, (**) from config file, (==) default setting,
> > (++) from command line, (!!) notice, (II) informational,
> > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> > (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 22 10:55:11 2010
> > (==) Using config file: "/etc/X11/xorg.conf"
> > Parse error on line 99 of section Device in file /etc/X11/xorg.conf
> > The VideoRam keyword requires a number to follow it.
> > (EE) Problem parsing the config file
> > (EE) Error parsing the config file
> >
> > Fatal server error:
> > no screens found
> >
> > Please consult the The X.Org Foundation support
> > at http://wiki.x.org
> > for help.
> > Please also check the log file at "/var/log/Xorg.0.log" for additional
> > information.
> >
> > (WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
> > (WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user-ru] система виснет при запуске Xorg
2010-01-25 8:42 ` Alexander Kuprijanov
@ 2010-01-25 10:58 ` Богун Дмитрий
2010-01-25 14:28 ` Alexander Kuprijanov
0 siblings, 1 reply; 7+ messages in thread
From: Богун Дмитрий @ 2010-01-25 10:58 UTC (permalink / raw
To: gentoo-user-ru
В Пнд, 25/01/2010 в 11:42 +0300, Alexander Kuprijanov пишет:
> при запуске через SSH пишет...
>
> startx
> xauth: creating new authority file /home/sanya/.serverauth.4271
> xauth: creating new authority file /home/sanya/.Xauthority
> xauth: creating new authority file /home/sanya/.Xauthority
>
>
> X.Org X Server 1.7.4
> Release Date: 2010-01-08
> X Protocol Version 11, Revision 0
> Build Operating System: Linux 2.6.32-gentoo-r2-fujik i686
> Current Operating System: Linux Fujik 2.6.32-gentoo-r2-fujik #3
> PREEMPT Fri
> Jan 22 09:52:24 MSK 2010 i686
> Kernel command line: root=/dev/ram0 real_root=LABEL=ROOT
> crypt_root=/dev/sda3
> i915.modeset=0
> Build Date: 24 January 2010 08:59:23PM
>
> Current version of pixman: 0.17.4
> Before reporting problems, check http://wiki.x.org
> to make sure that you have the latest version.
> Markers: (--) probed, (**) from config file, (==) default setting,
> (++) from command line, (!!) notice, (II) informational,
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 25 11:39:54 2010
> (==) Using config file: "/etc/X11/xorg.conf"
>
>
>
> тут все зависает...
> после перезагрузки ничего нового в /var/* не появляется.. :(
Не появляется т.к. ФС откатывают при следующей загрузке из-за
некорректного отключения.
Попробуйте собрать ядро с CONFIG_MAGIC_SYSRQ=y и когда все зависнет
нажмите:
ALT-SysRq-s "Will attempt to sync all mounted filesystems"
ALT-SysRq-u "ill attempt to remount all mounted filesystems read-only"
ALT-SysRq-b "Will immediately reboot the system without syncing or
unmounting your disks"
Возможно это поможет получить лог от иксов.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user-ru] система виснет при запуске Xorg
2010-01-25 10:58 ` Богун Дмитрий
@ 2010-01-25 14:28 ` Alexander Kuprijanov
2010-01-28 14:49 ` [gentoo-user-ru] " zuboskal 14
0 siblings, 1 reply; 7+ messages in thread
From: Alexander Kuprijanov @ 2010-01-25 14:28 UTC (permalink / raw
To: gentoo-user-ru
собрал ядро с опцией CONFIG_MAGIC_SYSRQ=y, после запуска startx на клаву
реакции нет...
если убрать конфиг /etc/X11/xorg.conf, то при запуске из под SSH картинка
меняется не сильно, эффект тот же - все зависло...
startx
xauth: creating new authority file /home/sanya/.serverauth.4411
xauth: creating new authority file /home/sanya/.Xauthority
xauth: creating new authority file /home/sanya/.Xauthority
X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-gentoo-r2-fujik i686
Current Operating System: Linux Fujik 2.6.32-gentoo-r2-fujik #4 PREEMPT Mon
Jan 25 16:50:05 MSK 2010 i686
Kernel command line: root=/dev/ram0 real_root=LABEL=ROOT crypt_root=/dev/sda3
i915.modeset=0
Build Date: 24 January 2010 08:59:23PM
Current version of pixman: 0.17.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 25 17:19:59 2010
(==) Using default built-in configuration (30 lines)
(EE) Failed to load module "vesa" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
Спасибо
В сообщении от Monday 25 January 2010 13:58:50 Богун Дмитрий написал(а):
> В Пнд, 25/01/2010 в 11:42 +0300, Alexander Kuprijanov пишет:
> > при запуске через SSH пишет...
> >
> > startx
> > xauth: creating new authority file /home/sanya/.serverauth.4271
> > xauth: creating new authority file /home/sanya/.Xauthority
> > xauth: creating new authority file /home/sanya/.Xauthority
> >
> >
> > X.Org X Server 1.7.4
> > Release Date: 2010-01-08
> > X Protocol Version 11, Revision 0
> > Build Operating System: Linux 2.6.32-gentoo-r2-fujik i686
> > Current Operating System: Linux Fujik 2.6.32-gentoo-r2-fujik #3
> > PREEMPT Fri
> > Jan 22 09:52:24 MSK 2010 i686
> > Kernel command line: root=/dev/ram0 real_root=LABEL=ROOT
> > crypt_root=/dev/sda3
> > i915.modeset=0
> > Build Date: 24 January 2010 08:59:23PM
> >
> > Current version of pixman: 0.17.4
> > Before reporting problems, check http://wiki.x.org
> > to make sure that you have the latest version.
> > Markers: (--) probed, (**) from config file, (==) default setting,
> > (++) from command line, (!!) notice, (II) informational,
> > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> > (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 25 11:39:54 2010
> > (==) Using config file: "/etc/X11/xorg.conf"
> >
> >
> >
> > тут все зависает...
> > после перезагрузки ничего нового в /var/* не появляется.. :(
>
> Не появляется т.к. ФС откатывают при следующей загрузке из-за
> некорректного отключения.
>
> Попробуйте собрать ядро с CONFIG_MAGIC_SYSRQ=y и когда все зависнет
> нажмите:
> ALT-SysRq-s "Will attempt to sync all mounted filesystems"
> ALT-SysRq-u "ill attempt to remount all mounted filesystems read-only"
> ALT-SysRq-b "Will immediately reboot the system without syncing or
> unmounting your disks"
>
> Возможно это поможет получить лог от иксов.
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user-ru] система виснет при запуске Xorg
2010-01-22 8:27 Alexander Kuprijanov
@ 2010-01-25 15:35 ` Peter Volkov
0 siblings, 0 replies; 7+ messages in thread
From: Peter Volkov @ 2010-01-25 15:35 UTC (permalink / raw
To: gentoo-user-ru
В Птн, 22/01/2010 в 11:27 +0300, Alexander Kuprijanov пишет:
> Section "Device"
> Identifier "Card0"
> Driver "intel"
> VendorName "Intel Corporation"
> BoardName "82852/855GM Integrated Graphics Device"
Не удачное железо. У меня на нём воспроизводиться баг:
https://bugs.freedesktop.org/show_bug.cgi?id=24789
и пока единственный workaround - использовать драйвер vesa.
Впрочем,
В Птн, 22/01/2010 в 15:43 +0300, Alexander Kuprijanov пишет:
> Виснет именно система: пробовал стартовать ИКСы из SSH, сессия виснет и больше
> не подключиться, на пинг не отвечает...
это означает, что у вас проблема в ядре. Хорошо бы понять где ядро
зарывается. Сначала, попробуйте наложить последние исправления с
kernel.org:
http://www.kernel.org/diff/diffview.cgi?file=/pub/linux/kernel/v2.6/incr/patch-2.6.32.4-5.bz2
и пересобрать ядро с SYSRQ и netconsole (удобнее с configfs). После
того, как загрузитесь, настройте netconsole:
less /usr/src/linux/Documentation/networking/netconsole.txt
# mount -t configfs configfs /sys/kernel/config
# cd /sys/kernel/config/netconsole/
# mkdir target (по сути любое имя)
вбиваете свои параметры
# echo eth1 > dev_name
# echo XXX.xxx.xxx.xxx > remote_ip
# echo XX:XX:XX:XX:XX:XX > remote_mac
# dmesg -n7
# echo 1 > enabled
Теперь, на другой машине (windows/linux) запускайте netcat:
http://en.wikipedia.org/wiki/Netcat
Можно проверить что netconsole работает, подгрузив какой-нибудь модуль -
если в dmesg появились новые строчки, то они же должны появиться в
netcat. Если всё ок, запускаете X-ы и смотрите вывод... Должно быть
что-то плохое (oops, BUG или что-ещё) и оно-то и представляет интерес.
Если ничего нет, тогда SySRQ может помочь (sysrq + d, + l)...
--
Peter.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user-ru] Re: [gentoo-user-ru] система виснет при запуске Xorg
2010-01-25 14:28 ` Alexander Kuprijanov
@ 2010-01-28 14:49 ` zuboskal 14
0 siblings, 0 replies; 7+ messages in thread
From: zuboskal 14 @ 2010-01-28 14:49 UTC (permalink / raw
To: gentoo-user-ru
[-- Attachment #1: Type: text/plain, Size: 497 bytes --]
>
> (EE) Failed to load module "vesa" (module does not exist, 0)
> (EE) Failed to load module "fbdev" (module does not exist, 0)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
В /etc/make.conf что в строке VIDEO_CARDS?
Не указывай то, что в ядре выключил. И наоборот - укажи нужное.
Если ты будешь менять этот параметр в make.conf, не забудь пересобрать иксы.
--
brgds
[-- Attachment #2: Type: text/html, Size: 724 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-01-28 14:49 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-22 16:46 [gentoo-user-ru] система виснет при запуске Xorg Maxim
2010-01-25 8:42 ` Alexander Kuprijanov
2010-01-25 10:58 ` Богун Дмитрий
2010-01-25 14:28 ` Alexander Kuprijanov
2010-01-28 14:49 ` [gentoo-user-ru] " zuboskal 14
-- strict thread matches above, loose matches on Subject: below --
2010-01-22 8:27 Alexander Kuprijanov
2010-01-25 15:35 ` Peter Volkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox