Bug 18560 - [855GM GEM] startx hangs sytem on IBM X40
Summary: [855GM GEM] startx hangs sytem on IBM X40
Status: RESOLVED DUPLICATE of bug 18283
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/intel (show other bugs)
Version: 7.4 (2008.09)
Hardware: All Linux (All)
: highest normal
Assignee: Eric Anholt
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 18858
  Show dependency treegraph
 
Reported: 2008-11-16 17:37 UTC by jixin.liu@cs2c.com.cn
Modified: 2009-01-06 18:05 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
Xorg Log (25.90 KB, text/x-log)
2008-11-16 17:42 UTC, jixin.liu@cs2c.com.cn
no flags Details
/var/log/message (94.12 KB, text/plain)
2008-11-16 21:15 UTC, jixin.liu@cs2c.com.cn
no flags Details

Description jixin.liu@cs2c.com.cn 2008-11-16 17:37:12 UTC
The computer died when I User Intel newest driver to start X on IBM X40 computer. 
The system environment is:
Chipset: Intel Corporation 82852/855GM 

PCI info is :

lspci

00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
02:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 8d)
02:00.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 13)
02:01.0 Ethernet controller: Intel Corporation 82541GI Gigabit Ethernet Controller
02:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)

lspci -n

00:00.0 0600: 8086:3580 (rev 02)
00:00.1 0880: 8086:3584 (rev 02)
00:00.3 0880: 8086:3585 (rev 02)
00:02.0 0300: 8086:3582 (rev 02)
00:02.1 0380: 8086:3582 (rev 02)
00:1d.0 0c03: 8086:24c2 (rev 01)
00:1d.1 0c03: 8086:24c4 (rev 01)
00:1d.2 0c03: 8086:24c7 (rev 01)
00:1d.7 0c03: 8086:24cd (rev 01)
00:1e.0 0604: 8086:2448 (rev 81)
00:1f.0 0601: 8086:24cc (rev 01)
00:1f.1 0101: 8086:24ca (rev 01)
00:1f.3 0c05: 8086:24c3 (rev 01)
00:1f.5 0401: 8086:24c5 (rev 01)
00:1f.6 0703: 8086:24c6 (rev 01)
02:00.0 0607: 1180:0476 (rev 8d)
02:00.1 0805: 1180:0822 (rev 13)
02:01.0 0200: 8086:1077
02:02.0 0280: 8086:4220 (rev 05)

System architectue: Linux YongJun 2.6.27.4-79_dt_1.i686 #1 SMP Thu Nov 13 08:57:57 CST 2008 i686 i686 i386 GNU/Linux

xf86-video-intel version: 2.5.0-1
xserver version: 1.5.2-12
mesa version: 7.2-0.13
drm version: 2.4.0-0.21
kernel version: 2.6.27.4-79

You can get this package from fedora 10

Linux distribution: My system is like fedora 10. some packages get from fedora 10. 

My xorg.conf is :


Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "intel"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

My Xorg log will be provided by accachment.
Comment 1 jixin.liu@cs2c.com.cn 2008-11-16 17:42:27 UTC
Created attachment 20350 [details]
Xorg Log
Comment 2 Gordon Jin 2008-11-16 19:29:12 UTC
I'd make clear the sympton:
1) system hang (so you can't remote connect to it)
2) X crash (so you can't see it by "ps -ef | grep X")
3) X still exists (in ps), and you just get a blank (or broken) screen output. If so, it's probably bug#18283.

please choose the answer.
Comment 3 jixin.liu@cs2c.com.cn 2008-11-16 19:50:17 UTC
It sympton is system hang。

When I start X, I waiting for 2 minutes ,but it don't start. then I reboot the system and go in to system use init 3 modules . I look Xorg log, found , the xorg server want to start X ,but when it start to mouse ,then hang. 

But when I change the driver to vesa, then can start X !
Comment 4 Gordon Jin 2008-11-16 21:11:32 UTC
Are you able to grab the relavant messages in /var/log/messages?

(remember to clear NEEDINFO keywords after you answer)
Comment 5 jixin.liu@cs2c.com.cn 2008-11-16 21:15:53 UTC
Created attachment 20353 [details]
/var/log/message
Comment 6 jixin.liu@cs2c.com.cn 2008-11-16 22:51:59 UTC
I test this bug use Intel driver version 2.4.1,but it can start X normally. 
At intel driver version 2.5.0, when I use gdm to start X [use init 5 start system ]. then blank screen , and system hang. but when I use init 3 modules start system , then use xinit to starting X ,then X can start, but terminal failed ,and system hang!
Comment 7 Wang Zhenyu 2008-12-16 17:49:24 UTC
Could you try current releases 2.5.1 or 2.6 rc1? Latest driver version on ilg page is misleading, so ignore 2.5.0. 

My test on IBM R50e works fine.
Comment 8 Eric Anholt 2009-01-06 18:05:20 UTC
Your dmesg shows the bug that was fixed in 18283.  Please update your kernel.


*** This bug has been marked as a duplicate of bug 18283 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.