Xinerama Xserver config not working (three screen desktop)

Asked by BlueDawg

So, I have been following a couple of different posted set of instructions for a Xserver configuration on my Ubuntu 8.04 desktop configuration as I would like to enable the Xinerama feature across three screens in total. I know that two can be done, but I have not been able to get that to work. I am thinking that I have just a simple driver issue, but would like some of you to take a look at what I have already and tell me where to go from here. Thanks.

Here is the current xorg.conf file that is not working and the lspci output: I just keep going back to a Screen0 display of 800x600 (running in low res mode) using a xorg.conf.failsafe config file. Thanks again.

Section "InputDevice"
        Identifier "Generic Keyboard"
        Driver "kbd"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "mouse"
        Option "CorePointer"
EndSection

Section "Module"
        Load "glx"
        Load "GLcore"
        Load "v4l"
EndSection

Section "Device"
        Identifier "0 ATI Technologies Inc RV350 AP [Radeon 9600]"
        Driver "ati"
        BusID "PCI:1:0:0"
        Screen 0
EndSection

Section "Device"
        Identifier "2 ATI Technologies Inc RV350 AP [Radeon 9600]"
        Driver "ati"
        BusID "PCI:1:0:1"
        Screen 2
EndSection

Section "Device"
        Identifier "1 nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
        Driver "nvidia"
        BusID "PCI:5:9:0"
        Screen 1
EndSection

Section "Monitor"
        Identifier "Dell Monitor"
        DisplaySize 367 275
        Option "DPMS"
        VertRefresh 56-76
        HorizSync 31-80
EndSection

Section "Monitor"
        Identifier "Samsung Monitor"
        DisplaySize 440 275
        Option "DPMS"
EndSection

Section "Screen"
        Identifier "Main Screen"
        Device "1 nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
        Monitor "Samsung Monitor"
        DefaultDepth 16
EndSection

Section "Screen"
        Identifier "Right Screen"
        Device "2 ATI Technologies Inc RV350 AP [Radeon 9600]"
        Monitor "Dell Monitor"
        DefaultDepth 16
        SubSection "Display"
                Depth 16
                Modes "1600x1200" "1280x1024" "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Left Screen"
        Device "0 ATI Technologies Inc RV350 AP [Radeon 9600]"
        Monitor "Dell Monitor"
        DefaultDepth 16
        SubSection "Display"
                Depth 16
                Modes "1600x1200" "1280x1024" "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier "Xinerama"
        Screen 1 "Main Screen" 0 0
        Screen 2 "Right Screen" RightOf "Main Screen"
        Screen 0 "Left Screen" LeftOf "Main Screen"
        InputDevice "Generic Keyboard"
        InputDevice "Configured Mouse"
        Option "Xinerama" "on"
EndSection

Section "ServerFlags"
        Option "Xinerama" "true"
EndSection

zellemic@UbuntuDawg:~$ lspci
00:00.0 Host bridge: Intel Corporation 82875P/E7210 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82875P Processor to AGP Controller (rev 02)
00:06.0 System peripheral: Intel Corporation 82875P/E7210 Processor to I/O Memory Interface (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AP [Radeon 9600]
01:00.1 Display controller: ATI Technologies Inc RV350 AP [Radeon 9600] (Secondary)
05:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5782 Gigabit Ethernet (rev 03)
05:04.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 46)
05:09.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
midnightflash (midnightflash) said :
#1

Is that nVidia card running as a solo one?
You should at first try r set the driver there to "nv" instead of "nvidia".

before and/or after give us the output of:

     cat /var/log/Xorg.0.log

Greetings
mid

Revision history for this message
BlueDawg (mike-bluedawg) said :
#2

The nvidia is a solo port card (PCI based) The ati card is dual port, as
you can see, running in the AGP port of the box. I started with the nv
driver and it did not work. I have changed back to the nv driver, cleared
the log and recycled the Xserver. It is now creating a xorg.conf.failsafe
config file and using that as you can see from the attached the Xorg.0.log
below: Thanks for looking at my issue. -Mike

