https://bugzilla.novell.com/show_bug.cgi?id=717172 https://bugzilla.novell.com/show_bug.cgi?id=717172#c0 Summary: Latest Xorg updates fail to load radeon driver - X fails to start Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: i686 OS/Version: openSUSE 11.4 Status: NEW Severity: Critical Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: drankinatty@suddenlinkmail.com QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- Created an attachment (id=450172) --> (http://bugzilla.novell.com/attachment.cgi?id=450172) Xorg.0.log.old (shows crash) Xorg.0.log.working (shows working log entries) This may be somewhat related to "Bug 678264 - radeon/radeonhd [R3xx-R5xx] Screen distortion with KMS / Immediate Xserver crash with UMS (DRI related)" Beginning with updates on 9/8, X crashes on boot dumping you to console instead of starting X and loading kdm. This appears to be radeon driver related. The packages at issue are from the X11/Xorg which have worked well since the fix put in place from Bug 678264. Looking at the Xorg.0.log files from the crash (attached as Xorg.0.log.1) and from the working set of rpm (attached as Xorg.0.log.working), the new Xorg packages do not seem to be capable of loading the radeon driver. The new packages causing the problem are: xkeyboard-config-2.2.1-25.18.noarch.rpm xorg-x11-libX11-ccache-7.6-16.57.noarch.rpm xorg-x11-driver-input-7.6-125.1.x86_64.rpm xorg-x11-driver-video-nouveau-0.0.16_20110115_b795ca6-25.4.x86_64.rpm xorg-x11-server-7.6_1.10.4-163.2.x86_64.rpm xorg-x11-server-extra-7.6_1.10.4-163.2.x86_64.rpm xorg-x11-xauth-7.6-187.7.x86_64.rpm xorg-x11-Xvnc-7.6_1.10.4-163.2.x86_64.rpm Downgrading to the following solves the problem: xkeyboard-config-2.2.1-25.9.noarch.rpm xorg-x11-driver-input-7.6-117.2.x86_64.rpm xorg-x11-driver-video-nouveau-0.0.16_20110115_b795ca6-25.3.x86_64.rpm xorg-x11-libX11-ccache-7.6-16.44.noarch.rpm xorg-x11-server-7.6_1.9.3-157.5.x86_64.rpm xorg-x11-server-extra-7.6_1.9.3-157.5.x86_64.rpm xorg-x11-xauth-7.6-175.7.x86_64.rpm xorg-x11-Xvnc-7.6_1.9.3-157.5.x86_64.rpm Comparing the log files, the working load of the radeon driver looks like this: [ 25.382] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 25.382] (II) Module vesa: vendor="X.Org Foundation" [ 25.382] compiled for 1.9.3, module version = 2.3.0 [ 25.382] Module class: X.Org Video Driver [ 25.382] ABI class: X.Org Video Driver, version 8.0 [ 25.382] (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), <snip of all cards> [ 25.390] (II) FBDEV: driver for framebuffer: fbdev [ 25.390] (II) VESA: driver for VESA chipsets: vesa [ 25.390] (++) using VT number 7 [ 25.417] (II) [KMS] Kernel modesetting enabled. [ 25.417] (WW) Falling back to old probe method for fbdev [ 25.417] (II) Loading sub module "fbdevhw" [ 25.417] (II) LoadModule: "fbdevhw" [ 25.419] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so [ 25.432] (II) Module fbdevhw: vendor="X.Org Foundation" [ 25.432] compiled for 1.9.3, module version = 0.0.2 [ 25.432] ABI class: X.Org Video Driver, version 8.0 [ 25.432] (WW) Falling back to old probe method for vesa [ 25.432] (II) RADEON(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 25.432] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32 With the new rpms, the radeon driver is never loaded resulting in no screens found: [ 33.223] (II) LoadModule: "vesa" [ 33.224] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 33.275] (II) Module vesa: vendor="X.Org Foundation" [ 33.275] compiled for 1.9.3, module version = 2.3.0 [ 33.275] Module class: X.Org Video Driver [ 33.275] ABI class: X.Org Video Driver, version 8.0 [ 33.275] (EE) module ABI major version (8) doesn't match the server's version (10) [ 33.275] (II) UnloadModule: "vesa" [ 33.275] (II) Unloading vesa [ 33.275] (EE) Failed to load module "vesa" (module requirement mismatch, 0) [ 33.275] (EE) No drivers available. [ 33.275] Fatal server error: [ 33.275] no screens found [ 33.275] Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 33.275] Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 33.275] -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.