- 20.04 LTS boot hang Matrox G200ew after successful install
- Drivers for older/legacy Matrox products
- Previously Released Drivers for Older Matrox products
- unixforum.org
- Не могу настроить видеокарту Matrox G200e (нужна помощь)
- Не могу настроить видеокарту Matrox G200e
- Re: Не могу настроить видеокарту Matrox G200e
- Re: Не могу настроить видеокарту Matrox G200e
- Re: Не могу настроить видеокарту Matrox G200e
20.04 LTS boot hang Matrox G200ew after successful install
ubuntu 20.04 LTS desktop fresh install hangs on boot from disk It is disappointing that the Installation program found working video drivers in best resolution, but the installed product cannot operate the video adapter it appears. hardware is Dell poweredge T410, 64GB ram, 2 x Xeon E5620. graphics is Matrox G200EW (which is the integrated video adapter). Previously the same machine was successfully running Centos 7.7 and other linux distros (fedora, RHEL etc) without issues. So the Redhat and derivative distros currently include a driver for 1024x768x24 video. Ubuntu desktop 20.04 Installed successfully and easily from DVD, but on the first boot from SAS disk, after displaying the ubuntu logo, the screen goes to the default ubuntu purple colour, shows a mouse pointer (which does not move), and then hangs. Control-Alt-F1 etc does not react. There are no visible error messages on screen. Only a cold boot can exit this. At installation I tried with and without ‘include proprietary drivers’, makes no difference to hang symptom. From the grub recovery options I can get a root shell. UPDATE, in a root shell in recovery mode: In the /var/log/Xorg.*.log file I found:
I don’t know why the installation program did not install an MGA driver so I tried to manually install it: apt install xserver-xorg-video-mga X -configure (noticed that this configure action autodetected the correct monitor, per the /root/xorg.conf.new). cp /root/xorg.conf.new to /etc/X11/xorg.conf On reboot, the same symptom , but this time the /var/log/Xorg.log.* had a new message:
But lspci | grep MGA shows G200ew so the driver is not recognizing the card it seems. I tried also editing the xorg.conf to use driver «vesa» instead of «mga» as suggested elsewhere but this did not change the symptom, although I am unsure if my steps were correct. Looks like I cannot use 20.04 on this box as support for this old video adapter in the Xorg drivers has been dropped or crippled, although a functional driver is present in other current distros that work on this hardware. Any suggestions?
Drivers for older/legacy Matrox products
Matrox products are listed down the left-hand side, and operating systems are listed along the top. Each grid square indicates the latest driver version for the corresponding Matrox product/operating system combination.
Drivers for older operating systems (Windows 95, Window 3.1x, Windows NT 3.5x, or OS/2)
Matrox «HF» drivers have a rich interface that require Microsoft .NET Framework software. Unless otherwise indicated, HF drivers require version 1.0 or 1.1 of .NET Framework, even if version 2.0 of this software is installed. Matrox «SE» drivers have a standard interface that doesn’t require .NET Framework.
Notes: Beta drivers are not supported by Matrox Graphics Technical Support.
In cases where «available with OS» is stated, the operating system will install a Matrox driver that will give you basic 2D and 3D functionality, where this driver is supported by Microsoft.
5.82.018
26feb02
(final)
—
Vid Tool:
2.10.010a
20dec01
(final)
5.82.018
26feb02
(final)
—
Vid Tool:
2.10.010a
20dec01
(final)
15apr02
26feb02
(final)
26feb02
(final)
15apr02
26feb02
(final)
26feb02
(final)
15apr02
26feb02
(final)
26feb02
(final)
3.40
31mar98
—
Vid Tool:
2.00
31mar98
(final)
08dec98
26feb02
(final)
26feb02
(final)
08dec98
26feb02
(final)
26feb02
(final)
08dec98
26feb02
(final)
26feb02
(final)
* Matrox «SE» drivers have a standard interface that does not require .NET framework. The Matrox «SE» drivers do not support «feature displays» and the TV/HDTV output modes.
Previously Released Drivers for Older Matrox products
Drivers in this section are previously released drivers and should be used for trouble shooting purposes only. If you are looking for the most recent drivers, please click here.
File name | Release date and file size | Driver Notes, including operating system and Matrox graphics card support |
---|---|---|
Disk 1 15511220.zip Disk 2 15512220.zip | Jan.30, 1996 Disk 1 — 1157 Kb Disk 2 — 978 Kb | Windows 3.1x driver version. 2.20 |
1552_164.zip | Jan.30, 1996 1208 Kb | Dos Cad and Microstation 4.0 drivers, version 1.64. |
1570_121.zip | Jan.30, 1996 849 Kb | MGA Windows NT 3.1 driver version 1.21 |
1571_210.zip | Jan.30, 1996 880 Kb | Windows NT 3.5 driver Version 2.10 |
1635_200.zip | Jan.30, 1996 808 Kb | Windows 95 driver Version 2.0 |
mga_gray.zip | Jan.30, 1996 63 Kb |
Drivers in this section are zipped using the -RP option. They must be unzipped using the -D option.
unixforum.org
Не могу настроить видеокарту Matrox G200e (нужна помощь)
Не могу настроить видеокарту Matrox G200e
Сообщение Evgeniy2009 » 10.04.2009 11:56
Добрый день. У меня такая проблема. Есть сервер HP ProLiant ML110, там встроенная видяха Matrox G200e. После установки FreeBSD 7.1, запускал Xorg -configure, там определяется что это Matrox G200e, но драйвера не подбирает. Как мне их правильно установить и настроить?
Re: Не могу настроить видеокарту Matrox G200e
Сообщение Evgeniy2009 » 10.04.2009 16:57
Вообщем создал каталог и смонтировал я флешку:
# mkdir /mnt/Evgeniy
% mount_msdosfs -m 644 -M 755 /dev/da0s1 /mnt/Evgeniy
Потом распаковал архив с дровами:
# tar xzvf matrox.tar.gz
После просмотра всего теперь у меня здесь есть:
total 3110
drwxr-xr-x 1 root wheel .
drwxr-xr-x 3 root wheel .
drwxr-xr-x 1 root wheel .
-rwxr-xr-x 1 root wheel .
Как теперь мне их дальше установить.
$ ./configure
$ make
$ make install
— эти команды мне не помогают!
Re: Не могу настроить видеокарту Matrox G200e
Сообщение ivan2ksusr » 10.04.2009 17:07
Вообщем создал каталог и смонтировал я флешку:
# mkdir /mnt/Evgeniy
% mount_msdosfs -m 644 -M 755 /dev/da0s1 /mnt/Evgeniy
Потом распаковал архив с дровами:
# tar xzvf matrox.tar.gz
После просмотра всего теперь у меня здесь есть:
total 3110
drwxr-xr-x 1 root wheel .
drwxr-xr-x 3 root wheel .
drwxr-xr-x 1 root wheel .
-rwxr-xr-x 1 root wheel .
Как теперь мне их дальше установить.
$ ./configure
$ make
$ make install
— эти команды мне не помогают!
1. Читаем INSTALL и README
2. Запускаешь ./configure из под root’a?
Re: Не могу настроить видеокарту Matrox G200e
Сообщение Evgeniy2009 » 10.04.2009 18:19
Извините что голову морочил, просто не додумался что он распакует его как и в окнах , и надо ту папочку открыть (просто я с BSD, да и Linux’ом познакомился 1,5 недели назад и до сих пор мучаюсь с установкой и настройкой сервака ) . Вот читаю readme и тут написано Matrox Beta Drivers For XFree86. Package Version: 4.4.0, может они для FreeBSD не подходят, потому что когда открываю распакованную папку, там есть папка xserver. Открываю её и там ещё 7 папок: 4.3.0 , 6.7.0, 6.8.0 и так до 7.0.0, а у меня FreeBSD 7.1. Теперь вопрос в следующем:
1) подойдут ли они
2) в readme, написано что установливать их надо командой sh install.sh и install.sh файл там есть, точно так устанавливать или надо выбирать из папок 4.3.0 , 6.7.0, 6.8.0 .
detector