A quick question. how do i know the version of xorg server? rpm -qa | grep xorg-x11-server gives 1.1.x which is not correct.
--beast
On 8/2/07, beast beast@ldap.or.id wrote:
A quick question. how do i know the version of xorg server? rpm -qa | grep xorg-x11-server gives 1.1.x which is not correct.
If X is not running look thru the last X log file in /var/log. The version should be near the beginning of the file. Else xdpyinfo and friends should be able to tell you.
ne...