eMacG4, ATI radeon 7500, lenny : xorg affiche un Ecran noir

Bonjour à tous,
Premier post sur le forum debian et ça me fait bien plaisir.
J’ai reçu il y a peu deux eMac G4 et je teste la machine la plus faible :
eMac G4 800Mhz, 128Mo Ram (le second 1Ghz, 640M ram)

dmesg ...
[    0.000000] Using PowerMac machine description
[    0.000000] Total memory = 128MB; using 256kB for hash table (at c7fc0000)
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] [b]Linux version 2.6.26-2-powerpc (Debian 2.6.26-19lenny1) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 Mon Oct 19 05:34:28 UTC 2009[/b]
[    0.000000] time_init: processor frequency   = 799.999998 MHz

La carte graphique est une ATI radeon 7500

# lspci | grep VGA 0000:00:10.0 VGA compatible controller: ATI Technologies Inc Radeon RV200 QW [Radeon 7500]
et

dmesg ..
[    1.465504] radeonfb 0000:00:10.0: enabling device (0086 -> 0087)
[    1.664174] radeonfb (0000:00:10.0): Invalid ROM signature 0 should be 0xaa55
[    1.664188] radeonfb: Retrieved PLL infos from Open Firmware
[    1.664209] radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=180.00 Mhz, System=260.00 MHz
[    1.664231] radeonfb: PLL min 12000 max 35000
[    2.577651] radeonfb: Monitor 1 type CRT found
[    2.577664] radeonfb: EDID probed
[    2.577676] radeonfb: Monitor 2 type CRT found
[    2.620988] radeonfb (0000:00:10.0): ATI Radeon 5157 "QW"
[   46.325393] [drm] Initialized radeon 1.29.0 20080528 on minor 0

Tout se passe bien jusqu’a présent, le seul hic étant l’affichage du serveur X qui… n’affiche rien. Ou plutot affiche un écran noir.
Lorsque je rajoute la ligne

au fichier /etc/X11/xorg.conf j’obtiends bien un affichage via le frame buffer, mais dans le cas contraire c’est le blackout total. Peut-être s’agit-il d’un problème plus général et même si je ne suis pas forecement un adepte forcené du serveur X j’aimerais quand bien résoudre ce problème.
Le fichier X.log ne me signal aucune erreur et le serveur X tourne donc bien lorsque je place la ligne Driver “radeon” dans le fichier xorg.conf
Je trouve que le fichier xorg.conf est bien maignre, mais je crois savoir qu’il s’agit de la nouvelle politique et je ne me suis pas inquiété outre mesure de voir les sections quasi vides et aussi aucune section ServerLayout.
Mais le problème provient peut-être de là?

Voici mon xorg.

[code]Pour info : mise à jour OK et pilote ‘radeon’ installé.

xorg.conf (X.Org X Window System server configuration file)

This file was generated by dexconf, the Debian X Configuration tool, using

values from the debconf database.

Edit this file with caution, and see the xorg.conf manual page.

(Type “man xorg.conf” at the shell prompt.)

This file is automatically updated on xserver-xorg package upgrades only

if it has not been modified since the last upgrade of the xserver-xorg

package.

If you have edited this file but would like it to be automatically updated

again, run the following command:

sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "oss"
Option “XkbOptions” "lv3:lwin_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "fbdev"
BusID "PCI:0:16:0"
Option “UseFBdev” "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection[/code]

Dois-je faire un sudo dpkg-reconfigure -phigh xserver-xorg ?

Fred

La réponse (merci à Jeremy Visser) ICI.
Grosso modo et pour faire rapide je laisse un résumé ici pour ceux que cela intéresserait :

[code]Section "Monitor"
Identifier “Configured Monitor”

1024x768 @ 89.00 Hz (GTF) hsync: 72.00 kHz; pclk: 99.07 MHz

Modeline “1024x768” 99.07 1024 1088 1200 1376 768 769 772 809 +HSync +Vsync
EndSection
[…]
Section "Screen"
Monitor “Configured Monitor”

Fill in self-explanatory data here.

SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
[…]
Section “Device”

Fill in device information here.

Option “ConnectorTable” "100,1,0,1,108,2,0,1"
EndSection[/code]

Avec la petite précision :

A quand fglrx pour lenny?