reassign 179647 xserver-xorg-core
found 179647 2:1.3.0.0.dfsg-4
severity 179647 normal
thanks

On Thu, 10 May 2007, Brice Goglin wrote:
> Don Armstrong wrote:
> > Yeah, most likely. The annoying thing is that it only occurs
> > randomly, and when it just happened I didn't have enough time to
> > trigger a core dump and really check it out. [Had to get some
> > "real" work done. ;-)]
> >   
> 
> Which xserver-xorg-core are you using? I will reassign the bug
> accordingly then.

There's only one, and I've reassigned it.

> Could you send the output of
>     /usr/share/bug/xserver-xorg-core/script 3>&1
> so that we see your config and log?

There's nothing terribly useful in them; the machine is using xinerama
which is the only "odd thing", but I've attached them anyway.

> The log right after a crash might help too, but the best would be a
> backtrace from either attaching gdb before the crash (through ssh)
> or later with a coredump (see [1] for details).

Clearly; if I had time I would have done this. Next time it happens
I'll trigger a core.


Don Armstrong

-- 
Your village called.
They want their idiot back.
 -- xkcd http://xkcd.com/c23.html

http://www.donarmstrong.com              http://rzlab.ucr.edu
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target unchanged from checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-04-13 19:30 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1698800 2007-05-09 02:59 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
05:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400/G450 (rev 85)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4949 2006-07-22 17:10 /etc/X11/xorg.conf

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

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/CID"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "false"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "MGA"
        Driver          "mga"
        BusID           "PCI:05:00:00"
        Screen 0
        Option          "AGPMode" "1"
        Option          "OldDmaInit" "On"
        Option          "MGASDRAM" "True"
        Option          "PciRetry" "true"
        Option          "NoHal"    "true"
#       Option          "Overlay"  "8,24"
        Option          "TexturedVideo" "true"
#       Option          "UseFBDev" "true"
        Option          "ForcePCIDma" "true"
EndSection

Section "Device"
        Identifier      "MGA2"
        Driver          "mga"
        BusID           "PCI:05:00:00"
# Comment out screen 1 below to mirror
        Screen 1
        Option          "AGPMode" "1"
        Option          "OldDmaInit" "On"
        Option          "MGASDRAM" "True"
        Option          "PciRetry" "true"
        Option          "NoHal"    "true"
#       Option          "Overlay"  "8,24"
        Option          "TexturedVideo" "true"
#       Option          "UseFBDev" "true"
        Option          "ForcePCIDma" "true"
EndSection


Section "Monitor"
        Identifier      "P220fb-2"
        Option          "DPMS"
        HorizSync       30-110
        VertRefresh     50-180
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "MGA"
        Monitor         "P220fb-2"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1600x1200" "1280x1024" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1600x1200" "1280x1024" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1600x1200" "1280x1024" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1600x1200" "1280x1024" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1600x1200" "1280x1024" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1280x1024" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "Monitor"
        Identifier      "P220fb-3"
        Option          "DPMS"
        HorizSync       30-110
        VertRefresh     50-180
EndSection

Section "Screen"
        Identifier      "Default Screen 3"
        Device          "MGA2"
        Monitor         "P220fb-3"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1600x1200" "1280x1024" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1600x1200" "1280x1024" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1600x1200" "1280x1024" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1600x1200" "1280x1024" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1600x1200" "1280x1024" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1280x1024" "1024x768" "832x624" 
"800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen" 0 0
        Screen          "Default Screen 3" LeftOf "Default Screen"  
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        Option          "Xinerama" "True"
EndSection

Section "DRI"
        Mode    0666
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 46772 2007-05-10 02:53 /var/log/Xorg.0.log

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

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux archimedes 2.6.18-4-686 #1 SMP Mon Mar 26 
17:17:36 UTC 2007 i686
Build Date: 09 May 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May 10 01:24:02 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "P220fb-2"
(**) |   |-->Device "MGA"
(**) |-->Screen "Default Screen 3" (1)
(**) |   |-->Monitor "P220fb-3"
(**) |   |-->Device "MGA2"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) Option "Xinerama" "True"
(**) Xinerama: enabled
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/CID" does not exist.
        Entry deleted from font path.
(WW) Including the default font path 
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
        unix/:7100,
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/cyrillic,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81dc3e0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.2
        X.Org XInput driver : 0.7
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(++) using VT number 11

(WW) xf86OpenConsole: setpgid failed: Operation not permitted
(WW) xf86OpenConsole: setsid failed: Operation not permitted
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2531 card 1028,00d8 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2532 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 8086,2533 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 04 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1028,00d8 rev 04 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1028,00d8 rev 04 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1028,00d8 rev 04 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1028,00d8 rev 04 class 0c,03,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2445 card 1028,00d8 rev 04 class 04,01,00 hdr 00
(II) PCI: 02:1f:0: chip 8086,1360 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 03:00:0: chip 8086,1161 card 8086,1161 rev 01 class 08,00,20 hdr 80
(II) PCI: 03:0e:0: chip 9005,008f card 1028,00d8 rev 02 class 01,00,00 hdr 00
(II) PCI: 04:0b:0: chip 10b7,9200 card 1028,00d8 rev 78 class 02,00,00 hdr 00
(II) PCI: 04:0c:0: chip 104c,8020 card 1028,00d8 rev 00 class 0c,00,10 hdr 00
(II) PCI: 04:0d:0: chip 1102,0002 card 1102,8022 rev 08 class 04,01,00 hdr 80
(II) PCI: 04:0d:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 04:0e:0: chip 3388,0021 card 0000,0000 rev 13 class 06,04,00 hdr 01
(II) PCI: 05:00:0: chip 102b,0525 card 102b,0d43 rev 85 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), 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: 0x0006 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:2:0), (0,2,3), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [1] -1  0       0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [2] -1  0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [3] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xfe900000 - 0xfebfffff (0x300000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,5), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 4 I/O range:
        [0] -1  0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [1] -1  0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [2] -1  0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [3] -1  0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
        [0] -1  0       0xfd000000 - 0xfe7fffff (0x1800000) MX[B]
(II) Bus 4 prefetchable memory range:
        [0] -1  0       0xfa000000 - 0xfbffffff (0x2000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (2:31:0), (2,3,3), BCTRL: 0x8006 (VGA_EN is cleared)
(II) Bus 3 I/O range:
        [0] -1  0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [1] -1  0       0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [2] -1  0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [3] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
        [0] -1  0       0xfea00000 - 0xfebfffff (0x200000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (4:14:0), (4,5,5), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 5 non-prefetchable memory range:
        [0] -1  0       0xfd800000 - 0xfe7fffff (0x1000000) MX[B]
(II) Bus 5 prefetchable memory range:
        [0] -1  0       0xfa000000 - 0xfbffffff (0x2000000) MX[B]
(--) PCI:*(5:0:0) Matrox Graphics, Inc. MGA G400/G450 rev 133, Mem @ 
0xfa000000/25, 0xfe6fc000/14, 0xfd800000/23, BIOS @ 0xc1000000/17
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xf9ffffff to 
0xf7ffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xfd6f8000 - 0xfd6fbfff (0x4000) MX[B]
        [1] -1  0       0xfd6ff000 - 0xfd6ff7ff (0x800) MX[B]
        [2] -1  0       0xfd6ffc00 - 0xfd6ffc7f (0x80) MX[B]
        [3] -1  0       0xfeaff000 - 0xfeafffff (0x1000) MX[B]
        [4] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [5] -1  0       0xfe000000 - 0xfe01ffff (0x20000) MX[B](B)
        [6] -1  0       0xfd800000 - 0xfdffffff (0x800000) MX[B](B)
        [7] -1  0       0xfe6fc000 - 0xfe6fffff (0x4000) MX[B](B)
        [8] -1  0       0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
        [9] -1  0       0x0000dc58 - 0x0000dc5f (0x8) IX[B]
        [10] -1 0       0x0000dc60 - 0x0000dc7f (0x20) IX[B]
        [11] -1 0       0x0000dc80 - 0x0000dcff (0x80) IX[B]
        [12] -1 0       0x0000cc40 - 0x0000cc7f (0x40) IX[B]
        [13] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [14] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [15] -1 0       0x0000ccd0 - 0x0000ccdf (0x10) IX[B]
        [16] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [17] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) Inactive PCI resource ranges:
        [0] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xfd6f8000 - 0xfd6fbfff (0x4000) MX[B]
        [1] -1  0       0xfd6ff000 - 0xfd6ff7ff (0x800) MX[B]
        [2] -1  0       0xfd6ffc00 - 0xfd6ffc7f (0x80) MX[B]
        [3] -1  0       0xfeaff000 - 0xfeafffff (0x1000) MX[B]
        [4] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [5] -1  0       0xfe000000 - 0xfe01ffff (0x20000) MX[B](B)
        [6] -1  0       0xfd800000 - 0xfdffffff (0x800000) MX[B](B)
        [7] -1  0       0xfe6fc000 - 0xfe6fffff (0x4000) MX[B](B)
        [8] -1  0       0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
        [9] -1  0       0x0000dc58 - 0x0000dc5f (0x8) IX[B]
        [10] -1 0       0x0000dc60 - 0x0000dc7f (0x20) IX[B]
        [11] -1 0       0x0000dc80 - 0x0000dcff (0x80) IX[B]
        [12] -1 0       0x0000cc40 - 0x0000cc7f (0x40) IX[B]
        [13] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [14] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [15] -1 0       0x0000ccd0 - 0x0000ccdf (0x10) IX[B]
        [16] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [17] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xfd6f8000 - 0xfd6fbfff (0x4000) MX[B]
        [5] -1  0       0xfd6ff000 - 0xfd6ff7ff (0x800) MX[B]
        [6] -1  0       0xfd6ffc00 - 0xfd6ffc7f (0x80) MX[B]
        [7] -1  0       0xfeaff000 - 0xfeafffff (0x1000) MX[B]
        [8] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [9] -1  0       0xfe000000 - 0xfe01ffff (0x20000) MX[B](B)
        [10] -1 0       0xfd800000 - 0xfdffffff (0x800000) MX[B](B)
        [11] -1 0       0xfe6fc000 - 0xfe6fffff (0x4000) MX[B](B)
        [12] -1 0       0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x0000dc58 - 0x0000dc5f (0x8) IX[B]
        [16] -1 0       0x0000dc60 - 0x0000dc7f (0x20) IX[B]
        [17] -1 0       0x0000dc80 - 0x0000dcff (0x80) IX[B]
        [18] -1 0       0x0000cc40 - 0x0000cc7f (0x40) IX[B]
        [19] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [20] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [21] -1 0       0x0000ccd0 - 0x0000ccdf (0x10) IX[B]
        [22] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [23] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [24] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"(II) Module already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.3.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules//fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "mga"
(II) Loading /usr/lib/xorg/modules/drivers//mga_drv.so
(II) Module mga: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.4.6
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "keyboard"
(II) Loading /usr/lib/xorg/modules/input//keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
        mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI,
        mgag200 SE A PCI, mgag200 SE B PCI, mgag400, mgag550
(II) Primary Device is: PCI 05:00:0
(--) Chipset mgag400 found
(--) Chipset mgag400 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xfd6f8000 - 0xfd6fbfff (0x4000) MX[B]
        [5] -1  0       0xfd6ff000 - 0xfd6ff7ff (0x800) MX[B]
        [6] -1  0       0xfd6ffc00 - 0xfd6ffc7f (0x80) MX[B]
        [7] -1  0       0xfeaff000 - 0xfeafffff (0x1000) MX[B]
        [8] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [9] -1  0       0xfe000000 - 0xfe01ffff (0x20000) MX[B](B)
        [10] -1 0       0xfd800000 - 0xfdffffff (0x800000) MX[B](B)
        [11] -1 0       0xfe6fc000 - 0xfe6fffff (0x4000) MX[B](B)
        [12] -1 0       0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x0000dc58 - 0x0000dc5f (0x8) IX[B]
        [16] -1 0       0x0000dc60 - 0x0000dc7f (0x20) IX[B]
        [17] -1 0       0x0000dc80 - 0x0000dcff (0x80) IX[B]
        [18] -1 0       0x0000cc40 - 0x0000cc7f (0x40) IX[B]
        [19] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [20] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [21] -1 0       0x0000ccd0 - 0x0000ccdf (0x10) IX[B]
        [22] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [23] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [24] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xfd6f8000 - 0xfd6fbfff (0x4000) MX[B]
        [5] -1  0       0xfd6ff000 - 0xfd6ff7ff (0x800) MX[B]
        [6] -1  0       0xfd6ffc00 - 0xfd6ffc7f (0x80) MX[B]
        [7] -1  0       0xfeaff000 - 0xfeafffff (0x1000) MX[B]
        [8] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [9] -1  0       0xfe000000 - 0xfe01ffff (0x20000) MX[B](B)
        [10] -1 0       0xfd800000 - 0xfdffffff (0x800000) MX[B](B)
        [11] -1 0       0xfe6fc000 - 0xfe6fffff (0x4000) MX[B](B)
        [12] -1 0       0xfa000000 - 0xfbffffff (0x2000000) 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       0x0000dc58 - 0x0000dc5f (0x8) IX[B]
        [19] -1 0       0x0000dc60 - 0x0000dc7f (0x20) IX[B]
        [20] -1 0       0x0000dc80 - 0x0000dcff (0x80) IX[B]
        [21] -1 0       0x0000cc40 - 0x0000cc7f (0x40) IX[B]
        [22] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [23] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [24] -1 0       0x0000ccd0 - 0x0000ccdf (0x10) IX[B]
        [25] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [26] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [27] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [28] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [29] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.2
(--) MGA(0): Chipset: "mgag400" (G450)
(**) MGA(0): Depth 24, (--) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(**) MGA(0): Option "PciRetry" "true"
(**) MGA(0): Option "MGASDRAM" "True"
(**) MGA(0): Option "TexturedVideo" "true"
(**) MGA(0): Option "AGPMode" "1"
(**) MGA(0): Option "NoHal" "true"
(**) MGA(0): Option "OldDmaInit" "On"
(**) MGA(0): Option "ForcePciDma" "true"
(**) MGA(0): Using AGP 1x mode
(==) MGA(0): Using XAA acceleration
(**) MGA(0): PCI retry enabled
(**) MGA(0): Has SDRAM
(--) MGA(0): Linear framebuffer at 0xFA000000
(--) MGA(0): MMIO registers at 0xFE6FC000
(--) MGA(0): Pseudo-DMA transfer window at 0xFD800000
(--) MGA(0): BIOS at 0xC1000000
(II) Attempted to read BIOS 64KB from /sys/bus/pci/devices/0000:05:00.0/rom: 
got 36KB
(--) MGA(0): Video BIOS info block at offset 0x07CE0
(==) MGA(0): Write-combining range (0xfa000000,0x2000000)
(--) MGA(0): Crtc2 will use 8192K of VideoRam
(--) MGA(0): VideoRAM: 24576 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(II) MGA(0): Splitting WC range: base: 0xfa000000, size: 0x1800000
(==) MGA(0): Write-combining range (0xfb000000,0x800000)
(==) MGA(0): Write-combining range (0xfa000000,0x1800000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(0): I2C bus "DDC P1" initialized.
(II) MGA(0): I2C device "DDC P1:ddc2" registered at address 0xA0.
(II) MGA(0): I2C device "DDC P1:ddc2" removed.
(II) MGA(0): I2C Monitor info: 0x8211b48
(II) MGA(0): Manufacturer: VSC  Model: 430c  Serial#: 16843009
(II) MGA(0): Year: 2002  Week: 27
(II) MGA(0): EDID Version: 1.3
(II) MGA(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) MGA(0): Signal levels configurable
(II) MGA(0): Sync:  Separate  Composite  SyncOnGreenSerration on. V.Sync Pulse 
req. if CompSync or SyncOnGreen
(II) MGA(0): Max H-Image Size [cm]: horiz.: 40  vert.: 30
(II) MGA(0): Gamma: 2.76
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): First detailed timing is preferred mode
(II) MGA(0): redX: 0.625 redY: 0.340   greenX: 0.285 greenY: 0.600
(II) MGA(0): blueX: 0.150 blueY: 0.075   whiteX: 0.283 whiteY: 0.297
(II) MGA(0): Supported VESA Video Modes:
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED] (interlaced)
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): [EMAIL PROTECTED]
(II) MGA(0): Manufacturer's mask: 0
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) MGA(0): #1: hsize: 1920  vsize 1440  refresh: 60  vid: 16593
(II) MGA(0): #2: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) MGA(0): #3: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) MGA(0): #4: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) MGA(0): #5: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 202.5 MHz   Image Size:  396 x 297 mm
(II) MGA(0): h_active: 1600  h_sync: 1664  h_sync_end 1856 h_blank_end 2160 
h_border: 0
(II) MGA(0): v_active: 1200  v_sync: 1201  v_sync_end 1204 v_blanking: 1250 
v_border: 0
(II) MGA(0): Serial No: 42R022700064
(II) MGA(0): Ranges: V min: 50  V max: 180 Hz, H min: 30  H max: 110 kHz, 
PixClock max 240 MHz
(II) MGA(0): Monitor name: P220fb-2
(II) MGA(0): EDID (in hex):
(II) MGA(0):    00ffffffffffff005a630c4301010101
(II) MGA(0):    1b0c01031f281eb0ea0298a057499926
(II) MGA(0):    13484cffff80a94fd140819961594559
(II) MGA(0):    3159010101011a4f403062b0324040c0
(II) MGA(0):    13008c291100001e000000ff00343252
(II) MGA(0):    3032323730303036340a000000fd0032
(II) MGA(0):    b41e6e18000a202020202020000000fc
(II) MGA(0):    005032323066622d320a202020200049
(II) MGA(0): end of I2C Monitor info
(II) MGA(0): Using hsync ranges from config file
(II) MGA(0): Using vrefresh ranges from config file
(II) MGA(0): Printing DDC gathered Modelines:
(II) MGA(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 
+hsync +vsync
(II) MGA(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 
+hsync +vsync
(II) MGA(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 
-hsync -vsync
(II) MGA(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 
-hsync -vsync
(II) MGA(0): Modeline "640x480"   30.24  640 704 768 864  480 483 486 525 
-hsync -vsync
(II) MGA(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 
-hsync -vsync
(II) MGA(0): Modeline "720x400"   35.50  720 738 846 900  400 421 423 449 
-hsync -vsync
(II) MGA(0): Modeline "720x400"   28.32  720 738 846 900  400 412 414 449 
-hsync +vsync
(II) MGA(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 
1066 +hsync +vsync
(II) MGA(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 
+hsync +vsync
(II) MGA(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 
-hsync -vsync
(II) MGA(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 
-hsync -vsync
(II) MGA(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 776 817 
interlace +hsync +vsync
(II) MGA(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 
-hsync -vsync
(II) MGA(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 
+hsync +vsync
(II) MGA(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 
+hsync +vsync
(II) MGA(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 
+hsync +vsync
(II) MGA(0): Modeline "1600x1200"  204.75  1600 1720 1888 2176  1200 1203 1207 
1255 -hsync +vsync
(II) MGA(0): Modeline "1920x1440"  233.50  1920 2064 2264 2608  1440 1443 1447 
1493 -hsync +vsync
(II) MGA(0): Modeline "1280x1024"  159.50  1280 1376 1512 1744  1024 1027 1034 
1078 -hsync +vsync
(II) MGA(0): Modeline "1024x768"   94.50  1024 1096 1200 1376  768 771 775 809 
-hsync +vsync
(II) MGA(0): Modeline "800x600"   56.75  800 848 928 1056  600 603 607 633 
-hsync +vsync
(II) MGA(0): Modeline "640x480"   35.00  640 664 728 816  480 483 487 507 
-hsync +vsync
(II) MGA(0): Modeline "1600x1200"  202.50  1600 1664 1856 2160  1200 1201 1204 
1250 +hsync +vsync
(==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(0): Min pixel clock is 12 MHz
(--) MGA(0): Max pixel clock is 1200 MHz
(II) MGA(0): P220fb-2: Using hsync range of 30.00-110.00 kHz
(II) MGA(0): P220fb-2: Using vrefresh range of 50.00-180.00 Hz
(II) MGA(0): Clock range:  12.00 to 1200.00 MHz
(II) MGA(0): Not using default mode "1792x1344" (mode clock too high)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "928x696" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (mode clock too high)
(II) MGA(0): Not using default mode "2048x1536" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(--) MGA(0): Virtual size is 1600x1200 (pitch 1600)
(**) MGA(0): *Driver mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
(II) MGA(0): Modeline "1600x1200"  202.50  1600 1664 1856 2160  1200 1201 1204 
1250 +hsync +vsync
(**) MGA(0): *Driver mode "1280x1024": 159.5 MHz, 91.5 kHz, 84.8 Hz
(II) MGA(0): Modeline "1280x1024"  159.50  1280 1376 1512 1744  1024 1027 1034 
1078 -hsync +vsync
(**) MGA(0): *Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 84.9 Hz
(II) MGA(0): Modeline "1024x768"   94.50  1024 1096 1200 1376  768 771 775 809 
-hsync +vsync
(**) MGA(0): *Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) MGA(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 
-hsync -vsync
(**) MGA(0): *Driver mode "800x600": 56.8 MHz, 53.7 kHz, 84.9 Hz
(II) MGA(0): Modeline "800x600"   56.75  800 848 928 1056  600 603 607 633 
-hsync +vsync
(**) MGA(0): *Driver mode "720x400": 35.5 MHz, 39.4 kHz, 87.8 Hz
(II) MGA(0): Modeline "720x400"   35.50  720 738 846 900  400 421 423 449 
-hsync -vsync
(**) MGA(0): *Driver mode "640x480": 35.0 MHz, 42.9 kHz, 84.6 Hz
(II) MGA(0): Modeline "640x480"   35.00  640 664 728 816  480 483 487 507 
-hsync +vsync
(++) MGA(0): DPI set to (100, 100)
(II) MGA(0): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.2.0
        ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/lib/xorg/modules//libvgahw.so
(--) MGA(1): Chipset: "mgag400" (G450)
(**) MGA(1): Depth 24, (--) framebuffer bpp 32
(==) MGA(1): RGB weight 888
(**) MGA(1): Option "PciRetry" "true"
(**) MGA(1): Option "MGASDRAM" "True"
(**) MGA(1): Option "TexturedVideo" "true"
(**) MGA(1): Option "AGPMode" "1"
(**) MGA(1): Option "NoHal" "true"
(**) MGA(1): Option "OldDmaInit" "On"
(**) MGA(1): Option "ForcePciDma" "true"
(**) MGA(1): Using AGP 1x mode
(==) MGA(1): Using XAA acceleration
(**) MGA(1): PCI retry enabled
(**) MGA(1): Has SDRAM
(--) MGA(1): Linear framebuffer at 0xFA000000
(--) MGA(1): MMIO registers at 0xFE6FC000
(--) MGA(1): Pseudo-DMA transfer window at 0xFD800000
(--) MGA(1): BIOS at 0xC1000000
(II) Attempted to read BIOS 64KB from /sys/bus/pci/devices/0000:05:00.0/rom: 
got 36KB
(--) MGA(1): Video BIOS info block at offset 0x07CE0
(==) MGA(1): Write-combining range (0xfa000000,0x2000000)
(--) MGA(1): VideoRAM: 8192 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(==) MGA(1): Write-combining range (0xfb800000,0x800000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(1): I2C bus "DDC P2" initialized.
(II) MGA(1): I2C bus "MAVEN" initialized.
(II) MGA(1): Failed to register MGA-TVO I2C device!
(II) MGA(1): I2C device "DDC P2:ddc2" registered at address 0xA0.
(II) MGA(1): I2C device "DDC P2:ddc2" removed.
(II) MGA(1): I2C Monitor info: 0x82153b8
(II) MGA(1): Manufacturer: VSC  Model: 430c  Serial#: 16843009
(II) MGA(1): Year: 2002  Week: 27
(II) MGA(1): EDID Version: 1.3
(II) MGA(1): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) MGA(1): Signal levels configurable
(II) MGA(1): Sync:  Separate  Composite  SyncOnGreenSerration on. V.Sync Pulse 
req. if CompSync or SyncOnGreen
(II) MGA(1): Max H-Image Size [cm]: horiz.: 40  vert.: 30
(II) MGA(1): Gamma: 2.76
(II) MGA(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(1): First detailed timing is preferred mode
(II) MGA(1): redX: 0.625 redY: 0.340   greenX: 0.285 greenY: 0.600
(II) MGA(1): blueX: 0.150 blueY: 0.075   whiteX: 0.283 whiteY: 0.297
(II) MGA(1): Supported VESA Video Modes:
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED] (interlaced)
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): [EMAIL PROTECTED]
(II) MGA(1): Manufacturer's mask: 0
(II) MGA(1): Supported Future Video Modes:
(II) MGA(1): #0: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) MGA(1): #1: hsize: 1920  vsize 1440  refresh: 60  vid: 16593
(II) MGA(1): #2: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) MGA(1): #3: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) MGA(1): #4: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) MGA(1): #5: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) MGA(1): Supported additional Video Mode:
(II) MGA(1): clock: 202.5 MHz   Image Size:  396 x 297 mm
(II) MGA(1): h_active: 1600  h_sync: 1664  h_sync_end 1856 h_blank_end 2160 
h_border: 0
(II) MGA(1): v_active: 1200  v_sync: 1201  v_sync_end 1204 v_blanking: 1250 
v_border: 0
(II) MGA(1): Serial No: 42R022700068
(II) MGA(1): Ranges: V min: 50  V max: 180 Hz, H min: 30  H max: 110 kHz, 
PixClock max 240 MHz
(II) MGA(1): Monitor name: P220fb-2
(II) MGA(1): EDID (in hex):
(II) MGA(1):    00ffffffffffff005a630c4301010101
(II) MGA(1):    1b0c01031f281eb0ea0298a057499926
(II) MGA(1):    13484cffff80a94fd140819961594559
(II) MGA(1):    3159010101011a4f403062b0324040c0
(II) MGA(1):    13008c291100001e000000ff00343252
(II) MGA(1):    3032323730303036380a000000fd0032
(II) MGA(1):    b41e6e18000a202020202020000000fc
(II) MGA(1):    005032323066622d320a202020200045
(II) MGA(1): end of I2C Monitor info
(II) MGA(1): Using hsync ranges from config file
(II) MGA(1): Using vrefresh ranges from config file
(II) MGA(1): Printing DDC gathered Modelines:
(II) MGA(1): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 
+hsync +vsync
(II) MGA(1): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 
+hsync +vsync
(II) MGA(1): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 
-hsync -vsync
(II) MGA(1): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 
-hsync -vsync
(II) MGA(1): Modeline "640x480"   30.24  640 704 768 864  480 483 486 525 
-hsync -vsync
(II) MGA(1): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 
-hsync -vsync
(II) MGA(1): Modeline "720x400"   35.50  720 738 846 900  400 421 423 449 
-hsync -vsync
(II) MGA(1): Modeline "720x400"   28.32  720 738 846 900  400 412 414 449 
-hsync +vsync
(II) MGA(1): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 
1066 +hsync +vsync
(II) MGA(1): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 
+hsync +vsync
(II) MGA(1): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 
-hsync -vsync
(II) MGA(1): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 
-hsync -vsync
(II) MGA(1): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 776 817 
interlace +hsync +vsync
(II) MGA(1): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 
-hsync -vsync
(II) MGA(1): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 
+hsync +vsync
(II) MGA(1): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 
+hsync +vsync
(II) MGA(1): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 
+hsync +vsync
(II) MGA(1): Modeline "1600x1200"  204.75  1600 1720 1888 2176  1200 1203 1207 
1255 -hsync +vsync
(II) MGA(1): Modeline "1920x1440"  233.50  1920 2064 2264 2608  1440 1443 1447 
1493 -hsync +vsync
(II) MGA(1): Modeline "1280x1024"  159.50  1280 1376 1512 1744  1024 1027 1034 
1078 -hsync +vsync
(II) MGA(1): Modeline "1024x768"   94.50  1024 1096 1200 1376  768 771 775 809 
-hsync +vsync
(II) MGA(1): Modeline "800x600"   56.75  800 848 928 1056  600 603 607 633 
-hsync +vsync
(II) MGA(1): Modeline "640x480"   35.00  640 664 728 816  480 483 487 507 
-hsync +vsync
(II) MGA(1): Modeline "1600x1200"  202.50  1600 1664 1856 2160  1200 1201 1204 
1250 +hsync +vsync
(==) MGA(1): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(1): Min pixel clock is 12 MHz
(--) MGA(1): Max pixel clock is 234 MHz
(II) MGA(1): P220fb-3: Using hsync range of 30.00-110.00 kHz
(II) MGA(1): P220fb-3: Using vrefresh range of 50.00-180.00 Hz
(II) MGA(1): Clock range:  12.00 to 234.00 MHz
(II) MGA(1): Not using default mode "1024x768" (bad mode 
clock/interlace/doublescan)
(II) MGA(1): Not using default mode "512x384" (bad mode 
clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(1): Not using default mode "928x696" (hsync out of range)
(II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(1): Not using default mode "960x720" (hsync out of range)
(II) MGA(1): Not using default mode "1920x1200" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1920x1200" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(1): Not using default mode "960x720" (hsync out of range)
(II) MGA(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1024x768" (hsync out of range)
(II) MGA(1): Not using default mode "2048x1536" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1024x768" (hsync out of range)
(II) MGA(1): Not using driver mode "1024x768" (bad mode 
clock/interlace/doublescan)
(II) MGA(1): Not using driver mode "1920x1440" (insufficient memory for mode)
(II) MGA(1): Not using driver mode "1280x1024" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "1280x1024" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "1280x1024" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "1280x1024" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "1280x1024" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "1024x768" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "1024x768" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "1024x768" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "1024x768" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "1024x768" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "1024x768" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "1024x768" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "1024x768" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "1024x768" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "832x624" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "832x624" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "800x600" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "720x400" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "720x400" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "720x400" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "640x480" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "640x480" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "640x480" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "640x480" (all modes must have the same 
width)
(II) MGA(1): Not using driver mode "640x480" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "640x480" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "640x480" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "640x480" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "640x480" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "640x480" (all modes must have the same 
width)
(II) MGA(1): Not using default mode "640x480" (all modes must have the same 
width)
(--) MGA(1): Virtual size is 1600x1200 (pitch 1600)
(**) MGA(1): *Driver mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
(II) MGA(1): Modeline "1600x1200"  202.50  1600 1664 1856 2160  1200 1201 1204 
1250 +hsync +vsync
(++) MGA(1): DPI set to (100, 100)
(II) MGA(1): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/lib/xorg/modules//libfb.so
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/lib/xorg/modules//libxaa.so
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) resource ranges after preInit:
        [0] 0   0       0xfd800000 - 0xfdffffff (0x800000) MX[B]
        [1] 0   0       0xfe6fc000 - 0xfe6fffff (0x4000) MX[B]
        [2] 0   0       0xfa000000 - 0xfbffffff (0x2000000) MX[B]
        [3] 0   0       0xfd800000 - 0xfdffffff (0x800000) MX[B]
        [4] 0   0       0xfe6fc000 - 0xfe6fffff (0x4000) MX[B]
        [5] 0   0       0xfa000000 - 0xfbffffff (0x2000000) MX[B]
        [6] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [7] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [8] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [9] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [10] -1 0       0xfd6f8000 - 0xfd6fbfff (0x4000) MX[B]
        [11] -1 0       0xfd6ff000 - 0xfd6ff7ff (0x800) MX[B]
        [12] -1 0       0xfd6ffc00 - 0xfd6ffc7f (0x80) MX[B]
        [13] -1 0       0xfeaff000 - 0xfeafffff (0x1000) MX[B]
        [14] -1 0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [15] -1 0       0xfe000000 - 0xfe01ffff (0x20000) MX[B](B)
        [16] -1 0       0xfd800000 - 0xfdffffff (0x800000) MX[B](B)
        [17] -1 0       0xfe6fc000 - 0xfe6fffff (0x4000) MX[B](B)
        [18] -1 0       0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
        [19] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [20] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [21] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [22] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [23] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [24] -1 0       0x0000dc58 - 0x0000dc5f (0x8) IX[B]
        [25] -1 0       0x0000dc60 - 0x0000dc7f (0x20) IX[B]
        [26] -1 0       0x0000dc80 - 0x0000dcff (0x80) IX[B]
        [27] -1 0       0x0000cc40 - 0x0000cc7f (0x40) IX[B]
        [28] -1 0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [29] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [30] -1 0       0x0000ccd0 - 0x0000ccdf (0x10) IX[B]
        [31] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [32] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [33] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
        [34] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [35] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) MGA(0): Splitting WC range: base: 0xfa000000, size: 0x1800000
(==) MGA(0): Write-combining range (0xfb000000,0x800000)
(==) MGA(0): Write-combining range (0xfa000000,0x1800000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(0): 16 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(EE) MGA(0): Textured video enabled, not initializing the DRI
(II) MGA(0): Using 1421 lines for offscreen memory.
(II) MGA(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        Solid filled trapezoids
        8x8 mono pattern filled rectangles
        8x8 mono pattern filled trapezoids
        Indirect CPU to Screen color expansion
        Screen to Screen color expansion
        Solid Lines
        Dashed Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Driver provided FillSolidRects replacement
        Driver provided FillSolidSpans replacement
        Setting up tile and stipple cache:
                32 128x128 slots
                9 256x256 slots
                4 512x512 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(II) MGA(0): Using texture video
(WW) MGA(0): Direct rendering disabled
(==) RandR enabled
(==) MGA(1): Write-combining range (0xfb800000,0x800000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(1): 16 DWORD fifo
(EE) MGA(1): Textured video enabled, not initializing the DRI
(II) MGA(1): Using 110 lines for offscreen memory.
(II) MGA(1): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        Solid filled trapezoids
        8x8 mono pattern filled rectangles
        8x8 mono pattern filled trapezoids
        Indirect CPU to Screen color expansion
        Screen to Screen color expansion
        Solid Lines
        Dashed Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Driver provided FillSolidRects replacement
        Driver provided FillSolidSpans replacement
        Setting up tile and stipple cache:
                13 64x110 slots
(==) MGA(1): Backing store disabled
(==) MGA(1): Silken mouse enabled
(**) Option "dpms"
(**) MGA(1): DPMS enabled
(WW) MGA(1): Direct rendering disabled
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(EE) AIGLX: Screen 1 is not DRI capable
(II) GLX: Initialized MESA-PROXY GL provider for screen 1
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "false"
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element unix/:7100, removing from list!
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from 
list!
SetGrabKeysState - disabled

Reply via email to