Hi, newbie to OpenSuse and Linux in general. Just installed OpenSuse 11.4 successfully on my machine (E-machines T6212). Previously attempted to install Ubuntu 11.4 on it as well. Both OS have resulted in my computer screen turning white with blue lines and the entire system freezing; unresponsive to keystrokes and even keyboard CAPS/NUM lights don’t respond. Only way I can get system to come back is to physcially unplug it, not even power it off with Power button.
I believe there is something with my graphics card that may be the culprit;
Because for both OpenSuse and Ubuntu this problem came up.
However with OpenSuse I am able to get to the Terminal Screen via :
1- On startup typing ‘3’ into the screen and getting into ‘grub’ I think it is called.
I have also found the following thread here dealing with my particular graphics card but :
1-In my ‘xorg.conf.new’ file in my /root the correct driver “radeon” seems to be listed.
2-I added “radeon” to my 50-device.conf file in /etc/X11/xorg-conf.d/… directory
I’ve checked out the Graphical Card Practical Theory Guide for Users and I’ve attempted, according to my understanding, to follow each step. Still with no success. To my understanding I do not need a proprietary driver, but the ‘radeon’ driver should suffice.
In addition I have the following file(s) in my /etc/X11 : xorg.conf.install with the following entries:
Section “Device”
Identifier “fbdev”
Driver “fbdev”
EndSection
glxgears yields: glxgears:Error: couldn’t open display ‘(null)’
Xorg -configure yields:
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock and start again.
Otherwise, I’m still getting the same problem; OpenSUSE loads into GUI, works for 5-10 Minutes then completely freezes.
Did you try booting with the boot code ‘nomodeset’ ? You could try that with the ‘radeon’ driver commented out in the /etc/X11/xorg.conf.d/50-device.conf, and NOT commented out, to see which if any works better.
Instead of the ‘radeon’ driver specified , you could also try either the ‘radeonhd’, ‘vesa’ or ‘fbdev’ driver.
I think the X200 is an RS400/RS480 ? If so the bug report has this which ‘may’ be relevant < not sure > :
Workaround for R3xx/R4xx users (Radeon 9600/X300/Xxxx)
------------------------------------------------------
- disabled KMS by adding 'nomodeset' to boot options.
- add the following section to your /etc/X11/xorg.conf.d/50-device.conf
Section "Module"
Disable "dri"
Disable "dri2"
EndSection