zellemic@UbuntuDawg:/var/log$ cat Xorg.0.log

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

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Ubuntu (xorg-server
2:1.4.1~git20080131-1ubuntu9.2)
Current Operating System: Linux UbuntuDawg 2.6.24-24-generic #1 SMP Fri Jul
24 22:46:06 UTC 2009 i686
Build Date: 13 June 2008 01:08:21AM

    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: Tue Aug 4 22:22:26 2009
(==) Using config file: "/etc/X11/xorg.conf.failsafe"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Configured Monitor"
(**) | |-->Device "Configured Video Device"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified. Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(==) FontPath set to:
    /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,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) The core pointer device wasn't specified explicitly in the layout.
    Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
    Using the first keyboard device.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81dc500
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(++) using VT number 10

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2578 card 103c,12bf rev 02 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 8086,2579 card 0000,0000 rev 02 class 06,04,00 hdr
01
(II) PCI: 00:06:0: chip 8086,257e card 0000,0000 rev 02 class 08,80,00 hdr
00
(II) PCI: 00:1d:0: chip 8086,24d2 card 103c,12bf rev 02 class 0c,03,00 hdr
80
(II) PCI: 00:1d:1: chip 8086,24d4 card 103c,12bf rev 02 class 0c,03,00 hdr
00
(II) PCI: 00:1d:2: chip 8086,24d7 card 103c,12bf rev 02 class 0c,03,00 hdr
00
(II) PCI: 00:1d:7: chip 8086,24dd card 103c,12bf 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 103c,12bf rev 02 class 01,01,8a hdr
00
(II) PCI: 00:1f:2: chip 8086,24d1 card 103c,12bf rev 02 class 01,01,8f hdr
00
(II) PCI: 00:1f:5: chip 8086,24d5 card 103c,12bf rev 02 class 04,01,00 hdr
00
(II) PCI: 01:00:0: chip 1002,4150 card 1002,4722 rev 00 class 03,00,00 hdr
80
(II) PCI: 01:00:1: chip 1002,4170 card 1002,4723 rev 00 class 03,80,00 hdr
00
(II) PCI: 05:02:0: chip 14e4,1696 card 103c,12bf rev 03 class 02,00,00 hdr
00
(II) PCI: 05:04:0: chip 1106,3044 card 1106,3044 rev 46 class 0c,00,10 hdr
00
(II) PCI: 05:09:0: chip 10de,002d card 10de,0006 rev 15 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: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
    [0] -1 0 0x00002000 - 0x00002fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xf8200000 - 0xf84fffff (0x300000) MX[B]
(II) Bus 1 prefetchable memory range:
    [0] -1 0 0xe8000000 - 0xf81fffff (0x10200000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:30:0), (0,5,5), BCTRL: 0x0006 (VGA_EN is
cleared)
(II) Bus 5 I/O range:
    [0] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
    [1] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
    [2] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
    [3] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
    [0] -1 0 0xfd000000 - 0xfe2fffff (0x1300000) MX[B]
(II) Bus 5 prefetchable memory range:
    [0] -1 0 0xfa000000 - 0xfc1fffff (0x2200000) 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)
