Resolved ATI issue in Fedora

System Specifications : hp compaq 6515b,business series processor-AMD Turion 64 X2 Dual-Core Mobile Technology tl-50,clk rate 1600 mhz hardisk -80gb ram -1.5gb Video Video card features ATI Radeon X1250 Video Memory Shared video memory (UMA) Max Allocated RAM Size 512.0 MB Issues : Problem with the Graphical User Interface. System used to hang a lot. Moving and clicking with the mouse was a pain. Even there was a latency to browse the application menu....

June 24, 2009 · Ratnadeep Debnath

Install Windows Games in Linux with PlayOnLinux ...

Hi all… I have a Dell XPS M1530 running on Fedora 10. It has got a 2 GHz Intel Centrino Duo processor, 2GB RAM, 256 MB Nvidia GeForce 8600M GT, quite a configuration for decent gaming. But till today I had to boot in Windows Vista to play games. So I have been trying to install and run Windows games in Fedora. There are a few tools for this purpose. The famous and proprietory and non-free Transgaming Cedega, Codeweavers Crossover Games and the all free PlayOnLinux....

May 22, 2009 · Ratnadeep Debnath

Day 2, DGPLUG Fedora Activity Day, 2009 ...

15th May, 2009, Day 2, DGPLUG FAD in Dr. B. C. Roy Engineering College, Durgapur. It was around 11:30 AM, that we started the 2nd Day of FAD. The number of participants were less than the Day 1, it was around 15, but we could see some new faces. The ECE students couldn’t join because they had their internals and Lab Examinations the very same day. We started the day with some cool videos from tv....

May 16, 2009 · Ratnadeep Debnath

DGPLUG Fedora Activity Day ... Day 1, 14 May 2009

The Linux Users’ Group of Durgapur, i.e, DGPLUG conducted a Fedora Activity Day in Dr. B. C. Roy Engineering College, Durgapur. Though it was planned to be a 1 day FAD, it got extended to one more day, i.e, 15th May 2009. The people working for this FAD to happen are Harsh Verma, Kishan Goyal, me , i.e, Ratnadeep Debnath (rtnpro), Subhodip Biswas, Arindam Ghosh, Meejanur Rahaman, Dibyanshu Jaiswal. Also, we had Rangeen Basu Roy Chowdhury with us....

May 14, 2009 · Ratnadeep Debnath

How to make a custom Fedora Linux Distribution

The following is a nice tutorial on how to create a custom Linux Distribution . PCPlus has a tutorial on building your own Linux distribution with the customizations you want, derived from Fedora, using the graphical interface called Revisor. “We’re used to thinking of Linux distributions being set in stone. They’re either KDE or Gnome, use a certain kernel and bundle certain applications. But this doesn’t have to be the case....

May 9, 2009 · Ratnadeep Debnath

Working with some bluetooth coding :)

It’s been quite some time since I started poking with bluetooth coding, but didn’t understand it much. But it was quite some moment this afternoon. I was trying to study the rfcomm source code, and finally could able to find out the part of the code responsible for the “bind” option for rfcomm. Had a code already for scanning for nearby bluetooth devices. Edited some of theirs codes, added some lines, and came up with a code in c which scans for nearby bluetooth devices, displays them, asks the users to choose one of the devices to bind, and accordingly binds that device....

May 8, 2009 · Ratnadeep Debnath

DGPLUG Fedora Activity Day, 2009

A Fedora Activity Day is going to be conducted by the Linux Users’ Group of Durgapur, DGPLUG in Dr. B. C. Roy Engneering College, Durgapur on 14 May, 2009. The agenda of this FAD is to increase FOSS awareness among the students of BCREC and to introduce them to the wide spectrum of things that they can do in Linux in their day to day life. Fedora is not just an operating system, it is a community comprised of people coming from different walks of life, yet all believing in the foundations of Fedora...

May 6, 2009 · Ratnadeep Debnath

How to create an ssh key?

I’m not going to talk on the theory of ssh key encryption and all, but how to create one. OpenSSH is needed to be installed in the system to create an ssh key. Generally, OpenSSH comes with Fedora. But, anyways you can do: $ yum install openssh to install it. Once it is installed, do the following : $ ssh-keygen -t rsa You will be prompted to enter the location to store the ssh key files, press Enter for default....

May 5, 2009 · Ratnadeep Debnath

How to setup a GPRS internet connection in Linux via bluetooth ...

Often I hear questions like this “How do I connect to the internet from linux via my bluetooth mobile phone GPRS?” Yes, there are ways to do that, but telling a newbie to go to the terminal and do hcitool scan, rfcomm, etc. spooks him out. And also The system-config-network, while setting up a Modem Connection through it, one has to com across port numbers, baud rate, etc. and a user not used to Linux, most of the time finds these things weird, especially the users....

April 29, 2009 · Ratnadeep Debnath

Fiasco trying to upgrade fs from ext3 to ext4

It was afternoon when I tried my hands on trying to upgrade my filesysten from ext3 to ext4. I referred to : http://ext4.wiki.kernel.org/index.php/Ext4_Howto#Converting_an_ext3_filesystem_to_ext4 As mentioned… I did the following : <code style="white-space:nowrap;color:#495988;background-color:white;"># tune2fs -O extents,uninit_bg,dir_index /dev/<em>VolGroup00/LogVol00</em> <code style="white-space:nowrap;color:#495988;background-color:white;"># e2fsck -fD /dev/<em>VolGroup00/LogVol00</em> After quite some time, the procedure finally completed. I was so delighted that I did a sytem reboot to find that my system won’t boot. The reason, I didn’t update my kernel ramdisk image, and it tried to mount the / partition as ext3 and failed as the partition has already become ext4....

April 14, 2009 · Ratnadeep Debnath