[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#482396: Several bugs with select, cut&past and mouse keyboard combinations



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Package: xserver-xorg
Version: 1:7.3+10
Severity: important

There are several bugs since the last upgrade:
- - A double click on a word do not select the word than the full line.
  This is very annoying.
- - Pasting a selected word/line do always double paste it.
- - The most problematic is that mouse keyboard combinations are buggy. I
  use strg-alt-leftklick to resize the windows. Now this is not working
  anymore as with this keycombination no klick event is sent to the
  window manager. As I have no handles to otherwise resize windows (and
  do not want) it is impossible to work with the new X!

- -- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 24. M�13:30 /etc/X11/X -> /usr/bin/Xorg
- -rwxr-xr-x 1 root root 1674940 29. Apr 20:37 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc M24GL [Mobility FireGL V3200] (rev 80)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
- -rw-r--r-- 1 root root 6921 27. Jan 17:36 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
   # path to defoma fonts
   FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
   FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   FontPath	"/usr/X11R6/lib/X11/fonts/misc"
   FontPath	"/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
   FontPath	"/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
   FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
   FontPath	"/usr/X11R6/lib/X11/fonts/Speedo"
   FontPath	"/usr/local/StarOffice52/share/fonts/75dpi:unscaled"
   FontPath	"/usr/local/StarOffice52/share/fonts/type1"
   FontPath	"/usr/local/share/fonts"
   FontPath	"/usr/share/fonts"
   FontPath	"/usr/X11R6/lib/X11/fonts"
   FontPath	"/usr/share/fonts/afms"
   FontPath	"/usr/share/fonts/X11/misc"
   FontPath	"/usr/share/fonts/X11/cyrillic"
   FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath	"/usr/share/fonts/X11/Type1"
   FontPath	"/usr/share/fonts/X11/100dpi"
   FontPath	"/usr/share/fonts/X11/75dpi"
   FontPath	"/usr/share/fonts/truetype"
   FontPath	"/usr/share/fonts/type1"
   FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath	"/usr/X11R6/lib/X11/fonts/TrueType"
   FontPath	"/usr/share/fonts/truetype/freefont"
   FontPath	"/usr/share/fonts/truetype/latex-xft-fonts"
   FontPath	"/usr/share/fonts/truetype/openoffice"
   FontPath	"/usr/share/fonts/truetype/thryomanes"
   FontPath	"/usr/share/fonts/truetype/ttf-xfree86-nonfree"
   FontPath	"/usr/share/fonts/bitmap"
EndSection

Section "Module"
   Load	"i2c"
   Load	"bitmap"
   Load	"ddc"
   Load	"dri"
   #Load	"extmod"
   SubSection  "extmod"
     Option  "omit xfree86-dga"
   EndSubSection
   Load	"freetype"
   Load	"glx"
   Load	"int10"
   Load	"type1"
   Load	"vbe"

   Load	"dbe"
   Load	"record"
EndSection

Section "InputDevice"
   Identifier	"Generic Keyboard"
   Driver	"kbd"
   Option	"CoreKeyboard"
   Option	"XkbRules"	"xorg"
   Option	"XkbModel"	"thinkpad"
   Option	"XkbLayout"	"de"
   Option	"XkbVariant"	"nodeadkeys"
   Option	"XkbOptions"	"lv3:ralt_switch_multikey"
   #Option	"XkbSymbols"	"pc/pc(pc102)+pc/de(nodeadkeys)+level3(ralt_switch_multikey+ibm_vndr/thinkpad(common)"
EndSection

Section "InputDevice"
   Identifier	"Trackpoint"
   Driver		"mouse"
   Option		"CorePointer"
   Option		"Device"		"/dev/input/mouse1"
   Option		"Protocol"		"IMPS/2"
   Option		"Emulate3Buttons"	"false"
EndSection

Section "InputDevice"
   Identifier	"USB Maus"
   Driver		"mouse"
   Option		"Device"		"/dev/input/mice"
   Option		"Protocol"		"IMPS/2"
   Option		"ZAxisMapping"		"4 5"
   Option		"Emulate3Buttons"	"false"
   Option		"SendCoreEvents"	"true"
EndSection

Section "InputDevice"
   Identifier	"Synaptics Touchpad"
   Driver		"synaptics"
   Option		"SendCoreEvents"	"false"
   Option		"Device"		"/dev/input/mouse0"
   Option		"Protocol"		"auto-dev"
   Option		"LeftEdge"		"1700"
   Option		"RightEdge"		"5300"
   Option		"TopEdge"		"1700"
   Option		"BottomEdge"		"4200"
   Option		"FingerLow"		"25"
   Option		"FingerHigh"		"30"
   Option		"MaxTapTime"		"100"
   Option		"MaxTapMove"		"220"
   Option		"VertScrollDelta"	"100"
   Option		"MinSpeed"		"0.09"
   Option		"MaxSpeed"		"0.18"
   Option		"AccelFactor"		"0.0015"
   Option		"SHMConfig"		"on"
   Option		"HorizScrollDelta"	"0"
EndSection

Section "Device"
   Identifier	"ATI Technologies, Inc. M24 1T [FireGL M24 GL] fglrx double"
   Driver	"fglrx"
   BusID	"PCI:1:0:0"
   Option	"BackingStore"		"true"
   Option	"ForceMonitors"		"lvds, crt1"
   Option	"Mode2"			"1024x768"
   Option	"DesktopSetup"		"vertical,reverse"
   #Option	"DesktopSetup"		"vertical,reverse,single"
   Option	"UseInternalAGPGART"	"yes"
   Option	"VideoOverlay"		"on"
   Option	"OpenGLOverlay"		"off"
   Option	"MonitorLayout"		"LVDS, AUTO"
EndSection

Section "Device"
   Identifier	"ATI Technologies, Inc. M24 1T [FireGL M24 GL] 0"
   Driver	"fglrx"
   #Driver	"ati"
   BusID	"PCI:1:0:0"
   Option	"BackingStore"		"true"
   Option	"DesktopSetup"		"single"
   Option	"Mode2"			"1024x768"
   #Option	"UseInternalAGPGART"	"yes"
   #Option	"VideoOverlay"		"on"
   #Option	"OpenGLOverlay"		"on"

   Option	"MonitorLayout"		"LVDS, AUTO"
   #Option	"ScreenOverlap"		"0"
   #Option	"KernelModuleParm"	"su_flags=0xdead0003"
   #Option	"PBuffer"		"2"

   #Option	"Capabilities"		"0x00000800"
   Option	"KernelModuleParm"	"locked-userpages=0"
   Option	"KernelModuleParm"	"agplock=0"
   Option	"UseFastTLS"		"2"
EndSection

# Irgendwie geht das so nicht mit dem Treiber...
Section "Device"
   Identifier	"ATI Technologies, Inc. M24 1T [FireGL M24 GL] 1"
   Driver	"fglrx"
   BusID	"PCI:1:0:0"
   Option	"crt_screen"		"true"
   Option	"BackingStore"		"true"
   Option	"DesktopSetup"		"single"
   Option	"Mode2"			"1024x768"
   Option	"UseInternalAGPGART"	"yes"
   Option	"VideoOverlay"		"on"
   Option	"OpenGLOverlay"		"off"
   Option	"MonitorLayout"		"LVDS, AUTO"
   Screen	1
EndSection

Section "Monitor"
   Identifier	"Standardbildschirm"
   Option	"DPMS"
   VertRefresh	60
EndSection

Section "Screen"
   Identifier	"Interner LCD"
   Device		"ATI Technologies, Inc. M24 1T [FireGL M24 GL] 0"
   Monitor		"Standardbildschirm"
   DefaultDepth	24
   SubSection "Display"
      Depth		24
      Modes		"1600x1200"
   EndSubSection
EndSection

Section "Screen"
   Identifier	"Beamer"
   Device		"ATI Technologies, Inc. M24 1T [FireGL M24 GL] fglrx double"
   #Device		"ATI Technologies, Inc. M24 1T [FireGL M24 GL] 1"
   Monitor		"Standardbildschirm"
   DefaultDepth	24
   SubSection "Display"
      Depth		24
      Modes		"1024x768"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier	"Default Layout"
   Screen	0	"Interner LCD"
   InputDevice	"Generic Keyboard"
   InputDevice	"Trackpoint"
   InputDevice	"USB Maus"
   InputDevice	"Synaptics Touchpad"
EndSection

Section "ServerLayout"
   Identifier	"Beamer"
   Screen	0	"Beamer"
   #Screen	1	"Beamer" above "Interner LCD"
   InputDevice	"Generic Keyboard"
   InputDevice	"Trackpoint"
   InputDevice	"USB Maus"
   InputDevice	"Synaptics Touchpad"
EndSection

Section "ServerFlags"
   Option	"AllowMouseOpenFail"	"true"
   Option	"AIGLX"			"off"
EndSection

Section "DRI"
   Mode	0666
EndSection

Section "Extensions"
   Option "Composite"	"0"
   #Option "Composite"	"Enable"
   #Option "RENDER"	"1"
EndSection
# vim: ft=xf86conf


Xorg X server log files on system:
- -rw-r--r-- 1 root root 33023 19. Apr 2006  /var/log/Xorg.2.log
- -rw-r--r-- 1 root root 69571  2. Okt 2007  /var/log/Xorg.1.log
- -rw-r--r-- 1 root root 83939 22. Mai 14:39 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080131-4)
Current Operating System: Linux tha 2.6.18.5 #1 Sun May 13 23:47:24 CEST 2007 i686
Build Date: 29 April 2008  08:24:00PM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May 22 14:31:27 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Interner LCD" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) |   |-->Device "ATI Technologies, Inc. M24 1T [FireGL M24 GL] 0"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Trackpoint"
(**) |-->Input Device "USB Maus"
(**) |-->Input Device "Synaptics Touchpad"
(**) Option "AllowMouseOpenFail" "true"
(**) Option "AIGLX" "off"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/Type1".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Type1").
(WW) The directory "/usr/X11R6/lib/X11/fonts/Speedo" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/local/StarOffice52/share/fonts/75dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/local/StarOffice52/share/fonts/type1" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/local/share/fonts".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/local/share/fonts").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts").
(WW) The directory "/usr/share/fonts/afms" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/truetype").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/type1".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/type1").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/cyrillic".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/cyrillic").
(WW) The directory "/usr/X11R6/lib/X11/fonts/TrueType" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/freefont".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/truetype/freefont").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/latex-xft-fonts".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/truetype/latex-xft-fonts").
(WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/thryomanes" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/ttf-xfree86-nonfree" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/bitmap" does not exist.
	Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/X11R6/lib/X11/fonts/misc,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is disabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d9220
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2590 card 1014,0575 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2591 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,2664 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 1014,0565 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1014,0566 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 1014,0567 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2641 card 1014,0568 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2653 card 1014,056a rev 03 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 1014,056b rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,3154 card 1014,0570 rev 80 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 14e4,167d card 1014,0577 rev 11 class 02,00,00 hdr 00
(II) PCI: 0b:00:0: chip 1180,0476 card 4000,0000 rev 8d class 06,07,00 hdr 82
(II) PCI: 0b:02:0: chip 168c,1014 card 1014,057e rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,12), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[1] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[2] -1	0	0x00002800 - 0x000028ff (0x100) IX[B]
	[3] -1	0	0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xb0100000 - 0xb01fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xb0200000 - 0xb02fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:2), (0,3,10), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[1] -1	0	0x00003400 - 0x000034ff (0x100) IX[B]
	[2] -1	0	0x00003800 - 0x000038ff (0x100) IX[B]
	[3] -1	0	0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xb2000000 - 0xb3ffffff (0x2000000) MX[B]
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0xc8000000 - 0xc80fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 11: bridge is at (0:30:0), (0,11,14), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 11 I/O range:
	[0] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]
	[1] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]
	[2] -1	0	0x00004800 - 0x000048ff (0x100) IX[B]
	[3] -1	0	0x00004c00 - 0x00004cff (0x100) IX[B]
	[4] -1	0	0x00005000 - 0x000050ff (0x100) IX[B]
	[5] -1	0	0x00005400 - 0x000054ff (0x100) IX[B]
	[6] -1	0	0x00005800 - 0x000058ff (0x100) IX[B]
	[7] -1	0	0x00005c00 - 0x00005cff (0x100) IX[B]
	[8] -1	0	0x00006000 - 0x000060ff (0x100) IX[B]
	[9] -1	0	0x00006400 - 0x000064ff (0x100) IX[B]
	[10] -1	0	0x00006800 - 0x000068ff (0x100) IX[B]
	[11] -1	0	0x00006c00 - 0x00006cff (0x100) IX[B]
	[12] -1	0	0x00007000 - 0x000070ff (0x100) IX[B]
	[13] -1	0	0x00007400 - 0x000074ff (0x100) IX[B]
	[14] -1	0	0x00007800 - 0x000078ff (0x100) IX[B]
	[15] -1	0	0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 11 non-prefetchable memory range:
	[0] -1	0	0xb4000000 - 0xbfffffff (0xc000000) MX[B]
