Como muchos sabréis he tenido ciertos problemas con la tarjeta gráfica de mi portátil, una Intel GMA500 (Instalar EMGD en Ubuntu, Instalar Intel GMA 500 en Linux), y haciendo una actualización del sistema me he dado cuenta de que no conocía que versión de Xorg tenía instalada.
Para comprobarlo, os presento dos vías:
ahornero@Eee:~$ X -version
X.Org X Server 1.9.0
Release Date: 2010-08-20
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-28-server i686 Ubuntu
Current Operating System: Linux 6581-D 2.6.35-28-generic #49-Ubuntu SMP Tue Mar 1 14:40:58 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-28-generic root=UUID=4f379039-81cf-43d8-b263-93dccf92d633 ro quiet splash
Build Date: 09 January 2011 12:14:58PM
xorg-server 2:1.9.0-0ubuntu7.3 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.18.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
ahornero@Eee:~$ man xorg | grep xorg-server
X Version 11 xorg-server 1.9.0 Xorg(1)
¿Se te ocurre alguna más?
https://www.youtube.com/embed/z-xGk9c_eOw Guionista y locutor: Manuel Ignacio López Quintero.Fecha de publicación: 31 de diciembre de 2024.
Ver comentarios
Puestos a poner algo geek... Usando Ubuntu o Debian:
jojeda@curro:~$ dpkg -l xorg | awk '/^ii/ {print $3}'
1:7.5+5ubuntu1
Ummm... parece que la versión del paquete no me coincide con la del Xorg en sí...
Otra forma de sacar la versión, pero del programa, no del paquete:
jojeda@curro:~$ Xorg -version |& awk '/^xorg-server/ {print $2}'
2:1.7.6-2ubuntu7.4
Y ya puestos, la versión sin base (sin los parches de Ubuntu):
jojeda@curro:~$ X -version |& awk '/^X.Org/ {print $4}'
1.7.6
@Juanje, muchas gracias por tu aportación, sin duda la última es la mejor, muy geeks todas.
Lo dicho antes, ¿alguna forma más?
Pues a mi se me ocurre una muy facil:
head /var/log/Xorg.0.log
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-25-server i686 Ubuntu
Current Operating System: Linux alejandro01 2.6.32-28-generic #55-Ubuntu SMP Mon Jan 10 21:21:01 UTC 2011 i686
Kernel command line: root=/dev/nfs initrd=root/initrd.img nfsroot=10.34.1.6:/tftpboot/kubuntu_10.04/root ip=dhcp rw BOOT_IMAGE=root/vmlinuz auto
Build Date: 10 December 2010 05:53:04PM
xorg-server 2:1.7.6-2ubuntu7.5 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.16.4