错误 Xorg - Matrox M9138 显卡 - 驱动程序

错误 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 基金会
  • 显卡:Matrox M9138 卡
  • GNOME:3.28.2
  • 操作系统类型:64位
  • 磁盘:982.8 GB
  • 主板:1.0/C236A 工作站(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

版本:

$ 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

按照修订 #2问题的:

Matrox 通过电子邮件答复:

目前,对在 Linux 上使用 M 系列的技术支持基本上仅限于驱动程序下载的“自述文件”中的信息。

正如所见“自述”文档最新发布的 M 系列(包括 M9138)驱动程序支持 Ubuntu 14.04 和 X Server 版本 1.15。不支持使用 Ubuntu 18.04 和 X Server 版本,并且驱动程序将无法安装。

我们的建议是使用受支持的 Ubuntu 版本。

相关内容