Changeset 3326

Montrer
Ignorer:
Date:
02.10.2008 21:42:12 (2 mois auparavant)
Auteur:
venus
Message:

Mise à jour de la planète XMLfr.

Fichiers:

Légende:

Non modifié
Ajouté
Supprimé
Modifié
Copié
Déplacé
  • xmlfr/remote/pages/actualites/planete/nonXmlfr/en/atom.xml

    r3325 r3326  
    22<feed xmlns="http://www.w3.org/2005/Atom" xmlns:planet="http://planet.intertwingly.net/" xmlns:indexing="urn:atom-extension:indexing" indexing:index="no"><access:restriction xmlns:access="http://www.bloglines.com/about/specs/fac-1.0" relationship="deny"/> 
    33  <title>PlanÚte XMLfr</title> 
    4   <updated>2008-10-02T13:42:03Z</updated> 
     4  <updated>2008-10-02T19:42:06Z</updated> 
    55  <generator uri="http://intertwingly.net/code/venus/">Venus</generator> 
    66  <author> 
     
    88    <email>redacteurs@xmlfr.org</email> 
    99  </author><id>http://xmlfr.org/actualites/planete/nonXmlfr/en/atom.xml</id> 
    10  
    11   <entry xml:lang="en"> 
    12     <id>tag:bortzmeyer.org,2006-02:Blog/packard-bell-mx37</id> 
    13     <link href="http://www.bortzmeyer.org/packard-bell-mx37.html" rel="alternate" type="text/html"/> 
    14     <title xml:lang="fr">Install Ubuntu / Linux on a Packard Bell EasyNote MX37</title> 
    15     <summary xml:lang="fr">I installed the operating system Ubuntu 
    16  on a 
    17 Packard-Bell EasyNote MX37 (http://www.packardbell.fr/products/ordinateur-portable/easynote-mx/productgroup-631-788.html) laptop machine. This article is to 
    18 share the information that I obtained during the process. 
    19 While the basic functions are OK, there are problems. As often with 
    20 laptops, especially very recent machines, a lot of things do not work, 
    21 or do not work out of the box.</summary> 
    22     <content type="xhtml" xml:lang="fr"><div xmlns="http://www.w3.org/1999/xhtml"><p>I installed the operating system Ubuntu 
    23  on a 
    24 Packard-Bell <a href="http://www.packardbell.fr/products/ordinateur-portable/easynote-mx/productgroup-631-788.html">EasyNote MX37</a> laptop machine. This article is to 
    25 share the information that I obtained during the process.</p><p>While the basic functions are OK, there are problems. As often with 
    26 laptops, especially very recent machines, a lot of things do not work, 
    27 or do not work out of the box.</p><p>I hope I 
    28 used only free software but I did not check 
    29 thoroughly the licences.</p><p>This machine has the following hardware and, for each one, I 
    30 indicate if it worked out of the box, or after manipulations: 
    31 <ul> 
    32 <li>SiS 191 Gigabit Ethernet network controller.  Works out of the box. Tested at 100 Mb/s.</li> 
    33 <li>SiS 771/671 PCIE graphics card. Works 
    34 out of the box at low resolution and at full resolution after a lot of tweaking.</li> 
    35 <li>Atheros AR242x 802.11abg Wireless controller. Not tested. Ubuntu warned it had to load a non-free driver for it.</li> 
    36 <li>SIS966 "Azalia" Realtek ALC660-VD sound card. Works fine but only after manual configuration.</li> 
    37 <li>An internal CD/DVD reader/writer. Not tested.</li> 
    38 <li>Power management system. Not tested.</li> 
    39 <li>PCMCIA. Not tested yet.</li> 
    40 <li>USB controller. Works OK.</li> 
    41 </ul></p><p>The X11 resolution problem took a long time. For the X11 server to 
    42 work at 1280x768, I choosed the "Configure" option when 
    43 Ubuntu claims it cannot drive at a better resolution. This produces a 
    44 working xorg.conf.</p><p>For the sound card to work, I used the <a href="http://doc.ubuntu-fr.org/audio_intel_hda">Ubuntu documentation in french</a>. Basically, I just had to add this line: 
    45 <pre> 
    46 options snd-hda-intel model=lenovo  
    47 </pre> 
    48 at the end of the configuration file <code>/etc/modprobe.d/alsa-base</code> and to reboot. The difficult thing was to find it! 
    49 </p><p>Here are some details about the machine, as seen by Linux. First, the hardware as seen by lspci: 
    50 <pre> 
    51 00:00.0 Host bridge: Silicon Integrated Systems [SiS] 671MX 
    52 00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge) 
    53 00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] (rev 01) 
    54 00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01) 
    55 00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f) 
    56 00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f) 
    57 00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller 
    58 00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02) 
    59 00:05.0 IDE interface: Silicon Integrated Systems [SiS] SATA Controller / IDE mode (rev 03) 
    60 00:06.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge 
    61 00:07.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge 
    62 00:0f.0 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller 
    63 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10) 
    64 02:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01) 
    65 </pre> 
    66 And the CPU information (yes, laptops have dual core, now). Do note 
    67 that Ubuntu's installed kernel has no problems with SMP: 
    68 <pre> 
    69 processor       : 0 
    70 vendor_id       : GenuineIntel 
    71 cpu family      : 6 
    72 model           : 15 
    73 model name      : Intel(R) Pentium(R) Dual  CPU  T2330  @ 1.60GHz 
    74 stepping        : 13 
    75 cpu MHz         : 800.000 
    76 cache size      : 1024 KB 
    77 physical id     : 0 
    78 siblings        : 2 
    79 core id         : 0 
    80 cpu cores       : 2 
    81 fdiv_bug        : no 
    82 hlt_bug         : no 
    83 f00f_bug        : no 
    84 coma_bug        : no 
    85 fpu             : yes 
    86 fpu_exception   : yes 
    87 cpuid level     : 10 
    88 wp              : yes 
    89 flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov     pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arc    h_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm 
    90 bogomips        : 3201.04 
    91 clflush size    : 64 
    92  
    93  
    94 processor       : 1 
    95 vendor_id       : GenuineIntel 
    96 cpu family      : 6 
    97 model           : 15 
    98 model name      : Intel(R) Pentium(R) Dual  CPU  T2330  @ 1.60GHz 
    99 stepping        : 13 
    100 cpu MHz         : 800.000 
    101 cache size      : 1024 KB 
    102 physical id     : 0 
    103 siblings        : 2 
    104 core id         : 1 
    105 cpu cores       : 2 
    106 fdiv_bug        : no 
    107 hlt_bug         : no 
    108 f00f_bug        : no 
    109 coma_bug        : no 
    110 fpu             : yes 
    111 fpu_exception   : yes 
    112 cpuid level     : 10 
    113 wp              : yes 
    114 flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov     pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arc    h_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm 
    115 bogomips        : 3199.10 
    116 clflush size    : 64 
    117 </pre> 
    118 The X11 messages: 
    119 <pre> 
    120  
    121 This is a pre-release version of the X server from The X.Org Foundation. 
    122 It is not supported in any way. 
    123 Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. 
    124 Select the "xorg" product for bugs you find in this release. 
    125 Before reporting bugs in pre-release versions please check the 
    126 latest version in the X.Org Foundation git repository. 
    127 See http://wiki.x.org/wiki/GitPage for git access instructions. 
    128  
    129 X.Org X Server 1.4.0.90 
    130 Release Date: 5 September 2007 
    131 X Protocol Version 11, Revision 0 
    132 Build Operating System: Linux Ubuntu (xorg-server 2:1.4.1~git20080131-1ubuntu9.2) 
    133 Current Operating System: Linux manouchian 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686 
    134 Build Date: 13 June 2008  01:08:21AM 
    135   
    136         Before reporting problems, check http://wiki.x.org 
    137         to make sure that you have the latest version. 
    138 Module Loader present 
    139 Markers: (--) probed, (**) from config file, (==) default setting, 
    140         (++) from command line, (!!) notice, (II) informational, 
    141         (WW) warning, (EE) error, (NI) not implemented, (??) unknown. 
    142 (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 15 20:02:15 2008 
    143 (==) Using config file: "/etc/X11/xorg.conf" 
    144 (==) ServerLayout "Default Layout" 
    145 (**) |--&gt;Screen "Default Screen" (0) 
    146 (**) |   |--&gt;Monitor "Configured Monitor" 
    147 (**) |   |--&gt;Device "Configured Video Device" 
    148 (**) |--&gt;Input Device "Synaptics Touchpad" 
    149 (==) Automatically adding devices 
    150 (==) Automatically enabling devices 
    151 (==) No FontPath specified.  Using compiled-in default. 
    152 (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. 
    153         Entry deleted from font path. 
    154 (==) FontPath set to: 
    155         /usr/share/fonts/X11/misc, 
    156         /usr/share/fonts/X11/100dpi/:unscaled, 
    157         /usr/share/fonts/X11/75dpi/:unscaled, 
    158         /usr/share/fonts/X11/Type1, 
    159         /usr/share/fonts/X11/100dpi, 
    160         /usr/share/fonts/X11/75dpi, 
    161         /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType 
    162 (==) RgbPath set to "/etc/X11/rgb" 
    163 (==) ModulePath set to "/usr/lib/xorg/modules" 
    164 (==) |--&gt;Input Device "Configured Mouse" 
    165 (==) |--&gt;Input Device "Generic Keyboard" 
    166 (==) The core pointer device wasn't specified explicitly in the layout. 
    167         Using the first mouse device. 
    168 (==) The core keyboard device wasn't specified explicitly in the layout. 
    169         Using the first keyboard device. 
    170 (II) Open ACPI successful (/var/run/acpid.socket) 
    171 (II) Loader magic: 0x81dc500 
    172 (II) Module ABI versions: 
    173         X.Org ANSI C Emulation: 0.3 
    174         X.Org Video Driver: 2.0 
    175         X.Org XInput driver : 2.0 
    176         X.Org Server Extension : 0.3 
    177         X.Org Font Renderer : 0.5 
    178 (II) Loader running on linux 
    179 (II) LoadModule: "pcidata" 
    180 (II) Loading /usr/lib/xorg/modules//libpcidata.so 
    181 (II) Module pcidata: vendor="X.Org Foundation" 
    182         compiled for 1.4.0.90, module version = 1.0.0 
    183         ABI class: X.Org Video Driver, version 2.0 
    184 (++) using VT number 7 
    185  
    186 (II) PCI: PCI scan (all values are in hex) 
    187 (II) PCI: 00:00:0: chip 1039,0671 card 1631,c10b rev 00 class 06,00,00 hdr 00 
    188 (II) PCI: 00:01:0: chip 1039,0003 card 0000,0000 rev 00 class 06,04,00 hdr 01 
    189 (II) PCI: 00:02:0: chip 1039,0968 card 1631,c10b rev 01 class 06,01,00 hdr 80 
    190 (II) PCI: 00:02:5: chip 1039,5513 card 1631,c10b rev 01 class 01,01,80 hdr 00 
    191 (II) PCI: 00:03:0: chip 1039,7001 card 1631,c10b rev 0f class 0c,03,10 hdr 80 
    192 (II) PCI: 00:03:1: chip 1039,7001 card 1631,c10b rev 0f class 0c,03,10 hdr 00 
    193 (II) PCI: 00:03:3: chip 1039,7002 card 1631,c10b rev 00 class 0c,03,20 hdr 00 
    194 (II) PCI: 00:04:0: chip 1039,0191 card 1631,c10b rev 02 class 02,00,00 hdr 00 
    195 (II) PCI: 00:05:0: chip 1039,1183 card 1631,c10b rev 03 class 01,01,85 hdr 00 
    196 (II) PCI: 00:06:0: chip 1039,000a card 0000,0000 rev 00 class 06,04,00 hdr 01 
    197 (II) PCI: 00:07:0: chip 1039,000a card 0000,0000 rev 00 class 06,04,00 hdr 01 
    198 (II) PCI: 00:0f:0: chip 1039,7502 card 1631,c10b rev 00 class 04,03,00 hdr 00 
    199 (II) PCI: 01:00:0: chip 1039,6351 card 1631,c10b rev 10 class 03,00,00 hdr 00 
    200 (II) PCI: 02:00:0: chip 168c,001c card 1a3b,1026 rev 01 class 02,00,00 hdr 00 
    201 (II) PCI: End of PCI scan 
    202 (II) Host-to-PCI bridge: 
    203 (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set) 
    204 (II) Bus 0 I/O range: 
    205         [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B] 
    206 (II) Bus 0 non-prefetchable memory range: 
    207         [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B] 
    208 (II) Bus 0 prefetchable memory range: 
    209         [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B] 
    210 (II) PCI-to-PCI bridge: 
    211 (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x001b (VGA_EN is set) 
    212 (II) Bus 1 I/O range: 
    213         [0] -1  0       0x0000d000 - 0x0000dfff (0x1000) IX[B] 
    214 (II) Bus 1 non-prefetchable memory range: 
    215         [0] -1  0       0xfde00000 - 0xfdefffff (0x100000) MX[B] 
    216 (II) Bus 1 prefetchable memory range: 
    217         [0] -1  0       0xc0000000 - 0xcfffffff (0x10000000) MX[B] 
    218 (II) PCI-to-ISA bridge: 
    219 (II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) 
    220 (II) PCI-to-PCI bridge: 
    221 (II) Bus 2: bridge is at (0:6:0), (0,2,2), BCTRL: 0x0003 (VGA_EN is cleared) 
    222 (II) Bus 2 non-prefetchable memory range: 
    223         [0] -1  0       0xfdf00000 - 0xfdffffff (0x100000) MX[B] 
    224 (II) PCI-to-PCI bridge: 
    225 (II) Bus 3: bridge is at (0:7:0), (0,3,5), BCTRL: 0x0003 (VGA_EN is cleared) 
    226 (II) Bus 3 I/O range: 
    227         [0] -1  0       0x0000e000 - 0x0000efff (0x1000) IX[B] 
    228 (II) Bus 3 non-prefetchable memory range: 
    229         [0] -1  0       0xfe000000 - 0xfebfffff (0xc00000) MX[B] 
    230 (II) Bus 3 prefetchable memory range: 
    231         [0] -1  0       0xde000000 - 0xdfffffff (0x2000000) MX[B] 
    232 (--) PCI:*(1:0:0) Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter rev 16, Mem @ 0xc0000000/28, 0xfdee0000/17, I/O @ 0xdc00/7 
    233 (II) Addressable bus resource ranges are 
    234         [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B] 
    235         [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B] 
    236 (II) OS-reported resource ranges: 
    237         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) 
    238         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B] 
    239         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B] 
    240         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B] 
    241         [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B] 
    242         [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B] 
    243 (II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff 
    244 (II) Active PCI resource ranges: 
    245         [0] -1  0       0xfddf4000 - 0xfddf7fff (0x4000) MX[B] 
    246         [1] -1  0       0xfddfcc00 - 0xfddfcc7f (0x80) MX[B] 
    247         [2] -1  0       0xfddfd000 - 0xfddfdfff (0x1000) MX[B] 
    248         [3] -1  0       0xfddfe000 - 0xfddfefff (0x1000) MX[B] 
    249         [4] -1  0       0xfddff000 - 0xfddfffff (0x1000) MX[B] 
    250         [5] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O 
    251         [6] -1  0       0xfdee0000 - 0xfdefffff (0x20000) MX[B](B) 
    252         [7] -1  0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) 
    253         [8] -1  0       0x0000b400 - 0x0000b47f (0x80) IX[B] 
    254         [9] -1  0       0x0000b800 - 0x0000b80f (0x10) IX[B] 
    255         [10] -1 0       0x0000bc00 - 0x0000bc03 (0x4) IX[B] 
    256         [11] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B] 
    257         [12] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B] 
    258         [13] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B] 
    259         [14] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B] 
    260         [15] -1 0       0x0000ffe0 - 0x0000ffef (0x10) IX[B] 
    261         [16] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B] 
    262         [17] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B] 
    263         [18] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B] 
    264         [19] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B] 
    265         [20] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B](B) 
    266 (II) Inactive PCI resource ranges: 
    267         [0] -1  0       0xfdff0000 - 0xfdffffff (0x10000) MX[B] 
    268 (II) Active PCI resource ranges after removing overlaps: 
    269         [0] -1  0       0xfddf4000 - 0xfddf7fff (0x4000) MX[B] 
    270         [1] -1  0       0xfddfcc00 - 0xfddfcc7f (0x80) MX[B] 
    271         [2] -1  0       0xfddfd000 - 0xfddfdfff (0x1000) MX[B] 
    272         [3] -1  0       0xfddfe000 - 0xfddfefff (0x1000) MX[B] 
    273         [4] -1  0       0xfddff000 - 0xfddfffff (0x1000) MX[B] 
    274         [5] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O 
    275         [6] -1  0       0xfdee0000 - 0xfdefffff (0x20000) MX[B](B) 
    276         [7] -1  0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) 
    277         [8] -1  0       0x0000b400 - 0x0000b47f (0x80) IX[B] 
    278         [9] -1  0       0x0000b800 - 0x0000b80f (0x10) IX[B] 
    279         [10] -1 0       0x0000bc00 - 0x0000bc03 (0x4) IX[B] 
    280         [11] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B] 
    281         [12] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B] 
    282         [13] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B] 
    283         [14] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B] 
    284         [15] -1 0       0x0000ffe0 - 0x0000ffef (0x10) IX[B] 
    285         [16] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B] 
    286         [17] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B] 
    287         [18] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B] 
    288         [19] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B] 
    289         [20] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B](B) 
    290 (II) Inactive PCI resource ranges after removing overlaps: 
    291         [0] -1  0       0xfdff0000 - 0xfdffffff (0x10000) MX[B] 
    292 (II) OS-reported resource ranges after removing overlaps with PCI: 
    293         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) 
    294         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B] 
    295         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B] 
    296         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B] 
    297         [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B] 
    298         [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B] 
    299 (II) All system resource ranges: 
    300         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) 
    301         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B] 
    302         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B] 
    303         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B] 
    304         [4] -1  0       0xfddf4000 - 0xfddf7fff (0x4000) MX[B] 
    305         [5] -1  0       0xfddfcc00 - 0xfddfcc7f (0x80) MX[B] 
    306         [6] -1  0       0xfddfd000 - 0xfddfdfff (0x1000) MX[B] 
    307         [7] -1  0       0xfddfe000 - 0xfddfefff (0x1000) MX[B] 
    308         [8] -1  0       0xfddff000 - 0xfddfffff (0x1000) MX[B] 
    309         [9] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O 
    310         [10] -1 0       0xfdee0000 - 0xfdefffff (0x20000) MX[B](B) 
    311         [11] -1 0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) 
    312         [12] -1 0       0xfdff0000 - 0xfdffffff (0x10000) MX[B] 
    313         [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B] 
    314         [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B] 
    315         [15] -1 0       0x0000b400 - 0x0000b47f (0x80) IX[B] 
    316         [16] -1 0       0x0000b800 - 0x0000b80f (0x10) IX[B] 
    317         [17] -1 0       0x0000bc00 - 0x0000bc03 (0x4) IX[B] 
    318         [18] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B] 
    319         [19] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B] 
    320         [20] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B] 
    321         [21] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B] 
    322         [22] -1 0       0x0000ffe0 - 0x0000ffef (0x10) IX[B] 
    323         [23] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B] 
    324         [24] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B] 
    325         [25] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B] 
    326         [26] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B] 
    327         [27] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B](B) 
    328 (II) "extmod" will be loaded by default. 
    329 (II) "dbe" will be loaded by default. 
    330 (II) "glx" will be loaded. This was enabled by default and also specified in the config file. 
    331 (II) "freetype" will be loaded by default. 
    332 (II) "record" will be loaded by default. 
    333 (II) "dri" will be loaded by default. 
    334 (II) LoadModule: "glx" 
    335 (II) Loading /usr/lib/xorg/modules/extensions//libglx.so 
    336 (II) Module glx: vendor="X.Org Foundation" 
    337         compiled for 1.4.0.90, module version = 1.0.0 
    338         ABI class: X.Org Server Extension, version 0.3 
    339 (==) AIGLX enabled 
    340 (II) Loading extension GLX 
    341 (II) LoadModule: "v4l" 
    342 (II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so 
    343 (II) Module v4l: vendor="X.Org Foundation" 
    344         compiled for 1.4.0, module version = 0.1.1 
    345         ABI class: X.Org Video Driver, version 2.0 
    346 (II) LoadModule: "extmod" 
    347 (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so 
    348 (II) Module extmod: vendor="X.Org Foundation" 
    349         compiled for 1.4.0.90, module version = 1.0.0 
    350         Module class: X.Org Server Extension 
    351         ABI class: X.Org Server Extension, version 0.3 
    352 (II) Loading extension SHAPE 
    353 (II) Loading extension MIT-SUNDRY-NONSTANDARD 
    354 (II) Loading extension BIG-REQUESTS 
    355 (II) Loading extension SYNC 
    356 (II) Loading extension MIT-SCREEN-SAVER 
    357 (II) Loading extension XC-MISC 
    358 (II) Loading extension XFree86-VidModeExtension 
    359 (II) Loading extension XFree86-Misc 
    360 (II) Loading extension XFree86-DGA 
    361 (II) Loading extension DPMS 
    362 (II) Loading extension TOG-CUP 
    363 (II) Loading extension Extended-Visual-Information 
    364 (II) Loading extension XVideo 
    365 (II) Loading extension XVideo-MotionCompensation 
    366 (II) Loading extension X-Resource 
    367 (II) LoadModule: "dbe" 
    368 (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so 
    369 (II) Module dbe: vendor="X.Org Foundation" 
    370         compiled for 1.4.0.90, module version = 1.0.0 
    371         Module class: X.Org Server Extension 
    372         ABI class: X.Org Server Extension, version 0.3 
    373 (II) Loading extension DOUBLE-BUFFER 
    374 (II) LoadModule: "freetype" 
    375 (II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so 
    376 (II) Module freetype: vendor="X.Org Foundation &amp; the After X-TT Project" 
    377         compiled for 1.4.0.90, module version = 2.1.0 
    378         Module class: X.Org Font Renderer 
    379         ABI class: X.Org Font Renderer, version 0.5 
    380 (II) Loading font FreeType 
    381 (II) LoadModule: "record" 
    382 (II) Loading /usr/lib/xorg/modules/extensions//librecord.so 
    383 (II) Module record: vendor="X.Org Foundation" 
    384         compiled for 1.4.0.90, module version = 1.13.0 
    385         Module class: X.Org Server Extension 
    386         ABI class: X.Org Server Extension, version 0.3 
    387 (II) Loading extension RECORD 
    388 (II) LoadModule: "dri" 
    389 (II) Loading /usr/lib/xorg/modules/extensions//libdri.so 
    390 (II) Module dri: vendor="X.Org Foundation" 
    391         compiled for 1.4.0.90, module version = 1.0.0 
    392         ABI class: X.Org Server Extension, version 0.3 
    393 (II) Loading extension XFree86-DRI 
    394 (II) LoadModule: "vesa" 
    395 (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so 
    396 (II) Module vesa: vendor="X.Org Foundation" 
    397         compiled for 1.4.0.90, module version = 1.3.0 
    398         Module class: X.Org Video Driver 
    399         ABI class: X.Org Video Driver, version 2.0 
    400 (II) LoadModule: "synaptics" 
    401 (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so 
    402 (II) Module synaptics: vendor="X.Org Foundation" 
    403         compiled for 4.3.99.902, module version = 1.0.0 
    404         Module class: X.Org XInput Driver 
    405         ABI class: X.Org XInput driver, version 2.0 
    406 (II) LoadModule: "mouse" 
    407 (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so 
    408 (II) Module mouse: vendor="X.Org Foundation" 
    409         compiled for 1.4.0, module version = 1.2.3 
    410         Module class: X.Org XInput Driver 
    411         ABI class: X.Org XInput driver, version 2.0 
    412 (II) LoadModule: "kbd" 
    413 (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so 
    414 (II) Module kbd: vendor="X.Org Foundation" 
    415         compiled for 1.4.0, module version = 1.2.2 
    416         Module class: X.Org XInput Driver 
    417         ABI class: X.Org XInput driver, version 2.0 
    418 (II) v4l driver for Video4Linux 
    419 (II) VESA: driver for VESA chipsets: vesa 
    420 (II) Primary Device is: PCI 01:00:0 
    421 (--) Chipset vesa found 
    422 (II) resource ranges after xf86ClaimFixedResources() call: 
    423         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) 
    424         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B] 
    425         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B] 
    426         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B] 
    427         [4] -1  0       0xfddf4000 - 0xfddf7fff (0x4000) MX[B] 
    428         [5] -1  0       0xfddfcc00 - 0xfddfcc7f (0x80) MX[B] 
    429         [6] -1  0       0xfddfd000 - 0xfddfdfff (0x1000) MX[B] 
    430         [7] -1  0       0xfddfe000 - 0xfddfefff (0x1000) MX[B] 
    431         [8] -1  0       0xfddff000 - 0xfddfffff (0x1000) MX[B] 
    432         [9] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O 
    433         [10] -1 0       0xfdee0000 - 0xfdefffff (0x20000) MX[B](B) 
    434         [11] -1 0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) 
    435         [12] -1 0       0xfdff0000 - 0xfdffffff (0x10000) MX[B] 
    436         [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B] 
    437         [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B] 
    438         [15] -1 0       0x0000b400 - 0x0000b47f (0x80) IX[B] 
    439         [16] -1 0       0x0000b800 - 0x0000b80f (0x10) IX[B] 
    440         [17] -1 0       0x0000bc00 - 0x0000bc03 (0x4) IX[B] 
    441         [18] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B] 
    442         [19] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B] 
    443         [20] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B] 
    444         [21] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B] 
    445         [22] -1 0       0x0000ffe0 - 0x0000ffef (0x10) IX[B] 
    446         [23] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B] 
    447         [24] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B] 
    448         [25] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B] 
    449         [26] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B] 
    450         [27] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B](B) 
    451 (II) resource ranges after probing: 
    452         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) 
    453         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B] 
    454         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B] 
    455         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B] 
    456         [4] -1  0       0xfddf4000 - 0xfddf7fff (0x4000) MX[B] 
    457         [5] -1  0       0xfddfcc00 - 0xfddfcc7f (0x80) MX[B] 
    458         [6] -1  0       0xfddfd000 - 0xfddfdfff (0x1000) MX[B] 
    459         [7] -1  0       0xfddfe000 - 0xfddfefff (0x1000) MX[B] 
    460         [8] -1  0       0xfddff000 - 0xfddfffff (0x1000) MX[B] 
    461         [9] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O 
    462         [10] -1 0       0xfdee0000 - 0xfdefffff (0x20000) MX[B](B) 
    463         [11] -1 0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) 
    464         [12] -1 0       0xfdff0000 - 0xfdffffff (0x10000) MX[B] 
    465         [13] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B] 
    466         [14] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B] 
    467         [15] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B] 
    468         [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B] 
    469         [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B] 
    470         [18] -1 0       0x0000b400 - 0x0000b47f (0x80) IX[B] 
    471         [19] -1 0       0x0000b800 - 0x0000b80f (0x10) IX[B] 
    472         [20] -1 0       0x0000bc00 - 0x0000bc03 (0x4) IX[B] 
    473         [21] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B] 
    474         [22] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B] 
    475         [23] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B] 
    476         [24] -1 0       0x0000cc00 - 0x0000cc7f (0x80) IX[B] 
    477         [25] -1 0       0x0000ffe0 - 0x0000ffef (0x10) IX[B] 
    478         [26] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B] 
    479         [27] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B] 
    480         [28] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B] 
    481         [29] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B] 
    482         [30] -1 0       0x0000dc00 - 0x0000dc7f (0x80) IX[B](B) 
    483         [31] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B] 
    484         [32] 0  0       0x000003c0 - 0x000003df (0x20) IS[B] 
    485 (II) Setting vga for screen 0. 
    486 (II) Loading sub module "vbe" 
    487 (II) LoadModule: "vbe" 
    488 (II) Loading /usr/lib/xorg/modules//libvbe.so 
    489 (II) Module vbe: vendor="X.Org Foundation" 
    490         compiled for 1.4.0.90, module version = 1.1.0 
    491         ABI class: X.Org Video Driver, version 2.0 
    492 (II) Loading sub module "int10" 
    493 (II) LoadModule: "int10" 
    494 (II) Loading /usr/lib/xorg/modules//libint10.so 
    495 (II) Module int10: vendor="X.Org Foundation" 
    496         compiled for 1.4.0.90, module version = 1.0.0 
    497         ABI class: X.Org Video Driver, version 2.0 
    498 (II) VESA(0): initializing int10 
    499 (II) VESA(0): Primary V_BIOS segment is: 0xc000 
    500 (II) VESA(0): VESA BIOS detected 
    501 (II) VESA(0): VESA VBE Version 3.0 
    502 (II) VESA(0): VESA VBE Total Mem: 131072 kB 
    503 (II) VESA(0): VESA VBE OEM: SiS 
    504 (II) VESA(0): VESA VBE OEM Software Rev: 1.0 
    505 (II) VESA(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp. 
    506 (II) VESA(0): VESA VBE OEM Product: 6330 
    507 (II) VESA(0): VESA VBE OEM Product Rev: S205.007 
    508 (**) VESA(0): Depth 24, (--) framebuffer bpp 32 
    509 (==) VESA(0): RGB weight 888 
    510 (==) VESA(0): Default visual is TrueColor 
    511 (**) VESA(0): Using gamma correction (1.0, 1.0, 1.0) 
    512 (II) Loading sub module "ddc" 
    513 (II) LoadModule: "ddc"(II) Module "ddc" already built-in 
    514 (II) VESA(0): VESA VBE DDC supported 
    515 (II) VESA(0): VESA VBE DDC Level none 
    516 (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec. 
    517 (II) VESA(0): VESA VBE DDC read failed 
    518 (II) VESA(0): Searching for matching VESA mode(s): 
    519 Mode: 11c (1280x768) 
    520         ModeAttributes: 0x9f 
    521         WinAAttributes: 0x7 
    522         WinBAttributes: 0x0 
    523         WinGranularity: 64 
    524         WinSize: 64 
    525         WinASegment: 0xa000 
    526         WinBSegment: 0xa000 
    527         WinFuncPtr: 0xc000862b 
    528         BytesPerScanline: 1280 
    529         XResolution: 1280 
    530         YResolution: 768 
    531         XCharSize: 8 
    532         YCharSize: 16 
    533         NumberOfPlanes: 1 
    534         BitsPerPixel: 8 
    535         NumberOfBanks: 1 
    536         MemoryModel: 4 
    537         BankSize: 0 
    538         NumberOfImages: 7 
    539         RedMaskSize: 0 
    540         RedFieldPosition: 0 
    541         GreenMaskSize: 0 
    542         GreenFieldPosition: 0 
    543         BlueMaskSize: 0 
    544         BlueFieldPosition: 0 
    545         RsvdMaskSize: 0 
    546         RsvdFieldPosition: 0 
    547         DirectColorModeInfo: 0 
    548         PhysBasePtr: 0xc0000000 
    549         LinBytesPerScanLine: 1280 
    550         BnkNumberOfImagePages: 7 
    551         LinNumberOfImagePages: 7 
    552         LinRedMaskSize: 0 
    553         LinRedFieldPosition: 0 
    554         LinGreenMaskSize: 0 
    555         LinGreenFieldPosition: 0 
    556         LinBlueMaskSize: 0 
    557         LinBlueFieldPosition: 0 
    558         LinRsvdMaskSize: 0 
    559         LinRsvdFieldPosition: 0 
    560         MaxPixelClock: 0 
    561 Mode: 11d (1280x768) 
    562         ModeAttributes: 0x9b 
    563         WinAAttributes: 0x7 
    564         WinBAttributes: 0x0 
    565         WinGranularity: 64 
    566         WinSize: 64 
    567         WinASegment: 0xa000 
    568         WinBSegment: 0xa000 
    569         WinFuncPtr: 0xc000862b 
    570         BytesPerScanline: 2560 
    571         XResolution: 1280 
    572         YResolution: 768 
    573         XCharSize: 8 
    574         YCharSize: 16 
    575         NumberOfPlanes: 1 
    576         BitsPerPixel: 16 
    577         NumberOfBanks: 1 
    578         MemoryModel: 6 
    579         BankSize: 0 
    580         NumberOfImages: 3 
    581         RedMaskSize: 5 
    582         RedFieldPosition: 11 
    583         GreenMaskSize: 6 
    584         GreenFieldPosition: 5 
    585         BlueMaskSize: 5 
    586         BlueFieldPosition: 0 
    587         RsvdMaskSize: 0 
    588         RsvdFieldPosition: 0 
    589         DirectColorModeInfo: 0 
    590         PhysBasePtr: 0xc0000000 
    591         LinBytesPerScanLine: 2560 
    592         BnkNumberOfImagePages: 3 
    593         LinNumberOfImagePages: 3 
    594         LinRedMaskSize: 5 
    595         LinRedFieldPosition: 11 
    596         LinGreenMaskSize: 6 
    597         LinGreenFieldPosition: 5 
    598         LinBlueMaskSize: 5 
    599         LinBlueFieldPosition: 0 
    600         LinRsvdMaskSize: 0 
    601         LinRsvdFieldPosition: 0 
    602         MaxPixelClock: 0 
    603 *Mode: 11e (1280x768) 
    604         ModeAttributes: 0x9b 
    605         WinAAttributes: 0x7 
    606         WinBAttributes: 0x0 
    607         WinGranularity: 64 
    608         WinSize: 64 
    609         WinASegment: 0xa000 
    610         WinBSegment: 0xa000 
    611         WinFuncPtr: 0xc000862b 
    612         BytesPerScanline: 5120 
    613         XResolution: 1280 
    614         YResolution: 768 
    615         XCharSize: 8 
    616         YCharSize: 16 
    617         NumberOfPlanes: 1 
    618         BitsPerPixel: 32 
    619         NumberOfBanks: 1 
    620         MemoryModel: 6 
    621         BankSize: 0 
    622         NumberOfImages: 1 
    623         RedMaskSize: 8 
    624         RedFieldPosition: 16 
    625         GreenMaskSize: 8 
    626         GreenFieldPosition: 8 
    627         BlueMaskSize: 8 
    628         BlueFieldPosition: 0 
    629         RsvdMaskSize: 8 
    630         RsvdFieldPosition: 24 
    631         DirectColorModeInfo: 0 
    632         PhysBasePtr: 0xc0000000 
    633         LinBytesPerScanLine: 5120 
    634         BnkNumberOfImagePages: 1 
    635         LinNumberOfImagePages: 1 
    636         LinRedMaskSize: 8 
    637         LinRedFieldPosition: 16 
    638         LinGreenMaskSize: 8 
    639         LinGreenFieldPosition: 8 
    640         LinBlueMaskSize: 8 
    641         LinBlueFieldPosition: 0 
    642         LinRsvdMaskSize: 8 
    643         LinRsvdFieldPosition: 24 
    644         MaxPixelClock: 0 
    645 Mode: 101 (640x480) 
    646         ModeAttributes: 0x9f 
    647         WinAAttributes: 0x7 
    648         WinBAttributes: 0x0 
    649         WinGranularity: 64 
    650         WinSize: 64 
    651         WinASegment: 0xa000 
    652         WinBSegment: 0xa000 
    653         WinFuncPtr: 0xc000862b 
    654         BytesPerScanline: 640 
    655         XResolution: 640 
    656         YResolution: 480 
    657         XCharSize: 8 
    658         YCharSize: 16 
    659         NumberOfPlanes: 1 
    660         BitsPerPixel: 8 
    661         NumberOfBanks: 1 
    662         MemoryModel: 4 
    663         BankSize: 0 
    664         NumberOfImages: 24 
    665         RedMaskSize: 0 
    666         RedFieldPosition: 0 
    667         GreenMaskSize: 0 
    668         GreenFieldPosition: 0 
    669         BlueMaskSize: 0 
    670         BlueFieldPosition: 0 
    671         RsvdMaskSize: 0 
    672         RsvdFieldPosition: 0 
    673         DirectColorModeInfo: 0 
    674         PhysBasePtr: 0xc0000000 
    675         LinBytesPerScanLine: 640 
    676         BnkNumberOfImagePages: 24 
    677         LinNumberOfImagePages: 24 
    678         LinRedMaskSize: 0 
    679         LinRedFieldPosition: 0 
    680         LinGreenMaskSize: 0 
    681         LinGreenFieldPosition: 0 
    682         LinBlueMaskSize: 0 
    683         LinBlueFieldPosition: 0 
    684         LinRsvdMaskSize: 0 
    685         LinRsvdFieldPosition: 0 
    686         MaxPixelClock: 0 
    687 Mode: 100 (640x400) 
    688         ModeAttributes: 0x9f 
    689         WinAAttributes: 0x7 
    690         WinBAttributes: 0x0 
    691         WinGranularity: 64 
    692         WinSize: 64 
    693         WinASegment: 0xa000 
    694         WinBSegment: 0xa000 
    695         WinFuncPtr: 0xc000862b 
    696         BytesPerScanline: 640 
    697         XResolution: 640 
    698         YResolution: 400 
    699         XCharSize: 8 
    700         YCharSize: 16 
    701         NumberOfPlanes: 1 
    702         BitsPerPixel: 8 
    703         NumberOfBanks: 1 
    704         MemoryModel: 4 
    705         BankSize: 0 
    706         NumberOfImages: 31 
    707         RedMaskSize: 0 
    708         RedFieldPosition: 0 
    709         GreenMaskSize: 0 
    710         GreenFieldPosition: 0 
    711         BlueMaskSize: 0 
    712         BlueFieldPosition: 0 
    713         RsvdMaskSize: 0 
    714         RsvdFieldPosition: 0 
    715         DirectColorModeInfo: 0 
    716         PhysBasePtr: 0xc0000000 
    717         LinBytesPerScanLine: 640 
    718         BnkNumberOfImagePages: 31 
    719         LinNumberOfImagePages: 31 
    720         LinRedMaskSize: 0 
    721         LinRedFieldPosition: 0 
    722         LinGreenMaskSize: 0 
    723         LinGreenFieldPosition: 0 
    724         LinBlueMaskSize: 0 
    725         LinBlueFieldPosition: 0 
    726         LinRsvdMaskSize: 0 
    727         LinRsvdFieldPosition: 0 
    728         MaxPixelClock: 0 
    729 Mode: 103 (800x600) 
    730         ModeAttributes: 0x9f 
    731         WinAAttributes: 0x7 
    732         WinBAttributes: 0x0 
    733         WinGranularity: 64 
    734         WinSize: 64 
    735         WinASegment: 0xa000 
    736         WinBSegment: 0xa000 
    737         WinFuncPtr: 0xc000862b 
    738         BytesPerScanline: 800 
    739         XResolution: 800 
    740         YResolution: 600 
    741         XCharSize: 8 
    742         YCharSize: 16 
    743         NumberOfPlanes: 1 
    744         BitsPerPixel: 8 
    745         NumberOfBanks: 1 
    746         MemoryModel: 4 
    747         BankSize: 0 
    748         NumberOfImages: 15 
    749         RedMaskSize: 0 
    750         RedFieldPosition: 0 
    751         GreenMaskSize: 0 
    752         GreenFieldPosition: 0 
    753         BlueMaskSize: 0 
    754         BlueFieldPosition: 0 
    755         RsvdMaskSize: 0 
    756         RsvdFieldPosition: 0 
    757         DirectColorModeInfo: 0 
    758         PhysBasePtr: 0xc0000000 
    759         LinBytesPerScanLine: 800 
    760         BnkNumberOfImagePages: 15 
    761         LinNumberOfImagePages: 15 
    762         LinRedMaskSize: 0 
    763         LinRedFieldPosition: 0 
    764         LinGreenMaskSize: 0 
    765         LinGreenFieldPosition: 0 
    766         LinBlueMaskSize: 0 
    767         LinBlueFieldPosition: 0 
    768         LinRsvdMaskSize: 0 
    769         LinRsvdFieldPosition: 0 
    770         MaxPixelClock: 0 
    771 Mode: 104 (1024x768) 
    772         ModeAttributes: 0x1f 
    773         WinAAttributes: 0x7 
    774         WinBAttributes: 0x0 
    775         WinGranularity: 64 
    776         WinSize: 64 
    777         WinASegment: 0xa000 
    778         WinBSegment: 0xa000 
    779         WinFuncPtr: 0xc000862b 
    780         BytesPerScanline: 128 
    781         XResolution: 1024 
    782         YResolution: 768 
    783         XCharSize: 8 
    784         YCharSize: 16 
    785         NumberOfPlanes: 4 
    786         BitsPerPixel: 4 
    787         NumberOfBanks: 1 
    788         MemoryModel: 3 
    789         BankSize: 0 
    790         NumberOfImages: 15 
    791         RedMaskSize: 0 
    792         RedFieldPosition: 0 
    793         GreenMaskSize: 0 
    794         GreenFieldPosition: 0 
    795         BlueMaskSize: 0 
    796         BlueFieldPosition: 0 
    797         RsvdMaskSize: 0 
    798         RsvdFieldPosition: 0 
    799         DirectColorModeInfo: 0 
    800         PhysBasePtr: 0xc0000000 
    801         LinBytesPerScanLine: 128 
    802         BnkNumberOfImagePages: 15 
    803         LinNumberOfImagePages: 15 
    804         LinRedMaskSize: 0 
    805         LinRedFieldPosition: 0 
    806         LinGreenMaskSize: 0 
    807         LinGreenFieldPosition: 0 
    808         LinBlueMaskSize: 0 
    809         LinBlueFieldPosition: 0 
    810         LinRsvdMaskSize: 0 
    811         LinRsvdFieldPosition: 0 
    812         MaxPixelClock: 0 
    813 Mode: 105 (1024x768) 
    814         ModeAttributes: 0x9f 
    815         WinAAttributes: 0x7 
    816         WinBAttributes: 0x0 
    817         WinGranularity: 64 
    818         WinSize: 64 
    819         WinASegment: 0xa000 
    820         WinBSegment: 0xa000 
    821         WinFuncPtr: 0xc000862b 
    822         BytesPerScanline: 1024 
    823         XResolution: 1024 
    824         YResolution: 768 
    825         XCharSize: 8 
    826         YCharSize: 16 
    827         NumberOfPlanes: 1 
    828         BitsPerPixel: 8 
    829         NumberOfBanks: 1 
    830         MemoryModel: 4 
    831         BankSize: 0 
    832         NumberOfImages: 9 
    833         RedMaskSize: 0 
    834         RedFieldPosition: 0 
    835         GreenMaskSize: 0 
    836         GreenFieldPosition: 0 
    837         BlueMaskSize: 0 
    838         BlueFieldPosition: 0 
    839         RsvdMaskSize: 0 
    840         RsvdFieldPosition: 0 
    841         DirectColorModeInfo: 0 
    842         PhysBasePtr: 0xc0000000 
    843         LinBytesPerScanLine: 1024 
    844         BnkNumberOfImagePages: 9 
    845         LinNumberOfImagePages: 9 
    846         LinRedMaskSize: 0 
    847         LinRedFieldPosition: 0 
    848         LinGreenMaskSize: 0 
    849         LinGreenFieldPosition: 0 
    850         LinBlueMaskSize: 0 
    851         LinBlueFieldPosition: 0 
    852         LinRsvdMaskSize: 0 
    853         LinRsvdFieldPosition: 0 
    854         MaxPixelClock: 0 
    855 Mode: 10d (320x200) 
    856         ModeAttributes: 0x9b 
    857         WinAAttributes: 0x7 
    858         WinBAttributes: 0x0 
    859         WinGranularity: 64 
    860         WinSize: 64 
    861         WinASegment: 0xa000 
    862         WinBSegment: 0xa000 
    863         WinFuncPtr: 0xc000862b 
    864         BytesPerScanline: 640 
    865         XResolution: 320 
    866         YResolution: 200 
    867         XCharSize: 8 
    868         YCharSize: 8 
    869         NumberOfPlanes: 1 
    870         BitsPerPixel: 15 
    871         NumberOfBanks: 1 
    872         MemoryModel: 6 
    873         BankSize: 0 
    874         NumberOfImages: 63 
    875         RedMaskSize: 5 
    876         RedFieldPosition: 10 
    877         GreenMaskSize: 5 
    878         GreenFieldPosition: 5 
    879         BlueMaskSize: 5 
    880         BlueFieldPosition: 0 
    881         RsvdMaskSize: 0 
    882         RsvdFieldPosition: 0 
    883         DirectColorModeInfo: 0 
    884         PhysBasePtr: 0xc0000000 
    885         LinBytesPerScanLine: 640 
    886         BnkNumberOfImagePages: 63 
    887         LinNumberOfImagePages: 63 
    888         LinRedMaskSize: 5 
    889         LinRedFieldPosition: 10 
    890         LinGreenMaskSize: 5 
    891         LinGreenFieldPosition: 5 
    892         LinBlueMaskSize: 5 
    893         LinBlueFieldPosition: 0 
    894         LinRsvdMaskSize: 0 
    895         LinRsvdFieldPosition: 0 
    896         MaxPixelClock: 0 
    897 Mode: 10e (320x200) 
    898         ModeAttributes: 0x9b 
    899         WinAAttributes: 0x7 
    900         WinBAttributes: 0x0 
    901         WinGranularity: 64 
    902         WinSize: 64 
    903         WinASegment: 0xa000 
    904         WinBSegment: 0xa000 
    905         WinFuncPtr: 0xc000862b 
    906         BytesPerScanline: 640 
    907         XResolution: 320 
    908         YResolution: 200 
    909         XCharSize: 8 
    910         YCharSize: 8 
    911         NumberOfPlanes: 1 
    912         BitsPerPixel: 16 
    913         NumberOfBanks: 1 
    914         MemoryModel: 6 
    915         BankSize: 0 
    916         NumberOfImages: 63 
    917         RedMaskSize: 5 
    918         RedFieldPosition: 11 
    919         GreenMaskSize: 6 
    920         GreenFieldPosition: 5 
    921     &