(II) Bus 11 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 12: bridge is at (11:0:0), (11,12,13), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 12 I/O range:
	[0] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]
	[1] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]
(II) Bus 12 non-prefetchable memory range:
	[0] -1	0	0xb6000000 - 0xb7ffffff (0x2000000) MX[B]
(II) Bus 12 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xd1ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc M24GL [Mobility FireGL V3200] rev 128, Mem @ 0xc0000000/27, 0xb0100000/16, I/O @ 0x2000/8
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xb4000000 - 0xb400ffff (0x10000) MX[B]
	[1] -1	0	0xb0200000 - 0xb020ffff (0x10000) MX[B]
	[2] -1	0	0xb0000400 - 0xb00004ff (0x100) MX[B]
	[3] -1	0	0xb0000800 - 0xb00009ff (0x200) MX[B]
	[4] -1	0	0xb0000000 - 0xb00003ff (0x400) MX[B]
	[5] -1	0	0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
	[6] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[7] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[8] -1	0	0x000018c0 - 0x000018cf (0x10) IX[B]
	[9] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]
	[10] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[11] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[12] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[13] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[14] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[15] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xb4000000 - 0xb400ffff (0x10000) MX[B]
	[1] -1	0	0xb0200000 - 0xb020ffff (0x10000) MX[B]
	[2] -1	0	0xb0000400 - 0xb00004ff (0x100) MX[B]
	[3] -1	0	0xb0000800 - 0xb00009ff (0x200) MX[B]
	[4] -1	0	0xb0000000 - 0xb00003ff (0x400) MX[B]
	[5] -1	0	0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
	[6] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[7] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[8] -1	0	0x000018c0 - 0x000018cf (0x10) IX[B]
	[9] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]
	[10] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[11] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[12] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[13] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[14] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[15] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xb4000000 - 0xb400ffff (0x10000) MX[B]
	[5] -1	0	0xb0200000 - 0xb020ffff (0x10000) MX[B]
	[6] -1	0	0xb0000400 - 0xb00004ff (0x100) MX[B]
	[7] -1	0	0xb0000800 - 0xb00009ff (0x200) MX[B]
	[8] -1	0	0xb0000000 - 0xb00003ff (0x400) MX[B]
	[9] -1	0	0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
	[10] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[11] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[14] -1	0	0x000018c0 - 0x000018cf (0x10) IX[B]
	[15] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]
	[16] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[17] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[18] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[19] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[20] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[21] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.0.90, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(**) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
	compiled for 7.1.0, module version = 8.47.3
	Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.47.3
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.471                    
(II) ATI Proprietary Linux Driver Build Date: Feb 25 2008 21:22:09
(--) Chipset Supported AMD Graphics Processor (0x3154) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xb4000000 - 0xb400ffff (0x10000) MX[B]
	[5] -1	0	0xb0200000 - 0xb020ffff (0x10000) MX[B]
	[6] -1	0	0xb0000400 - 0xb00004ff (0x100) MX[B]
	[7] -1	0	0xb0000800 - 0xb00009ff (0x200) MX[B]
	[8] -1	0	0xb0000000 - 0xb00003ff (0x400) MX[B]
	[9] -1	0	0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
	[10] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[11] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[14] -1	0	0x000018c0 - 0x000018cf (0x10) IX[B]
	[15] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]
	[16] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[17] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[18] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[19] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[20] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[21] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x820bd48
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xb4000000 - 0xb400ffff (0x10000) MX[B]
	[5] -1	0	0xb0200000 - 0xb020ffff (0x10000) MX[B]
	[6] -1	0	0xb0000400 - 0xb00004ff (0x100) MX[B]
	[7] -1	0	0xb0000800 - 0xb00009ff (0x200) MX[B]
	[8] -1	0	0xb0000000 - 0xb00003ff (0x400) MX[B]
	[9] -1	0	0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
	[10] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[11] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[12] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[13] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[17] -1	0	0x000018c0 - 0x000018cf (0x10) IX[B]
	[18] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]
	[19] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[20] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[21] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[22] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[23] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[24] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
	[25] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[26] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 0.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "KernelModuleParm" "locked-userpages=0"
