|  About Me  |  Blogs  |  Photos  |  Publications  |  Resume  | 

Archive for February, 2005

Panorama Tools

Monday, February 21st, 2005

hugin and enblend are really nice tools for making panoramas. The apt source is here:

# panorama tools
deb http://itp.tugraz.at/Comp/debian/ sarge system desktop science
deb-src http://itp.tugraz.at/Comp/debian/ sarge system desktop science

Browsing remote cups server

Sunday, February 13th, 2005

I setup polling for cups on my laptop to browse available printers on the network I was connected to. So at work I get office printers and at home I get home printer.

First we need to setup cup server at home to allow browsing:

Port 631

BrowseAllow 192.168.10.*

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.10.*
</Location>

Then on [...]

MPlayer not showing subtitle file

Tuesday, February 8th, 2005

Symptom: MPlayer found the subtitle file but was not showing subtitles during playback. It gave the error message:

Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.

Fix: apt-get install mplayer-fonts.