User Tools

Site Tools


informatica:hp_z240mt_offstation

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
informatica:hp_z240mt_offstation [2016/08/23 14:55]
miquel [Configuració de la targeta gràfica]
informatica:hp_z240mt_offstation [2016/08/23 17:13]
miquel [Configuració de la targeta gràfica]
Line 448: Line 448:
   * [[https://raphaelhertzog.com/2011/03/14/missing-firmware-in-debian-learn-how-to-deal-with-the-problem/ | Missing firmware in Debian? Learn how to deal with the problem]]   * [[https://raphaelhertzog.com/2011/03/14/missing-firmware-in-debian-learn-how-to-deal-with-the-problem/ | Missing firmware in Debian? Learn how to deal with the problem]]
  
-=== Solució ===+=== Diagnòstic final ===
  
 Al final, després de consultar un munt de pàgines i fòrums a Internet, i després de comprovar els registres del sistema (entre altres: //Xorg.0.log//, ''dmesg'', ''lspci'') i comparlar-los amb els de l'estació de treball HP Z230, aconsegueixo acotar el problema al DRM/DRI del gestor de gràfics. Al final, després de consultar un munt de pàgines i fòrums a Internet, i després de comprovar els registres del sistema (entre altres: //Xorg.0.log//, ''dmesg'', ''lspci'') i comparlar-los amb els de l'estació de treball HP Z230, aconsegueixo acotar el problema al DRM/DRI del gestor de gràfics.
Line 532: Line 532:
 </WRAP> </WRAP>
  
 +=== Solució ===
  
 +La solució és tan simple com actualitzar els paquets //libdrm// a la darrera versió disponible a //jessie-backports//,
 +
 +<file>
 +root@cie-50-189:/boot# apt-cache search libdrm
 +libdrm-dev - Userspace interface to kernel DRM services -- development files
 +libdrm-intel1 - Userspace interface to intel-specific kernel DRM services -- runtime
 +libdrm-intel1-dbg - Userspace interface to intel-specific kernel DRM services -- debugging symbols
 +libdrm-nouveau2 - Userspace interface to nouveau-specific kernel DRM services -- runtime
 +libdrm-nouveau2-dbg - Userspace interface to nouveau-specific kernel DRM -- debugging symbols
 +libdrm-radeon1 - Userspace interface to radeon-specific kernel DRM services -- runtime
 +libdrm-radeon1-dbg - Userspace interface to radeon-specific kernel DRM services -- debugging symbols
 +libdrm2 - Userspace interface to kernel DRM services -- runtime
 +libdrm2-dbg - Userspace interface to kernel DRM services -- debugging symbols
 +libdrmaa1.0-java - Distributed resource management Application API library - Java bindings
 +libdrmaa1.0-java-doc - Distributed resource management Application API library - Java bindings docs
 +libdrmaa1.0-ruby - Distributed resource management Application API library - Ruby bindings
 +libdrm-amdgpu1 - Userspace interface to amdgpu-specific kernel DRM services -- runtime
 +libdrm-amdgpu1-dbg - Userspace interface to amdgpu-specific kernel DRM services -- debugging symbols
 +root@cie-50-189:/boot# 
 +root@cie-50-189:/boot# apt-get -t jessie-backports install libdrm-intel1 libdrm2
 +Reading package lists... Done
 +Building dependency tree       
 +Reading state information... Done
 +The following packages will be upgraded:
 +  libdrm-intel1 libdrm2
 +2 upgraded, 0 newly installed, 0 to remove and 112 not upgraded.
 +Need to get 102 kB of archives.
 +After this operation, 53.2 kB disk space will be freed.
 +Get:1 http://ftp.caliu.cat/debian/ jessie-backports/main libdrm2 amd64 2.4.70-1~bpo8+1 [35.9 kB]
 +Get:2 http://ftp.caliu.cat/debian/ jessie-backports/main libdrm-intel1 amd64 2.4.70-1~bpo8+1 [65.7 kB]
 +Fetched 102 kB in 0s (660 kB/s)         
 +Reading changelogs... Done
 +(Reading database ... 153262 files and directories currently installed.)
 +Preparing to unpack .../libdrm2_2.4.70-1~bpo8+1_amd64.deb ...
 +Unpacking libdrm2:amd64 (2.4.70-1~bpo8+1) over (2.4.58-2) ...
 +Preparing to unpack .../libdrm-intel1_2.4.70-1~bpo8+1_amd64.deb ...
 +Unpacking libdrm-intel1:amd64 (2.4.70-1~bpo8+1) over (2.4.58-2) ...
 +Setting up libdrm2:amd64 (2.4.70-1~bpo8+1) ...
 +Setting up libdrm-intel1:amd64 (2.4.70-1~bpo8+1) ...
 +Processing triggers for libc-bin (2.19-18+deb8u4) ...
 +root@cie-50-189:/boot# /etc/init.d/gdm3 restart
 +[ ok ] Restarting gdm3 (via systemctl): gdm3.service.
 +</file>
 +
 +<WRAP center round important 80%>
 +Potser seria recomanable actualitzar altres paquets relacionats amb el gestor gràfic per processadors Intel, com ara:
 +
 +  * //xserver-xorg-video-intel// **[1]**
 +  * ...
 +
 +**[1]** La recomanació és desinstal·lar-ho del tot i emprar el //modeset driver//, però aquesta opció requereix una versió de Xorg més nova que la disponible a //jessie// o //jessie-backports//. Per més detalls consultar [[http://forums.debian.net/viewtopic.php?f=7&t=127868 | [stretch/sid] Get rid of xserver-xorg-video-intel!,]] [[http://www.phoronix.com/scan.php?page=news_item&px=Intel-DDX-May-Tests | Intel SNA vs. Modesetting GLAMOR - DDX Benchmarks,]] i [[https://tjaalton.wordpress.com/2016/07/23/intel-graphics-gen4-and-newer-now-defaults-to-modesetting-driver-on-x/ | Intel Graphics Gen4 and Newer Now Defaults to Modesetting Driver on X]]
 +
 +</WRAP>
  
 ==== Configuració de la xarxa ==== ==== Configuració de la xarxa ====
informatica/hp_z240mt_offstation.txt · Last modified: 2020/07/09 13:00 by miquel