HowTo check your X11/X.Org version

Every day solutions to every day challenges. + Brilliant stuff

Moderators: b1o, jkerr82508

Forum rules
Please feel free to post your tip it does not have to be advanced. Also ask questions directly related to the tip here. But do not start new threads with questions or ask for help here. That is what the help section is for. forum rules: http://bjoernvold.com/forum/viewtopic.php?f=8&t=568
User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

HowTo check your X11/X.Org version

Postby viking60 » 24 Apr 2016, 11:28

I have had some challenges regarding some Distros in Virtualbox.
In one case it the claim was that the VM could not handle the latest X11(xorg) version - so I needed to find out what version I had.
We can use xdpyinfo +1
So here we go:

Code: Select all

xdpyinfo | grep version


It will tell you the xorg version you need to know.

You will never remember this you say? I don't either - so I use Inxi. It will show up on the general

Code: Select all

inxi -F
but to narrow it down

Code: Select all

inxi -G
is the one to use.
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

Return to “Tips & Tricks”