英特爾顯示卡安裝程式“刪除舊儲存庫配置時發生錯誤”

英特爾顯示卡安裝程式“刪除舊儲存庫配置時發生錯誤”

我在 14.04 系統上運行英特爾顯示卡安裝程序,但無法安裝驅動程式。我通過了第一步:

Checking if Intel graphics card available... OK
Retrieving information from 01.org... OK
Checking distribution... OK
Checking kernel version... OK
Checking available repositories... OK
Checking package manager status... OK

但單擊安裝會給我“刪除舊存儲庫配置時出錯:”。我的顯示卡資訊如下:

: ~ $ sudo lshw -C video 
   * -display 
        description: VGA compatible controller 
        product: 82G33 / G31 Express Integrated Graphics Controller 
        manufacturer: Intel Corporation 
        physical id: 2 
        bus info: pci @ 0000: 00: 02.0 
        version: 10 
        width: 32 bits 
        clock: 33MHz 
        capabilities: msi pm vga_controller bus_master cap_list rum 
        configuration: driver = i915 latency = 0 
        resources: irq: 44 memory: fe980000-fe9fffff ioport: cc00 (size = 8) memory: d0000000-dfffffff memory: fe800000-fe8fffff

我也嘗試運行 Glmark2,但它給出了以下錯誤:

~$ glmark2
Error: Glmark2 needs OpenGL(ES) version >= 2.0 to run (but version string is: '1.4 Mesa 10.4.0-devel')!
Error: main: Could not initialize canvas

我的顯示卡(整合)是否已過時,或是否有其他解釋。我嘗試安裝一些其他 PCI 顯示卡,但由於 Glmark2 分數低於標準而將其移除,並且與內建 Intel 卡相比,我沒有看到任何明顯的差異。下面是內建卡的 glxinfo:

$ glxinfo | grep -i opengl
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) G33 
OpenGL version string: 1.4 Mesa 10.4.0-devel
OpenGL extensions:

有什麼建議麼?

謝謝!

答案1

關於刪除舊儲存庫的錯誤與我的 pkexec 相關,未找到該錯誤(不要問它是如何消失的)。

我下載並安裝了policykit-1套件:

wget http://launchpadlibrarian.net/150623542/policykit-1_0.105-3ubuntu3_amd64.deb
sudo dpkg -i policykit-1_0.105-3ubuntu3_amd64.deb

您應該適應屬於您的發行版的軟體包

相關內容