Sunday, April 12, 2015

GIMP batch processing

Just want to share a nice little plugin BIMP (Batch Image Manipulation Plugin)for batch processing in GIMP. As it says on the tin, it allows you to queue up processing steps and apply them to a set of images in batch. You can find this plugin at: http://www.alessandrofrancesconi.it/projects/bimp/

Thursday, April 2, 2015

Xubuntu 14.10 and Intel i915

It is very easy to setup Xubuntu on this old laptop.  Unlike the OS (Windows) it replaced, it runs smoothly on the laptop's Core2Due processor and with 3GB memory.  Most hardware on this laptop just works in Xubuntu, with the exception of the Intel i915.  Every now and then, I got a corrupted screen.

After reading up a few posts on online forums, it seems this can be fixed by applying

1) Create a i915.conf file in /etc/modprobe.d with this line

options i915 enable_rc6=1 enable_fbc=1 lvds_downclock=1

2) create a xorg.conf in /etc/X11 with the settings below

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod"  "uxa"
EndSection


This tricks seem to work so far.  I will update this post in few weeks time to let you know if it really gets the job done!