帶有 Linux Mint 18 的 Radeon 顯卡
我有一台隨 Windows 10 一起提供的聯想 g40。它配備了帶有 2GB 專用記憶體的 AMD Radeon R5 M230。
我剛剛在上面安裝了 Linux Mint 18.1,它安裝沒有錯誤,但是我看不到列出的顯卡,所以我認為它沒有在使用中。
我唯一能看到列出的顯卡是通過發出
inxi -Fxz
,但我想這並不意味著它正在使用中。這是輸出的一部分:System: Host: Lenovo-G40 Kernel: 4.4.0-53-generic x86_64 (64 bit gcc: 5.4.0) Desktop: MATE 1.16.1 (Gtk 3.18.9-1ubuntu3.1) Distro: Linux Mint 18.1 Serena Machine: System: LENOVO (portable) product: 80JE v: Lenovo G40-80 Mobo: LENOVO model: Lancer 4A1 v: SDK0J40679 WIN Bios: LENOVO v: B0CN93WW date: 07/23/2015 CPU: Dual core Intel Core i5-5200U (-HT-MCP-) cache: 3072 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 8778 clock speeds: max: 2700 MHz 1: 2200 MHz 2: 2200 MHz 3: 2200 MHz 4: 2200 MHz Graphics: Card-1: Intel Broadwell-U Integrated Graphics bus-ID: 00:02.0 Card-2: Advanced Micro Devices [AMD/ATI] Sun LE [Radeon HD 8550M / R5 M230] bus-ID: 04:00.0 Display Server: X.Org 1.18.4 drivers: ati,radeon,intel (unloaded: fbdev,vesa) Resolution: 1366x768@59.97hz GLX Renderer: Mesa DRI Intel HD Graphics 5500 (Broadwell GT2) GLX Version: 3.0 Mesa 12.0.6 Direct Rendering: Yes
所以我知道顯卡在那裡。
lspci
但是我在or中看不到lshw
,這是我認為重要的。這是輸出
lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)
這是輸出
lshw -C video
*-display description: VGA compatible controller product: Broadwell-U Integrated Graphics vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 09 width: 64 bits clock: 33MHz capabilities: msi pm vga_controller bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:49 memory:d0000000-d0ffffff memory:c0000000-cfffffff ioport:5000(size=64)
我
intel-microcode
在驅動程序管理器上安裝了。版本是3.20151106.1
.所以,我不得不說,我有點困惑,因為在 Mint 18 發行說明中它說:
如果您在 Linux Mint 18 中使用 ATI GPU,作業系統將為您選擇 Radeon 或 AMDGPU 驅動程序,這些驅動程序預設安裝。
那麼驅動程序不應該預設安裝嗎?
無論如何,我怎樣才能使這項工作?(由於 UEFI 相關問題,我盡量避免降級到 17.3)。
聯想筆記型電腦有一個雙顯卡,一個 radeon 和一個英特爾。在電池上,他們切換到英特爾的低功耗。
radeon linux 驅動程序是一個專有的、僅二進制的軟體,它的質量與 amd cpus 相差甚遠。此外,這種開關和這種雙卡支持在它們中並沒有得到很好的開發。但它有效。
作為第三方來源的 radeon 驅動程序必須在您的包管理器中啟用。在開始菜單中搜尋突觸,並啟用它,然後執行系統更新。
似乎您的電腦中有 2 個顯卡,一個是 Intel 和 Radeon。如果您願意,可以使用執行良好的英特爾驅動程序。 https://01.org/linuxgraphics
我認為這個驅動程序的安裝將配置所有 X11 的東西。