Ho installato Lenny sul PowerBook G3 500.
Al primo avvio in modo grafico, la risoluzione viene impostata a 800x600.
Ho provato dpkg-reconfigure xserver-xorg ma non mi riconfigurava la scheda.
Ho provato a modificare a mano /etc/X11/xorg.conf aggiungendo la risoluzione 1024x768, ma ancora non andava.
Allora molto brutalmente ho preso xorg.conf della mia vecchia configurazione Fedora9 e l'ho sostituita a quella creata durante l'installazione.
La configurazione Lenny era questa:# This file was generated by dexconf, the Debian X Configuration tool, using<br /># values from the debconf database.<br />#<br /># Edit this file with caution, and see the xorg.conf manual page.<br /># (Type "man xorg.conf" at the shell prompt.)<br />#<br /># This file is automatically updated on xserver-xorg package upgrades *only*<br /># if it has not been modified since the last upgrade of the xserver-xorg<br /># package.<br />#<br /># If you have edited this file but would like it to be automatically updated<br /># again, run the following command:<br /># sudo dpkg-reconfigure -phigh xserver-xorg<br /><br />Section "InputDevice"<br /> Identifier "Generic Keyboard"<br /> Driver "kbd"<br /> Option "XkbRules" "xorg"<br /> Option "XkbModel" "pc105"<br /> Option "XkbLayout" "it"<br /> Option "XkbOptions" "lv3:lwin_switch"<br />EndSection<br /><br />Section "InputDevice"<br /> Identifier "Configured Mouse"<br /> Driver "mouse"<br />EndSection<br /><br />Section "Device"<br /> Identifier "Configured Video Device"<br /> BusID "PCI:0:16:0"<br /> Option "UseFBDev" "true"<br />EndSection<br /><br />Section "Monitor"<br /> Identifier "Configured Monitor"<br />EndSection<br /><br />Section "Screen"<br /> Identifier "Default Screen"<br /> Monitor "Configured Monitor"<br />EndSection
La nuova configurazione funzionante a 1024x768, se a qualcuno può essere utile, è questa. Usatela solo per il G3 500 Pismo, perché non vorrei che su altri monitor li danneggiasse:
# Xorg configuration created by system-config-display<br /><br />Section "ServerLayout"<br /> Identifier "single head configuration"<br /> Screen 0 "Screen0" 0 0<br /> InputDevice "Keyboard0" "CoreKeyboard"<br />EndSection<br /><br />Section "InputDevice"<br /># keyboard added by rhpxl<br /> Identifier "Keyboard0"<br /> Driver "kbd"<br /> Option "XkbModel" "pc105"<br /> Option "XkbLayout" "it"<br />EndSection<br /><br />Section "Monitor"<br /> Identifier "Monitor0"<br /> ModelName "LCD Panel 1024x768"<br /> HorizSync 31.5 - 48.0<br /> VertRefresh 56.0 - 65.0<br /> Option "dpms"<br />EndSection<br /><br />Section "Device"<br /> Identifier "Videocard0"<br /> Driver "r128"<br /> Option "UseFBDev" "true"<br />EndSection<br /><br />Section "Screen"<br /> Identifier "Screen0"<br /> Device "Videocard0"<br /> Monitor "Monitor0"<br /> DefaultDepth 24<br /> SubSection "Display"<br /> Viewport 0 0<br /> Depth 24<br /> Modes "1024x768"<br /> EndSubSection<br />EndSection
Infine chiedo ai più esperti di Debian (vengo da Fedora, se non si fosse capito) quale era il sistema più "elegante" di risolvere la situazione? Non ho trovato un tool grafico per scegliere il monitor.



