web-dev-qa-db-ja.com

エラーXorg-Matrox M9138グラフィックカード-ドライバー

以下は、Matrox M9138グラフィックスカードのドライバーをダウンロードするためにこれまでに行ったことです。エラーが発生し、XOrgを1.15に更新しました。リストされている現在のアップデートは1.20.4だと思います。

Xorg 1.15を以前のバージョンに戻す必要があると思いますか、それともドライバーソフトウェアに1.20.4を強制する別の方法がありますか?以前のバージョンに戻す場合1.15。達成するための手順とその影響は何ですか?

システム構成

  • デバイス:rob-MS-7998
  • オペレーティングシステム:Ubuntu 18.04.3 LTS
  • メモリ:62.9 GiB
  • プロセッサー:Intel Xeon(R)CPU E3-1240 v5 @ 3.50GHz x 8
  • グラフィック:1024x768 llvmpipe(LLVM 8.0、256ビット)X.Org Foundation
  • グラフィックカード:Matrox M9138カード
  • GNOME:3.28.2
  • OSタイプ:64ビット
  • ディスク:982.8 GB
  • マザーボード:1.0/C236A WORKSTATION(MS-7998)(MSI)

私が得た初期エラー:

Creating directory cd /home/rob/m9xdriver-x86_64-1.4.3-80847-20140908-build_98
Verifying archive integrity... All good.
Uncompressing Matrox M9X Driver./m9xdriver-x86_64-1.4.3-80847-20140908-build_98.run: 338: cd: can't cd to cd /home/rob/m9xdriver-x86_64-1.4.3-80847-20140908-build_98
........................................................................................................................................................................
./m9xdriver-x86_64-1.4.3-80847-20140908-build_98.run: 363: cd: can't cd to cd /home/rob/m9xdriver-x86_64-1.4.3-80847-20140908-build_98


========================================
   Matrox Linux Driver Install Script   
========================================

-----------------------------------------------------------
 ERROR: You must be logged in as Root to run this program.
-----------------------------------------------------------

The program returned an error code (1)

Sudo特権で試した場合:

$ Sudo sh m9xdriver-x86_64-1.4.3-80847-20140908-build_98.run
Please, enter the directory to extract the files [/home/rob/] /home/rob/
Creating directory /home/rob//m9xdriver-x86_64-1.4.3-80847-20140908-build_98
Verifying archive integrity... All good.
Uncompressing Matrox M9X Driver........................................................................................................................................................................


========================================
   Matrox Linux Driver Install Script   
========================================

 **ERROR: Xorg 6.9, 7.1, 7.2, 7.3, 7.4, 7.5 or xserver 1.9, 1.10, 1.11, 1.12, 1.13, 1.14 or 1.15 not found. Please update Xorg.**

The program returned an error code (1)

apt-cache show xserver-xorg | grep Versionの出力:

Version: 1:7.7+19ubuntu7.1
Version: 1:7.7+19ubuntu7

Xバージョン:

$ Sudo X -version
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.0-148-generic x86_64 Ubuntu
Current Operating System: Linux rob-MS-7998 5.0.0-27-generic #28~18.04.1-Ubuntu SMP Thu Aug 22 03:00:32 UTC 2019 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-27-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
Build Date: 02 May 2019  08:06:54AM
xorg-server-hwe-18.04 2:1.20.4-1ubuntu3~18.04.1 (For technical support please see http://www.ubuntu.com/support) 
Current version of pixman: 0.34.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.

lspci -vnn | grep VGA -A 12の出力:

01:00.0 VGA compatible controller [0300]: Matrox Electronics Systems Ltd. M91XX [102b:0540] (rev 01) (prog-if 00 [VGA controller])
    Subsystem: Matrox Electronics Systems Ltd. M9138 LP PCIe x16 [102b:2241]
    Flags: bus master, fast devsel, latency 0, IRQ 11
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    Memory at dfe20000 (64-bit, non-prefetchable) [size=8K]
    Expansion ROM at 000c0000 [disabled] [size=128K]
    Capabilities: <access denied>

02:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1142 USB 3.1 Host Controller [1b21:1242] (prog-if 30 [XHCI])
    Subsystem: Micro-Star International Co., Ltd. [MSI] ASM1142 USB 3.1 Host Controller [1462:7998]
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at dfd00000 (64-bit, non-prefetchable) [size=32K]
    Capabilities: <access denied>
1
otis1911

質問の 改訂#2 に従って:

電子メールによるMatroxからの回答:

現状では、LinuxでMシリーズを使用するためのテクニカルサポートは、基本的にはドライバーダウンロードの「readme」にある情報に限定されています。

そのように "readme"ドキュメント Mシリーズ(M9138を含む)用に最後にリリースされたドライバーは、Ubuntu 14.04およびXサーバーバージョン1.15をサポートしています。 Ubuntu 18.04およびX Serverバージョンの使用はサポートされておらず、ドライバーはインストールされません。

サポートされているバージョンのUbuntuを使用することをお勧めします。

1
Kulfy