2011-02-28

Slitaz -- xauth

xauth

root@slitaz:~# tazpkg info xorg-xauth

Tazpkg information
================================================================================
Package : xorg-xauth
Version : 1.0.5
Category : x-window
Short desc : X authority file utility.
Maintainer : pankso@slitaz.org
Depends : xorg-libXmu
Build deps : xorg-libXmu-dev
Web site : http://www.x.org/
================================================================================

root@slitaz:~# ls -l ~/.Xauthority
-rw------- 1 root root 51 Feb 28 08:50 /root/.Xauthority
root@slitaz:~# xauth -f ~/.Xauthority
Using authority file /root/.Xauthority
xauth> list
slitaz/unix:0 MIT-MAGIC-COOKIE-1 7f8e7a9123eb0c495e1673a26261e7aa
xauth> info
Authority file: /root/.Xauthority
File new: no
File locked: no
Number of entries: 1
Changes honored: yes
Changes made: no
Current input: (stdin):2
xauth> quit

root@slitaz:~# X -version

X.Org X Server 1.9.3
Release Date: 2010-12-13
X Protocol Version 11, Revision 0
Build Operating System: SliTaz GNU/Linux
Current Operating System: Linux slitaz 2.6.37-slitaz #1 SMP Mon Feb 21 22:37:34 UTC 2011 i686
Kernel command line: root=/dev/sda7 acpi=off
Build Date: 22 January 2011 04:03:19PM

Current version of pixman: 0.20.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
root@slitaz:~#
.