(--) PCI:*(1:0:0) ATI Technologies Inc RV350 AP [Radeon 9600] rev 0, Mem @
0xe8000000/27, 0xf8400000/16, I/O @ 0x2000/8
(--) PCI: (1:0:1) ATI Technologies Inc RV350 AP [Radeon 9600] (Secondary)
rev 0, Mem @ 0xf0000000/27, 0xf8410000/16
(--) PCI: (5:9:0) nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64
Pro] rev 21, Mem @ 0xfd000000/24, 0xfa000000/25
(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 0xe0000000 from 0xe7ffffff to
0xdfffffff
(II) Active PCI resource ranges:
    [0] -1 0 0xfe210000 - 0xfe2107ff (0x800) MX[B]
    [1] -1 0 0xfe200000 - 0xfe20ffff (0x10000) MX[B]
    [2] -1 0 0xf8500600 - 0xf85006ff (0x100) MX[B]
    [3] -1 0 0xf8500400 - 0xf85005ff (0x200) MX[B]
    [4] -1 0 0xc4000000 - 0xc40003ff (0x400) MX[B]
    [5] -1 0 0xf8500000 - 0xf85003ff (0x400) MX[B]
    [6] -1 0 0xfecf0000 - 0xfecf0fff (0x1000) MX[B]
    [7] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [8] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
    [9] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    [10] -1 0 0xf8410000 - 0xf841ffff (0x10000) MX[B](B)
    [11] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
    [12] -1 0 0xf8400000 - 0xf840ffff (0x10000) MX[B](B)
    [13] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [14] -1 0 0x00001000 - 0x0000107f (0x80) IX[B]
    [15] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
    [16] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
    [17] -1 0 0x000034d0 - 0x000034df (0x10) IX[B]
    [18] -1 0 0x0000380c - 0x0000380f (0x4) IX[B]
    [19] -1 0 0x000034f8 - 0x000034ff (0x8) IX[B]
    [20] -1 0 0x00003808 - 0x0000380b (0x4) IX[B]
    [21] -1 0 0x000034f0 - 0x000034f7 (0x8) IX[B]
    [22] -1 0 0x000034c0 - 0x000034cf (0x10) IX[B]
    [23] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
    [24] -1 0 0x00000170 - 0x00000177 (0x8) IX[B]
    [25] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
    [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
    [27] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
    [28] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
    [29] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
    [30] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfe210000 - 0xfe2107ff (0x800) MX[B]
    [1] -1 0 0xfe200000 - 0xfe20ffff (0x10000) MX[B]
    [2] -1 0 0xf8500600 - 0xf85006ff (0x100) MX[B]
    [3] -1 0 0xf8500400 - 0xf85005ff (0x200) MX[B]
    [4] -1 0 0xc4000000 - 0xc40003ff (0x400) MX[B]
    [5] -1 0 0xf8500000 - 0xf85003ff (0x400) MX[B]
    [6] -1 0 0xfecf0000 - 0xfecf0fff (0x1000) MX[B]
    [7] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [8] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
    [9] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    [10] -1 0 0xf8410000 - 0xf841ffff (0x10000) MX[B](B)
    [11] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
    [12] -1 0 0xf8400000 - 0xf840ffff (0x10000) MX[B](B)
    [13] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [14] -1 0 0x00001000 - 0x0000107f (0x80) IX[B]
    [15] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
    [16] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
    [17] -1 0 0x000034d0 - 0x000034df (0x10) IX[B]
    [18] -1 0 0x0000380c - 0x0000380f (0x4) IX[B]
    [19] -1 0 0x000034f8 - 0x000034ff (0x8) IX[B]
    [20] -1 0 0x00003808 - 0x0000380b (0x4) IX[B]
    [21] -1 0 0x000034f0 - 0x000034f7 (0x8) IX[B]
    [22] -1 0 0x000034c0 - 0x000034cf (0x10) IX[B]
    [23] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
    [24] -1 0 0x00000170 - 0x00000177 (0x8) IX[B]
    [25] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
    [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
    [27] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
    [28] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
    [29] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
    [30] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1 0 0xfe210000 - 0xfe2107ff (0x800) MX[B]
    [5] -1 0 0xfe200000 - 0xfe20ffff (0x10000) MX[B]
    [6] -1 0 0xf8500600 - 0xf85006ff (0x100) MX[B]
    [7] -1 0 0xf8500400 - 0xf85005ff (0x200) MX[B]
    [8] -1 0 0xc4000000 - 0xc40003ff (0x400) MX[B]
    [9] -1 0 0xf8500000 - 0xf85003ff (0x400) MX[B]
    [10] -1 0 0xfecf0000 - 0xfecf0fff (0x1000) MX[B]
    [11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [12] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
    [13] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    [14] -1 0 0xf8410000 - 0xf841ffff (0x10000) MX[B](B)
    [15] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
    [16] -1 0 0xf8400000 - 0xf840ffff (0x10000) MX[B](B)
    [17] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [20] -1 0 0x00001000 - 0x0000107f (0x80) IX[B]
    [21] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
    [22] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
    [23] -1 0 0x000034d0 - 0x000034df (0x10) IX[B]
    [24] -1 0 0x0000380c - 0x0000380f (0x4) IX[B]
    [25] -1 0 0x000034f8 - 0x000034ff (0x8) IX[B]
    [26] -1 0 0x00003808 - 0x0000380b (0x4) IX[B]
    [27] -1 0 0x000034f0 - 0x000034f7 (0x8) IX[B]
    [28] -1 0 0x000034c0 - 0x000034cf (0x10) IX[B]
    [29] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
    [30] -1 0 0x00000170 - 0x00000177 (0x8) IX[B]
    [31] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
    [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
    [33] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
    [34] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
    [35] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
    [36] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension 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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.0.90, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.3.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(WW) VESA: No matching Device section for instance (BusID PCI:5:9:0) found
(--) Chipset vesa 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 0xfe210000 - 0xfe2107ff (0x800) MX[B]
    [5] -1 0 0xfe200000 - 0xfe20ffff (0x10000) MX[B]
    [6] -1 0 0xf8500600 - 0xf85006ff (0x100) MX[B]
    [7] -1 0 0xf8500400 - 0xf85005ff (0x200) MX[B]
    [8] -1 0 0xc4000000 - 0xc40003ff (0x400) MX[B]
    [9] -1 0 0xf8500000 - 0xf85003ff (0x400) MX[B]
    [10] -1 0 0xfecf0000 - 0xfecf0fff (0x1000) MX[B]
    [11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [12] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
    [13] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    [14] -1 0 0xf8410000 - 0xf841ffff (0x10000) MX[B](B)
    [15] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
    [16] -1 0 0xf8400000 - 0xf840ffff (0x10000) MX[B](B)
    [17] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [20] -1 0 0x00001000 - 0x0000107f (0x80) IX[B]
    [21] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
    [22] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
    [23] -1 0 0x000034d0 - 0x000034df (0x10) IX[B]
    [24] -1 0 0x0000380c - 0x0000380f (0x4) IX[B]
    [25] -1 0 0x000034f8 - 0x000034ff (0x8) IX[B]
    [26] -1 0 0x00003808 - 0x0000380b (0x4) IX[B]
    [27] -1 0 0x000034f0 - 0x000034f7 (0x8) IX[B]
    [28] -1 0 0x000034c0 - 0x000034cf (0x10) IX[B]
    [29] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
    [30] -1 0 0x00000170 - 0x00000177 (0x8) IX[B]
    [31] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
    [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
    [33] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
    [34] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
    [35] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
    [36] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](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 0xfe210000 - 0xfe2107ff (0x800) MX[B]
    [5] -1 0 0xfe200000 - 0xfe20ffff (0x10000) MX[B]
    [6] -1 0 0xf8500600 - 0xf85006ff (0x100) MX[B]
    [7] -1 0 0xf8500400 - 0xf85005ff (0x200) MX[B]
    [8] -1 0 0xc4000000 - 0xc40003ff (0x400) MX[B]
    [9] -1 0 0xf8500000 - 0xf85003ff (0x400) MX[B]
    [10] -1 0 0xfecf0000 - 0xfecf0fff (0x1000) MX[B]
    [11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [12] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
    [13] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    [14] -1 0 0xf8410000 - 0xf841ffff (0x10000) MX[B](B)
    [15] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
    [16] -1 0 0xf8400000 - 0xf840ffff (0x10000) MX[B](B)
    [17] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
    [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [23] -1 0 0x00001000 - 0x0000107f (0x80) IX[B]
    [24] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
    [25] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
    [26] -1 0 0x000034d0 - 0x000034df (0x10) IX[B]
    [27] -1 0 0x0000380c - 0x0000380f (0x4) IX[B]
    [28] -1 0 0x000034f8 - 0x000034ff (0x8) IX[B]
    [29] -1 0 0x00003808 - 0x0000380b (0x4) IX[B]
    [30] -1 0 0x000034f0 - 0x000034f7 (0x8) IX[B]
    [31] -1 0 0x000034c0 - 0x000034cf (0x10) IX[B]
    [32] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
    [33] -1 0 0x00000170 - 0x00000177 (0x8) IX[B]
    [34] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
    [35] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
    [36] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
    [37] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
    [38] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
    [39] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
    [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
    [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) 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 2.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: ATI RADEON 9600 PRO
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) VESA(0): VESA VBE OEM Product: V350
(II) VESA(0): VESA VBE OEM Product Rev: 01.00
(==) VESA(0): Depth 16, (--) framebuffer bpp 16
(==) VESA(0): RGB weight 565
(==) 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) Module "ddc" already built-in
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level 2
(II) VESA(0): VESA VBE DDC transfer in appr. 2 sec.
(II) VESA(0): VESA VBE DDC read successfully
(WW) EDID preferred timing clock 162.00MHz exceeds claimed max 160MHz,
fixing
(II) VESA(0): Manufacturer: DEL Model: a007 Serial#: 892350796
(II) VESA(0): Year: 2005 Week: 12
(II) VESA(0): EDID Version: 1.3
(II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) VESA(0): Sync: Separate Composite SyncOnGreen
(II) VESA(0): Max H-Image Size [cm]: horiz.: 41 vert.: 31
(II) VESA(0): Gamma: 2.20
(II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) VESA(0): Default color space is primary color space
(II) VESA(0): First detailed timing is preferred mode
(II) VESA(0): redX: 0.638 redY: 0.342 greenX: 0.293 greenY: 0.608
(II) VESA(0): blueX: 0.146 blueY: 0.067 whiteX: 0.312 whiteY: 0.328
(II) VESA(0): Supported VESA Video Modes:
(II) VESA(0): 720x400@70Hz
(II) VESA(0): 640x480@60Hz
(II) VESA(0): 640x480@75Hz
(II) VESA(0): 800x600@60Hz
(II) VESA(0): 800x600@75Hz
(II) VESA(0): 1024x768@60Hz
(II) VESA(0): 1024x768@75Hz
(II) VESA(0): 1280x1024@75Hz
(II) VESA(0): Manufacturer's mask: 0
(II) VESA(0): Supported Future Video Modes:
(II) VESA(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) VESA(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
(II) VESA(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) VESA(0): Supported additional Video Mode:
(II) VESA(0): clock: 162.0 MHz Image Size: 367 x 275 mm
(II) VESA(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160
h_border: 0
(II) VESA(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250
v_border: 0
(II) VESA(0): Serial No: C064653D501L
(II) VESA(0): Monitor name: DELL 2001FP
(II) VESA(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 80 kHz,
PixClock max 162 MHz
(II) VESA(0): EDID (in hex):
(II) VESA(0): 00ffffffffffff0010ac07a04c313035
(II) VESA(0): 0c0f01030e291f78ee6390a3574b9b25
(II) VESA(0): 115054a54b008180a940714f01010101
(II) VESA(0): 010101010101483f403062b0324040c0
(II) VESA(0): 13006f131100001e000000ff00433036
(II) VESA(0): 34363533443530314c20000000fc0044
(II) VESA(0): 454c4c203230303146500a20000000fd
(II) VESA(0): 00384c1f5010000a202020202020000c
(II) VESA(0): EDID vendor "DEL", prod id 40967
(II) VESA(0): Using EDID range info for horizontal sync
(II) VESA(0): Using EDID range info for vertical refresh
(II) VESA(0): Printing DDC gathered Modelines:
(II) VESA(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200
1201 1204 1250 +hsync +vsync (75.0 kHz)
(II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605
628 +hsync +vsync (37.9 kHz)
(II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484
500 -hsync -vsync (37.5 kHz)
(II) VESA(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492
525 -hsync -vsync (31.5 kHz)
(II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414
449 -hsync +vsync (31.5 kHz)
(II) VESA(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024
1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) VESA(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769
772 800 +hsync +vsync (60.1 kHz)
(II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771
777 806 -hsync -vsync (48.4 kHz)
(II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604
625 +hsync +vsync (46.9 kHz)
(II) VESA(0): Modeline "1280x1024"x59.9 109.00 1280 1368 1496 1712 1024
1027 1034 1063 -hsync +vsync (63.7 kHz)
(II) VESA(0): Modeline "1600x1200"x59.9 161.00 1600 1712 1880 2160 1200
1203 1207 1245 -hsync +vsync (74.5 kHz)
(II) VESA(0): Modeline "1152x864"x74.8 104.00 1152 1224 1344 1536 864 867
871 905 -hsync +vsync (67.7 kHz)
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 6a (800x600)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 100
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 3
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
Mode: 102 (800x600)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 100
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 3
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
Mode: 104 (1024x768)
    ModeAttributes: 0x1b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 128
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 4
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 3
    BankSize: 0
    NumberOfImages: 1
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
Mode: 182 (320x200)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 320
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 254
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 10d (320x200)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 640
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 127
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
*Mode: 10e (320x200)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 640
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 127
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 10f (320x200)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 960
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 24
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 84
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 120 (320x200)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1280
    XResolution: 320
    YResolution: 200
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 63
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 192 (320x240)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 320
    XResolution: 320
    YResolution: 240
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 127
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 193 (320x240)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 640
    XResolution: 320
    YResolution: 240
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 84
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
*Mode: 194 (320x240)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 640
    XResolution: 320
    YResolution: 240
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 84
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 195 (320x240)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 960
    XResolution: 320
    YResolution: 240
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 24
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 63
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 196 (320x240)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1280
    XResolution: 320
    YResolution: 240
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 50
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 1a2 (400x300)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 400
    XResolution: 400
    YResolution: 300
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 127
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 1a3 (400x300)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 800
    XResolution: 400
    YResolution: 300
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 63
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
*Mode: 1a4 (400x300)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 800
    XResolution: 400
    YResolution: 300
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 63
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 1a5 (400x300)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1200
    XResolution: 400
    YResolution: 300
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 24
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 41
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 1a6 (400x300)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1600
    XResolution: 400
    YResolution: 300
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 31
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 1b2 (512x384)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 512
    XResolution: 512
    YResolution: 384
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 84
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 1b3 (512x384)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1024
    XResolution: 512
    YResolution: 384
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 41
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
*Mode: 1b4 (512x384)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1024
    XResolution: 512
    YResolution: 384
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 41
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 1b5 (512x384)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1536
    XResolution: 512
    YResolution: 384
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 24
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 27
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 1b6 (512x384)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 2048
    XResolution: 512
    YResolution: 384
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 20
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 1c2 (640x350)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 350
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 63
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 1c3 (640x350)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 350
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 35
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
*Mode: 1c4 (640x350)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 350
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 35
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 1c5 (640x350)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1920
    XResolution: 640
    YResolution: 350
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 24
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 22
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 1c6 (640x350)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 2560
    XResolution: 640
    YResolution: 350
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 17
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 100 (640x400)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 63
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 183 (640x400)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 31
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
*Mode: 184 (640x400)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 31
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 185 (640x400)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1920
    XResolution: 640
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 24
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 20
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 186 (640x400)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 2560
    XResolution: 640
    YResolution: 400
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 15
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 101 (640x480)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 50
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 110 (640x480)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 24
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
*Mode: 111 (640x480)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 24
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 112 (640x480)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1920
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 24
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 16
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 121 (640x480)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    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: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 103 (800x600)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 800
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 31
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 113 (800x600)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1600
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 16
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
*Mode: 114 (800x600)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 1600
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 16
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 115 (800x600)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 2400
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 14
    NumberOfPlanes: 1
    BitsPerPixel: 24
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 10
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 122 (800x600)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 3200
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 14
    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: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 105 (1024x768)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    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: 0xe8000000
Mode: 116 (1024x768)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 2048
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 9
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
*Mode: 117 (1024x768)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    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: 0xe8000000
Mode: 118 (1024x768)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 3072
    XResolution: 1024
    YResolution: 768
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 24
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 6
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 123 (1024x768)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    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: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 107 (1280x1024)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    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: 0xe8000000
Mode: 119 (1280x1024)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 2560
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 15
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 5
    RedMaskSize: 5
    RedFieldPosition: 10
    GreenMaskSize: 5
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
*Mode: 11a (1280x1024)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    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: 0xe8000000
Mode: 11b (1280x1024)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    BytesPerScanline: 3840
    XResolution: 1280
    YResolution: 1024
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 24
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 124 (1280x1024)
    ModeAttributes: 0xbb
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0xa000
    WinFuncPtr: 0xc0005235
    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: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0xe8000000
Mode: 109 (132x25)
    ModeAttributes: 0xf
    WinAAttributes: 0x6
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0xb800
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 264
    XResolution: 132
    YResolution: 25
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
Mode: 10a (132x43)
    ModeAttributes: 0xf
    WinAAttributes: 0x6
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0xb800
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 264
    XResolution: 132
    YResolution: 43
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
Mode: 130 (132x44)
    ModeAttributes: 0xf
    WinAAttributes: 0x6
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0xb800
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 264
    XResolution: 132
    YResolution: 44
    XCharSize: 8
    YCharSize: 8
    NumberOfPlanes: 1
    BitsPerPixel: 4
    NumberOfBanks: 1
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0

(II) VESA(0): Total Memory: 256 64KB banks (16384kB)
(II) VESA(0): Configured Monitor: Using hsync range of 31.00-80.00 kHz
(II) VESA(0): Configured Monitor: Using vrefresh range of 56.00-76.00 Hz
(II) VESA(0): Configured Monitor: Using maximum pixel clock of 162.00 MHz
(II) VESA(0): Not using built-in mode "1280x1024" (width too large for
virtual size)
(II) VESA(0): Not using built-in mode "1024x768" (width too large for
virtual size)
(II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
(II) VESA(0): Not using built-in mode "640x350" (no mode of this name)
(II) VESA(0): Not using built-in mode "512x384" (no mode of this name)
(II) VESA(0): Not using built-in mode "400x300" (no mode of this name)
(II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
(II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
(--) VESA(0): Virtual size is 800x600 (pitch 800)
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): Built-in mode "640x480"
(**) VESA(0): Display dimensions: (410, 310) mm
(**) VESA(0): DPI set to (49, 49)
(II) VESA(0): Attempting to use 72Hz refresh for mode "800x600" (114)
(II) VESA(0): Attempting to use 73Hz refresh for mode "640x480" (111)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules//libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.1.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
    [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 0xfe210000 - 0xfe2107ff (0x800) MX[B]
    [5] -1 0 0xfe200000 - 0xfe20ffff (0x10000) MX[B]
    [6] -1 0 0xf8500600 - 0xf85006ff (0x100) MX[B]
    [7] -1 0 0xf8500400 - 0xf85005ff (0x200) MX[B]
    [8] -1 0 0xc4000000 - 0xc40003ff (0x400) MX[B]
    [9] -1 0 0xf8500000 - 0xf85003ff (0x400) MX[B]
    [10] -1 0 0xfecf0000 - 0xfecf0fff (0x1000) MX[B]
    [11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [12] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
    [13] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    [14] -1 0 0xf8410000 - 0xf841ffff (0x10000) MX[B](B)
    [15] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
    [16] -1 0 0xf8400000 - 0xf840ffff (0x10000) MX[B](B)
    [17] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
    [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [23] -1 0 0x00001000 - 0x0000107f (0x80) IX[B]
    [24] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
    [25] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
    [26] -1 0 0x000034d0 - 0x000034df (0x10) IX[B]
    [27] -1 0 0x0000380c - 0x0000380f (0x4) IX[B]
    [28] -1 0 0x000034f8 - 0x000034ff (0x8) IX[B]
    [29] -1 0 0x00003808 - 0x0000380b (0x4) IX[B]
    [30] -1 0 0x000034f0 - 0x000034f7 (0x8) IX[B]
    [31] -1 0 0x000034c0 - 0x000034cf (0x10) IX[B]
    [32] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
    [33] -1 0 0x00000170 - 0x00000177 (0x8) IX[B]
    [34] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
    [35] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
    [36] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
    [37] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
    [38] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
    [39] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
    [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
    [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(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 2.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: ATI RADEON 9600 PRO
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) VESA(0): VESA VBE OEM Product: V350
(II) VESA(0): VESA VBE OEM Product Rev: 01.00
(==) VESA(0): Write-combining range (0xe8000000,0x1000000)
(II) VESA(0): virtual address = 0xb6950000,
    physical address = 0xe8000000, size = 16777216
(II) VESA(0): VBESetVBEMode failed...Tried again without customized values.
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(II) 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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) AIGLX: Screen 0 is not DRI capable
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(WW) Configured Mouse: No Device specified, looking for one...
(II) Configured Mouse: Setting Device option to "/dev/input/mice"
(--) Configured Mouse: Device: "/dev/input/mice"
(==) Configured Mouse: Protocol: "Auto"
(**) Option "CorePointer"
(**) Configured Mouse: always reports core events
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type:
KEYBOARD)
(II) evaluating device (Configured Mouse)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
SetClientVersion: 0 9
zellemic@UbuntuDawg:/var/log$

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.