(**) fglrx(0): Option "DesktopSetup" "single"
(**) fglrx(0): Option "MonitorLayout" "LVDS, AUTO"
(**) fglrx(0): Option "Mode2" "1024x768"
(**) fglrx(0): Option "UseFastTLS" "2"
(**) fglrx(0): Option "DPMS"
(II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(--) fglrx(0): Chipset: "ATI MOBILITY FireGL V3200" (Chipset = 0x3154)
(--) fglrx(0): (PciSubVendor = 0x1014, PciSubDevice = 0x0570)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xb0100000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules//libvbe.so
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 131008 kB
(II) fglrx(0): VESA VBE OEM: ATI MOBILITY RADEON X600   
(II) fglrx(0): VESA VBE OEM Software Rev: 1.0
(II) fglrx(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: CP24
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmGetBusid returned ''
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
	compiled for 7.1.0, module version = 8.47.3
	ABI class: X.Org Server Extension, version 0.3
(II) fglrx(0): Using adapter: 1:0.0.
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): PCIE card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) fglrx(0): MonitorLayout is no longer supported. 
               Please use DesktopSetup and ForceMonitors options
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0):  Display1: No EDID information from DDC.
(II) fglrx(0):  Display1: Failed to get EDID information. 
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000001
(II) fglrx(0): POWERplay version 3.  4 power states available:
(II) fglrx(0):   1. 398/250MHz @ 60Hz [enable load balancing]
(II) fglrx(0):   2. 105/122MHz @ 60Hz [low voltage, enable sleep]
(II) fglrx(0):   3. 351/250MHz @ 60Hz [thermal diode mode]
(II) fglrx(0):   4. 209/182MHz @ 60Hz [low voltage]
(==) fglrx(0): Qbs is not supported in this release. Disabled.
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0):  PseudoColor visuals disabled
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): Center Mode is disabled 
(==) fglrx(0): TMDS coherent mode is enabled 
(II) fglrx(0): Total of 14 modes found for primary display.
(--) fglrx(0): Virtual size is 1600x1200 (pitch 0)
(**) fglrx(0): *Mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1600x1200"x60.0  162.00  1600 1656 1832 2160  1200 1202 1205 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "1280x1024": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024"x60.0  162.00  1280 1480 1672 2160  1024 1113 1116 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "1152x864": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864"x60.0  162.00  1152 1432 1624 2160  864 1033 1036 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "1024x768": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"x60.0  162.00  1024 1360 1552 2160  768 985 988 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "848x480": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"x60.0  162.00  848 1288 1480 2160  480 841 844 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "800x600": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"x60.0  162.00  800 1248 1440 2160  600 901 904 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "720x576": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"x60.0  162.00  720 1216 1408 2160  576 889 892 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "640x480": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"x60.0  162.00  640 1176 1352 2160  480 841 844 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "640x400": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"x60.0  162.00  640 1176 1304 2160  400 801 804 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "640x350": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"x60.0  162.00  640 1176 1368 2160  350 776 779 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "512x384": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"x60.0  162.00  512 1112 1304 2160  384 793 796 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "400x300": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"x60.0  162.00  400 1056 1248 2160  300 901 904 1250 doublescan (75.0 kHz)
(**) fglrx(0):  Default mode "320x240": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"x60.0  162.00  320 1016 1208 2160  240 841 844 1250 doublescan (75.0 kHz)
(**) fglrx(0):  Default mode "320x200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"x60.0  162.00  320 1016 1208 2160  200 801 804 1250 doublescan (75.0 kHz)
(==) fglrx(0): DPI set to (96, 96)
(--) fglrx(0): Virtual size is 1600x1200 (pitch 1600)
(**) fglrx(0): *Mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1600x1200"x60.0  162.00  1600 1656 1832 2160  1200 1202 1205 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "1280x1024": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024"x60.0  162.00  1280 1480 1672 2160  1024 1113 1116 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "1152x864": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864"x60.0  162.00  1152 1432 1624 2160  864 1033 1036 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "1024x768": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"x60.0  162.00  1024 1360 1552 2160  768 985 988 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "848x480": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"x60.0  162.00  848 1288 1480 2160  480 841 844 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "800x600": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"x60.0  162.00  800 1248 1440 2160  600 901 904 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "720x576": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"x60.0  162.00  720 1216 1408 2160  576 889 892 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "640x480": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"x60.0  162.00  640 1176 1352 2160  480 841 844 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "640x400": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"x60.0  162.00  640 1176 1304 2160  400 801 804 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "640x350": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"x60.0  162.00  640 1176 1368 2160  350 776 779 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "512x384": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"x60.0  162.00  512 1112 1304 2160  384 793 796 1250 (75.0 kHz)
(**) fglrx(0):  Default mode "400x300": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"x60.0  162.00  400 1056 1248 2160  300 901 904 1250 doublescan (75.0 kHz)
(**) fglrx(0):  Default mode "320x240": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"x60.0  162.00  320 1016 1208 2160  240 841 844 1250 doublescan (75.0 kHz)
(**) fglrx(0):  Default mode "320x200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"x60.0  162.00  320 1016 1208 2160  200 801 804 1250 doublescan (75.0 kHz)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.2.0
	ABI class: X.Org Video Driver, version 2.0
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) fglrx(0): Depth moves disabled by default
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x8000001d
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): KernelModuleParm: "locked-userpages=0"
(**) fglrx(0): ATI GART size: 256 MB
(II) fglrx(0): [pcie] 258048 kB allocated
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(**) fglrx(0): UseFastTLS=2
(==) fglrx(0): BlockSignalsOnLock=1
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xb0100000 - 0xb010ffff (0x10000) MX[B]
	[1] 0	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
	[2] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[3] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[4] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[5] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[6] -1	0	0xb4000000 - 0xb400ffff (0x10000) MX[B]
	[7] -1	0	0xb0200000 - 0xb020ffff (0x10000) MX[B]
	[8] -1	0	0xb0000400 - 0xb00004ff (0x100) MX[B]
	[9] -1	0	0xb0000800 - 0xb00009ff (0x200) MX[B]
	[10] -1	0	0xb0000000 - 0xb00003ff (0x400) MX[B]
	[11] -1	0	0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
	[12] -1	0	0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
	[13] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[14] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[15] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[16] 0	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[20] -1	0	0x000018c0 - 0x000018cf (0x10) IX[B]
	[21] -1	0	0x00001880 - 0x000018bf (0x40) IX[B]
	[22] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[23] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[24] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[25] -1	0	0x00001820 - 0x0000183f (0x20) IX[B]
	[26] -1	0	0x00001800 - 0x0000181f (0x20) IX[B]
	[27] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
	[28] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[29] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
