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

Bug#235464: xserver-xfree86: memory leak?



after the second time I ran the open gl app this
is the situation
total       used       free     shared    buffers     cached
Mem:        240112     223604      16508          0       2660     
36644
-/+ buffers/cache:     184300      55812
Swap:      1028120     351792     676328

consider that initially I has 0 swap used and more or less 130Mb used of
Mem...


On Sun, 2004-02-29 at 23:18, Mike Mestnik wrote:
> This maks no differance ps and tools can't tell what memory is being
> mapped, used or why.  If X crashes due to being out of ram then you may
> have a leak.  This is what the [1]Xperts would tell you.
> 
> [1] http://www.xfree86.org/pipermail/forum/2003-March/002839.html
> 
> --- Cristiano De Michele <demichel@na.infn.it> wrote:
> > but I'm not using AGP because 3D acceleration does not
> > work yet for my ATI IGP 320M card...
> > 
> > On Sun, 2004-02-29 at 21:55, Mike Mestnik wrote:
> > > NO, not a memory leak!!!  It's only a problem with the way tools like
> > ps
> > > and memstat add up used memory!!!
> > > 
> > > WHAT YOU ARE SEING IS FALSE, the memory count includes the AGPGART and
> > the
> > > memory on the video card.  I'm not sure if AGPGART ram can be used by
> > > other programs, yet or if at all.  This is defenetly a knowen problem
> > and
> > > part of the xfree86 FAQ.
> > > 
> > > Plaese send a msg to 235464-done@bugs.debian.org to close this bug.
> > > 
> > > --- Cristiano De Michele <demichel@na.infn.it> wrote:
> > > > Package: xserver-xfree86
> > > > Version: 4.3.0-2
> > > > Severity: important
> > > > Tags: sid
> > > > 
> > > > before I launch an opengl application the X server occupies 20Mb
> > (RSS
> > > > from ps axl) but after I have launched and then closed such an
> > > > application
> > > > I have 165Mb occupied by the X server!
> > > > 
> > > > 
> > > > -- Package-specific info:
> > > > 01:05.0 VGA compatible controller: ATI Technologies Inc Radeon
> > Mobility
> > > > U1
> > > > 01:05.0 Class 0300: 1002:4336
> > > > 
> > > > ### BEGIN DEBCONF SECTION
> > > > # XF86Config-4 (XFree86 server configuration file) generated by
> > dexconf,
> > > > the
> > > > # Debian X Configuration tool, using values from the debconf
> > database.
> > > > #
> > > > # Edit this file with caution, and see the XF86Config-4 manual page.
> > > > # (Type "man XF86Config-4" at the shell prompt.)
> > > > #
> > > > # If you want your changes to this file preserved by dexconf, only
> > make
> > > > changes
> > > > # before the "### BEGIN DEBCONF SECTION" line above, and/or after
> > the
> > > > # "### END DEBCONF SECTION" line below.
> > > > #
> > > > # To change things within the debconf section, run the command:
> > > > #   dpkg-reconfigure xserver-xfree86
> > > > # as root.  Also see "How do I add custom sections to a
> > > > dexconf-generated
> > > > # XF86Config or XF86Config-4 file?" in
> > > > /usr/share/doc/xfree86-common/FAQ.gz.
> > > > 
> > > > Section "Files"
> > > > 	FontPath	"unix/:7100"			# local font server
> > > > 	# if the local font server has problems, we can fall back on these
> > > > 	FontPath	"/usr/lib/X11/fonts/Type1"
> > > > 	FontPath	"/usr/lib/X11/fonts/CID"
> > > > 	FontPath	"/usr/lib/X11/fonts/Speedo"
> > > > 	FontPath	"/usr/lib/X11/fonts/misc"
> > > > 	FontPath	"/usr/lib/X11/fonts/cyrillic"
> > > > 	FontPath	"/usr/lib/X11/fonts/100dpi"
> > > > 	FontPath	"/usr/lib/X11/fonts/75dpi"
> > > > 	FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> > > > 	FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
> > > > EndSection
> > > > 
> > > > Section "Module"
> > > > 	Load	"GLcore"
> > > > 	Load	"bitmap"
> > > > 	Load	"dbe"
> > > > 	Load	"ddc"
> > > >         #Load	"dri"
> > > > 	Load	"extmod"
> > > > 	Load	"freetype"
> > > > 	Load	"glx"
> > > > 	Load	"int10"
> > > > 	Load	"record"
> > > > 	Load	"speedo"
> > > > 	Load	"type1"
> > > >         Load	"vbe"
> > > > 	Load    "synaptics"
> > > > EndSection
> > > > Section "InputDevice"
> > > >   Driver  	"synaptics"
> > > >   Identifier  	"Mouse[1]"
> > > >   Option        "CorePointer"
> > > >   Option        "Protocol"      "auto-dev"
> > > >   Option 	"Device"  	"/dev/psaux"
> > > >   Option	"LeftEdge"      "1700"
> > > >   Option        "RightEdge"    "5300"
> > > >   Option        "TopEdge"      "1700" 
> > > >   Option        "BottomEdge"   "4200"
> > > >   Option	"FingerLow"	"25"
> > > >   Option	"FingerHigh"    "30"
> > > >   Option	"MaxTapTime" "180"
> > > >   Option	"MaxTapMove" "220"
> > > >   Option	"VertScrollDelta" "100"
> > > >   Option         "HorizScrollDelta" "100"
> > > >   Option	"MinSpeed"	"0.02"
> > > >   Option	"MaxSpeed"	"0.18"
> > > >   #Option	"MinSpeed"	"0.05"
> > > >   #Option	"MaxSpeed"	"0.18"
> > > >   #Option	"AccelFactor" "0.0010"
> > > >   Option	"AccelFactor" "0.0003"
> > > >   Option	"Repeater"	"/dev/ps2mouse"
> > > >   Option	"SHMConfig"	"on"
> > > > EndSection
> > > > 		      
> > > > Section "InputDevice"
> > > > 	Identifier	"Generic Keyboard"
> > > > 	Driver		"keyboard"
> > > > 	Option		"CoreKeyboard"
> > > > 	Option		"XkbRules"	"xfree86"
> > > > 	Option		"XkbModel"	"pc105"
> > > > 	Option		"XkbLayout"	"it"
> > > > EndSection
> > > > 
> > > > #Section "InputDevice"
> > > > #	Identifier	"Configured Mouse"
> > > > #	Driver		"mouse"
> > > > #	Option		"CorePointer"
> > > > #	Option		"Device"		"/dev/psaux"
> > > > #	Option		"Protocol"		"PS/2"
> > > > #	Option 		"Emulate3Buttons" 	"no"
> > > > #	Option 		"ZAxisMapping"		"4 5"	
> > > > #EndSection
> > > > 
> > > > Section "InputDevice"
> > > > 	Identifier	"Generic Mouse"
> > > > 	Driver		"mouse"
> > > > 	Option		"SendCoreEvents"	"true"
> > > > 	Option		"Device"		"/dev/input/mice"
> > > > 	Option 		"Emulate3Buttons" 	"no"
> > > > 	Option 		"ZAxisMapping"		"4 5"	
> > > > 	Option		"Protocol"		"IMPS/2"
> > > > EndSection
> > > > 
> > > > Section "Device"
> > > > 	Identifier	"Generic Video Card"
> > > > 	Driver	        "radeon"
> > > >         #Option 		"AGPMode" "4"
> > > > #        BoardName  "Radeon IGP 320M"
> > > > #       ChipID      0x4242 #0x4c59 #0x5157 both work
> > > > #	Option     "sw_cursor"
> > > > #        Option 		"NoInt10"
> > > > #        Option "NoDDC"
> > > > #    Option   "NoAccel"
> > > > #	Option "NoMTRR"  "true"
> > > > #	Option "AGPFastWrite"		"true" 
> > > > #        Option "XaaNoCPUtoScreenColorExpandFill" "true"
> > > > #        Option "XaaNoPixmapCache"         "true"
> > > > #	Option "XaaNoOffScreenPixmaps"    "true"
> > > > #       Option "XaaNoScanlineCPUtoScreenColorExpandFill" "true"
> > > > #        Option "XaaNoImageWriteRect" "true"
> > > > #	Option "XaaNoScanlineImageWriteRect"  "true"
> > > > #        Option "ForcePCIMode" 		"true" 
> > > > #	Option "PageFlip"               "true"
> > > > #	Option		"UseFBDev"		"true"
> > > > EndSection
> > > > 
> > > > Section "Monitor"
> > > > 	Identifier	"Generic Monitor"
> > > > 	HorizSync	30-60
> > > > 	VertRefresh	50-75
> > > > 	Option		"DPMS"
> > > > EndSection
> > > > 
> > > > Section "Screen"
> > > > 	Identifier	"Default Screen"
> > > > 	Device		"Generic Video Card"
> > > > 	Monitor		"Generic Monitor"
> > > > 	DefaultDepth 24
> > > > 	SubSection "Display"
> > > > 		Depth		1
> > > > 		Modes		"1024x768"
> > > > 	EndSubSection
> > > > 	SubSection "Display"
> > > > 		Depth		4
> > > > 		Modes		"1024x768"
> > > > 	EndSubSection
> > > > 	SubSection "Display"
> > > > 		Depth		8
> > > > 		Modes		"1024x768"
> > > > 	EndSubSection
> > > > 	SubSection "Display"
> > > > 		Depth		15
> > > > 		Modes		"1024x768"
> > > > 	EndSubSection
> > > > 	SubSection "Display"
> > > > 		Depth		16
> > > > 		Modes		"1024x768"
> > > > 	EndSubSection
> > > > 	SubSection "Display"
> > > > 		Depth		24
> > > > 		Modes		"1024x768"
> > > > 	EndSubSection
> > > > EndSection
> > > > 
> > > > Section "ServerLayout"
> > > > 	Identifier	"Default Layout"
> > > > 	Screen		"Default Screen"
> > > > 	InputDevice	"Generic Keyboard"
> > > > #       InputDevice	"Configured Mouse"
> > > > 	InputDevice	"Mouse[1]"
> > > > 	InputDevice	"Generic Mouse"
> > > > EndSection
> > > > 
> > > > Section "DRI"
> > > > 	Mode	0666
> > > > EndSection
> > > > 
> > > > ### END DEBCONF SECTION
> > > > 
> > > > 
> > > > This is a pre-release version of XFree86, and is not supported in
> > any
> > > > way.  Bugs may be reported to XFree86@XFree86.Org and patches
> > submitted
> > > > to fixes@XFree86.Org.  Before reporting bugs in pre-release
> > versions,
> > > > please check the latest version in the XFree86 CVS repository
> > > > (http://www.XFree86.Org/cvs).
> > > > 
> > > > XFree86 Version 4.3.0.1 (Debian 4.3.0-2 20040218145349
> > > > root@butters.hq.amellus.com)
> > > > Release Date: 15 August 2003
> > > > X Protocol Version 11, Revision 0, Release 6.6
> > > > Build Operating System: Linux 2.4.23-1-k7 i686 [ELF] 
> > > > Build Date: 18 February 2004
> > > > 	Before reporting problems, check http://www.XFree86.Org/
> > > > 	to make sure that you have the latest version.
> > > > Module Loader present
> > > > OS Kernel: Linux version 2.4.24-swsusp2.0 (root@piro) (gcc version
> > 3.3.3
> > > > 20040125 (prerelease) (Debian)) #2 Mon Feb 16 09:50:54 CET 2004 
> > > > 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/XFree86.0.log", Time: Sun Feb 29 14:19:17
> > 2004
> > > > (==) Using config file: "/etc/X11/XF86Config-4"
> > > > (==) ServerLayout "Default Layout"
> > > > (**) |-->Screen "Default Screen" (0)
> > > > (**) |   |-->Monitor "Generic Monitor"
> > > > (**) |   |-->Device "Generic Video Card"
> > > > (**) |-->Input Device "Generic Keyboard"
> > > > (**) Option "XkbRules" "xfree86"
> > > > (**) XKB: rules: "xfree86"
> > > > (**) Option "XkbModel" "pc105"
> > > > (**) XKB: model: "pc105"
> > > > (**) Option "XkbLayout" "it"
> > > > (**) XKB: layout: "it"
> > > > (==) Keyboard: CustomKeycode disabled
> > > > (**) |-->Input Device "Mouse[1]"
> > > > (**) |-->Input Device "Generic Mouse"
> > > > (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
> > > > 	Entry deleted from font path.
> > > > (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").
> > > > (**) FontPath set to
> > > >
> > >
> >
> "unix/:7100,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/CID,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> > > > (==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
> > > > (==) ModulePath set to "/usr/X11R6/lib/modules"
> > > > (++) using VT number 7
> > > > 
> > > > (WW) Open APM failed (/dev/apm_bios) (No such device)
> > > > (II) Module ABI versions:
> > > > 	XFree86 ANSI C Emulation: 0.2
> > > > 	XFree86 Video Driver: 0.6
> > > > 	XFree86 XInput driver : 0.4
> > > > 	XFree86 Server Extension : 0.2
> > > > 	XFree86 Font Renderer : 0.4
> > > > (II) Loader running on linux
> > > > (II) LoadModule: "bitmap"
> > > > (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
> > > > (II) Module bitmap: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.0.0
> > > > 	Module class: XFree86 Font Renderer
> > > > 	ABI class: XFree86 Font Renderer, version 0.4
> > > > (II) Loading font Bitmap
> > > > (II) LoadModule: "pcidata"
> > > > (II) Loading /usr/X11R6/lib/modules/libpcidata.a
> > > > (II) Module pcidata: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.0.0
> > > > 	ABI class: XFree86 Video Driver, version 0.6
> > > > (II) PCI: Probing config type using method 1
> > > > (II) PCI: Config type is 1
> > > > (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 =
> > 0x80000000
> > > > (II) PCI: PCI scan (all values are in hex)
> > > > (II) PCI: 00:00:0: chip 1002,cab0 card 0000,0000 rev 13 class
> > 06,00,00
> > > > hdr 00
> > > > (II) PCI: 00:01:0: chip 1002,700f card 0000,0000 rev 01 class
> > 06,04,00
> > > > hdr 01
> > > > (II) PCI: 00:02:0: chip 10b9,5237 card 10b9,5237 rev 03 class
> > 0c,03,10
> > > > hdr 00
> > > > (II) PCI: 00:07:0: chip 10b9,1533 card 10b9,1533 rev 00 class
> > 06,01,00
> > > > hdr 00
> > > > (II) PCI: 00:08:0: chip 10b9,5451 card 0e11,00b0 rev 02 class
> > 04,01,00
> > > > hdr 00
> > > > (II) PCI: 00:0a:0: chip 104c,ac50 card 4000,0000 rev 02 class
> > 06,07,00
> > > > hdr 02
> > > > (II) PCI: 00:0b:0: chip 10ec,8139 card 0e11,00b0 rev 20 class
> > 02,00,00
> > > > hdr 00
> > > > (II) PCI: 00:0c:0: chip 14f1,2f00 card 0e11,8d89 rev 01 class
> > 07,80,00
> > > > hdr 00
> > > > (II) PCI: 00:0f:0: chip 10b9,5237 card 10b9,5237 rev 03 class
> > 0c,03,10
> > > > hdr 00
> > > > (II) PCI: 00:10:0: chip 10b9,5229 card 10b9,5229 rev c4 class
> > 01,01,fa
> > > > hdr 00
> > > > (II) PCI: 00:11:0: chip 10b9,7101 card 10b9,7101 rev 00 class
> > 06,80,00
> > > > hdr 00
> > > > (II) PCI: 01:05:0: chip 1002,4336 card 0e11,00b0 rev 00 class
> > 03,00,00
> > > > hdr 00
> > > > (II) PCI: End of PCI scan
> > > > (II) Host-to-PCI bridge:
> > > > (II) Bus 0: bridge is at (0:0:0), (0,0,2), 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	0x00009000 - 0x000090ff (0x100) IX[B]
> > > > 	[1] -1	0	0x00009400 - 0x000094ff (0x100) IX[B]
> > > > 	[2] -1	0	0x00009800 - 0x000098ff (0x100) IX[B]
> > > > 	[3] -1	0	0x00009c00 - 0x00009cff (0x100) IX[B]
> > > > (II) Bus 1 non-prefetchable memory range:
> > > > 	[0] -1	0	0xf4100000 - 0xf41fffff (0x100000) MX[B]
> > > > (II) Bus 1 prefetchable memory range:
> > > > 	[0] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
> > > > (II) PCI-to-ISA bridge:
> > > > (II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN
> > is
> > > > set)
> > > > (II) PCI-to-CardBus bridge:
> > > > (II) Bus 2: bridge is at (0:10:0), (0,2,5), BCTRL: 0x05c0 (VGA_EN is
> > > > cleared)
> > > > (II) Bus 2 I/O range:
> > > > 	[0] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]
> > > > 	[1] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]
> > > > (II) Bus 2 non-prefetchable memory range:
> > > > 	[0] -1	0	0x10000000 - 0x103fffff (0x400000) MX[B]
> > > > (II) Bus 2 prefetchable memory range:
> > > > 	[0] -1	0	0xffbfd000 - 0xffbfdfff (0x1000) MX[B]
> > > > (--) PCI:*(1:5:0) ATI Technologies Inc Radeon Mobility U1 rev 0, Mem
> > @
> > > > 0xf6000000/25, 0xf4100000/16, I/O @ 0x9000/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	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
> > > > 	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
> > > > 	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
> > > > 	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
> > > > 	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
> > > > 	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
> > > > 	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
> > > > (II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff
> > to
> > > > 0xf7ffffff
> > > > (II) PCI Memory resource overlap reduced 0xf4400000 from 0xf4400fff
> > to
> > > > 0xf43fffff
> > > > (II) PCI I/O resource overlap reduced 0x00008090 from 0x00008093 to
> > > > 0x0000808f
> > > > (II) Active PCI resource ranges:
> > > > 	[0] -1	0	0xf4012000 - 0xf4012fff (0x1000) MX[B]
> > > > 	[1] -1	0	0xf4000000 - 0xf400ffff (0x10000) MX[B]
> > > > 	[2] -1	0	0xf4013000 - 0xf40130ff (0x100) MX[B]
> > > > 	[3] -1	0	0xf4011000 - 0xf4011fff (0x1000) MX[B]
> > > > 	[4] -1	0	0xf4010000 - 0xf4010fff (0x1000) MX[B]
> > > > 	[5] -1	0	0xf4400000 - 0xf43fffff (0x0) MX[B]O
> > > > 	[6] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
> > > > 	[7] -1	0	0xf4100000 - 0xf410ffff (0x10000) MX[B](B)
> > > > 	[8] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
> > > > 	[9] -1	0	0x00008080 - 0x0000808f (0x10) IX[B]
> > > > 	[10] -1	0	0x00008098 - 0x0000809f (0x8) IX[B]
> > > > 	[11] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
> > > > 	[12] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
> > > > 	[13] -1	0	0x00008090 - 0x0000808f (0x0) IX[B]O
> > > > 	[14] -1	0	0x00009000 - 0x000090ff (0x100) IX[B](B)
> > > > (II) Active PCI resource ranges after removing overlaps:
> > > > 	[0] -1	0	0xf4012000 - 0xf4012fff (0x1000) MX[B]
> > > > 	[1] -1	0	0xf4000000 - 0xf400ffff (0x10000) MX[B]
> > > > 	[2] -1	0	0xf4013000 - 0xf40130ff (0x100) MX[B]
> > > > 	[3] -1	0	0xf4011000 - 0xf4011fff (0x1000) MX[B]
> > > > 	[4] -1	0	0xf4010000 - 0xf4010fff (0x1000) MX[B]
> > > > 	[5] -1	0	0xf4400000 - 0xf43fffff (0x0) MX[B]O
> > > > 	[6] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
> > > > 	[7] -1	0	0xf4100000 - 0xf410ffff (0x10000) MX[B](B)
> > > > 	[8] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
> > > > 	[9] -1	0	0x00008080 - 0x0000808f (0x10) IX[B]
> > > > 	[10] -1	0	0x00008098 - 0x0000809f (0x8) IX[B]
> > > > 	[11] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
> > > > 	[12] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
> > > > 	[13] -1	0	0x00008090 - 0x0000808f (0x0) IX[B]O
> > > > 	[14] -1	0	0x00009000 - 0x000090ff (0x100) IX[B](B)
> > > > (II) OS-reported resource ranges after removing overlaps with PCI:
> > > > 	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
> > > > 	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
> > > > 	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
> > > > 	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
> > > > 	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
> > > > 	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
> > > > 	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
> > > > (II) All system resource ranges:
> > > > 	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
> > > > 	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
> > > > 	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
> > > > 	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
> > > > 	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
> > > > 	[5] -1	0	0xf4012000 - 0xf4012fff (0x1000) MX[B]
> > > > 	[6] -1	0	0xf4000000 - 0xf400ffff (0x10000) MX[B]
> > > > 	[7] -1	0	0xf4013000 - 0xf40130ff (0x100) MX[B]
> > > > 	[8] -1	0	0xf4011000 - 0xf4011fff (0x1000) MX[B]
> > > > 	[9] -1	0	0xf4010000 - 0xf4010fff (0x1000) MX[B]
> > > > 	[10] -1	0	0xf4400000 - 0xf43fffff (0x0) MX[B]O
> > > > 	[11] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
> > > > 	[12] -1	0	0xf4100000 - 0xf410ffff (0x10000) MX[B](B)
> > > > 	[13] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
> > > > 	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
> > > > 	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
> > > > 	[16] -1	0	0x00008080 - 0x0000808f (0x10) IX[B]
> > > > 	[17] -1	0	0x00008098 - 0x0000809f (0x8) IX[B]
> > > > 	[18] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
> > > > 	[19] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
> > > > 	[20] -1	0	0x00008090 - 0x0000808f (0x0) IX[B]O
> > > > 	[21] -1	0	0x00009000 - 0x000090ff (0x100) IX[B](B)
> > > > (II) LoadModule: "GLcore"
> > > > (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
> > > > Skipping
> > "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":
> > > >  No symbols found
> > > > Skipping
> > "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":
> > > >  No symbols found
> > > > Skipping
> > > > "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No
> > > > symbols found
> > > > Skipping
> > > > "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o": 
> > No
> > > > symbols found
> > > > (II) Module GLcore: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.0.0
> > > > 	ABI class: XFree86 Server Extension, version 0.2
> > > > (II) LoadModule: "bitmap"
> > > > (II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
> > > > (II) Loading font Bitmap
> > > > (II) LoadModule: "dbe"
> > > > (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
> > > > (II) Module dbe: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.0.0
> > > > 	Module class: XFree86 Server Extension
> > > > 	ABI class: XFree86 Server Extension, version 0.2
> > > > (II) Loading extension DOUBLE-BUFFER
> > > > (II) LoadModule: "ddc"
> > > > (II) Loading /usr/X11R6/lib/modules/libddc.a
> > > > (II) Module ddc: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.0.0
> > > > 	ABI class: XFree86 Video Driver, version 0.6
> > > > (II) LoadModule: "extmod"
> > > > (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
> > > > (II) Module extmod: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.0.0
> > > > 	Module class: XFree86 Server Extension
> > > > 	ABI class: XFree86 Server Extension, version 0.2
> > > > (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 XFree86-DGA
> > > > (II) Loading extension DPMS
> > > > (II) Loading extension FontCache
> > > > (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/X11R6/lib/modules/fonts/libfreetype.a
> > > > (II) Module freetype: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 2.0.2
> > > > 	Module class: XFree86 Font Renderer
> > > > 	ABI class: XFree86 Font Renderer, version 0.4
> > > > (II) Loading font FreeType
> > > > (II) LoadModule: "glx"
> > > > (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
> > > > (II) Module glx: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.0.0
> > > > 	ABI class: XFree86 Server Extension, version 0.2
> > > > (II) Loading sub module "GLcore"
> > > > (II) LoadModule: "GLcore"
> > > > (II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
> > > > (II) Loading extension GLX
> > > > (II) LoadModule: "int10"
> > > > (II) Loading /usr/X11R6/lib/modules/linux/libint10.a
> > > > (II) Module int10: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.0.0
> > > > 	ABI class: XFree86 Video Driver, version 0.6
> > > > (II) LoadModule: "record"
> > > > (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
> > > > (II) Module record: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.13.0
> > > > 	Module class: XFree86 Server Extension
> > > > 	ABI class: XFree86 Server Extension, version 0.2
> > > > (II) Loading extension RECORD
> > > > (II) LoadModule: "speedo"
> > > > (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
> > > > Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No
> > > > symbols found
> > > > (II) Module speedo: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.0.1
> > > > 	Module class: XFree86 Font Renderer
> > > > 	ABI class: XFree86 Font Renderer, version 0.4
> > > > (II) Loading font Speedo
> > > > (II) LoadModule: "type1"
> > > > (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
> > > > (II) Module type1: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.0.2
> > > > 	Module class: XFree86 Font Renderer
> > > > 	ABI class: XFree86 Font Renderer, version 0.4
> > > > (II) Loading font Type1
> > > > (II) Loading font CID
> > > > (II) LoadModule: "vbe"
> > > > (II) Loading /usr/X11R6/lib/modules/libvbe.a
> > > > (II) Module vbe: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.1.0
> > > > 	ABI class: XFree86 Video Driver, version 0.6
> > > > (II) LoadModule: "synaptics"
> > > > (II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.o
> > > > (II) Module synaptics: vendor="The XFree86 Project"
> > > > 	compiled for 4.2.0, module version = 1.0.0
> > > > 	Module class: XFree86 XInput Driver
> > > > 	ABI class: XFree86 XInput driver, version 0.3
> > > > (II) LoadModule: "radeon"
> > > > (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
> > > > (II) Module radeon: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 4.0.1
> > > > 	Module class: XFree86 Video Driver
> > > > 	ABI class: XFree86 Video Driver, version 0.6
> > > > (II) LoadModule: "ati"
> > > > (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
> > > > (II) Module ati: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 6.4.18
> > > > 	Module class: XFree86 Video Driver
> > > > 	ABI class: XFree86 Video Driver, version 0.6
> > > > (II) LoadModule: "synaptics"
> > > > (II) Reloading /usr/X11R6/lib/modules/input/synaptics_drv.o
> > > > (II) LoadModule: "mouse"
> > > > (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
> > > > (II) Module mouse: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.0.0
> > > > 	Module class: XFree86 XInput Driver
> > > > 	ABI class: XFree86 XInput driver, version 0.4
> > > > (II) ATI: ATI driver (version 6.4.18) for chipsets: ati, ativga
> > > > (II) R128: Driver for ATI Rage 128 chipsets:
> > > > 	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF
> > (AGP),
> > > > 	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML
> > (AGP),
> > > > 	ATI Rage 128 Pro GL PA (AGP?), ATI Rage 128 Pro GL PB (AGP?),
> > > > 	ATI Rage 128 Pro GL PC (AGP?), ATI Rage 128 Pro GL PD (PCI),
> > > > 	ATI Rage 128 Pro GL PE (AGP?), ATI Rage 128 Pro GL PF (AGP),
> > > > 	ATI Rage 128 Pro VR PG (AGP?), ATI Rage 128 Pro VR PH (AGP?),
> > > > 	ATI Rage 128 Pro VR PI (AGP?), ATI Rage 128 Pro VR PJ (AGP?),
> > > > 	ATI Rage 128 Pro VR PK (AGP?), ATI Rage 128 Pro VR PL (AGP?),
> > > > 	ATI Rage 128 Pro VR PM (AGP?), ATI Rage 128 Pro VR PN (AGP?),
> > > > 	ATI Rage 128 Pro VR PO (AGP?), ATI Rage 128 Pro VR PP (PCI),
> > > > 	ATI Rage 128 Pro VR PQ (AGP?), ATI Rage 128 Pro VR PR (PCI),
> > > > 	ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
> > > > 	ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
> > > > 	ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
> > > > 	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
> > > > 	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
> > > > 	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
> > > > 	ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
> > > > 	ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
> > > > 	ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
> > > > 	ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
> > > > 	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
> > > > 	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
> > > > 	ATI Rage 128 Pro ULTRA TU (AGP?)
> > > > (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
> > > > 	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
> > > > 	ATI Radeon VE/7000 QY (AGP), ATI Radeon VE/7000 QZ (AGP),
> > > > 	ATI Radeon Mobility M7 LW (AGP),
> > > > 	ATI Mobility FireGL 7800 M7 LX (AGP),
> > > > 	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
> > > > 	ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
> > > > 	ATI Radeon IGP330/340/350 (A4) 4137,
> > > > 	ATI Radeon IGP330M/340M/350M (U2) 4337,
> > > > 	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QI (AGP),
> > > > 	ATI Radeon 8500 QJ (AGP), ATI Radeon 8500 QK (AGP),
> > > > 	ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP),
> > > > 	ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
> > > > 	ATI Radeon 8500 Qh (AGP), ATI Radeon 8500 Qi (AGP),
> > > > 	ATI Radeon 8500 Qj (AGP), ATI Radeon 8500 Qk (AGP),
> > > > 	ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
> > > > 	ATI Radeon 7500 QW (AGP), ATI Radeon 7500 QX (AGP),
> > > > 	ATI Radeon 9000 Id (AGP), ATI Radeon 9000 Ie (AGP),
> > > > 	ATI Radeon 9000 If (AGP), ATI Radeon 9000 Ig (AGP),
> > > > 	ATI Radeon Mobility M9 Ld (AGP), ATI Radeon Mobility M9 Le (AGP),
> > > > 	ATI Radeon Mobility M9 Lf (AGP), ATI Radeon Mobility M9 Lg (AGP),
> > > > 	ATI Radeon 9200 5960 (AGP), ATI Radeon 9200 5961 (AGP),
> > > > 	ATI Radeon 9200 5962 (AGP), ATI Radeon 9200 5963 (AGP),
> > > > 	ATI Radeon 9200 5964 (AGP), ATI Radeon M9+ 5968 (AGP),
> > > > 	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
> > > > 	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon M9+ 5969
> > (AGP),
> > > > 	ATI Radeon M9+ 596A (AGP), ATI Radeon M9+ 596B (AGP),
> > > > 	ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP),
> > > > 	ATI Radeon 9500 AF (AGP), ATI FireGL Z1/X1 AG (AGP),
> > > > 	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
> > > > 	ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP)
> > > > (II) Primary Device is: PCI 01:05:0
> > > > (--) Assigning device section with no busID to primary device
> > > > (--) Chipset ATI Radeon IGP320M (U1) 4336 found
> > > > (II) resource ranges after xf86ClaimFixedResources() call:
> > > > 	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
> > > > 	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
> > > > 	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
> > > > 	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
> > > > 	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
> > > > 	[5] -1	0	0xf4012000 - 0xf4012fff (0x1000) MX[B]
> > > > 	[6] -1	0	0xf4000000 - 0xf400ffff (0x10000) MX[B]
> > > > 	[7] -1	0	0xf4013000 - 0xf40130ff (0x100) MX[B]
> > > > 	[8] -1	0	0xf4011000 - 0xf4011fff (0x1000) MX[B]
> > > > 	[9] -1	0	0xf4010000 - 0xf4010fff (0x1000) MX[B]
> > > > 	[10] -1	0	0xf4400000 - 0xf43fffff (0x0) MX[B]O
> > > > 	[11] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
> > > > 	[12] -1	0	0xf4100000 - 0xf410ffff (0x10000) MX[B](B)
> > > > 	[13] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
> > > > 	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
> > > > 	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
> > > > 	[16] -1	0	0x00008080 - 0x0000808f (0x10) IX[B]
> > > > 	[17] -1	0	0x00008098 - 0x0000809f (0x8) IX[B]
> > > > 	[18] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
> > > > 	[19] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
> > > > 	[20] -1	0	0x00008090 - 0x0000808f (0x0) IX[B]O
> > > > 	[21] -1	0	0x00009000 - 0x000090ff (0x100) IX[B](B)
> > > > (II) Loading sub module "radeon"
> > > > (II) LoadModule: "radeon"
> > > > (II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
> > > > (II) resource ranges after probing:
> > > > 	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
> > > > 	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
> > > > 	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
> > > > 	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
> > > > 	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
> > > > 	[5] -1	0	0xf4012000 - 0xf4012fff (0x1000) MX[B]
> > > > 	[6] -1	0	0xf4000000 - 0xf400ffff (0x10000) MX[B]
> > > > 	[7] -1	0	0xf4013000 - 0xf40130ff (0x100) MX[B]
> > > > 	[8] -1	0	0xf4011000 - 0xf4011fff (0x1000) MX[B]
> > > > 	[9] -1	0	0xf4010000 - 0xf4010fff (0x1000) MX[B]
> > > > 	[10] -1	0	0xf4400000 - 0xf43fffff (0x0) MX[B]O
> > > > 	[11] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
> > > > 	[12] -1	0	0xf4100000 - 0xf410ffff (0x10000) MX[B](B)
> > > > 	[13] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
> > > > 	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
> > > > 	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
> > > > 	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
> > > > 	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
> > > > 	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
> > > > 	[19] -1	0	0x00008080 - 0x0000808f (0x10) IX[B]
> > > > 	[20] -1	0	0x00008098 - 0x0000809f (0x8) IX[B]
> > > > 	[21] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
> > > > 	[22] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
> > > > 	[23] -1	0	0x00008090 - 0x0000808f (0x0) IX[B]O
> > > > 	[24] -1	0	0x00009000 - 0x000090ff (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) Loading sub module "vgahw"
> > > > (II) LoadModule: "vgahw"
> > > > (II) Loading /usr/X11R6/lib/modules/libvgahw.a
> > > > (II) Module vgahw: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 0.1.0
> > > > 	ABI class: XFree86 Video Driver, version 0.6
> > > > (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0,
> > hwp->PIOOffset is
> > > > 0x0000
> > > > (II) RADEON(0): PCI bus 1 card 5 func 0
> > > > (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
> > > > (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp
> > pixmaps)
> > > > (==) RADEON(0): Default visual is TrueColor
> > > > (==) RADEON(0): RGB weight 888
> > > > (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
> > > > (II) Loading sub module "int10"
> > > > (II) LoadModule: "int10"
> > > > (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
> > > > (II) RADEON(0): initializing int10
> > > > (II) RADEON(0): Primary V_BIOS segment is: 0xc000
> > > > (--) RADEON(0): Chipset: "ATI Radeon IGP320M (U1) 4336" (ChipID =
> > > > 0x4336)
> > > > (--) RADEON(0): Linear framebuffer at 0xf6000000
> > > > (--) RADEON(0): MMIO registers at 0xf4100000
> > > > (--) RADEON(0): VideoRAM: 16384 kByte (64-bit SDR SDRAM)
> > > > (II) Loading sub module "ddc"
> > > > (II) LoadModule: "ddc"
> > > > (II) Reloading /usr/X11R6/lib/modules/libddc.a
> > > > (II) Loading sub module "i2c"
> > > > (II) LoadModule: "i2c"
> > > > (II) Loading /usr/X11R6/lib/modules/libi2c.a
> > > > (II) Module i2c: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.2.0
> > > > 	ABI class: XFree86 Video Driver, version 0.6
> > > > (II) RADEON(0): I2C bus "DDC" initialized.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" removed.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" removed.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" removed.
> > > > (II) RADEON(0): DDC Type: 2, Detected Type: 0
> > > > (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" removed.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" removed.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" removed.
> > > > (II) RADEON(0): DDC Type: 4, Detected Type: 0
> > > > (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" removed.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" removed.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" removed.
> > > > (II) RADEON(0): DDC Type: 3, Detected Type: 0
> > > > (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" removed.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" removed.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> > > > (II) RADEON(0): I2C device "DDC:ddc2" removed.
> > > > (II) RADEON(0): DDC Type: 4, Detected Type: 0
> > > > (II) RADEON(0): Displays Detected: Monitor1--Type 2, Monitor2--Type
> > 0
> > > > 
> > > > (II) RADEON(0): 
> > > > (II) RADEON(0): Primary Display == Type 2
> > > > (II) RADEON(0): Panel ID string: LGP                     
> > > > (II) RADEON(0): Panel Size from BIOS: 1024x768
> > > > (II) RADEON(0): BIOS provided dividers will be used.(II) RADEON(0):
> > PLL
> > > > parameters: rf=19186 rd=426 min=12000 max=35000; xclk=13300
> > > > (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
> > > > (II) RADEON(0): Validating modes on Primary head ---------
> > > > (II) RADEON(0): Total number of valid DDC mode(s) found: 0
> > > > (II) RADEON(0): Valid mode using on-chip RMX: 1024x768
> > > > (II) RADEON(0): Total number of valid FP mode(s) found: 1
> > > > (--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
> > > > (**) RADEON(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz),
> > 48.4
> > > > kHz, 60.0 Hz
> > > > (II) RADEON(0): Modeline "1024x768"   65.00  1024 1040 1688 1344 
> > 768
> > > > 771 777 806
> > > > (**) RADEON(0):  Default mode "640x350": 65.0 MHz (scaled from 0.0
> > MHz),
> > > > 48.4 kHz, 60.0 Hz
> > > > (II) RADEON(0): Modeline "640x350"   65.00  640 1040 1688 1344  350
> > 771
> > > > 777 806
> > > > (**) RADEON(0):  Default mode "640x400": 65.0 MHz (scaled from 0.0
> > MHz),
> > > > 48.4 kHz, 60.0 Hz
> > > > (II) RADEON(0): Modeline "640x400"   65.00  640 1040 1688 1344  400
> > 771
> > > > 777 806
> > > > (**) RADEON(0):  Default mode "720x400": 65.0 MHz (scaled from 0.0
> > MHz),
> > > > 48.4 kHz, 60.0 Hz
> > > > (II) RADEON(0): Modeline "720x400"   65.00  720 1040 1688 1344  400
> > 771
> > > > 777 806
> > > > (**) RADEON(0):  Default mode "640x480": 65.0 MHz (scaled from 0.0
> > MHz),
> > > > 48.4 kHz, 60.0 Hz
> > > > (II) RADEON(0): Modeline "640x480"   65.00  640 1040 1688 1344  480
> > 771
> > > > 777 806
> > > > (**) RADEON(0):  Default mode "800x600": 65.0 MHz (scaled from 0.0
> > MHz),
> > > > 48.4 kHz, 60.0 Hz
> > > > (II) RADEON(0): Modeline "800x600"   65.00  800 1040 1688 1344  600
> > 771
> > > > 777 806
> > > > (**) RADEON(0):  Default mode "832x624": 65.0 MHz (scaled from 0.0
> > MHz),
> > > > 48.4 kHz, 60.0 Hz
> > > > (II) RADEON(0): Modeline "832x624"   65.00  832 1040 1688 1344  624
> > 771
> > > > 777 806
> > > > (==) RADEON(0): DPI set to (75, 75)
> > > > (II) Loading sub module "fb"
> > > > (II) LoadModule: "fb"
> > > > (II) Loading /usr/X11R6/lib/modules/libfb.a
> > > > (II) Module fb: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.0.0
> > > > 	ABI class: XFree86 ANSI C Emulation, version 0.2
> > > > (II) Loading sub module "ramdac"
> > > > (II) LoadModule: "ramdac"
> > > > (II) Loading /usr/X11R6/lib/modules/libramdac.a
> > > > (II) Module ramdac: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 0.1.0
> > > > 	ABI class: XFree86 Video Driver, version 0.6
> > > > (II) Loading sub module "xaa"
> > > > (II) LoadModule: "xaa"
> > > > (II) Loading /usr/X11R6/lib/modules/libxaa.a
> > > > (II) Module xaa: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.1.0
> > > > 	ABI class: XFree86 Video Driver, version 0.6
> > > > (II) RADEON(0): AGP Fast Write disabled by default
> > > > (II) RADEON(0): Depth moves disabled by default
> > > > (II) Loading sub module "shadowfb"
> > > > (II) LoadModule: "shadowfb"
> > > > (II) Loading /usr/X11R6/lib/modules/libshadowfb.a
> > > > (II) Module shadowfb: vendor="The XFree86 Project"
> > > > 	compiled for 4.3.0.1, module version = 1.0.0
> > > > 	ABI class: XFree86 ANSI C Emulation, version 0.2
> > > > (II) RADEON(0): Page flipping disabled
> > > > (!!) RADEON(0): For information on using the multimedia capabilities
> > > > 	of this adapter, please see http://gatos.sf.net.
> > > > (--) Depth 24 pixmap format is 32 bpp
> > > > (II) do I need RAC?  No, I don't.
> > > > (II) resource ranges after preInit:
> > > > 	[0] 0	0	0xf4100000 - 0xf410ffff (0x10000) MX[B]
> > > > 	[1] 0	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
> > > > 	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
> > > > 	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
> > > > 	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
> > > > 	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
> > > > 	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
> > > > 	[7] -1	0	0xf4012000 - 0xf4012fff (0x1000) MX[B]
> > > > 	[8] -1	0	0xf4000000 - 0xf400ffff (0x10000) MX[B]
> > > > 	[9] -1	0	0xf4013000 - 0xf40130ff (0x100) MX[B]
> > > > 	[10] -1	0	0xf4011000 - 0xf4011fff (0x1000) MX[B]
> > > > 	[11] -1	0	0xf4010000 - 0xf4010fff (0x1000) MX[B]
> > > > 	[12] -1	0	0xf4400000 - 0xf43fffff (0x0) MX[B]O
> > > > 	[13] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
> > > > 	[14] -1	0	0xf4100000 - 0xf410ffff (0x10000) MX[B](B)
> > > > 	[15] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B](B)
> > > > 	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
> > > > 	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
> > > > 	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
> > > > 	[19] 0	0	0x00009000 - 0x000090ff (0x100) IX[B]
> > > > 	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
> > > > 	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
> > > > 	[22] -1	0	0x00008080 - 0x0000808f (0x10) IX[B]
> > > > 	[23] -1	0	0x00008098 - 0x0000809f (0x8) IX[B]
> > > > 	[24] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
> > > > 	[25] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
> > > > 	[26] -1	0	0x00008090 - 0x0000808f (0x0) IX[B]O
> > > > 	[27] -1	0	0x00009000 - 0x000090ff (0x100) IX[B](B)
> > > > 	[28] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
> > > > 	[29] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
> > > > (==) RADEON(0): Write-combining range (0xf6000000,0x1000000)
> > > > (WW) RADEON(0): Direct rendering not yet supported on
> > IGP320/330/340/350
> > > > integrated chips
> > > > (II) RADEON(0): Memory manager initialized to (0,0) (1024,4096)
> > > > (II) RADEON(0): Reserved area from (0,768) to (1024,770)
> > > > (II) RADEON(0): Largest offscreen area available: 1024 x 3326
> > > > (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
> > > > 	Screen to screen bit blits
> > > > 	Solid filled rectangles
> > > > 	8x8 mono pattern filled rectangles
> > > > 	Indirect CPU to Screen color expansion
> > > > 	Solid Lines
> > > > 	Dashed Lines
> > > > 	Scanline Image Writes
> > > > 	Offscreen Pixmaps
> > > > 	Setting up tile and stipple cache:
> > > > 		32 128x128 slots
> > > > 		18 256x256 slots
> > > > 		6 512x512 slots
> > > > (II) RADEON(0): Acceleration enabled
> > > > (==) RADEON(0): Backing store disabled
> > > > (==) RADEON(0): Silken mouse enabled
> > > > (II) RADEON(0): Using hardware cursor (scanline 770)
> > > > (II) RADEON(0): Largest offscreen area available: 1024 x 3322
> > > > (**) Option "dpms"
> > > > (**) RADEON(0): DPMS enabled
> > > > (II) RADEON(0): Direct rendering disabled
> > > > (==) 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 LBX
> > > > (II) Initializing built-in extension XC-APPGROUP
> > > > (II) Initializing built-in extension SECURITY
> > > > (II) Initializing built-in extension XINERAMA
> > > > (II) Initializing built-in extension XFree86-Bigfont
> > > > (II) Initializing built-in extension RENDER
> > > > (II) Initializing built-in extension RANDR
> > > > (II) Keyboard "Generic Keyboard" handled by legacy driver
> > > > (II) Synaptics touchpad driver version 0.12.4
> > > > Mouse[1] no synaptics event device found
> > > > (**) Option "Device" "/dev/psaux"
> > > > (**) Option "SHMConfig" "on"
> > > > (**) Option "LeftEdge" "1700"
> > > > (**) Option "RightEdge" "5300"
> > > > (**) Option "TopEdge" "1700"
> > > > (**) Option "BottomEdge" "4200"
> > > > (**) Option "FingerLow" "25"
> > > > (**) Option "FingerHigh" "30"
> > > > (**) Option "MaxTapTime" "180"
> > > > (**) Option "MaxTapMove" "220"
> > > > (**) Option "VertScrollDelta" "100"
> > > > (**) Option "HorizScrollDelta" "100"
> > > > (**) Option "Repeater" "/dev/ps2mouse"
> > > > (**) Option "Device" "/dev/ps2mouse"
> > > > (--) Mouse[1] synaptics touchpad found
> > > > (--)  Synaptics Touchpad, model: 1
> > > > (--)  Firmware: 5.8
> > > > (--)  180 degree mounted touchpad
> > > > (--)  Sensor: 29
> > > > (--)  new absolute packet format
> > > > (--)  Touchpad has extended capability bits
> > > > (--)  -> 4 multi buttons, i.e. besides standard buttons
> > > > (--)  -> multifinger detection
> > > > (--)  -> palm detection
> > > > (**) Option "CorePointer"
> > > > (**) Mouse[1]: Core Pointer
> > > > (**) Option "Protocol" "IMPS/2"
> > > > (**) Generic Mouse: Protocol: "IMPS/2"
> > > > (**) Generic Mouse: always reports core events
> > > > (**) Option "Device" "/dev/input/mice"
> > > > (**) Option "Emulate3Buttons" "no"
> > > > (**) Option "ZAxisMapping" "4 5"
> > > > (**) Generic Mouse: ZAxisMapping: buttons 4 and 5
> > > > (**) Generic Mouse: Buttons: 5
> > > > (II) XINPUT: Adding extended input device "Generic Mouse" (type:
> > MOUSE)
> > > > (II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE)
> > > > Synaptics DeviceInit called
> > > > SynapticsCtrl called.
> > > > Synaptics DeviceOn called
> > > > (--) Mouse[1] synaptics touchpad found
> > > > (--)  Synaptics Touchpad, model: 1
> > > > (--)  Firmware: 5.8
> > > > (--)  180 degree mounted touchpad
> > > > (--)  Sensor: 29
> > > > (--)  new absolute packet format
> > > > (--)  Touchpad has extended capability bits
> > > > (--)  -> 4 multi buttons, i.e. besides standard buttons
> > > > (--)  -> multifinger detection
> > > > (--)  -> palm detection
> > > > (II) Generic Mouse: ps2EnableDataReporting: succeeded
> > > > Warning: font renderer for ".pcf" already registered at priority 0
> > > > Warning: font renderer for ".pcf.Z" already registered at priority 0
> > > > Warning: font renderer for ".pcf.gz" already registered at priority
> > 0
> > > > Warning: font renderer for ".snf" already registered at priority 0
> > > > Warning: font renderer for ".snf.Z" already registered at priority 0
> > > > Warning: font renderer for ".snf.gz" already registered at priority
> > 0
> > > > Warning: font renderer for ".bdf" already registered at priority 0
> > > > Warning: font renderer for ".bdf.Z" already registered at priority 0
> > > > Warning: font renderer for ".bdf.gz" already registered at priority
> > 0
> > > > Warning: font renderer for ".pmf" already registered at priority 0
> > > > SynapticsCtrl called.
> > > > SynapticsCtrl called.
> > > > GetModeLine - scrn: 0 clock: 65000
> > > > GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1688 httl: 1344
> > > >               vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags:
> > -2147483648
> > > > GetModeLine - scrn: 0 clock: 65000
> > > > GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1688 httl: 1344
> > > >               vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags:
> > -2147483648
> > > > GetModeLine - scrn: 0 clock: 65000
> > > > GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1688 httl: 1344
> > > >               vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags:
> > -2147483648
> > > > AUDIT: Sun Feb 29 14:57:02 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 14:57:20 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 14:59:44 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:01:16 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:02:22 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:02:35 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:03:01 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:07:05 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:07:13 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:08:23 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:09:50 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:11:33 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:12:44 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:12:58 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:14:05 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:15:23 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:20:51 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:21:39 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:23:22 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:31:31 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:32:11 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:34:27 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:35:31 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:37:43 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:38:36 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:39:47 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:42:20 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:42:24 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > GetModeLine - scrn: 0 clock: 65000
> > > > GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1688 httl: 1344
> > > >               vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags:
> > -2147483648
> > > > GetModeLine - scrn: 0 clock: 65000
> > > > GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1688 httl: 1344
> > > >               vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags:
> > -2147483648
> > > > AUDIT: Sun Feb 29 15:58:05 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:58:43 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 15:59:11 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 16:00:05 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 16:03:50 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 16:13:57 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 16:14:48 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 16:14:59 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 16:15:42 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 16:18:20 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 16:19:02 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > AUDIT: Sun Feb 29 16:19:22 2004: 19593 X: client 26 rejected from
> > local
> > > > host
> > > >   Auth name: MIT-MAGIC-COOKIE-1 ID: -1
> > > > Synaptics DeviceOff called
> > > > (WW) Open APM failed (/dev/apm_bios) (No such device)
> > > > (II) Generic Mouse: ps2EnableDataReporting: succeeded
> > > > Synaptics DeviceOn called
> > > > (--) Mouse[1] synaptics touchpad found
> > > > (--)  Synaptics Touchpad, model: 1
> > > > (--)  Firmware: 5.8
> > > > (--)  180 degree mounted touchpad
> > > > (--)  Sensor: 29
> > > > (--)  new absolute packet format
> > > > (--)  Touchpad has extended capability bits
> > > > (--)  -> 4 multi buttons, i.e. besides standard buttons
> > > > (--)  -> multifinger detection
> > > > (--)  -> palm detection
> > > > 
> > > > -rw-r--r--    1 root     root        38704 Feb 29 16:40
> > > > /var/log/XFree86.0.log
> > > > -rw-r--r--    1 root     root        32953 Oct 26 13:06
> > > > /var/log/XFree86.1.log
> > > > -rw-r--r--    1 root     root        33509 Feb  6 16:55
> > > > /var/log/XFree86.20.log
> > > > -rw-r--r--    1 root     root        32723 Feb 29 13:56
> > > > /var/log/XFree86.3.log
> > > > -rw-r--r--    1 root     root        29672 May 24  2003
> > > > /var/log/XFree86.8.log
> > > > 
> > > > -- System Information:
> > > > Debian Release: testing/unstable
> > > >   APT prefers unstable
> > > >   APT policy: (990, 'unstable'), (500, 'testing'), (1,
> > 'experimental')
> > > > Architecture: i386 (i686)
> > > > Kernel: Linux 2.4.24-swsusp2.0
> > > > Locale: LANG=C, LC_CTYPE=C
> > > > 
> > > > Versions of packages xserver-xfree86 depends on:
> > > > ii  debconf [debconf-2.0]       1.4.11       Debian configuration
> > > > management sy
> > > > ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared
> > > > libraries an
> > > > ii  xserver-common              4.3.0-2      files and utilities
> > common
> > > > to all 
> > > > ii  zlib1g                      1:1.2.1-4    compression library -
> > > > runtime
> > > > 
> > > > -- debconf information:
> > > >   xserver-xfree86/config/device/identifier: Generic Video Card
> > > >   xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
> > > >   xserver-xfree86/config/device/use_fbdev: 
> > > > * xserver-xfree86/config/monitor/selection-method: Advanced
> > > >   xserver-xfree86/config/doublequote_in_string_error: 
> > > >   shared/default-x-server: xserver-xfree86
> > > >   xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
> > > >   xserver-xfree86/config/device/bus_id: 
> > > > * xserver-xfree86/config/inputdevice/keyboard/layout: it
> > > > * xserver-xfree86/config/monitor/horiz-sync: 28-50
> > > >   xserver-xfree86/config/monitor/identifier: Generic Monitor
> > > >   shared/no_known_x-server: 
> > > >   xserver-xfree86/autodetect_mouse: true
> > > >   xserver-xfree86/config/device/video_ram: 
> > > >   xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
> > > > * xserver-xfree86/config/monitor/lcd: true
> > > >   xserver-xfree86/config/inputdevice/keyboard/internal: 
> > > > * xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
> > > >   xserver-xfree86/multiple_possible_x-drivers: 
> > > > * xserver-xfree86/config/inputdevice/keyboard/model: pc104
> > > >   xserver-xfree86/config/write_dri_section: true
> > > > * xserver-xfree86/config/device/driver: ati
> > > > * xserver-xfree86/config/monitor/vert-refresh: 43-75
> > > > * xserver-xfree86/config/display/default_depth: 24
> > > >   xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
> > > > * xserver-xfree86/config/display/modes: 1024x768, 800x600, 640x480
> > > >   xserver-xfree86/config/device/bus_id_error: 
> > > >   xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri,
> > extmod,
> > > > freetype, glx, int10, record, speedo, type1, vbe
> > > > * xserver-xfree86/config/inputdevice/keyboard/options: 
> > > >   xserver-xfree86/config/nonnumeric_string_error: 
> > > > * xserver-xfree86/config/inputdevice/mouse/protocol: PS/2
> > > >   shared/multiple_possible_x-servers: 
> > > >   xserver-xfree86/config/null_string_error: 
> > > >   xserver-xfree86/config/monitor/range_input_error: 
> > > >   xserver-xfree86/autodetect_video_card: true
> > > > * xserver-xfree86/config/inputdevice/keyboard/variant: 
> > > > * xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
> > > >   xserver-xfree86/config/write_files_section: true
> > > >   xserver-xfree86/autodetect_monitor: true
> > > > 
> > > > 
> > > 
> > > 
> > > __________________________________
> > > Do you Yahoo!?
> > > Get better spam protection with Yahoo! Mail.
> > > http://antispam.yahoo.com/tools
> > -- 
> > Cristiano De Michele <demichel@na.infn.it>
> > Department of Physics, University of Naples "Federico II"
> 
> 
> __________________________________
> Do you Yahoo!?
> Get better spam protection with Yahoo! Mail.
> http://antispam.yahoo.com/tools
-- 
Cristiano De Michele <demichel@na.infn.it>
Department of Physics, University of Naples "Federico II"



Reply to: