User Tools

Site Tools


doc:appunti:hardware:asus_vivomini_vc65

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
doc:appunti:hardware:asus_vivomini_vc65 [2016/09/23 17:33] – [Firmwares] niccolodoc:appunti:hardware:asus_vivomini_vc65 [2016/09/23 18:07] – [Intel HD Graphics 510, X.org and 3D acceleration] niccolo
Line 1: Line 1:
 ====== Asus VivoMini VC65 ====== ====== Asus VivoMini VC65 ======
 +
 +  * CPU Intel Pentium G4400T @ 2.90GHz
 +  * Intel High Definition Graphics 510
 +  * Ethernet Realtek RTL8111/8168/8411 PCI Express Gigabit
 +  * WiFi Atheros QCA9565 / AR9565
 +  * Bluetooth USB controller IMC Networks 13d3:3472
  
 ===== Wake-on-LAN ===== ===== Wake-on-LAN =====
Line 9: Line 15:
 ===== Installing Debian Linux ===== ===== Installing Debian Linux =====
  
-In short, starting from a plain **Debian 8 Jessie**, we need the following extra packages:+In short, starting from a plain **Debian 8 Jessie**, we needed the following extra packages:
  
   * **linux-image-4.6.0** (from jessie-backports)   * **linux-image-4.6.0** (from jessie-backports)
Line 15: Line 21:
   * **firmware-realtek** (from jessie-backports)   * **firmware-realtek** (from jessie-backports)
   * **firmware-misc-nonfree** (from jessie-backports)   * **firmware-misc-nonfree** (from jessie-backports)
 +  * **firmware-atheros** (from Debian Stretch)
   * **xserver-xorg-video-intel** (from jessie-backports or pinning from Debian Stretch)   * **xserver-xorg-video-intel** (from jessie-backports or pinning from Debian Stretch)
   * **libgl1-mesa-dri** (from jessie-backports)   * **libgl1-mesa-dri** (from jessie-backports)
Line 20: Line 27:
 ==== Firmwares ==== ==== Firmwares ====
  
-  * **skl_dmc_ver1.bin** provided by ''firmware-misc-nonfree'', required for graphics card power management. +This is the list of non-free firmwares needed by the hardware: 
-  * **rtl8168h-2.fw** provided by ''firmware-realtek'', required by the Ethernet controller. + 
-  * **AthrBT_0x31010100.dfu** provided by ''firmware-atheros'' in Debian Stretch, this is the Bluetooth firmware. +  * **skl_dmc_ver1.bin** (provided by ''firmware-misc-nonfree''), required for graphics card power management. 
-==== Intel HD Graphics 510 GPU ====+  * **rtl8168h-2.fw** (provided by ''firmware-realtek''), required by the Ethernet controller. 
 +  * **AthrBT_0x31010100.dfu** (provided by ''firmware-atheros''), this is the Bluetooth firmware. 
 +==== Intel HD Graphics 510, X.org and 3D acceleration ====
  
 We installed **Debian 8 Jessie**, but found that kernel linux-image-3.16.0 does not handle the Intel **High Definition Graphics 510 GPU**. At boot time no Intel framebuffer is detected and text console is just 80x25 chars. So we installed **linux-image-4.6.0** from jessie-backports, now the kernel detects the GPU and text console is now at high resolution: We installed **Debian 8 Jessie**, but found that kernel linux-image-3.16.0 does not handle the Intel **High Definition Graphics 510 GPU**. At boot time no Intel framebuffer is detected and text console is just 80x25 chars. So we installed **linux-image-4.6.0** from jessie-backports, now the kernel detects the GPU and text console is now at high resolution:
Line 41: Line 50:
 </file> </file>
  
-no devices are detected, as per ''/var/log/Xorg.0.log'':+no devices are detected and X server does not start at all. The error in ''/var/log/Xorg.0.log'' is:
  
 <code> <code>
Line 58: Line 67:
 The problem is with **xserver-xorg-video-intel** package: Jessie has the old 2.21.15 version. We need instead the newer **2.99.917** version from jessie-backports or pinning it from Debian Stretch (testing). The problem is with **xserver-xorg-video-intel** package: Jessie has the old 2.21.15 version. We need instead the newer **2.99.917** version from jessie-backports or pinning it from Debian Stretch (testing).
  
-Finally we need a newer Mesa library for 3D acceleration. Starting a 3D-aware program with Jessie library will bring the error:+Finally we needed a newer Mesa library for 3D acceleration. Starting a 3D-aware program with Jessie library will bring the error:
  
 <code> <code>
doc/appunti/hardware/asus_vivomini_vc65.txt · Last modified: 2016/09/23 18:08 by niccolo