Month: Ottobre 2004

Il Ministro Matteoli si adonta

Audizione sui termovalorizzatori di Matteoli dell’11 Luglio, il Ministro cerca di spiegare che la costruzione di nuovi inceneritori non è nociva per la popolazione, ma rappresenta una soluzione che ci avvicina agli obiettivi imposti dal trattato di Kyoto (che, fra parentesi, in questi giorni è stato reso finalmente effettivo grazie alla firma della Russia).

In questo contesto, mi ha molto colpito questa frase del Ministro:

E’ incredibile che la politica, e in questo caso il sottoscritto, non riesca a raggiungere gli italiani che protestano e convincerli di cio` di cui sono convinto. Di questo mi adonto.

Mi spiace, signor Ministro, del suo adontamento. Credo, in tutta onestà, che ricercare esposizioni complesse per alterare i dati di fatto e spiegare in maniera semplice la propria posizione ai cittadini non sia possibile.

Aggiornamenti via email

Da oggi è possibile ricevere gli aggiornamenti di queste pagine via email. E’ molto semplice: inserite il vostro indirizzo email nello spazio in alto a destra e riceverete una email di conferma, con un indirizzo web. Cliccate su questo indirizzo, e sarete iscritti.
In questo modo riceverete via email tutti i nuovi articoli che saranno pubblicati su queste pagine.

Linux on a Compaq 1600 XL HOWTO

This Notebook is fully linux compatible

Here is the specifics of that notebook:

CPU Genuine Intel Celeron Mendocino 466 Mhz (Bogomips 927.33
Memory 64 Mb (I use 8 of this for the videoram)
Floppy Unknown 1.44MB 3.5″
Hard Disk Fujitsu 6Gb ATAPI / IDE
DVD Rom Toshiba DVD-ROM SD-C2302 ATAPI/IDE
Modem Conexant HSP MicroModem 56K pci (Software Modem)
Monitor: XTFT 14″
Video Card Trident Microsystems Cyberblade (generic) Cyberblade i1 pci
Sound Card Via Technologies Inc. VT82C686 pci [Apollo Super Ac97/audio]
Touchpad Synaptic

Thanks to Harddrake for those informations :) ( you can download it at http://www.linux-mandrake.com/harddrake∞ )
Update (27-5-2002): I’ve corrected the Mouse cursor problem with Linux in a Compaq Presario
Sometimes, when the memory is full and linux swaps on hard drive, the mouse cursor leave his correct position and the mouse clicks 1 cm left from the pointer. To correct that problem, insert the line Option “sw_cursor” in the Section “Device” of /etc/X11/XF68Config-4 configuration file. That corrects the problem. I’ve updated the configuration files.

Update: Now also the Conexant winmodem works correctly!
Thanks to Mark Hopkins for this wimodem help
You can find a driver at the location:
http://www.mbsi.ca/hsflinux/
I’ve tested it with Red Hat 7.2, and it works correctly. Because I don’t live on US, after the installation with the rpm of the driver I’ve launched that command:
# hsfconfig –country
And then Selected “Italy”. You can select here your different country.
See those urls to get more information:
http://www.linmodems.org
http://www.geocities.com/SiliconValley/3217/Documents/WinModems.html
http://www.o2.net/~gromitkc/winmodem.html
http://walbran.org/sean/linux/linmodem-howto.html

I’ve installed a Mandrake 7.2 , a Red Hat 7.1 and a Red Hat 7.2 distribution. They don’t recognize our graphic card, but the only thing you have to do is to replace the /etc/X11/XF86Config or /etc/X11/XF86Config-4 with the one provided in this page. (Read the files table). I use the touchpad or an external ps2 mouse, there’s no problem with the configuration.
If you want to use an external ps2 wheel mouse you must disable the gpm daemon on console, because it makes the mouse on console crazy and flipping. If you want to use the wheel, you must edit the section “imputdevice” as follow

Section “InputDevice”
Identifier “Mouse0”
# Modified by mouseconfig
Driver “mouse”
Option “Device” “/dev/mouse”
Option “Protocol” “IMPS/2”
Option “Emulate3Buttons” “no”
Option “ZAxisMapping” “4 5”
EndSection

This notebook has a confortable little display that shows the battery status, so I have not installed any dock to show the apm status in my desktop. Just run “apm” on a console if you want the % of charge.

And here is my configuration files:
Kernel Configuration (version 2.2.4-test11).
The soundcard works with the Via kernel driver, just do a modprobe to load the modules (Red Hat 7.2 does it automatically): .config

Xfree Configuration (for version 3.3.6)

It’s with italian keyboard, so if you want an other country map just modify the keyboard section and substitute the “it” with your keymap.

I used there 8 Mb for the videoram, setted from the bios. To use the mtrr acceleration, execute this command (after recompiling the kernel, with my .config file or with mtrr enabled):

echo “base=0xF5000000 size=8192k type=write-combining” >/proc/mtrr

XF86Config

Xfree Configuration (for version 4.*) (NEW)
The only way to make the new Xfree working with our laptop is to change first the /etc/lilo.conf file, adding a line with the VGA mode. If not, launching the Xfree server you will get working section of video, but not centered and moved on the right (if you can correct this error, send the solution to me). So change the lilo.conf file like this:

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=791 <-------- That line is fundamental lba32 prompt timeout=30 message=/boot/message default=Windows image=/boot/vmlinuz-2.4.2-2 label=linux read-only root=/dev/hda7 append="ide=ata66 idebus=66" vga=788 <--------# That line is fundamental image=/boot/vmlinuz-2.4.2-2 <----- this section is the same # that above, but without the vga line. Add it to be #sure when you will #reboot to have at least one lilo image working. label=linuxtext read-only root=/dev/hda7 append="idebus=66 ide0=ata66 ide0=dma hda=autotune ide0=autotune" other=/dev/hda1 <--- this is not fundamental :) optional label=Windows Then you must be sure to use the Xfree 4 version. In modern distribution (like Mandrake 7.2, 8, Red Hat 7.1 and so on) you have the choice at the installation time. After that, you can change the Xfree version running on your machine by changing the /etc/X11/X simbolic link. If it brings to /usr/bin/X11/XFree86 then you're using the 4.* version. If it link to a /usr/bin/X11/XF86_* then you're using the 3.3.6 one. Just change that link to the one you want!! So now you can put my configuration file XF86Config-4 in your /etc/X11 dir. It's with italian keyboard, so if you want an other country map just modify the keyboard section and substitute the "it" with your keymap. I used there 4 Mb for the videoram, setted from the bios. To use the mtrr acceleration, se the relative documentation in the kernel source tree. Files XF86Config (version 3) # XF86Config auto-generated by XF86Setup # # Copyright (c) 1996 by The XFree86 Project, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of the XFree86 Project shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from the # XFree86 Project. # # See 'man XF86Config' for info on the format of this file Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:-1" # FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi" EndSection Section "ServerFlags" EndSection Section "Keyboard" Protocol "Standard" AutoRepeat 250 30 LeftAlt Meta RightAlt Meta ScrollLock Compose RightCtl Control XkbKeycodes "xfree86" XkbTypes "default" XkbCompat "default" XkbSymbols "us(pc105)" XkbGeometry "pc" XkbRules "xfree86" XkbModel "pc105" XkbLayout "it" # XkbSymbols "us(pc101)" # XkbModel "pc101" #"pc104" # XkbLayout "us" #"de" # XkbVariant "nodeadkeys" EndSection Section "Pointer" Protocol "PS/2" Device "/dev/psaux" BaudRate 1200 Emulate3Timeout 50 EndSection Section "Monitor" Identifier "Generic Multisync" VendorName "Unknown" ModelName "Unknown" HorizSync 30-64 VertRefresh 60-60 Modeline "1024x768" 65.00 1024 1032 1176 1344 768 771 777 806 -hsync -vsync EndSection Section "Device" Identifier "Generic VGA" VendorName "Unknown" BoardName "Unknown" Chipset "generic" EndSection Section "Device" Identifier "My Video Card" VendorName "Unknown" BoardName "Unknown" Chipset "cyberblade" EndSection Section "Screen" Driver "Accel" Device "My Video Card" Monitor "Generic Multisync" DefaultColorDepth 32 BlankTime 0 SuspendTime 0 OffTime 0 SubSection "Display" Depth 8 Modes "1024x768" ViewPort 0 0 EndSubSection SubSection "Display" Depth 15 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" EndSubSection EndSection Section "Screen" Driver "SVGA" Device "My Video Card" Monitor "Generic Multisync" DefaultColorDepth 32 BlankTime 0 SuspendTime 0 OffTime 0 SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" ViewPort 0 0 EndSubSection SubSection "Display" Depth 32 Modes "1024x768" EndSubSection EndSection Section "Screen" Driver "VGA16" Device "Generic VGA" Monitor "Generic Multisync" BlankTime 0 SuspendTime 0 OffTime 0 SubSection "Display" Depth 4 Modes "1024x768" ViewPort 0 0 EndSubSection EndSection Section "Screen" Driver "VGA2" Device "Generic VGA" Monitor "Generic Multisync" BlankTime 0 SuspendTime 0 OffTime 0 SubSection "Display" Depth 1 Modes "1024x768" ViewPort 0 0 EndSubSection EndSection XF86Config-4 # XFree86 4.0 configuration generated by Xconfigurator Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection # By default, Red Hat Linux 6.0 and later use xfs Section "Files" FontPath "unix/:7100" EndSection # Module loading section Section "Module" Load "dbe" # Double-buffering Load "GLcore" # OpenGL support Load "dri" # Direct rendering infrastructure Load "glx" # OpenGL X protocol interface Load "extmod" # Misc. required extensions Load "v4l" # Video4Linux # Load "pex5" # PHIGS for X 3D environment (obsolete) # Load "record" # X event recorder # Load "xie" # X Image Extension (obsolete) # You only need the following two modules if you do not use xfs. # Load "freetype" # TrueType font handler # Load "type1" # Adobe Type 1 font handler EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbLayout" "it" EndSection Section "InputDevice" Identifier "Mouse0" # Modified by mouseconfig Driver "mouse" Option "Device" "/dev/mouse" Option "Protocol" "PS/2" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "CustomConfiguration" VendorName "Unknown" ModelName "Unknown" HorizSync 31.5-57 VertRefresh 50-90 Option "dpms" EndSection Section "Device" Identifier "My Video Card" Driver "trident" BoardName "Unknown" # Use Option "nolinear" if the server doesn't start up correctly # (this avoids the linear framebuffer probe). If that fails try # option "nomemaccess". # # Refer to /usr/X11R6/lib/doc/README.S3, and the XF86_S3 man page. EndSection Section "Device" Identifier "Linux Frame Buffer" Driver "fbdev" BoardName "Unknown" EndSection Section "Screen" Identifier "Screen0" Device "My Video Card" Monitor "CustomConfiguration" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1024x768" EndSubSection EndSection Section "DRI" Mode 0666 EndSection XF86Config-4 Debian ### BEGIN DEBCONF SECTION # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the # Debian X Configuration tool, using values from the debconf database. # # Edit this file with caution, and see the XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # If you want your changes to this file preserved by dexconf, only make changes # before the "### BEGIN DEBCONF SECTION" line above, and/or after the # "### END DEBCONF SECTION" line below. # # To change things within the debconf section, run the command: # dpkg-reconfigure xserver-xfree86 # as root. Also see "How do I add custom sections to a dexconf-generated # XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz. Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "pex5" Load "record" Load "speedo" Load "type1" Load "vbe" Load "xie" # Load "xtt" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "it" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Trident Cyberblade i1" Driver "trident" VideoRam 8024 Option "sw_cursor" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 30-60 VertRefresh 50-75 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Trident Cyberblade i1" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Generic Mouse" EndSection Section "DRI" Mode 0666 EndSection ### END DEBCONF SECTION I'm working to use the special internet keys over the keyboard, so stay tuned! Please email me anything you want to add or modify into this page.

Il software è come una torta

Immaginate la vostra nonna, che riceve dalla vicina una ricetta. La mette in pratica, vede che il risultato non è quello sperato, aggiunge un ingrediente, cambia il tempo di cottura, ottenendo un’ottima torta. Una di quelle torte che rientreranno presto nel personale bagaglio di conoscenze che l’aiuterà ad avvicinare i nipoti, avidi di dolci.

Vedete nulla di strano in tutto ciò?

Ora immaginate uno scenario di questo tipo. La nonna ottiene una torta dalla vicina, che le fa firmare un contratto di non diffusione, non modifica, di utilizzo solo personale dello scambio appena avvenuto. Perplessa, la nonna firma, e prende un pezzo di torta: non è perfetta, sa bene che qualcosa nella cottura o negli ingredienti non è stato fatto con la dovuta cura. Ma non può nulla: senza ricetta, non riesce a partire da quella torta per migliorarla, e non la può nemmeno dare ai nipoti.

Il software libero nasce dallo stesso problema, riscontrato da un gruppo di informatici, che erano infastiditi dall’impossibilità di adattare i programmi alle proprie esigenze. In più, i dati digitali hanno un costo di replicazione molto basso, cosa che rende ancora più seccante il divieto di condivisione.
D’altra parte tutta la scienza, prima di incontrare il business e la privatizzazione della ricerca, era basata sulla condivisione delle conoscenze, che permetteva il vero progresso tecnologico.

L’idea di condividere le proprie scoperte ed i propri risultati, quindi, non era affatto nuova.

Così Richard Stallman, un programmatore del MIT, decise di iniziare un nuovo progetto che prevedeva lo sviluppo di tutto un sistema operativo (GNU), che è il programma di base dei computer (due esempi sono Linux e Windows). Per fare questo, però, serviva un modo per favorire e difendere la sua creatura dagli attacchi che avrebbe ricevuto dall’esterno: se avesse lasciato tutti liberi di fare qualsiasi cosa con il programma, qualcuno avrebbe potuto prenderlo e mettervi sopra un Copyright, impedendo la copia agli stessi autori originali. Per questo motivo inventò un Copyright tutto particolare, che per queste peculiarità volle chiamare, con un tipico gioco di parole, Copyleft.

Permessi di autore in opposizione ai diritti d’autore.

In pratica, la licenza d’uso che segue i programmi che si rientrano nel software libero, chiamata General Public License, permette a tutti di copiarli, modificarli e venderli a patto che ogni modifica segua la stessa licenza. Per fare in modo che questo avvenga in pratica è necessario che siano resi sempre disponibili i sorgenti del programma. Tornando all’esempio della torta, la ricetta “sorgente” deve essere sempre fornita quando si vende o si regala il dolce. Se qualcuno decide di modificare la ricetta e quindi il risultato, deve fornire ad ogni persona che riceve la torta, ottenuta con il metodo modificato, la nuova versione della ricetta. In questo modo funziona il software libero: milioni di persone nel mondo si scambiano programmi, scrivendone pezzi o modificandone parti, purché vengano mantenute queste libertà. Nessuno può impedirne la copia, perché gli autori stessi hanno deciso di dare il loro permesso e di ottenere in cambio la stessa possibilità di utilizzo delle modifiche. Così è nato Linux, per mano di Linus Torvalds, che iniziò il progetto, e per mano di tantissimi altri che contribuirono e contribuiscono ad aggiungere pezzi.
Ma con il software libero, non si annulla l’industria dell’informatica? No, come è vero che le pasticcerie sono sempre aperte. Inanzitutto non tutti hanno capacità e tempo di lavorare sui programmi, e la spesa per l’acquisizione dei sistemi informatici si sposta dalla vendita di copie (licenze) alla personalizzazione ed ai servizi di assistenza. Lo spazio è poco, ed il discorso è complesso ed interessante, sia dal punto di vista tecnico che filosofico, tanto che gli stessi discorsi stanno arrivando anche ad altri ambiti della cultura, dalla letteratura alle arti, passando per l’ingegneria e l’architettura. Se vorrete, continueremo il discorso spostandoci inizialmente su un’altro aspetto dei diritti d’autore: i brevetti.

Internet e le nuove tecnologie abbattono le distanze tra le persone, e le persone, a volte, decidono di utilizzare questo vantaggio per collaborare a qualcosa di buono. Sempre che riescano a rimanere liberi di farlo, senza che qualcuno impedisca loro di scambiarsi idee.

Diritto (di Repressione) d’Autore.

L’informatica e le persone che indirettamente ne fanno uso ricorderanno a lungo la data del 18 Maggio 2004. In Italia ed in Europa questa data potrebbe significare un enorme cambiamento dell’insieme delle norme che regolano il diritto d’autore ed il modo di lavorare nel campo dei calcolatori elettronici.
Nello stesso giorno, coincidenza forse non totalmente casuale, è stato convertito in legge il Decreto Urbani ed è stata approvata una direttiva che introduce i brevetti sul software anche in Europa. Proprio su queste pagine sono state discusse le motivazioni che rendono entrambi i provvedimenti inutili dal punto di vista della riduzione degli illeciti, iniqui nell’applicazione delle sanzioni, semplicemente anacronistici ed insensati se guardati nell’ottica di ridiscutere la proprietà intellettuale tenendo conto dei nuovi mezzi di trasmissione delle informazioni.
Partiamo dalla legge Urbani, che con un colpo di mano dell’ultimo momento introduce sanzioni che arrivano a 4 anni di reclusione.
Queste pene esagerate possono essere la “giusta” sanzione per chi trae profitto dallo scambio illecito di materiale coperto da diritto d’autore, come cd musicali oppure video. Tutti coloro che stanno protestando contro questa legge, e sono tanti, sono assolutamente convinti della necessità di riconoscere agli autori il giusto valore, economico e morale. Quella che viene altrettanto fermamente contestata è invece l’iniquità della pena. Una gran parte dei problemi derivanti direttamente da questa legge è inclusa nella definizione giuridica di “trarre profitto”, apparentemente molto simile al “fine di lucro”. Il profitto è un qualsiasi vantaggio o beneficio intellettuale, ed include per esempio anche l’ascolto di un’opera. Il lucro, viceversa, è un guadagno di natura esclusivamente economica. Quando la legge è stata scritta per la prima volta, includeva solamente il fine di lucro. Per fare un esempio, chi masterizzava cd per la vendita rischiava la galera, ma chi li usava per scopi personali non correva questo rischio (ma solo sanzioni amministrative già previste dalla legge). Con questa piccola modifica, ottenuta semplicemente sostituendo nell’Articolo 1 le parole “a fine di lucro” con “a scopo di trarne profitto”, si cambia totalmente registro. Chiunque abbia una sola canzone non originale, secondo la legge ora rischia 4 anni di galera. Per fare un paragone, chi ruba miliardi evadendo il fisco con il falso in bilancio rischia solamente una multa e nessuna sanzione penale, mentre chi maltratta un bambino o un componente della propria famiglia, chi compie violenza privata e chi scambia una sola canzone su internet senza scopo di lucro (al limite anche senza ascoltarla nemmeno una volta), viene punito alla stessa maniera, con 4 anni di carcere. Semplicemente insensato, come il fatto che a discutere di questa legge, tra le altre personalità di “elevato spessore”che decidono del nostro futuro senza capirlo, ci fosse Gabriella Carlucci.
Come se non bastasse questa brutta notizia, dall’Unione Europea nello stesso giorno giunge notizia dell’introduzione dei brevetti software, che il parlamento europeo aveva già bocciato in una precedente seduta. I rappresentanti italiani in commissione avevano dichiarato di essere contrari, per una lunghissima lista di motivi, ma alla fine si sono astenuti.
Come dire, non è nostra la colpa, non possiamo fare nulla, e di nascosto fare l’occhiolino alle multinazionali americane. Le stesse grosse aziende statunitensi che hanno pagato fior di quattrini per sponsorizzare l’attuale presidenza irlandese (http://www.eu2004.ie/sitetools/sponsorship.asp) che guarda caso si è applicata con straordinario impegno in questa direttiva europea.
In conclusione, vorrei soffermarmi su quella che sembra essere la linea generale dei nostri governi moderni, quelli che amiamo chiamare “democratici”. I cittadini vengono sempre di più sovraccaricati del peso del mantenimento della società e dei lussi di pochi imprenditori, che ottengono questi benefici impedendo loro il libero pensiero, obbligandoli a consumare materiale che a loro non serve, ingozzandoli come maiali da ingrasso di finta cultura non voluta, usa e getta e a buon mercato.
Musica, letteratura, cinematografia che da arte diventa prodotto, e da prodotto diventa un oggetto che non ti è permesso rifiutare. Se qualcuno ha qualcosa in contrario, si paga la stesura di una legge (pare che ora sia a buon mercato) che impedisca ogni tentativo di uscire da questa morsa.
Una battaglia è stata persa, ma la guerra è ancora in atto, grazie anche a politici che si stanno mobilitando contro queste insensatezze, con il senatore Cortiana e l’europarlamentare Cappato in testa.
Da parte nostra, dovremmo iniziare a dire di no partendo dalle piccole cose. I nostri 22 euro, invece che spenderli per il cd di Tiziano Ferro, che si ascolta forse una volta e si butta nel dimenticatoio, dovremmo pagarli al piccolo gruppo che suona su un palco, che mette veramente sudore, passione ed intenso lavoro. Che rischia di andare in galera se non paga il suo tributo alla SIAE per ottenere diritti che non arriveranno mai, e che rimane l’unico vero motivo per il quale possiamo ancora considerare la musica un’arte che possa servire all’umanità.
Una, dieci, cento leggi di questo tipo non aumenteranno il nostro consumo di cd musicali, al contrario rischiano di produrre un rigetto simile a quello provato per la carne dai vegetariani.

Torna su