is there something like the load of the grafik card (radeon 5870) that can be displayed?
(12.1)
That would be a Graphic Card. My suggestion is two fold. To see what you have in print, look at inxi, which you can get using my HI bash script you can find here: H.I. Hardware Information - A Bash script to install and run inxi with default options! - Blogs - openSUSE Forums . To use, download the bash script and run it from terminal. The inxi application will be installed for you:
hi
http://paste.opensuse.org/view/download/82576197
Notice the line that starts with **Graphics: **If you have the mesa-demo application file installed, I think you get it by default, you can do this in terminal:
**glxgears**
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
12888 frames in 5.0 seconds = 2577.523 FPS
12590 frames in 5.0 seconds = 2517.928 FPS
11979 frames in 5.0 seconds = 2395.660 FPS
11460 frames in 5.0 seconds = 2291.897 FPS
9733 frames in 5.0 seconds = 1946.548 FPS
9810 frames in 5.0 seconds = 1961.969 FPS
12361 frames in 5.0 seconds = 2471.958 FPS
13427 frames in 5.0 seconds = 2685.358 FPS
13954 frames in 5.0 seconds = 2790.721 FPS
13907 frames in 5.0 seconds = 2781.362 FPS
13912 frames in 5.0 seconds = 2782.198 FPS
12835 frames in 5.0 seconds = 2566.924 FPS
^C
While it is running, you see this box open:
http://paste.opensuse.org/view/download/48021929
Use Ctrl-C to stop and exit the application. I use the default open source kernel driver in kernel 3.8.6 and I have OpenGL loaded in KDE.
Thank You,