понедельник, 3 октября 2016 г.

Matrox G200EH ubuntu 14.04 16.04

Настройка видеодрайвера на сервере supermicro с видеокартой  VGA compatible controller: Matrox Electronics Systems Ltd. MGA G200eW WPCM450 (rev 0a)

sudo nano /etc/X11/xorg.conf
Section "Device"
        Identifier "Matrox Graphics, Inc. MGA G200EV"
        Driver "vesa"
        Option "OldDmaInit" "True"
EndSection

Section "Monitor"
        Identifier "PlugAndPlay"
        Option "DPMS"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "Matrox Graphics, Inc. MGA G200EV"
 Monitor "PlugAndPlay"
 DefaultDepth 24
 SubSection "Display"
            Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection
Все припрекрасно работает по vnc и ipmi

Комментариев нет:

Отправить комментарий