|
Bugzilla – Full Text Bug Listing |
| Summary: | Hardware config:Testing monitor results in black screen, all activity stopped | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Robby Verberne <monkey9> |
| Component: | X.Org | Assignee: | Forgotten User Wum0mkMcd8 <forgotten_Wum0mkMcd8> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <xorg-maintainer-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | richlv, sndirsch |
| Version: | Alpha 0 | ||
| Target Milestone: | --- | ||
| Hardware: | 32bit | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
y2log.tar.bz2 20090401
y2log-1.tar.bz2 20090330 output of hwinfo --gfx SaX.log |
||
|
Description
Robby Verberne
2009-04-01 19:21:46 UTC
Created attachment 283521 [details]
y2log.tar.bz2 20090401
Created attachment 283522 [details]
y2log-1.tar.bz2 20090330
Personaly i think this is a blocker: Netinstall, goes on for hours, but does not finish completely: Install unuseble. Netinstall iso 0039 is used i586. But in this fase, it is not used anymore. The os was rebooted to the final fase, before first login. The performance of this iso was good. Hardware: eee-pc-901, 64GB RunCore ssd. 1GB Ram. http://www.smolts.org/show?uuid=pub_ab7baf52-b6b3-4aab-842e-76a7487c12c6 (the kernel is from kernel:head, on 11.1 KDE4.2.1) OS: Linux 2.6.29-56-default i686 Huidige gebruiker: oddball@EEEPC-901-ROB Systeem: openSUSE 11.1 (i586) KDE: 4.2.1 (KDE 4.2.1) "release 106" This is the machine, (This is written from the above install, with which i was able to get the logfiles from the other install, the one with the unfinished installation.) Please attach logs as described in: http://en.opensuse.org/Bugs:X Thanks!
xorg.conf.install
# generic XFree86 4.x configuration file
Section "Files"
FontPath "/usr/share/fonts/truetype/"
FontPath "/usr/share/fonts/uni/"
FontPath "/usr/share/fonts/misc/"
InputDevices "/dev/input/mice"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
Option "BlankTime" "0"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
EndSection
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbRules" "xfree86"
Option "XkbKeycodes" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Protocol" "explorerps/2"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
HorizSync 25-40
Identifier "Monitor[0]"
ModelName "Initial"
VendorName "Initial"
VertRefresh 47-75
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
Modeline "640x480" 31.5 640 656 720 840 480 481 484 500 # 6. Try
Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 # 5. Try
Modeline "640x480" 28 640 664 760 800 480 491 493 525 # 4. Try
Modeline "640x480" 28.32 640 664 760 800 480 491 493 525 # 3. Try
Modeline "640x480" 25.18 640 664 760 800 480 491 493 525 # 2. Try
Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Try
EndSection
Section "Monitor"
HorizSync 28-33
Identifier "Monitor[vmware]"
ModelName "Initial"
VendorName "Initial"
VertRefresh 43-72
UseModes "Modes[vmware]"
EndSection
Section "Modes"
Identifier "Modes[vmware]"
Modeline "800x600" 29.38 800 816 896 992 600 601 604 617
EndSection
Section "Monitor"
HorizSync 31-48
Identifier "Monitor[vesa]"
ModelName "VESA"
VendorName "VESA"
VertRefresh 50-60
EndSection
# Screen Section for module X support
# -------------------------------------
Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 32
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
# Screen Section for fbdev support
# vesafb defaults to 16bit
# others default to 8bit, force a higher colordepth
# on Apple onboard controllers, remove the default #207338
# changes for DefaultDepth have to be made in /usr/lib/YaST2/startup/YaST2.call as well
# ----------------------------------
Section "Screen"
#@DefaultDepth@
SubSection "Display"
Depth 16
Modes "default"
EndSubSection
SubSection "Display"
Depth 15
Modes "default"
EndSubSection
SubSection "Display"
Depth 24
Modes "default"
EndSubSection
SubSection "Display"
Depth 32
Modes "default"
EndSubSection
SubSection "Display"
Depth 8
Modes "default"
EndSubSection
Device "Device[fbdev]"
Identifier "Screen[fbdev]"
Monitor "Monitor[0]"
EndSection
# Screen Section for vesa support
# ----------------------------------
Section "Screen"
SubSection "Display"
Depth 16
Modes "default"
EndSubSection
SubSection "Display"
Depth 8
Modes "default"
EndSubSection
Device "Device[vesa]"
Identifier "Screen[vesa]"
Monitor "Monitor[vesa]"
EndSection
# Screen Section for vmware support
# ----------------------------------
Section "Screen"
SubSection "Display"
Depth 8
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
Device "Device[vmware]"
Identifier "Screen[vmware]"
Monitor "Monitor[vmware]"
EndSection
# Device Sections...
# -------------------
Section "Device"
#BusID "1:0:0"
Driver "intel"
Identifier "Device[0]"
# device_options
Option "sw_cursor" "on"
EndSection
Section "Device"
Driver "fbdev"
Identifier "Device[fbdev]"
# fbdev_options
EndSection
Section "Device"
Driver "vesa"
#Option "DefaultRefresh"
Option "ModeSetClearScreen" "no"
Identifier "Device[vesa]"
EndSection
Section "Device"
Driver "vmware"
Identifier "Device[vmware]"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
xorg.conf
# generic XFree86 4.x configuration file
Section "Files"
FontPath "/usr/share/fonts/truetype/"
FontPath "/usr/share/fonts/uni/"
FontPath "/usr/share/fonts/misc/"
InputDevices "/dev/input/mice"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
Option "BlankTime" "0"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
EndSection
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbRules" "xfree86"
Option "XkbKeycodes" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Protocol" "explorerps/2"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
HorizSync 25-40
Identifier "Monitor[0]"
ModelName "Initial"
VendorName "Initial"
VertRefresh 47-75
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
Modeline "640x480" 31.5 640 656 720 840 480 481 484 500 # 6. Try
Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 # 5. Try
Modeline "640x480" 28 640 664 760 800 480 491 493 525 # 4. Try
Modeline "640x480" 28.32 640 664 760 800 480 491 493 525 # 3. Try
Modeline "640x480" 25.18 640 664 760 800 480 491 493 525 # 2. Try
Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Try
EndSection
Section "Monitor"
HorizSync 28-33
Identifier "Monitor[vmware]"
ModelName "Initial"
VendorName "Initial"
VertRefresh 43-72
UseModes "Modes[vmware]"
EndSection
Section "Modes"
Identifier "Modes[vmware]"
Modeline "800x600" 29.38 800 816 896 992 600 601 604 617
EndSection
Section "Monitor"
HorizSync 31-48
Identifier "Monitor[vesa]"
ModelName "VESA"
VendorName "VESA"
VertRefresh 50-60
EndSection
# Screen Section for module X support
# -------------------------------------
Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 32
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
# Screen Section for fbdev support
# vesafb defaults to 16bit
# others default to 8bit, force a higher colordepth
# on Apple onboard controllers, remove the default #207338
# changes for DefaultDepth have to be made in /usr/lib/YaST2/startup/YaST2.call as well
# ----------------------------------
Section "Screen"
#@DefaultDepth@
SubSection "Display"
Depth 16
Modes "default"
EndSubSection
SubSection "Display"
Depth 15
Modes "default"
EndSubSection
SubSection "Display"
Depth 24
Modes "default"
EndSubSection
SubSection "Display"
Depth 32
Modes "default"
EndSubSection
SubSection "Display"
Depth 8
Modes "default"
EndSubSection
Device "Device[fbdev]"
Identifier "Screen[fbdev]"
Monitor "Monitor[0]"
EndSection
# Screen Section for vesa support
# ----------------------------------
Section "Screen"
SubSection "Display"
Depth 16
Modes "default"
EndSubSection
SubSection "Display"
Depth 8
Modes "default"
EndSubSection
Device "Device[vesa]"
Identifier "Screen[vesa]"
Monitor "Monitor[vesa]"
EndSection
# Screen Section for vmware support
# ----------------------------------
Section "Screen"
SubSection "Display"
Depth 8
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
Device "Device[vmware]"
Identifier "Screen[vmware]"
Monitor "Monitor[vmware]"
EndSection
# Device Sections...
# -------------------
Section "Device"
#BusID "1:0:0"
Driver "intel"
Identifier "Device[0]"
# device_options
Option "sw_cursor" "on"
EndSection
Section "Device"
Driver "fbdev"
Identifier "Device[fbdev]"
# fbdev_options
EndSection
Section "Device"
Driver "vesa"
#Option "DefaultRefresh"
Option "ModeSetClearScreen" "no"
Identifier "Device[vesa]"
EndSection
Section "Device"
Driver "vmware"
Identifier "Device[vmware]"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
sax.log 30-mrt 20:29:29 <I> Initializing... 30-mrt 20:29:30 <I> [ Sysp: Mouse detection data Mouse0 => Protocol : explorerps/2 Mouse0 => Device : /dev/input/mice Mouse0 => Buttons : 5 Mouse0 => Wheel : 1 Mouse0 => Emulate : 0 Mouse0 => Name : ImPS/2 Logitech Wheel Mouse Mouse0 => VendorID : 0x0002 Mouse0 => DeviceID : 0x0005 Mouse0 => Profile : <undefined> Mouse0 => RealDevice : /dev/input/by-path/platform-i8042-serio-1-event-mouse Mouse0 => NutShell : 0 ] 30-mrt 20:29:31 <I> [ Sysp: Keyboard detection data Keyboard0 => XkbModel : microsoftpro Keyboard0 => XkbLayout : us Keyboard0 => Name : AT Translated Set 2 keyboard Keyboard0 => VendorID : 0x0001 Keyboard0 => DeviceID : 0x0001 Keyboard0 => Profile : <undefined> Keyboard0 => RealDevice : /dev/input/event0 ] 30-mrt 20:29:31 <I> [ Sysp: Server detection data Card0 => DomainId : 0x0 Card0 => BusId : 0x0 Card0 => SlotId : 0x02 Card0 => FuncId : 0x0 Card0 => Vendor : Intel Card0 => Device : 945 GME Card0 => VID : 0x8086 Card0 => DID : 0x27ae Card0 => Module : intel Card0 => BusType : PCI Card0 => Detected : 1 Card0 => Flag : DEFAULT Card0 => SUB-VID : 0x1043 Card0 => SUB-DID : 0x830f Card0 => DrvProfile : Depth24,Intel,AIGLX,Composite,Virtual2k ] 30-mrt 20:29:48 <I> [ Sysp: XStuff detection data Card0 => DDC : CPT22CE Card0 => Name : CPT LCD Monitor Card0 => Vendor : CPT Card0 => Primary : 00-02-0 Card0 => Chipset : <undefined> Card0 => Vsync : 60 Card0 => Hsync : 50 Card0 => Vesa : 1024 600 50 60 Card0 => Dacspeed : 220 Card0 => Modeline : <undefined> Card0 => Memory : 262144 Card0 => RandR : VGA disconnected%LVDS connected Card0 => Current : 00-02-0 Card0 => RawDef : None Card0 => Option : None Card0 => Extension : None Card0 => Module : intel Card0 => Display : LCD/TFT Card0 => VesaBios : 3.0 Card0 => FBBoot : 800 600 16 788 Card0 => FBBoot : 800 600 24 789 Card0 => FBBoot : 800 600 8 771 Card0 => FBBoot : 1024 768 8 773 Card0 => FBBoot : 1024 768 16 791 Card0 => FBBoot : 1024 768 24 792 ] 30-mrt 20:29:51 <I> [ Sysp: 3D detection data Card3D0 => Install : <none> Card3D0 => Remove : <none> Card3D0 => Packages : <none> Card3D0 => Active : 0 Card3D0 => Answer : no Card3D0 => ScriptReal : <none> Card3D0 => ScriptSoft : <none> Card3D0 => Flag : <none> ] 30-mrt 20:37:00 <I> Initializing... 30-mrt 20:37:01 <I> [ Sysp: Mouse detection data Mouse0 => Protocol : explorerps/2 Mouse0 => Device : /dev/input/mice Mouse0 => Buttons : 5 Mouse0 => Wheel : 1 Mouse0 => Emulate : 0 Mouse0 => Name : ImPS/2 Logitech Wheel Mouse Mouse0 => VendorID : 0x0002 Mouse0 => DeviceID : 0x0005 Mouse0 => Profile : <undefined> Mouse0 => RealDevice : /dev/input/by-path/platform-i8042-serio-1-event-mouse Mouse0 => NutShell : 0 ] 30-mrt 20:37:02 <I> [ Sysp: Keyboard detection data Keyboard0 => XkbModel : microsoftpro Keyboard0 => XkbLayout : us Keyboard0 => Name : AT Translated Set 2 keyboard Keyboard0 => VendorID : 0x0001 Keyboard0 => DeviceID : 0x0001 Keyboard0 => Profile : <undefined> Keyboard0 => RealDevice : /dev/input/event0 ] 30-mrt 20:37:02 <I> [ Sysp: Server detection data Card0 => DomainId : 0x0 Card0 => BusId : 0x0 Card0 => SlotId : 0x02 Card0 => FuncId : 0x0 Card0 => Vendor : Intel Card0 => Device : 945 GME Card0 => VID : 0x8086 Card0 => DID : 0x27ae Card0 => Module : intel Card0 => BusType : PCI Card0 => Detected : 1 Card0 => Flag : DEFAULT Card0 => SUB-VID : 0x1043 Card0 => SUB-DID : 0x830f Card0 => DrvProfile : Depth24,Intel,AIGLX,Composite,Virtual2k ] 30-mrt 20:37:19 <I> [ Sysp: XStuff detection data Card0 => DDC : CPT22CE Card0 => Name : CPT LCD Monitor Card0 => Vendor : CPT Card0 => Primary : 00-02-0 Card0 => Chipset : <undefined> Card0 => Vsync : 60 Card0 => Hsync : 50 Card0 => Vesa : 1024 600 50 60 Card0 => Dacspeed : 220 Card0 => Modeline : <undefined> Card0 => Memory : 262144 Card0 => RandR : VGA disconnected%LVDS connected Card0 => Current : 00-02-0 Card0 => RawDef : None Card0 => Option : None Card0 => Extension : None Card0 => Module : intel Card0 => Display : LCD/TFT Card0 => VesaBios : 3.0 Card0 => FBBoot : 800 600 16 788 Card0 => FBBoot : 800 600 24 789 Card0 => FBBoot : 800 600 8 771 Card0 => FBBoot : 1024 768 8 773 Card0 => FBBoot : 1024 768 16 791 Card0 => FBBoot : 1024 768 24 792 ] 30-mrt 20:37:22 <I> [ Sysp: 3D detection data Card3D0 => Install : <none> Card3D0 => Remove : <none> Card3D0 => Packages : <none> Card3D0 => Active : 0 Card3D0 => Answer : no Card3D0 => ScriptReal : <none> Card3D0 => ScriptSoft : <none> Card3D0 => Flag : <none> ] 01-apr 19:48:55 <I> Initializing... 01-apr 19:48:56 <I> [ Sysp: Mouse detection data Mouse0 => Protocol : explorerps/2 Mouse0 => Device : /dev/input/mice Mouse0 => Buttons : 5 Mouse0 => Wheel : 1 Mouse0 => Emulate : 0 Mouse0 => Name : ImPS/2 Logitech Wheel Mouse Mouse0 => VendorID : 0x0002 Mouse0 => DeviceID : 0x0005 Mouse0 => Profile : <undefined> Mouse0 => RealDevice : /dev/input/by-path/platform-i8042-serio-1-event-mouse Mouse0 => NutShell : 0 ] 01-apr 19:48:57 <I> [ Sysp: Keyboard detection data Keyboard0 => XkbModel : microsoftpro Keyboard0 => XkbLayout : us Keyboard0 => Name : AT Translated Set 2 keyboard Keyboard0 => VendorID : 0x0001 Keyboard0 => DeviceID : 0x0001 Keyboard0 => Profile : <undefined> Keyboard0 => RealDevice : /dev/input/event0 ] 01-apr 19:48:57 <I> [ Sysp: Server detection data Card0 => DomainId : 0x0 Card0 => BusId : 0x0 Card0 => SlotId : 0x02 Card0 => FuncId : 0x0 Card0 => Vendor : Intel Card0 => Device : 945 GME Card0 => VID : 0x8086 Card0 => DID : 0x27ae Card0 => Module : intel Card0 => BusType : PCI Card0 => Detected : 1 Card0 => Flag : DEFAULT Card0 => SUB-VID : 0x1043 Card0 => SUB-DID : 0x830f Card0 => DrvProfile : Depth24,Intel,AIGLX,Composite,Virtual2k ] 01-apr 19:49:13 <I> [ Sysp: XStuff detection data Card0 => DDC : CPT22CE Card0 => Name : CPT LCD Monitor Card0 => Vendor : CPT Card0 => Primary : 00-02-0 Card0 => Chipset : <undefined> Card0 => Vsync : 60 Card0 => Hsync : 50 Card0 => Vesa : 1024 600 50 60 Card0 => Dacspeed : 220 Card0 => Modeline : <undefined> Card0 => Memory : 262144 Card0 => RandR : VGA disconnected%LVDS connected Card0 => Current : 00-02-0 Card0 => RawDef : None Card0 => Option : None Card0 => Extension : None Card0 => Module : intel Card0 => Display : LCD/TFT Card0 => VesaBios : 3.0 Card0 => FBBoot : 800 600 16 788 Card0 => FBBoot : 800 600 24 789 Card0 => FBBoot : 800 600 8 771 Card0 => FBBoot : 1024 768 8 773 Card0 => FBBoot : 1024 768 16 791 Card0 => FBBoot : 1024 768 24 792 ] 01-apr 19:49:17 <I> [ Sysp: 3D detection data Card3D0 => Install : <none> Card3D0 => Remove : <none> Card3D0 => Packages : <none> Card3D0 => Active : 0 Card3D0 => Answer : no Card3D0 => ScriptReal : <none> Card3D0 => ScriptSoft : <none> Card3D0 => Flag : <none> ] this seems similar to what i am seeing - except that i had installed factory a month or two ago. it worked, i updated it several times. after one of the updates (several weeks ago), screen would go black, with static keyboard cursor displayed at the upper left corner whenever x would attempt to start. same happens if sttaring up sax. machine still boots perfectly fine in runlevel 3, and even after it hangs with the black screen, it can be accessed over network. video adapter: 00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03) base is installed from the following repositories: KDE:KDE4:Factory:Desktop factory-nonoss openSUSE:Factory i'll attach output of hwinfo --gfx and Sax.log. Created attachment 283945 [details]
output of hwinfo --gfx
Created attachment 283946 [details]
SaX.log
I tried a second install yeterday, after formatting the partition first from another install, and than formatting before installing new, to get rid of traces: Same result: Black screen, all activity stopped. Install not finished. Known issue, but we stil can't reproduce it inhouse. *** This bug has been marked as a duplicate of bug 483424 *** |