I made an update yesterday that included kernel update. I restarted my PC a couple of minutes ago and I got a blank black screen I realized the following:
Status 09/2010: Linux distributions, including Novellâs openSUSE, have now abandoned radeonhd as the default driver, instead using the radeon driver. radeon has more features, including Kernel Mode-Setting support and more 3D support, and it supports all Radeon generation from original R100 Radeons to R800 Radeons (HD 5000 series). Radeonhd can be continued to be updated as long as there are people find it useful.
at X.Org Wiki - radeonhd So, probably there is a problem with the driver.
Here is my Xorg.0.log (the last entries):
26.429] (II) LoadModule: "fb"
26.429] (II) Loading /usr/lib64/xorg/modules/libfb.so
26.430] (II) Module fb: vendor="X.Org Foundation"
26.430] compiled for 1.8.0, module version = 1.0.0
26.430] ABI class: X.Org ANSI C Emulation, version 0.4
26.430] (II) Loading sub module "ramdac"
26.430] (II) LoadModule: "ramdac"
26.430] (II) Module "ramdac" already built-in
26.430] (II) Loading sub module "exa"
26.430] (II) LoadModule: "exa"
26.430] (II) Loading /usr/lib64/xorg/modules/libexa.so
26.431] (II) Module exa: vendor="X.Org Foundation"
26.431] compiled for 1.8.0, module version = 2.5.0
26.431] ABI class: X.Org Video Driver, version 7.0
26.431] (EE) RADEON(0): No modes.
26.431] (II) UnloadModule: "radeon"
26.431] (II) UnloadModule: "exa"
26.431] (II) Unloading /usr/lib64/xorg/modules/libexa.so
26.431] (II) UnloadModule: "fb"
26.431] (II) Unloading /usr/lib64/xorg/modules/libfb.so
26.431] (EE) Screen(s) found, but none have a usable configuration.
26.431]
Fatal server error:
26.431] no screens found
26.431]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
26.431] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
26.431]
Does anybody have an idea how to get the right driver or how to solve the problem?
According to the Xorg.0.log it says it canât find modes or screens in your /etc/X11/xorg.conf or KMS, whichever youâre using. Whatâs a âmessaâ driver?
OpenSUSE 11.3 is no more using xorg.conf in the âclassicalâ way (there is no /etc/X11/xorg.conf. Instead of that there are some config files in /etc/X11/xorg.conf.d). What KMS does mean?
The radeon driver is included in the xorg-x11-driver-video package and it is the default driver for the ATI cards on opensuse 11.3. You donât need to install something.
If you have an /etc/X11/xorg.conf remove it and reboot. Post the output of âdmesg | grep drmâ
I will go through the guidelines you suggested, hopefully it will help me. However, the question is how it is possible that an update from standard repositories causes such an situation. I mean everything was OK until that update. After the update the system can not be used (in a normal way - you can still boot to level 3) ⌠This is the problem, why a lot of people do not like Linux, generally.
I have updated packages from the X.org repository and, consequently, I have lost the graphical interface for fail safe mode. So, now I can boot only to run level 3 (in fail safe mode) >:(
I suggest you do a new clean install and start from there. It is very strange a kernel update to break the radeon driver. This kernel update has nothing to do with the drm driver, so something else is broken on your system.