Ho reinstallato il PowerBook 500 di cui ho scritto in questo post.
Installato tramite il CD net-install 6.0.1
Tutto OK, ma come al solito (me lo fanno tutte le distro Linux dal periodo di Fedora 10 in poi, forse si salva YellowDog) a fine installazione c'è stato il problema dell'impostazione del video.
Questa volta però peggio rispetto a Lenny: all'avvio del server X non rispondeva neanche la tastiera (mi viene in mente adesso che non ho provato a collegare una tastiera USB), non era possibile andare in modo testo.
Il PowerBook però era funzionante:
Mi sono collegato via ssh da un'altra postazione e ho aggiunto a mano il file xorg.conf che avevo salvato dalla precedente installazione.
Riavviato e funzionato tutto.
di seguito xorg.conf funzionante, spero sia utile anche a qualcun altro:
# Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" # keyboard added by rhpxl Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "it" EndSection Section "Monitor" Identifier "Monitor0" ModelName "LCD Panel 1024x768" HorizSync 31.5 - 48.0 VertRefresh 56.0 - 65.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "r128" Option "UseFBDev" "true" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection



