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

Why can I not make X blank the screen?



Hello all,

I've got a Gateway E4100 running a fresh Sarge installation, with X configured
to use the vesa driver.  I'm running KDE 3.3, the KDE screensaver is turned
off, and I'm not running xscreensaver.

I'm trying to figoure out how to make the screen go blank with xset:

xset s on
xset s blank
xset s expose
xset s 10 10
sleep 3 ; xset s activate
xset +dpms
xset dpms 10 11 12
sleep 3 ; xset dpms force off

Nothing seems to work.

I've even used a simple program to call DPMSInfo(), and watched the DPMS sate
move from on to standby to suspend to off -- on the same monitor that's
supposed to be going blank.

The screen blanks and turns off when the terminal is up, but it never goes
blank or turns off when X is running.

What gives?

Attached below are my XF86Config-4 file and the output of XFree86.0.log

 # XF86Config-4 (XFree86 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 XF86Config-4 manual page.
 # (Type "man XF86Config-4" at the shell prompt.)
 #
 # This file is automatically updated on xserver-xfree86 package upgrades *only*
 # if it has not been modified since the last upgrade of the xserver-xfree86
 # package.
 #
 # If you have edited this file but would like it to be automatically updated
 # again, run the following commands as root:
 #
 #   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
 #   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
 #   dpkg-reconfigure xserver-xfree86
 
 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/misc"
   FontPath	"/usr/lib/X11/fonts/cyrillic"
   FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
   FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
   FontPath	"/usr/lib/X11/fonts/Type1"
   FontPath	"/usr/lib/X11/fonts/CID"
   FontPath	"/usr/lib/X11/fonts/Speedo"
   FontPath	"/usr/lib/X11/fonts/100dpi"
   FontPath	"/usr/lib/X11/fonts/75dpi"
 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"
 EndSection
 
 Section "InputDevice"
   Identifier	"Generic Keyboard"
   Driver		"keyboard"
   Option		"CoreKeyboard"
   Option		"XkbRules"	"xfree86"
   Option		"XkbModel"	"pc104"
   Option		"XkbLayout"	"us"
 EndSection
 
 Section "InputDevice"
   Identifier	"Configured Mouse"
   Driver		"mouse"
   Option		"CorePointer"
   Option		"Device"		"/dev/psaux"
   Option		"Protocol"		"PS/2"
   Option		"Emulate3Buttons"	"true"
   Option		"ZAxisMapping"		"4 5"
 EndSection
 Section "InputDevice"
   Identifier	"Generic Mouse"
   Driver		"mouse"
   Option		"SendCoreEvents"	"true"
   Option		"Device"		"/dev/input/mice"
   Option		"Protocol"		"ImPS/2"
   Option		"Emulate3Buttons"	"true"
   Option		"ZAxisMapping"		"4 5"
 EndSection
 
 Section "Device"
   Identifier	"Generic Video Card"
   Driver		"vesa"
 EndSection
 
 Section "Monitor"
   Identifier	"Generic Monitor"
   HorizSync	28-50
   VertRefresh	43-75
   Option		"DPMS"
 EndSection
 
 Section "Screen"
   Identifier	"Default Screen"
   Device		"Generic Video Card"
   Monitor		"Generic Monitor"
   DefaultDepth	24
   SubSection "Display"
     Depth		1
     Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
     Depth		4
     Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
     Depth		8
     Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
     Depth		15
     Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
     Depth		16
     Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
     Depth		24
     Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
 EndSection
 
 Section "ServerLayout"
   Identifier	"Default Layout"
   Screen		"Default Screen"
   InputDevice	"Generic Keyboard"
   InputDevice	"Configured Mouse"
   InputDevice	"Generic Mouse"
 EndSection
 
 Section "DRI"
   Mode	0666
 EndSection

 XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-12.0.1 20050223080930 joshk@triplehelix.org)
 Release Date: 15 August 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.6.9 i686 [ELF] 
 Build Date: 23 February 2005
 
 This version of XFree86 has been extensively modified by the Debian
 Project, and is not supported by the XFree86 Project, Inc., in any
 way.  Bugs should be reported to the Debian Bug Tracking System; see
 <URL: http://www.debian.org/Bugs/Reporting >.
 
 We strongly encourage the use of the "reportbug" package and command
 to ensure that bug reports contain as much useful information as
 possible.
 
 Before filing a bug report, you may want to consult the Debian X FAQ:
        XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
   plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz
 
 Module Loader present
 OS Kernel: Linux version 2.6.8-2-686 (dilinger@toaster.hq.voxel.net) (gcc version 3.3.5 (Debian 1:3.3.5-6)) #1 Mon Jan 24 03:58:38 EST 2005 
 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: Wed May  4 12:46:42 2005
 (==) 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" "pc104"
 (**) XKB: model: "pc104"
 (**) Option "XkbLayout" "us"
 (**) XKB: layout: "us"
 (==) Keyboard: CustomKeycode disabled
 (**) |-->Input Device "Configured Mouse"
 (**) |-->Input Device "Generic Mouse"
 (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
   Entry deleted from font path.
 (WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
   Entry deleted from font path.
 (**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
 (==) 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 file or directory)
 (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 = 0x80020808, mode1Res1 = 0x80000000
 (II) PCI: PCI scan (all values are in hex)
 (II) PCI: 00:00:0: chip 8086,2570 card 8086,2570 rev 02 class 06,00,00 hdr 00
 (II) PCI: 00:02:0: chip 8086,2572 card 107b,2026 rev 02 class 03,00,00 hdr 00
 (II) PCI: 00:03:0: chip 8086,2573 card 0000,0000 rev 02 class 06,04,00 hdr 01
 (II) PCI: 00:1d:0: chip 8086,24d2 card 107b,2026 rev 02 class 0c,03,00 hdr 80
 (II) PCI: 00:1d:1: chip 8086,24d4 card 107b,2026 rev 02 class 0c,03,00 hdr 00
 (II) PCI: 00:1d:2: chip 8086,24d7 card 107b,2026 rev 02 class 0c,03,00 hdr 00
 (II) PCI: 00:1d:3: chip 8086,24de card 107b,2026 rev 02 class 0c,03,00 hdr 00
 (II) PCI: 00:1d:7: chip 8086,24dd card 107b,2026 rev 02 class 0c,03,20 hdr 00
 (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
 (II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
 (II) PCI: 00:1f:1: chip 8086,24db card 107b,2026 rev 02 class 01,01,8a hdr 00
 (II) PCI: 00:1f:2: chip 8086,24d1 card 107b,2026 rev 02 class 01,01,8f hdr 00
 (II) PCI: 00:1f:3: chip 8086,24d3 card 107b,2026 rev 02 class 0c,05,00 hdr 00
 (II) PCI: 00:1f:5: chip 8086,24d5 card 107b,2026 rev 02 class 04,01,00 hdr 00
 (II) PCI: 02:01:0: chip 8086,1019 card 107b,2026 rev 00 class 02,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 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
 (II) Bus 2 I/O range:
   [0] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [1] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]
   [2] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [3] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
 (II) Bus 2 non-prefetchable memory range:
   [0] -1	0	0xff800000 - 0xff8fffff (0x100000) MX[B]
 (II) PCI-to-PCI bridge:
 (II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0206 (VGA_EN is cleared)
 (II) PCI-to-ISA bridge:
 (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
 (--) PCI:*(0:2:0) Intel Corp. 82865G Integrated Graphics Device rev 2, Mem @ 0xf0000000/27, 0xffa80000/19, I/O @ 0xec00/3
 (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) Active PCI resource ranges:
   [0] -1	0	0xff8e0000 - 0xff8fffff (0x20000) MX[B]
   [1] -1	0	0xffa7f800 - 0xffa7f8ff (0x100) MX[B]
   [2] -1	0	0xffa7fc00 - 0xffa7fdff (0x200) MX[B]
   [3] -1	0	0x3f000000 - 0x3f0003ff (0x400) MX[B]
   [4] -1	0	0xffa7f400 - 0xffa7f7ff (0x400) MX[B]
   [5] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [6] -1	0	0xffa80000 - 0xffafffff (0x80000) MX[B](B)
   [7] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [8] -1	0	0x0000bc00 - 0x0000bc1f (0x20) IX[B]
   [9] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
   [10] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
   [11] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
   [12] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
   [13] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
   [14] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
   [15] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [16] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
   [17] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [18] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
   [19] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
   [20] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B](B)
 (II) Active PCI resource ranges after removing overlaps:
   [0] -1	0	0xff8e0000 - 0xff8fffff (0x20000) MX[B]
   [1] -1	0	0xffa7f800 - 0xffa7f8ff (0x100) MX[B]
   [2] -1	0	0xffa7fc00 - 0xffa7fdff (0x200) MX[B]
   [3] -1	0	0x3f000000 - 0x3f0003ff (0x400) MX[B]
   [4] -1	0	0xffa7f400 - 0xffa7f7ff (0x400) MX[B]
   [5] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [6] -1	0	0xffa80000 - 0xffafffff (0x80000) MX[B](B)
   [7] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [8] -1	0	0x0000bc00 - 0x0000bc1f (0x20) IX[B]
   [9] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
   [10] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
   [11] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
   [12] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
   [13] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
   [14] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
   [15] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [16] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
   [17] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [18] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
   [19] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
   [20] -1	0	0x0000ec00 - 0x0000ec07 (0x8) 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 - 0x3effffff (0x3ef00000) 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 - 0x3effffff (0x3ef00000) 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	0xff8e0000 - 0xff8fffff (0x20000) MX[B]
   [6] -1	0	0xffa7f800 - 0xffa7f8ff (0x100) MX[B]
   [7] -1	0	0xffa7fc00 - 0xffa7fdff (0x200) MX[B]
   [8] -1	0	0x3f000000 - 0x3f0003ff (0x400) MX[B]
   [9] -1	0	0xffa7f400 - 0xffa7f7ff (0x400) MX[B]
   [10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [11] -1	0	0xffa80000 - 0xffafffff (0x80000) MX[B](B)
   [12] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1	0	0x0000bc00 - 0x0000bc1f (0x20) IX[B]
   [16] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
   [17] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
   [18] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
   [19] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
   [20] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
   [21] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
   [22] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [23] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
   [24] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [25] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
   [26] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
   [27] -1	0	0x0000ec00 - 0x0000ec07 (0x8) 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: "dri"
 (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
 (II) Module dri: 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 "drm"
 (II) LoadModule: "drm"
 (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
 (II) Module drm: 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 extension XFree86-DRI
 (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: "vesa"
 (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.o
 (II) Module vesa: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Video Driver
   ABI class: XFree86 Video Driver, version 0.6
 (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) VESA: driver for VESA chipsets: vesa
 (II) Primary Device is: PCI 00:02:0
 (--) Assigning device section with no busID to primary device
 (--) Chipset vesa found
 (II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1	0	0x00100000 - 0x3effffff (0x3ef00000) 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	0xff8e0000 - 0xff8fffff (0x20000) MX[B]
   [6] -1	0	0xffa7f800 - 0xffa7f8ff (0x100) MX[B]
   [7] -1	0	0xffa7fc00 - 0xffa7fdff (0x200) MX[B]
   [8] -1	0	0x3f000000 - 0x3f0003ff (0x400) MX[B]
   [9] -1	0	0xffa7f400 - 0xffa7f7ff (0x400) MX[B]
   [10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [11] -1	0	0xffa80000 - 0xffafffff (0x80000) MX[B](B)
   [12] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1	0	0x0000bc00 - 0x0000bc1f (0x20) IX[B]
   [16] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
   [17] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
   [18] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
   [19] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
   [20] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
   [21] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
   [22] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [23] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
   [24] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [25] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
   [26] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
   [27] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B](B)
 (II) resource ranges after probing:
   [0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1	0	0x00100000 - 0x3effffff (0x3ef00000) 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	0xff8e0000 - 0xff8fffff (0x20000) MX[B]
   [6] -1	0	0xffa7f800 - 0xffa7f8ff (0x100) MX[B]
   [7] -1	0	0xffa7fc00 - 0xffa7fdff (0x200) MX[B]
   [8] -1	0	0x3f000000 - 0x3f0003ff (0x400) MX[B]
   [9] -1	0	0xffa7f400 - 0xffa7f7ff (0x400) MX[B]
   [10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [11] -1	0	0xffa80000 - 0xffafffff (0x80000) MX[B](B)
   [12] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [13] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
   [14] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [15] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
   [16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1	0	0x0000bc00 - 0x0000bc1f (0x20) IX[B]
   [19] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
   [20] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
   [21] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
   [22] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
   [23] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
   [24] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
   [25] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [26] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
   [27] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [28] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
   [29] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
   [30] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B](B)
   [31] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
   [32] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
 (II) Setting vga for screen 0.
 (II) Loading sub module "vbe"
 (II) LoadModule: "vbe"
 (II) Reloading /usr/X11R6/lib/modules/libvbe.a
 (II) Loading sub module "int10"
 (II) LoadModule: "int10"
 (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
 (II) VESA(0): initializing int10
 (II) VESA(0): Primary V_BIOS segment is: 0xc000
 (II) VESA(0): VESA BIOS detected
 (II) VESA(0): VESA VBE Version 3.0
 (II) VESA(0): VESA VBE Total Mem: 16192 kB
 (II) VESA(0): VESA VBE OEM: Intel(r)865G Graphics Chip Accelerated VGA BIOS
 (II) VESA(0): VESA VBE OEM Software Rev: 1.0
 (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
 (II) VESA(0): VESA VBE OEM Product: Intel(r)865G Graphics Controller
 (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
 (**) VESA(0): Depth 24, (--) framebuffer bpp 32
 (==) VESA(0): RGB weight 888
 (==) VESA(0): Default visual is TrueColor
 (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
 (II) Loading sub module "ddc"
 (II) LoadModule: "ddc"
 (II) Reloading /usr/X11R6/lib/modules/libddc.a
 (II) VESA(0): VESA VBE DDC supported
 (II) VESA(0): VESA VBE DDC Level 2
 (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
 (II) VESA(0): VESA VBE DDC read successfully
 (II) VESA(0): Manufacturer: SUN  Model: 574  Serial#: 180180811
 (II) VESA(0): Year: 2000  Week: 20
 (II) VESA(0): EDID Version: 1.1
 (II) VESA(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
 (II) VESA(0): Sync:  Separate  Composite
 (II) VESA(0): Max H-Image Size [cm]: horiz.: 30  vert.: 23
 (II) VESA(0): Gamma: 1.79
 (II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
 (II) VESA(0): redX: 0.640 redY: 0.323   greenX: 0.295 greenY: 0.594
 (II) VESA(0): blueX: 0.142 blueY: 0.066   whiteX: 0.283 whiteY: 0.298
 (II) VESA(0): Supported VESA Video Modes:
 (II) VESA(0): 720x400@70Hz
 (II) VESA(0): 720x400@88Hz
 (II) VESA(0): 640x480@60Hz
 (II) VESA(0): 640x480@67Hz
 (II) VESA(0): 640x480@72Hz
 (II) VESA(0): 640x480@75Hz
 (II) VESA(0): 800x600@56Hz
 (II) VESA(0): 800x600@60Hz
 (II) VESA(0): 800x600@72Hz
 (II) VESA(0): 800x600@75Hz
 (II) VESA(0): 832x624@75Hz
 (II) VESA(0): 1024x768@87Hz (interlaced)
 (II) VESA(0): 1024x768@60Hz
 (II) VESA(0): 1024x768@70Hz
 (II) VESA(0): 1024x768@75Hz
 (II) VESA(0): 1152x870@75Hz
 (II) VESA(0): Manufacturer's mask: 0
 (II) VESA(0): Supported Future Video Modes:
 (II) VESA(0): #0: hsize: 1152  vsize 921  refresh: 76  vid: 36977
 (II) VESA(0): #1: hsize: 1024  vsize 768  refresh: 77  vid: 20833
 (II) VESA(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
 (II) VESA(0): #3: hsize: 1152  vsize 921  refresh: 66  vid: 34417
 (II) VESA(0): #4: hsize: 800  vsize 600  refresh: 75  vid: 20293
 (II) VESA(0): #5: hsize: 1024  vsize 768  refresh: 85  vid: 22881
 (II) VESA(0): Supported additional Video Mode:
 (II) VESA(0): clock: 108.0 MHz   Image Size:  300 x 225 mm
 (II) VESA(0): h_active: 1152  h_sync: 1184  h_sync_end 1312 h_blank_end 1504 h_border: 0
 (II) VESA(0): v_active: 900  v_sync: 902  v_sync_end 910 v_blanking: 943 v_border: 0
 (II) VESA(0): Supported additional Video Mode:
 (II) VESA(0): clock: 84.4 MHz   Image Size:  300 x 225 mm
 (II) VESA(0): h_active: 1024  h_sync: 1056  h_sync_end 1120 h_blank_end 1360 h_border: 0
 (II) VESA(0): v_active: 768  v_sync: 770  v_sync_end 774 v_blanking: 805 v_border: 0
 (II) VESA(0): Supported additional Video Mode:
 (II) VESA(0): clock: 78.8 MHz   Image Size:  300 x 225 mm
 (II) VESA(0): h_active: 1024  h_sync: 1040  h_sync_end 1136 h_blank_end 1312 h_border: 0
 (II) VESA(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 800 v_border: 0
 (II) VESA(0): Supported additional Video Mode:
 (II) VESA(0): clock: 94.5 MHz   Image Size:  300 x 225 mm
 (II) VESA(0): h_active: 1152  h_sync: 1192  h_sync_end 1320 h_blank_end 1528 h_border: 0
 (II) VESA(0): v_active: 900  v_sync: 902  v_sync_end 906 v_blanking: 937 v_border: 0
 (II) VESA(0): Searching for matching VESA mode(s):
 Mode: 13c (1920x1440)
   ModeAttributes: 0x9a
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 1920
   XResolution: 1920
   YResolution: 1440
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 5
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 1920
   BnkNumberOfImagePages: 5
   LinNumberOfImagePages: 5
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
 Mode: 14d (1920x1440)
   ModeAttributes: 0x9a
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 3840
   XResolution: 1920
   YResolution: 1440
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 2
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 3840
   BnkNumberOfImagePages: 2
   LinNumberOfImagePages: 2
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
 Mode: 15c (1920x1440)
   ModeAttributes: 0x9a
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 7680
   XResolution: 1920
   YResolution: 1440
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 0
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 7680
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 230000000
 Mode: 13a (1600x1200)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 1600
   XResolution: 1600
   YResolution: 1200
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 7
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 1600
   BnkNumberOfImagePages: 7
   LinNumberOfImagePages: 7
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
 Mode: 14b (1600x1200)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 3200
   XResolution: 1600
   YResolution: 1200
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 3
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 3200
   BnkNumberOfImagePages: 3
   LinNumberOfImagePages: 3
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
 *(II) VESA(0): Not using built-in mode "1600x1200" (hsync out of range)
 Mode: 15a (1600x1200)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 6400
   XResolution: 1600
   YResolution: 1200
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 1
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 6400
   BnkNumberOfImagePages: 1
   LinNumberOfImagePages: 1
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 230000000
 Mode: 107 (1280x1024)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 1280
   XResolution: 1280
   YResolution: 1024
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 11
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 1280
   BnkNumberOfImagePages: 11
   LinNumberOfImagePages: 11
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
 Mode: 11a (1280x1024)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 2560
   XResolution: 1280
   YResolution: 1024
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 5
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 2560
   BnkNumberOfImagePages: 5
   LinNumberOfImagePages: 5
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
 *(II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
 Mode: 11b (1280x1024)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 5120
   XResolution: 1280
   YResolution: 1024
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 2
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 5120
   BnkNumberOfImagePages: 2
   LinNumberOfImagePages: 2
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 230000000
 Mode: 105 (1024x768)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 1024
   XResolution: 1024
   YResolution: 768
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 20
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 1024
   BnkNumberOfImagePages: 20
   LinNumberOfImagePages: 20
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
 Mode: 117 (1024x768)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 2048
   XResolution: 1024
   YResolution: 768
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 9
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 2048
   BnkNumberOfImagePages: 9
   LinNumberOfImagePages: 9
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
 *Mode: 118 (1024x768)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 4096
   XResolution: 1024
   YResolution: 768
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 4
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 4096
   BnkNumberOfImagePages: 4
   LinNumberOfImagePages: 4
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 230000000
 *Mode: 112 (640x480)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 2560
   XResolution: 640
   YResolution: 480
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 12
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 2560
   BnkNumberOfImagePages: 12
   LinNumberOfImagePages: 12
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 230000000
 Mode: 114 (800x600)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 1600
   XResolution: 800
   YResolution: 600
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 15
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 1600
   BnkNumberOfImagePages: 15
   LinNumberOfImagePages: 15
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
 *Mode: 115 (800x600)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 3200
   XResolution: 800
   YResolution: 600
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 7
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 3200
   BnkNumberOfImagePages: 7
   LinNumberOfImagePages: 7
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 230000000
 Mode: 101 (640x480)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 640
   XResolution: 640
   YResolution: 480
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 49
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 640
   BnkNumberOfImagePages: 49
   LinNumberOfImagePages: 49
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
 Mode: 103 (800x600)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 800
   XResolution: 800
   YResolution: 600
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 35
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 800
   BnkNumberOfImagePages: 35
   LinNumberOfImagePages: 35
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
 Mode: 111 (640x480)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0005ace
   BytesPerScanline: 1280
   XResolution: 640
   YResolution: 480
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 27
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf0000000
   LinBytesPerScanLine: 1280
   BnkNumberOfImagePages: 27
   LinNumberOfImagePages: 27
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
 
 (II) VESA(0): Total Memory: 253 64KB banks (16192kB)
 (II) VESA(0): Generic Monitor: Using hsync range of 28.00-50.00 kHz
 (II) VESA(0): Generic Monitor: Using vrefresh range of 43.00-75.00 Hz
 (II) VESA(0): Not using mode "1280x1024" (no mode of this name)
 (II) VESA(0): Not using mode "1280x960" (no mode of this name)
 (II) VESA(0): Not using mode "1152x864" (no mode of this name)
 (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
 (**) VESA(0): *Built-in mode "1024x768"
 (**) VESA(0): *Built-in mode "800x600"
 (**) VESA(0): *Built-in mode "640x480"
 (++) VESA(0): DPI set to (100, 100)
 (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (118)
 (II) VESA(0): Attempting to use 72Hz refresh for mode "800x600" (115)
 (II) VESA(0): Attempting to use 73Hz refresh for mode "640x480" (112)
 (**) VESA(0): Using "Shadow Framebuffer"
 (II) Loading sub module "shadow"
 (II) LoadModule: "shadow"
 (II) Loading /usr/X11R6/lib/modules/libshadow.a
 (II) Module shadow: 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 "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
 (--) Depth 24 pixmap format is 32 bpp
 (II) do I need RAC?  No, I don't.
 (II) resource ranges after preInit:
   [0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1	0	0x00100000 - 0x3effffff (0x3ef00000) 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	0xff8e0000 - 0xff8fffff (0x20000) MX[B]
   [6] -1	0	0xffa7f800 - 0xffa7f8ff (0x100) MX[B]
   [7] -1	0	0xffa7fc00 - 0xffa7fdff (0x200) MX[B]
   [8] -1	0	0x3f000000 - 0x3f0003ff (0x400) MX[B]
   [9] -1	0	0xffa7f400 - 0xffa7f7ff (0x400) MX[B]
   [10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [11] -1	0	0xffa80000 - 0xffafffff (0x80000) MX[B](B)
   [12] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [13] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
   [14] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [15] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
   [16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1	0	0x0000bc00 - 0x0000bc1f (0x20) IX[B]
   [19] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
   [20] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
   [21] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
   [22] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
   [23] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
   [24] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
   [25] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [26] -1	0	0x0000d000 - 0x0000d01f (0x20) IX[B]
   [27] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [28] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
   [29] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
   [30] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B](B)
   [31] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
   [32] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
 (II) Loading sub module "int10"
 (II) LoadModule: "int10"
 (II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
 (II) VESA(0): initializing int10
 (II) VESA(0): Primary V_BIOS segment is: 0xc000
 (II) VESA(0): VESA BIOS detected
 (II) VESA(0): VESA VBE Version 3.0
 (II) VESA(0): VESA VBE Total Mem: 16192 kB
 (II) VESA(0): VESA VBE OEM: Intel(r)865G Graphics Chip Accelerated VGA BIOS
 (II) VESA(0): VESA VBE OEM Software Rev: 1.0
 (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
 (II) VESA(0): VESA VBE OEM Product: Intel(r)865G Graphics Controller
 (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
 (II) VESA(0): Splitting WC range: base: 0xf0000000, size: 0xfd0000
 (II) VESA(0): Splitting WC range: base: 0xf0800000, size: 0x7d0000
 (II) VESA(0): Splitting WC range: base: 0xf0c00000, size: 0x3d0000
 (II) VESA(0): Splitting WC range: base: 0xf0e00000, size: 0x1d0000
 (II) VESA(0): Splitting WC range: base: 0xf0f00000, size: 0xd0000
 (II) VESA(0): Splitting WC range: base: 0xf0f80000, size: 0x50000
 (==) VESA(0): Write-combining range (0xf0fc0000,0x10000)
 (==) VESA(0): Write-combining range (0xf0f80000,0x50000)
 (==) VESA(0): Write-combining range (0xf0f00000,0xd0000)
 (==) VESA(0): Write-combining range (0xf0e00000,0x1d0000)
 (==) VESA(0): Write-combining range (0xf0c00000,0x3d0000)
 (==) VESA(0): Write-combining range (0xf0800000,0x7d0000)
 (==) VESA(0): Write-combining range (0xf0000000,0xfd0000)
 (II) VESA(0): virtual address = 0x4028b000,
   physical address = 0xf0000000, size = 16580608
 (==) VESA(0): Default visual is TrueColor
 (==) VESA(0): Backing store disabled
 (**) Option "dpms"
 (**) VESA(0): DPMS enabled
 (==) RandR enabled
 (II) Setting vga for screen 0.
 (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
 (**) Option "Protocol" "PS/2"
 (**) Configured Mouse: Protocol: "PS/2"
 (**) Option "CorePointer"
 (**) Configured Mouse: Core Pointer
 (**) Option "Device" "/dev/psaux"
 (**) Option "Emulate3Buttons" "true"
 (**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
 (**) Option "ZAxisMapping" "4 5"
 (**) Configured Mouse: ZAxisMapping: buttons 4 and 5
 (**) Configured Mouse: Buttons: 5
 (**) Option "Protocol" "ImPS/2"
 (**) Generic Mouse: Protocol: "ImPS/2"
 (**) Option "SendCoreEvents" "true"
 (**) Generic Mouse: always reports core events
 (**) Option "Device" "/dev/input/mice"
 (**) Option "Emulate3Buttons" "true"
 (**) Generic Mouse: Emulate3Buttons, Emulate3Timeout: 50
 (**) 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 "Configured Mouse" (type: MOUSE)
 (II) Configured Mouse: ps2EnableDataReporting: succeeded
 (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
 Could not init font path element unix/:7100, removing from list!
 SetClientVersion: 0 8
 SetClientVersion: 0 8

Reply to: