Спасибо!> ls -l /usr/lib/xorg/modules/drivers/ 
Немного иначе ( lib64 ):
ls -l /usr/lib64/xorg/modules/drivers/
total 1252
drwxr-xr-x 2 root    4096 Nov 13  2010 ./
drwxr-xr-x 7 root    4096 Nov 13  2010 ../
-rwxr-xr-x 1 root     919 Nov 13  2010 mga_drv.la*
-rwxr-xr-x 1 root  180256 Nov 13  2010 mga_drv.so*
-rwxr-xr-x 1 root 1052392 Apr  8  2011 modesetting_drv.so*
-rwxr-xr-x 1 root     924 Nov 13  2010 vesa_drv.la*
-rwxr-xr-x 1 root   25928 Nov 13  2010 vesa_drv.so*
-------------------------------------------------------
> Xorg.0.log 
Два варианта оба для
Section "Device"
    Identifier  "G450_0"
    Driver      "mga"
#       Chipset     "mgag400"
#    ChipRev     0x80
    VendorName  "Matrox"
    BoardName   "G450"
    BusID       "PCI:2:0:0"
EndSection
С этим есть графический режим, но кривой 
Section "Screen"
    Identifier "Screen_0"
    Device     "G450_0"
    Monitor    "Monitor_0"
    DefaultDepth 24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1024x768" "800x600"
    EndSubSection
EndSection
Протоколы нужно тащить по ссылке ( сюда они не пролезают ): 
http://files.mail.ru/8B3FFK
С этим -- чёрный экран.
Section "Screen"
    Identifier "Screen_0"
    Device     "G450_0"
    Monitor    "Monitor_0"
    DefaultDepth 24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1280x1024"
    EndSubSection
EndSection
Протокол:
http://files.mail.ru/1EI32V
-------------------------------------------------------------
> и стоит сделать fsck (только на отмонтированной фс) 
Сделал. Не помогло.