Acer AL1916W: running Xorg at 1440×900

I recently purchased an Acer AL1916W, a nice Widescreen TFT with an unusual resolution of 1440×900 px, which was at first a challenge to configure. I tried various setups in xorg.conf, en- and disabled DDC, even wrote my own modelines. The best I got was an 1440×900 resolution with black broders (~ 3 cm) on the left and right.

Until i read the manual (RTFM!), which I couldn’t find at the Acer Worldwide Homepage, so i provide it here: Acer AL1916W Handbook. At the end of the manual the reference signalmodes are listed:

Display Mode: WXGA 1440×900
Horizontal Frequency (kHz): 55.935
Vertical Frequency (Hz): 55.887
Pixel Frequency (MHz): 106.5
SYNC Polarity (H/V): -/+

At first i was puzzeld, because the refreshrate isn’t an integer (as I thought it should be). Nevertheless I used gtf, a small xorg-tool to calculate VESA Modlines, with this values:

~ # gtf 1440 900 55.887

# 1440x900 @ 55.89 Hz (GTF) hsync: 51.97 kHz; pclk: 98.96 MHz
Modeline "1440x900_55.89" 98.96 1440 1520 1672 1904 900 901 904 930 -HSync +Vsync

Using this ModeLine in xorg.conf, the Acer detects a 60 Hz refresh rate, and the auto-adjust works fine, the borders are gone.

awstats under debian

While setting up awstats und debian, I ran into some errors. Here’s what happened, and how to get over it.

Get awstats

~# apt-get install awstats

Configure awstats

~# cd /usr/local/awstats/
/usr/local/awstats# perl awstats_configure.pl

answer the questions, and the configure script failes with

Error: Failed to open '/usr/local/awstats/wwwroot/cgi-bin/awstats.model.conf' for read.

Hmm … the awstats.model.conf and the wwwroot directory don’t exist, so I ran

~# gunzip -v /usr/share/doc/awstats/examples/awstats.model.conf.gz

And beacuse the debian installer doens’t adapt the configure script, edit the head of /usr/share/doc/awstats/examples/awstats_configure.pl to

$AWSTATS_PATH='/usr/share/awstats';
$AWSTATS_ICON_PATH='/usr/share/awstats/icon';
$AWSTATS_CSS_PATH='/usr/share/awstats/css';
$AWSTATS_CLASSES_PATH='/usr/share/awstats/lib';
$AWSTATS_CGI_PATH='/usr/lib/cgi-bin';
$AWSTATS_MODEL_CONFIG='/usr/share/doc/awstats/examples/awstats.model.conf';
$AWSTATS_DIRDATA_PATH='/var/lib/awstats';

Now awstats_configure.pl works!

Because I use apache2, i had to edit /etc/awstats/awstats.yourdomain.com.conf

LogFile="/var/log/apache2/access.log"

Before the awstats-Site is viewable, the perlscript has to be executable by the apache2 user

~# chown www-data /usr/lib/cgi-bin/awstats.pl

That’s it, awstats is up. It has just a minimal configuration, but works. Everybody should read the available documentation, to get awstats with all the features.

Paris je t’aime

Gespickt mit großen Namen, seien es Ressigeure wie Joel & Ethan Coen, Tom Tykwer, Gus Van Sant, u.a. oder Schauspieler im Range von Nick Nolte, Steve Buscemi, Juliette Binoche oder Wiliam Dafoe,  um nur einige zu nennen, war Paris je t’aime für mich ein Pflichttermin.

Vorgestern hab ich ihn dann auch wahrnehmen können. Zunächst lies mich der Film aber rätselnd zurück, nachdem eine Frau am Straßenrand zusammengebrochen ist und ein Mann sie zur Erholung in sein Auto legt, wird auf den nächten Film geschnitten. Auf einen von achzehn Kurzfilmen, die eher zusammenhanglos Paris je t’aime bilden. Was die einzelnen Episoden dabei verbindet, ist weniger die Stadt Paris, die nur eine untergeordnete Rolle spielt, sondern die Liebe. Jetzt im Nachhinein würde ich sagen: Die Begegnung.

Meist begenen sich Mann und Frau, und die Situationen sind unterschiedlichst. Ein alterndes Ehepaar trifft sich um Scheidungsmodalitäten zu besprechen (unter der Regie von Gerad Depardieu), ein blinder Junge verliebt sich ein Mädchen, ein Pantomime findet seine Frau. Die Episoden die mir wirklich gefallen haben, sind eher rar, wie z.B. Tuileries, inszeniert von den Gebrüdern Coehen, die den meisterlichen Steve Buscemi in arge Probleme geraten lassen, weil er ein Pärchen beim Knutschen beobachtet.

Im Fazit sind die guten Passagen zu kurz, da sie mehr Tiefe verdient hätten. Die schlechten bzw. mäßigen (und die sind in der Überzahl), hätte man ruhig auslassen können. 20 Ressigeure, 18 Episoden und mehr als nur eine Hand voll Schauspielern von Weltrang hätten in Summe ein besseres Werk abliefern müssen. Die wenigen guten Kurzfilme sind aber einen Kinobesuch wert.

finally up

I’m glad my site finally is up. Some of you might have been to henry78.at before, visting different single pages. These days are gone. I choose wordpress to provide a clean frontend, and will migrate the previous content soon. Be sure to visit again, and watch what this site will evolve to. At least me is curious.