(WW) fglrx(0): could not detect X server version (query_status=-3)
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports 
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmGetBusid returned ''
(II) [drm] DRM interface version 1.0
(II) [drm] DRM open master succeeded.
(II) fglrx(0): [drm] Using the DRM lock SAREA also for drawables.
(II) fglrx(0): [drm] framebuffer handle = 0x3000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [drm] installed DRM signal handler
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 8.47.3
(II) fglrx(0):     Date: Feb 25 2008
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.18.5
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            no
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0x00005000
(II) fglrx(0): FIREGL Board Found
(II) fglrx(0): Interrupt handler installed at IRQ 16.
(II) fglrx(0): Exposed events to the /proc interface
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x00960000
(II) fglrx(0): FBMM initialized for area (0,0)-(1600,1536)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1600,1200) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1600 x 336
(**) fglrx(0): Option "BackingStore" "true"
(**) fglrx(0): Backing store enabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Solid Lines
	Dashed Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		24 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
[atiddx] ASYNCIO init succeed!
Receive enable interrupt ret message
...irqEnableMask: 20008000
...dwIRQEnableId: 00000004
Receive enable interrupt ret message
...irqEnableMask: 10000000
...dwIRQEnableId: 00000005
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using hardware cursor
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "thinkpad"
(**) Generic Keyboard: XkbModel: "thinkpad"
(**) Option "XkbLayout" "de"
(**) Generic Keyboard: XkbLayout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) Generic Keyboard: XkbVariant: "nodeadkeys"
(**) Option "XkbOptions" "lv3:ralt_switch_multikey"
(**) Generic Keyboard: XkbOptions: "lv3:ralt_switch_multikey"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "IMPS/2"
(**) Trackpoint: Device: "/dev/input/mouse1"
(**) Trackpoint: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Trackpoint: always reports core events
(**) Option "Device" "/dev/input/mouse1"
(**) Option "Emulate3Buttons" "false"
(**) Trackpoint: ZAxisMapping: buttons 4 and 5
(**) Trackpoint: Buttons: 9
(**) Trackpoint: Sensitivity: 1
(**) Option "Protocol" "IMPS/2"
(**) USB Maus: Device: "/dev/input/mice"
(**) USB Maus: Protocol: "IMPS/2"
(**) Option "SendCoreEvents" "true"
(**) USB Maus: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "false"
(**) Option "ZAxisMapping" "4 5"
(**) USB Maus: ZAxisMapping: buttons 4 and 5
(**) USB Maus: Buttons: 9
(**) USB Maus: Sensitivity: 1
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event1
(**) Option "Device" "/dev/input/event1"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "1700"
(**) Option "RightEdge" "5300"
(**) Option "TopEdge" "1700"
(**) Option "BottomEdge" "4200"
(**) Option "VertScrollDelta" "100"
(**) Option "HorizScrollDelta" "0"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "100"
(**) Option "MaxTapMove" "220"
(--) Synaptics Touchpad touchpad found
(**) Option "SendCoreEvents" "false"
(**) Synaptics Touchpad: doesn't report core events
(II) evaluating device (Synaptics Touchpad)
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(II) evaluating device (USB Maus)
(II) XINPUT: Adding extended input device "USB Maus" (type: MOUSE)
(II) evaluating device (Trackpoint)
(II) XINPUT: Adding extended input device "Trackpoint" (type: MOUSE)
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event1
(**) Option "Device" "/dev/input/event1"
(--) Synaptics Touchpad touchpad found
(II) USB Maus: ps2EnableDataReporting: succeeded
(II) Trackpoint: ps2EnableDataReporting: succeeded
AUDIT: Thu May 22 14:31:34 2008: 4510 X: client 1 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:35 2008: 4510 X: client 1 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:36 2008: 4510 X: client 3 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:37 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:38 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:39 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:40 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:41 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:42 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:43 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:44 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:45 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:46 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:47 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:48 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:49 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:50 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:51 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:52 2008: 4510 X: client 4 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:53 2008: 4510 X: client 1 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:54 2008: 4510 X: client 8 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:55 2008: 4510 X: client 11 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:56 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:57 2008: 4510 X: client 10 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:58 2008: 4510 X: client 10 rejected from local host (uid 0)
AUDIT: Thu May 22 14:31:59 2008: 4510 X: client 10 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:00 2008: 4510 X: client 10 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:01 2008: 4510 X: client 19 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:02 2008: 4510 X: client 20 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:03 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:04 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:05 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:06 2008: 4510 X: client 22 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:07 2008: 4510 X: client 22 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:08 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:09 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:10 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:11 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:12 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:13 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:14 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:15 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:16 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:17 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:18 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:19 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:20 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:21 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:22 2008: 4510 X: client 21 rejected from local host (uid 0)
Warning: LookupDrawable()/SecurityLookupDrawable() are deprecated.  Please convert your driver/module to use dixLookupDrawable().
AUDIT: Thu May 22 14:32:23 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:24 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:25 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:26 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:27 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:28 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:29 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:30 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:31 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:32 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:33 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:34 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:35 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:36 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:37 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:38 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:39 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:40 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:41 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:42 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:43 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:44 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:46 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:47 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:49 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:50 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:51 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:52 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:53 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:54 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:55 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:56 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:57 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:58 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:32:59 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:00 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:01 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:02 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:03 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:04 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:05 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:06 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:07 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:08 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:09 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:10 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:11 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:12 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:13 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:14 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:15 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:17 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:18 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:19 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:20 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:21 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:22 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:23 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:24 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:25 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:26 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:27 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:28 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:29 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:30 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:31 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:32 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:33 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:34 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:35 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:36 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:37 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:38 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:39 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:40 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:41 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:42 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:43 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:44 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:45 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:46 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:47 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:48 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:49 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:50 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:51 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:52 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:53 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:54 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:55 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:56 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:57 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:58 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:33:59 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:00 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:01 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:02 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:03 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:04 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:05 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:06 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:07 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:08 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:09 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:10 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:11 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:12 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:13 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:14 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:15 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:16 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:17 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:18 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:19 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:20 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:21 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:22 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:23 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:24 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:25 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:26 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:27 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:28 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:29 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:30 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:31 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:32 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:33 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:34 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:35 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:36 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:37 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:38 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:39 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:40 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:41 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:42 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:43 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:44 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:45 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:46 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:47 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:48 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:49 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:50 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:51 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:52 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:53 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:54 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:55 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:56 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:57 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:58 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:34:59 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:00 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:01 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:02 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:03 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:04 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:05 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:06 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:07 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:08 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:09 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:10 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:11 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:12 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:13 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:14 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:15 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:16 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:17 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:18 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:19 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:20 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:21 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:22 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:23 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:24 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:25 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:26 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:27 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:28 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:29 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:30 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:31 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:32 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:33 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:34 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:35 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:36 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:37 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:38 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:39 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:40 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:41 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:42 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:43 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:44 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:45 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:47 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:48 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:49 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:50 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:51 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:52 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:53 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:54 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:55 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:56 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:57 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:58 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:35:59 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:00 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:01 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:02 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:03 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:04 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:05 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:06 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:07 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:08 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:09 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:10 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:11 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:12 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:13 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:14 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:15 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:16 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:17 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:18 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:19 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:20 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:21 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:22 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:23 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:24 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:25 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:26 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:27 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:28 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:29 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:30 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:31 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:32 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:33 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:34 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:35 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:36 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:37 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:38 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:39 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:40 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:41 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:42 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:43 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:44 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:45 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:46 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:47 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:48 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:49 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:50 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:51 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:52 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:53 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:54 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:55 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:56 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:57 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:58 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:36:59 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:00 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:01 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:02 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:03 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:04 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:05 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:06 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:07 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:08 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:09 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:10 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:11 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:12 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:13 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:14 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:15 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:16 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:17 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:18 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:19 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:20 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:21 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:22 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:23 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:24 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:25 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:26 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:27 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:28 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:29 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:30 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:31 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:32 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:33 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:34 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:35 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:36 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:37 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:38 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:39 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:40 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:41 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:42 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:43 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:44 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:45 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:46 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:47 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:48 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:49 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:50 2008: 4510 X: client 22 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:51 2008: 4510 X: client 22 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:52 2008: 4510 X: client 22 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:53 2008: 4510 X: client 22 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:54 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:55 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:56 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:57 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:58 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:37:59 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:00 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:01 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:02 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:03 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:04 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:05 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:06 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:07 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:08 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:09 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:10 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:11 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:12 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:13 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:14 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:15 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:16 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:17 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:18 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:19 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:20 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:21 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:22 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:23 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:24 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:25 2008: 4510 X: client 13 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:26 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:27 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:28 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:29 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:30 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:31 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:32 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:33 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:34 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:35 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:36 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:37 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:38 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:39 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:40 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:41 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:42 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:43 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:44 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:45 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:46 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:47 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:48 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:49 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:50 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:51 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:52 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:53 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:54 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:55 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:56 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:57 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:58 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:38:59 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:00 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:01 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:02 2008: 4510 X: client 23 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:03 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:04 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:05 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:06 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:07 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:08 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:09 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:10 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:11 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:12 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:13 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:14 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:15 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:16 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:17 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:18 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:19 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:20 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:21 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:22 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:23 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:24 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:25 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:26 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:27 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:28 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:29 2008: 4510 X: client 21 rejected from local host (uid 0)
AUDIT: Thu May 22 14:39:30 2008: 4510 X: client 21 rejected from local host (uid 0)


