September 13, 2010
by anoop a k
Finally got my linux distro equipped with full functionality to resume my work on open source platforms. Configuring the network using YaST was just a piece of cake with a really interactive UI that included every information for even the novice user to get the job done. This was the third time I was installing SUSE within a span of 6 months and I had switched back to good old windows every time because of the lack of fully functional drivers for my Radeon 4200. But this time the ATI repository came handy. Last two times I had tried the conventional ”windows-user style“: Download drivers>run the file>and there you go, which proved out to be the most stupid thing on the earth to do. I had just neglected the need for a xorg-x11-server which I finally downloaded using YaST.
The next thing was to get the X Window display driver for the ATI graphics accelerators and also ATI “fglrx” driver kernel module. Both packages could be found at:
http://www2.ati.com/suse/11.3/
After successful installation of the drivers the configuration can be set using the command aticonfig –initial which will save the xorg.conf with the new settings. Display modes can also be specified optionally using the command aticonfi –resolution=0,1280×1024,1024×768. I was planning to go with 1280×1024 resolution by default which left me with the need to specify just these two display modes.
The drivers can also be downloaded from:
X Window display driver for the ATI graphics accelerators
ATI “fglrx” driver kernel module
The next requisite was a screen capture tool that would help me prepare demos of the tools and also let me compile future tutorials which I intend to share in this space. Got hold of a simple and yet powerful screen capture App called recordMyDesktop. It provides two frontend options, one built on Gtk and the other on PyQT4. My love for Qt urged me to go for the Qt-based one.
Here is a screenshot of the recordMyDesktop App

The packages can be downloaded here
recordMyDesktop
qt-recordMyDesktop
recordMyDesktop-gtk