tt-rss: Improve readability

orgttrssreader 1220.pngw124h124 tt rss: Improve readabilityTiny Tiny RSS is a great RSS-Reader i am using to read my feeds at home and mobile. But I don’t like the default layout. But not the Theme i am talking about the readability of the text.

The articles using the whole width of the browser what isn’t really nice because your eyes need to do much more motions that way. Furthermore for such kind of text serif fonts are recommended, because we can read them better.

The readability concept is use for tt-rss is the same i use for this blog. If you like you should continue reading.

Continue reading

Hanvon Art Master Driver for Linux

I bought an Art Master 0806 this weekend and had to recognize that it does not work with Debian or even Ubuntu. 457505 150x98 Hanvon Art Master Driver for Linux

With Google i found an initial release of an driver but this one did not work too. Well the motion worked but the pressure did not.

So i contacted “Ond” ,the developer of the driver and we worked together to fix the problem. Within two days the driver worked with all features.

How to set the driver up:

  • It has to be compiled by your self
  • Download the driver.
  • Unpack the Tar-Zip with ‘tar xfvz [ARCHIVE NAME].tgz’
  • Navigate with ‘cd’ to the folder where the unpacked driver is
  • Use ‘make’ for compiling
  • If there is no error message you can use ‘insmod hanvon.ko’ for binding it.
  • The Tablet should now be usable

If you have any problems feel free to ask me for help.

The driver has been tested only with:

  • Hanvon Artmaster 0806,1107 and the 1209
  • Rollik RL0604, RL0504
  • Hanvon Armaster III (AM3M)
  • GraphicPal 0806

If you tried using it with another model please report your results to me.

If you want the driver to be loaded on boot next time you have to move the hanvon.ko to /lib/modules/your-kernel/kernel/drivers/input/tablet .

update the modules database now.

and add hanvon to /etc/modules

Now the Module should be loaded automatic next time you boot. You can verify that by running:

If no error is reported everything is fine.

Edit1: Markus Zucker made a patch, that adds support for the Hanvon Artmaster AM 1209 to the driver

Edit2: Stephan contacted me because his 1107 was not working with this driver. I did the modification to make it able to use it.