- -- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18.5
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to de_DE)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg depends on:
ii  debconf [debconf-2 1.5.21                Debian configuration management sy
ii  fglrx-driver [xser 8.47.3-3              non-free AMD/ATI r5xx, r6xx displa
ii  x11-common         1:7.3+10              X Window System (X.Org) infrastruc
ii  x11-xkb-utils      7.4+1                 X11 XKB utilities
ii  xkb-data           1.2~cvs.20080501.1-1  X Keyboard Extension (XKB) configu
ii  xserver-xorg-core  2:1.4.1~git20080131-4 Xorg X server - core server
ii  xserver-xorg-input 1:7.3+10              the X.Org X server -- input driver
ii  xserver-xorg-input 1:1.2.0-1             X.Org X server -- evdev input driv
ii  xserver-xorg-input 1:1.2.2-3             X.Org X server -- keyboard input d
ii  xserver-xorg-input 1:1.2.3-2             X.Org X server -- mouse input driv
ii  xserver-xorg-input 0.14.7~git20070706-2  Synaptics TouchPad driver for X.Or
ii  xserver-xorg-input 0.7.9.3-2             X.Org X server -- Wacom input driv
ii  xserver-xorg-video 1:7.3+10              the X.Org X server -- output drive
ii  xserver-xorg-video 1:1.1.1-10            X.Org X server -- APM display driv
ii  xserver-xorg-video 1:0.6.0-9             X.Org X server -- ark display driv
ii  xserver-xorg-video 1:6.8.0-1             X.Org X server -- ATI display driv
ii  xserver-xorg-video 1:1.1.1-9             X.Org X server -- Chips display dr
ii  xserver-xorg-video 1:1.1.0-8             X.Org X server -- Cirrus display d
ii  xserver-xorg-video 1:1.1.0-8             X.Org X server -- Cyrix display dr
ii  xserver-xorg-video 1:0.2.0-7             X.Org X server -- dummy display dr
ii  xserver-xorg-video 1:0.3.1-4             X.Org X server -- fbdev display dr
ii  xserver-xorg-video 1:1.1.1-8             X.Org X server -- Glint display dr
ii  xserver-xorg-video 1:1.2.1-4             X.Org X server -- i128 display dri
ii  xserver-xorg-video 1:1.1.0-7             X.Org X server -- i740 display dri
ii  xserver-xorg-video 1:1.1.0-7             X.Org X server -- IMSTT display dr
ii  xserver-xorg-video 2:2.3.1-1             X.Org X server -- Intel i8xx, i9xx
ii  xserver-xorg-video 1:1.4.8.dfsg.1-1      X.Org X server -- MGA display driv
ii  xserver-xorg-video 1:1.1.1-8             X.Org X server -- Neomagic display
ii  xserver-xorg-video 1:0.2.1-4             X.Org X server -- Newport display 
ii  xserver-xorg-video 1:2.8.3-2             X.Org X server -- NSC display driv
ii  xserver-xorg-video 1:2.1.9-1             X.Org X server -- NV display drive
ii  xserver-xorg-video 1:4.1.3.dfsg.1-4      X.Org X server -- Rendition displa
ii  xserver-xorg-video 1:0.5.0-4             X.Org X server -- legacy S3 displa
ii  xserver-xorg-video 1:1.9.1-7             X.Org X server -- S3 ViRGE display
ii  xserver-xorg-video 1:2.1.3-5             X.Org X server -- Savage display d
ii  xserver-xorg-video 1:1.5.1-3             X.Org X server -- SiliconMotion di
ii  xserver-xorg-video 1:0.9.3-6             X.Org X server -- SiS display driv
ii  xserver-xorg-video 1:0.8.1-9             X.Org X server -- SiS USB display 
ii  xserver-xorg-video 1:1.3.0-6             X.Org X server -- tdfx display dri
ii  xserver-xorg-video 1:1.1.0-9             X.Org X server -- TGA display driv
ii  xserver-xorg-video 1:1.2.4-1             X.Org X server -- Trident display 
ii  xserver-xorg-video 1:1.1.1-4             X.Org X server -- Tseng display dr
ii  xserver-xorg-video 0.1.1-6               X.Org X server -- Video 4 Linux di
ii  xserver-xorg-video 1:1.3.0-4             X.Org X server -- VESA display dri
ii  xserver-xorg-video 1:4.1.0-8             X.Org X server -- VGA display driv
ii  xserver-xorg-video 1:0.2.2-5             X.Org X server -- VIA display driv
ii  xserver-xorg-video 1:10.16.1-1           X.Org X server -- VMware display d
ii  xserver-xorg-video 1:1.1.1-5             X.Org X server -- Voodoo display d

Versions of packages xserver-xorg recommends:
ii  dmidecode                     2.9-1      Dump Desktop Management Interface 
ii  libgl1-mesa-dri               7.0.3-1    A free implementation of the OpenG
ii  udev                          0.114-2    /dev/ and hotplug management daemo

- -- debconf information:
  xserver-xorg/config/monitor/use_sync_ranges:
  xserver-xorg/config/monitor/lcd: false
  xserver-xorg/config/device/default-identifier:
  xserver-xorg/config/inputdevice/keyboard/internal:
* xserver-xorg/config/inputdevice/keyboard/options:
* xserver-xorg/config/device/use_fbdev: false
* xserver-xorg/config/inputdevice/keyboard/variant:
  xserver-xorg/config/nonnumeric_string_error:
* xserver-xorg/config/inputdevice/keyboard/layout: de
  xserver-xorg/config/inputdevice/mouse/emulate3buttons: true
  xserver-xorg/config/write_dri_section: true
* xserver-xorg/config/inputdevice/keyboard/model: pc105
  xserver-xorg/config/device/driver:
  shared/fontpath/fontserver:
  xserver-xorg/config/doublequote_in_string_error:
  shared/no_known_x-server:
  xserver-xorg/config/device/bus_id_error:
* xserver-xorg/autodetect_keyboard: false
  xserver-xorg/config/fontpath/fontserver:
  xserver-xorg/config/null_string_error:
  shared/multiple_possible_x-servers:
* xserver-xorg/config/device/bus_id: PCI:1:0:0
* xserver-xorg/config/inputdevice/keyboard/rules: xorg

- -- 
Klaus Ethgen                            http://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <Klaus@Ethgen.de>
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBSDVt2J+OKpjRpO3lAQIA4wf/aHfk8RdyQkq6l8aC0BwhE4Qp9c+t2SAs
Vj4jqIqa5cOVyVz7vXi/bLlFJuBF73N9nbl1kAl/oZvrNEZa8Vq/koCVcq6Y7kOW
3oX3P2/4CtuOf3yC14OprToZDZHBZvjMGcui4uRmfdmSvu4TNHOW0rvdM7nCuFmr
WAictnZooXYlbOn8opiy2j/Gqx+fZ/owRJZIix+z+pl+Y/qxK56g+FXUAe5wCu5m
Z13FngZCMZvBoS8rQp36CKXninOTQIzffk9bEvoCGh3o5jMvHKUkVuUn7PywFtG+
Dn6GYquEv80lRA3x6GrsTrmIZ0JbgaRLb+CWyMr5zvq6KQq96xmdSw==
=Wo+5
-----END PGP SIGNATURE-----



Reply to: