Bon, alors me demandez pas en détails comment j'ai fait, mais ça y est, je suis parvenu a trouver le bon Modeline et la bonne config du xorg.conf pour faire marcher ce satané écran 16/10eme.
Voici le xorg.conf concentré (j'ai tout mis, çapeu aider) :
D'ailleurs, si quelqu'un voit des améliorations à apporter, je suis ouvert à toute suggestion !!
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD 1440x900"
DisplaySize 410 260
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0
Modeline "1440x900@75" 146.10 1440 1472 2024 2056 900 917 928 946
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 MX (generic)"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900@75"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Voili voilou .... Bon, la, c'est avec un carte vidéo Nvidia, mais je pense que si vous avez autre chose ce doit pas être gènant.
Par contre, soyez bien avec le dernier noyau de la Fedora 4, je pense que c'est important, et n'hesitez pas à redémarrer votre micro si vous avez fait de nombreux essais avant.
A+ Gillot ;o)