Skip to main content

Outstanding problems in Intrepid

There are some outstanding problems that exists in my Intrepid box which I am trying to solve for quite some time. But every time after spending considerable time on research and ending up with little information I give up. I list them here so that I get to them the moment I have some spare time.
  1. Sound record does not work in my box. Have to figure out the fine balance between pulseaudio and ALSA.
  2. Webcam (Creative Vista LIVE) works with Cheese without hiccups but fails to work in Skype.
  3. VGA problem : I have integrated Radeon X200 with an 8X PCI slot in my comapny PC. So no point adding a PCI card. It would under perform. The problem is that Compiz(Desktop effects in Intrepid) works only with propriety drivers fglrx. But Quake III Arena becomes a slideshow with fglrx running. It has something to do with indirect direct rendering. I is also responsible for the flickers in the video players like mplayer. I have a separate post where I discuss the issues with not having DRI (the one with mplayer). Coming back to the point. To run quake I have to disable fglrx and reenable it for desktop effects. That means I have to restart every time I play Quake. This is idiotic. I have uninstalled fglrx and the xorg-radeon drivers work just fine for me. Quake shows less FPS. But I will survive.The situation was much better with Hardy. Compiz and Quake ran smoothly at the same time. The problem also disappers in Jaunty. But I am unwilling to upgrade to Jaunty at this very moment because of hardware compatibilty issues. Making sound work in Jaunty is a real pain. And I have endured that for 2 weeks to know how it feels like.
  4. I could not connect my phone to the computer and use it as a USB device. Initially it used to work but no more in Intrepid. I get the error " device descriptor read/64, error -62 ". I really do not know how to deal with it. Some forums suggest to uninstall ehci_hcd and use only ohci_hcd. It means instead of using high speed USB 2.0 use the low speed one. I have tried that too. Sadly, it doesn't work too.
  5. Samba trouble : In Intrepid giving just the IP address do not list all the shared windows folders itself. I have to explicitly give the name of the shared folder and then smb kindly shows it contents. I have seen it work in Hardy and CentOS 5 but not in the Mandriva 2008. So it must either some bug in newer samba implementations or the configuration file smb.conf is set to some defaults which is not correct.
  6. I could not add my Google calender to Evolution even though there is an option to do so in Evolution (one of the option in make new calender). On making a new google calender in Evolution, it asks for username password. On providing the password, Evolution just freezes and locks up. It becomes normal after a long time, but it doesn't load any google calender. There is another way of adding usind the ICAL addres from google calender. But the resulting calender would be read-only. I do not mind that. But even that is not working. Evolution is attempting to prefix webcal:// to an http:// address of the .ics file of google calender.

Comments

Popular posts from this blog

Fastest way to send multiple drafts from gmail

People claim that the fastest way to send multiple email drafts is to use Gmail IMAP with email client like Outlook or Evolution or Thunderbird. But I have found this is not true. Because Thunderbird and Evolution etc. email clients treats the drafts as emails still to be edited. So it is not just simple select all and hit send. Each email draft has to be opened and sent separately. That is a lot of clicks and mouse movements, wasting precious time and energy. I have a better solution which involves minimum keystrokes and mouse usage. Efficiency booster technique for sending emails. If someone is feeling adventurous and want to try it from the Gmail interface itself, here's how to do it in the fastest possible manner. It involves using the mouse once. Select the first draft. Gmail would open a new email box and put the cursor inside the box to write. Press TAB once to go the Send button. Press ENTER to send. Now Gmail sends it and the box is gone but the highlight goes to the last

LYRICS OF CHANDRABINDOO

___________________________________________________________________ SWEET HEART FROM AAR JAANI NAA(T-SERIES) -- SWEETHEART -- Pratham college-er din ta Aajo thik e mone poRey scene ta Dada didi haath dhorey siNRi tei bose poRey Aamar chokh ta ghorey bon bon bon bon Sweetheart, I am seating alone Sweetheart, for me there is none DhoNk gile chole gelo pratham maas Meye dekhlei feli deergho-shwash DhoNk gile chole gelo pratham maas Meye dekhlei othe nabhishwash Meyera bheeshan smart poRey chhoto mini-skirt Aamar e je sheet korey kon kon kon kon Sweetheart, I am seating alone Sweetheart, for me there is none Taarporey kete gelo maas chaar Fuse holo je kato future Bandhura purse khule eke oke taake tole Aamar pran ta korey chon mon chon mon Sweetheart, I am seating alone Sweetheart, for me there is none Ekdin lawn theke beriye Ek tanayaar dike taakiye Hawt korey ki je holo magaj ta ghurey gelo Taar kaaner saamne kori ghyan ghyan ghyan ghyan Sweetheart, I am seating alone Sweethea

Changing the font size of section headings in LaTex

You have several ways to do so: 1.- A direct redefinition of \section: \makeatletter \renewcommand\section{\@startsection{section}{1}{\z@}%                                   {-3.5ex \@plus -1ex \@minus -.2ex}%                                   {2.3ex \@plus.2ex}%                                   {\normalfont\large\bfseries}} \makeatother 2.- By means of the titlesec package: \usepackage{titlesec} \titleformat{\section}{\large\bfseries}{\thesection}{1em}{} 3.- By means of the sectsty package: \usepackage{sectsty} \sectionfont{\large} source : http://www.latex-community.org/forum/viewtopic.php?f=4&t=3245   Now, I would explain the titlesec package a bit more (because it seems easier to me and with more options) : To change the section fonts with this package put the following lines in the preamble - \usepackage{titlesec} \titleformat{\ section }{\ large \ bfseries }{\thesection}{1em}{} Options available are- a> Font size - \normals