Graphic freez while switching to text

From openSUSE

This article is in need of attention!

This article currently does not meet the standard expected on the OpenSUSE Wiki.
You are welcome to help improve this article. For more information see the Wiki Team

Version: 10.1

Switching from graphic- to textmode graphic freezes but the system is still running.

Situation

Your graphic freezes while you switch from graphic mode to text mode using Ctrl + Alt + F1? You are perhaps using a vesa driver?

Procedure

Log in to the terminal as root and look at the SaX2 output:

sax2 -p

Or you can look at the etc/X11/xorg.conf This should look like:

Section "Device"
BoardName   "yourBoard"
BusID       "0:2:0"
Driver	     "vesa"
Identifier  "Device[0]"

If it points out that "vesa" drivers are installed you have to reconfigure your card. If there is a driver available for your card you can look up with

ls /usr/X11R6/lib/modules/drviers/

If your driver isn't located there use framebuffer instead. Install framebuffer with

 sax2 -m 0=fbdev

Save the configuration and restart the x-server with:

Ctrl + Alt + Backspace

Now you could switch between graphic- and texmode without freezing.

Links