Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: 2 beeldschermen?  (gelezen 2473 keer)

Gast

  • Gast
2 beeldschermen?
« Gepost op: 2006/01/12, 13:11:15 »
Hallo
Ik heb sinds kort Ubuntu op mijn pc geinstalleerd en heb hier ook amper ervaring mee.
Toch zou ik graag wat meer willen weten, zoals hoe ik mijn 2 beeldschermen tegelijk aangelsoten krijg. Ik wil mijn desktop uitbreiden naar de 2e monitor zodat ik extra veel ruimte heb (dus niet een kopie van de 1e monitor). Ik gebruikte hiervoor windows (tja, wie niet?) en daar is het prima gelukt.
Zou iemand me hiermee kunnen helpen?

Alvast bedankt
« Laatst bewerkt op: 2010/01/17, 12:35:46 door Nunslaughter »

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
2 beeldschermen?
« Reactie #1 Gepost op: 2006/01/12, 14:06:00 »
Welke grafische kaart?

Ramses

  • Gast
2 beeldschermen?
« Reactie #2 Gepost op: 2006/01/12, 18:09:04 »
Ik wou deze vraag ook juist stellen:) heb ati x600xt (kun je direct voor beide de oplossing geven als ie verschilt)
Heb je nog info nodig?

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
2 beeldschermen?
« Reactie #3 Gepost op: 2006/01/12, 18:50:44 »
Ik heb een nvidia en daar is het heel gemakkelijk. Probeer al eens de linux drivers te downloaden van de ATI site, daar zou normaal ook documentatie moeten bij zitten.

`GooZ

  • Gast
2 beeldschermen?
« Reactie #4 Gepost op: 2006/01/12, 20:52:05 »
Heel gemakkelijk? En ik maar denken dat je in X enkel een kopie van je ander beeldscherm kon krijgen! Iemand enig idee hoe het zit met een SiS650 graf kaart (zit al in kernel)


Ramses

  • Gast
2 beeldschermen?
« Reactie #6 Gepost op: 2006/01/29, 01:33:11 »
Het wilt niet baten, ik heb m'n xorg.conf aangepast maar het tweede scherm laat enkel wat lichte ruis zien op een zwarte achtergrond en m'n eerste scherm geeft een hoop gekleurde lijnen door gnome heen..
heb oude file maar teruggezet.

Enig idee wat er fout is in deze xorg.conf? of waar de fout zich anders nog zou kunnen verbergen?

Section "Files"
   FontPath   "/usr/share/X11/fonts/misc"
   FontPath   "/usr/share/X11/fonts/cyrillic"
   FontPath   "/usr/share/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/X11/fonts/Type1"
   FontPath   "/usr/share/X11/fonts/CID"
   FontPath   "/usr/share/X11/fonts/100dpi"
   FontPath   "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
   Load   "GLcore"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "type1"
   Load   "vbe"
EndSection

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

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

Section "Device"
   Identifier   "ATI Technologies, Inc. Radeon X600 (RV370)"
   Driver      "fglrx"
   BusID      "PCI:1:0:0"
   Screen      0
EndSection

Section "Device"
   Identifier   "ATI2 Technologies, Inc. Radeon X600 (RV370)"
   Driver      "fglrx"
   BusID      "PCI:1:0:0"
   Screen      1
EndSection

Section "Monitor"
   Identifier   "LM17A"
   Option      "DPMS"
EndSection

Section "Monitor"
   Identifier   "CRT"
   Option      "DPMS"
EndSection


Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies, Inc. Radeon X600 (RV370)"
   Monitor      "LM17A"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier   "Screen2"
   Device      "ATI2 Technologies, Inc. Radeon X600 (RV370)"
   Monitor      "CRT"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "DualHead Layout"
   Screen      0 "Default Screen" 0 0
   Screen      1 "Screen2" LeftOf "Default Screen"

   Option       "Xinerama" "on"
   Option       "Clone" "on"

   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
EndSection

Section "DRI"
   Mode   0666
EndSection

2 beeldschermen?
« Reactie #7 Gepost op: 2006/11/13, 19:13:50 »
Ik heb Ubuntu nu al een paar maanden draaien op mijn Vaio notebook, en ben erg tevreden.
Nu wou ik een extern beeldscherm aansluiten op mijn laptop. Heb daarom het xorg.conf bestand aangepast maar daar blijkt een fout in te zitten. Weet iemand wat de fout is?


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

Section "Files"
   FontPath   "/usr/share/X11/fonts/misc"
   FontPath   "/usr/share/X11/fonts/cyrillic"
   FontPath   "/usr/share/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/X11/fonts/Type1"
   FontPath   "/usr/share/X11/fonts/100dpi"
   FontPath   "/usr/share/X11/fonts/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection


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


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


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


Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection


Section "Device"
   Identifier   "0 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
   Driver      "i810"
   BusID      "PCI:0:2:0"
   Screen      0
   Option       "MonitorLayout"      "LVDS, TMDS"
EndSection


Section "Device"
   Identifier   "1 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
   Driver      "i810"
   BusID      "PCI:0:2:0"
   Screen      1
   Option       "MonitorLayout"    "LVDS, TMDS"
EndSection


Section "Monitor"
   Identifier   "Main Monitor"
   Option      "DPMS"
EndSection


Section "Monitor"
   Identifier   "Second Monitor"
   Option      "DPMS"
   HorizSync   55
   VertRefresh   60
EndSection


Section "Screen"
   Identifier   "Main Screen"
   Device      "0 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
   Monitor      "Main Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      24
      Modes      "1280x800"
   EndSubSection
EndSection


Section "Screen"
   Identifier   "Second Screen"
   Device      "1 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
   Monitor      "Second Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      24
      Modes      "1440x900"
   EndSubSection
EndSection


Section "ServerLayout"
   Identifier   "DualHead Layout"
   Screen       0 "Main Screen"
   Screen       1 "Second Screen" RightOf "Main Screen"

   Option      "Xinerama" "true"
   Option      "Clone" "false"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice   "Synaptics Touchpad"
EndSection


Section "DRI"
   Mode   0666
EndSection

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
2 beeldschermen?
« Reactie #8 Gepost op: 2006/11/13, 19:31:30 »
Wat zeggen de logs (in /var/log/Xorg.log)?

2 beeldschermen?
« Reactie #9 Gepost op: 2006/11/13, 19:41:16 »
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.15.7 i686
Current Operating System: Linux frederick-laptop 2.6.15-27-386 #1 PREEMPT Sat Sep 16 01:51:59 UTC 2006 i686
Build Date: 16 March 2006
   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: Mon Nov 13 19:06:05 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.8
   X.Org XInput driver : 0.5
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2590 card 104d,81b7 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2592 card 104d,81b8 rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,2792 card 104d,81b8 rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1b:0: chip 8086,2668 card 104d,81bb rev 03 class 04,03,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,2658 card 104d,81b9 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 104d,81b9 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 104d,81b9 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 104d,81b9 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 104d,81b9 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2641 card 104d,81b9 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,266f card 104d,81b9 rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 104d,81b9 rev 03 class 0c,05,00 hdr 00
(II) PCI: 06:03:0: chip 104c,ac8e card 2400,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 06:03:2: chip 104c,802e card 104d,818f rev 00 class 0c,00,10 hdr 80
(II) PCI: 06:03:3: chip 104c,ac8f card 104d,8190 rev 00 class 01,80,00 hdr 80
(II) PCI: 06:04:0: chip 8086,4220 card 8086,2753 rev 05 class 02,80,00 hdr 00
(II) PCI: 06:08:0: chip 8086,1068 card 104d,81d0 rev 03 class 02,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,7), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   
  • -1   0   0x00000000 - 0x0000ffff (0x10000) IX

(II) Bus 0 non-prefetchable memory range:
   
  • -1   0   0x00000000 - 0xffffffff (0x0) MX

(II) Bus 0 prefetchable memory range:
   
  • -1   0   0x00000000 - 0xffffffff (0x0) MX

(II) Subtractive PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:30:0), (0,6,10), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 6 I/O range:
   
  • -1   0   0x00002000 - 0x000020ff (0x100) IX
  • [1] -1   0   0x00002400 - 0x000024ff (0x100) IX

   [2] -1   0   0x00002800 - 0x000028ff (0x100) IX
   [3] -1   0   0x00002c00 - 0x00002cff (0x100) IX
(II) Bus 6 non-prefetchable memory range:
   
  • -1   0   0xb0100000 - 0xb01fffff (0x100000) MX

(II) Bus 6 prefetchable memory range:
   
  • -1   0   0x30000000 - 0x31ffffff (0x2000000) MX

(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (6:3:0), (6,7,10), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 7 I/O range:
   
  • -1   0   0x00002400 - 0x000024ff (0x100) IX
  • [1] -1   0   0x00002800 - 0x000028ff (0x100) IX

(II) Bus 7 prefetchable memory range:
   
  • -1   0   0x30000000 - 0x31ffffff (0x2000000) MX

(--) PCI:*(0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xb0080000/19, 0xc0000000/28, 0xb0040000/18, I/O @ 0x1800/3
(--) PCI: (0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0x32000000/19
(II) Addressable bus resource ranges are
   
  • -1   0   0x00000000 - 0xffffffff (0x0) MX
  • [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX

(II) OS-reported resource ranges:
   
  • -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX
(II) Active PCI resource ranges:
   
  • -1   0   0xb0107000 - 0xb0107fff (0x1000) MX
  • [1] -1   0   0xb0106000 - 0xb0106fff (0x1000) MX

   [2] -1   0   0xb0105000 - 0xb0105fff (0x1000) MX
   [3] -1   0   0xb0100000 - 0xb0103fff (0x4000) MX
   [4] -1   0   0xb0104000 - 0xb01047ff (0x800) MX
   [5] -1   0   0xb0004000 - 0xb00043ff (0x400) MX
   [6] -1   0   0xb0000000 - 0xb0003fff (0x4000) MX
   [7] -1   0   0xb0040000 - 0xb007ffff (0x40000) MX(B)
   [8] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX(B)
   [9] -1   0   0xb0080000 - 0xb00fffff (0x80000) MX(B)
   [10] -1   0   0x00002000 - 0x0000203f (0x40) IX
   [11] -1   0   0x000018a0 - 0x000018bf (0x20) IX
   [12] -1   0   0x00001810 - 0x0000181f (0x10) IX
   [13] -1   0   0x00001880 - 0x0000189f (0x20) IX
   [14] -1   0   0x00001860 - 0x0000187f (0x20) IX
   [15] -1   0   0x00001840 - 0x0000185f (0x20) IX
   [16] -1   0   0x00001820 - 0x0000183f (0x20) IX
   [17] -1   0   0x00001800 - 0x00001807 (0x8) IX(B)
(II) Inactive PCI resource ranges:
   
  • -1   0   0x32000000 - 0x3207ffff (0x80000) MX(B)

(II) Active PCI resource ranges after removing overlaps:
   
  • -1   0   0xb0107000 - 0xb0107fff (0x1000) MX
  • [1] -1   0   0xb0106000 - 0xb0106fff (0x1000) MX

   [2] -1   0   0xb0105000 - 0xb0105fff (0x1000) MX
   [3] -1   0   0xb0100000 - 0xb0103fff (0x4000) MX
   [4] -1   0   0xb0104000 - 0xb01047ff (0x800) MX
   [5] -1   0   0xb0004000 - 0xb00043ff (0x400) MX
   [6] -1   0   0xb0000000 - 0xb0003fff (0x4000) MX
   [7] -1   0   0xb0040000 - 0xb007ffff (0x40000) MX(B)
   [8] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX(B)
   [9] -1   0   0xb0080000 - 0xb00fffff (0x80000) MX(B)
   [10] -1   0   0x00002000 - 0x0000203f (0x40) IX
   [11] -1   0   0x000018a0 - 0x000018bf (0x20) IX
   [12] -1   0   0x00001810 - 0x0000181f (0x10) IX
   [13] -1   0   0x00001880 - 0x0000189f (0x20) IX
   [14] -1   0   0x00001860 - 0x0000187f (0x20) IX
   [15] -1   0   0x00001840 - 0x0000185f (0x20) IX
   [16] -1   0   0x00001820 - 0x0000183f (0x20) IX
   [17] -1   0   0x00001800 - 0x00001807 (0x8) IX(B)
(II) Inactive PCI resource ranges after removing overlaps:
   
  • -1   0   0x32000000 - 0x3207ffff (0x80000) MX(B)

(II) OS-reported resource ranges after removing overlaps with PCI:
   
  • -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
   
  • -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0xb0107000 - 0xb0107fff (0x1000) MX
   [5] -1   0   0xb0106000 - 0xb0106fff (0x1000) MX
   [6] -1   0   0xb0105000 - 0xb0105fff (0x1000) MX
   [7] -1   0   0xb0100000 - 0xb0103fff (0x4000) MX
   [8] -1   0   0xb0104000 - 0xb01047ff (0x800) MX
   [9] -1   0   0xb0004000 - 0xb00043ff (0x400) MX
   [10] -1   0   0xb0000000 - 0xb0003fff (0x4000) MX
   [11] -1   0   0xb0040000 - 0xb007ffff (0x40000) MX(B)
   [12] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX(B)
   [13] -1   0   0xb0080000 - 0xb00fffff (0x80000) MX(B)
   [14] -1   0   0x32000000 - 0x3207ffff (0x80000) MX(B)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX
   [17] -1   0   0x00002000 - 0x0000203f (0x40) IX
   [18] -1   0   0x000018a0 - 0x000018bf (0x20) IX
   [19] -1   0   0x00001810 - 0x0000181f (0x10) IX
   [20] -1   0   0x00001880 - 0x0000189f (0x20) IX
   [21] -1   0   0x00001860 - 0x0000187f (0x20) IX
   [22] -1   0   0x00001840 - 0x0000185f (0x20) IX
   [23] -1   0   0x00001820 - 0x0000183f (0x20) IX
   [24] -1   0   0x00001800 - 0x00001807 (0x8) IX(B)
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 7.0.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(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 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.1.0
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "i810"
(II) Loading /usr/lib/xorg/modules/drivers/i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.4.1
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.3
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
   compiled for 4.3.99.902, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) Wacom driver level: 47-0.7.2 $
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
   compiled for 4.3.99.902, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
   i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),
   915GM, 945G, 945GM
(II) Primary Device is: PCI 00:02:0
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 915GM found
(II) resource ranges after xf86ClaimFixedResources() call:
   
  • -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0xb0107000 - 0xb0107fff (0x1000) MX
   [5] -1   0   0xb0106000 - 0xb0106fff (0x1000) MX
   [6] -1   0   0xb0105000 - 0xb0105fff (0x1000) MX
   [7] -1   0   0xb0100000 - 0xb0103fff (0x4000) MX
   [8] -1   0   0xb0104000 - 0xb01047ff (0x800) MX
   [9] -1   0   0xb0004000 - 0xb00043ff (0x400) MX
   [10] -1   0   0xb0000000 - 0xb0003fff (0x4000) MX
   [11] -1   0   0xb0040000 - 0xb007ffff (0x40000) MX(B)
   [12] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX(B)
   [13] -1   0   0xb0080000 - 0xb00fffff (0x80000) MX(B)
   [14] -1   0   0x32000000 - 0x3207ffff (0x80000) MX(B)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX
   [17] -1   0   0x00002000 - 0x0000203f (0x40) IX
   [18] -1   0   0x000018a0 - 0x000018bf (0x20) IX
   [19] -1   0   0x00001810 - 0x0000181f (0x10) IX
   [20] -1   0   0x00001880 - 0x0000189f (0x20) IX
   [21] -1   0   0x00001860 - 0x0000187f (0x20) IX
   [22] -1   0   0x00001840 - 0x0000185f (0x20) IX
   [23] -1   0   0x00001820 - 0x0000183f (0x20) IX
   [24] -1   0   0x00001800 - 0x00001807 (0x8) IX(B)
(II) resource ranges after probing:
   
  • -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0xb0107000 - 0xb0107fff (0x1000) MX
   [5] -1   0   0xb0106000 - 0xb0106fff (0x1000) MX
   [6] -1   0   0xb0105000 - 0xb0105fff (0x1000) MX
   [7] -1   0   0xb0100000 - 0xb0103fff (0x4000) MX
   [8] -1   0   0xb0104000 - 0xb01047ff (0x800) MX
   [9] -1   0   0xb0004000 - 0xb00043ff (0x400) MX
   [10] -1   0   0xb0000000 - 0xb0003fff (0x4000) MX
   [11] -1   0   0xb0040000 - 0xb007ffff (0x40000) MX(B)
   [12] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX(B)
   [13] -1   0   0xb0080000 - 0xb00fffff (0x80000) MX(B)
   [14] -1   0   0x32000000 - 0x3207ffff (0x80000) MX(B)
   [15] 0   0   0x000a0000 - 0x000affff (0x10000) MS
   [16] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS
   [17] 0   0   0x000b8000 - 0x000bffff (0x8000) MS
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX
   [20] -1   0   0x00002000 - 0x0000203f (0x40) IX
   [21] -1   0   0x000018a0 - 0x000018bf (0x20) IX
   [22] -1   0   0x00001810 - 0x0000181f (0x10) IX
   [23] -1   0   0x00001880 - 0x0000189f (0x20) IX
   [24] -1   0   0x00001860 - 0x0000187f (0x20) IX
   [25] -1   0   0x00001840 - 0x0000185f (0x20) IX
   [26] -1   0   0x00001820 - 0x0000183f (0x20) IX
   [27] -1   0   0x00001800 - 0x00001807 (0x8) IX(B)
   [28] 0   0   0x000003b0 - 0x000003bb (0xc) IS
   [29] 0   0   0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules/libvbe.so
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.8
(**) I810(0): Depth 24, (--) framebuffer bpp 32
(==) I810(0): RGB weight 888
(==) I810(0): Default visual is TrueColor
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 7872 kB
(II) I810(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Integrated Graphics Chipset: Intel(R) 915GM
(--) I810(0): Chipset: "915GM"
(--) I810(0): Linear framebuffer at 0xC0000000
(--) I810(0): IO registers at addr 0xB0080000
(II) I810(0): 2 display pipes available.
(II) I810(0): detected 7932 kB stolen memory.
(II) I810(0): Kernel reported 110080 total, 1 used
(II) I810(0): Checking Available AGP Memory: 440316 kB available (total 440320 kB, used 4 kB)
(II) I810(0): Monitoring connected displays enabled
(II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 12288 kB
(II) I810(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): BIOS now sees 12288 kB VideoRAM
(--) I810(0): Pre-allocated VideoRAM: 7932 kByte
(==) I810(0): VideoRAM: 65536 kByte
(==) I810(0): video overlay key set to 0x101fe
(**) I810(0): page flipping disabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 1205
(II) I810(0): Using new Pipe switch code
(==) I810(0): Device Presence: disabled.
(==) I810(0): Display Info: enabled.
(II) I810(0): Broken BIOSes cause the system to hang here.
         If you encounter this problem please add
       Option "DisplayInfo" "FALSE"
         to the Device section of your XF86Config file.
(II) I810(0): Display Info: CRT: attached: FALSE, present: TRUE, size: (640,400)
(II) I810(0): Display Info: TV: attached: FALSE, present: TRUE, size: (1024,768)
(II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,2059)
(II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, present: TRUE, size: (1280,800)
(II) I810(0): Display Info: CRT2 (second CRT): attached: FALSE, present: FALSE, size: (0,2059)
(II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,2059)
(II) I810(0): Size of device LFP (local flat panel) is 1280 x 800
(II) I810(0): No active displays on Pipe A.
(II) I810(0): Currently active displays on Pipe B:
(II) I810(0):    LFP (local flat panel)
(II) I810(0): Lowest common panel size for pipe B is 1280 x 800
(==) I810(0): Display is using Pipe B
(--) I810(0): Maximum frambuffer space: 65368 kByte
(II) I810(0): VESA VBE PanelID read successfully
(II) I810(0): PanelID returned panel resolution : 1280x800
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level 2
(II) I810(0): VESA VBE DDC transfer in appr. 1 sec.
(II) I810(0): VESA VBE DDC read failed
(--) I810(0): A non-CRT device is attached to pipe B.
   No refresh rate overrides will be attempted.
(--) I810(0): Maximum space available for video modes: 12288 kByte
Mode: 30 (640x480)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 640
   XResolution: 640
   YResolution: 480
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 37
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xc0000000
   LinBytesPerScanLine: 640
   BnkNumberOfImagePages: 37
   LinNumberOfImagePages: 37
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
Mode: 32 (800x600)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 832
   XResolution: 800
   YResolution: 600
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 23
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xc0000000
   LinBytesPerScanLine: 832
   BnkNumberOfImagePages: 23
   LinNumberOfImagePages: 23
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
Mode: 34 (1024x768)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 1024
   XResolution: 1024
   YResolution: 768
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 15
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xc0000000
   LinBytesPerScanLine: 1024
   BnkNumberOfImagePages: 15
   LinNumberOfImagePages: 15
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
Mode: 38 (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 3a (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 3c (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 41 (640x480)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 1280
   XResolution: 640
   YResolution: 480
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 20
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xc0000000
   LinBytesPerScanLine: 1280
   BnkNumberOfImagePages: 20
   LinNumberOfImagePages: 20
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
Mode: 43 (800x600)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 1600
   XResolution: 800
   YResolution: 600
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 11
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xc0000000
   LinBytesPerScanLine: 1600
   BnkNumberOfImagePages: 11
   LinNumberOfImagePages: 11
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
Mode: 45 (1024x768)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 2048
   XResolution: 1024
   YResolution: 768
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 7
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xc0000000
   LinBytesPerScanLine: 2048
   BnkNumberOfImagePages: 7
   LinNumberOfImagePages: 7
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
Mode: 49 (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 4b (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 4d (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
*Mode: 50 (640x480)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 2560
   XResolution: 640
   YResolution: 480
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 9
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xc0000000
   LinBytesPerScanLine: 2560
   BnkNumberOfImagePages: 9
   LinNumberOfImagePages: 9
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 230000000
*Mode: 52 (800x600)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 3200
   XResolution: 800
   YResolution: 600
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 5
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xc0000000
   LinBytesPerScanLine: 3200
   BnkNumberOfImagePages: 5
   LinNumberOfImagePages: 5
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 230000000
*Mode: 54 (1024x768)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 4096
   XResolution: 1024
   YResolution: 768
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 3
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xc0000000
   LinBytesPerScanLine: 4096
   BnkNumberOfImagePages: 3
   LinNumberOfImagePages: 3
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 230000000
Mode: 58 (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 5a (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 5c (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 60 (1024x600)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 1024
   XResolution: 1024
   YResolution: 600
   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: 0xc0000000
   LinBytesPerScanLine: 1024
   BnkNumberOfImagePages: 20
   LinNumberOfImagePages: 20
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
Mode: 61 (1024x600)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 2048
   XResolution: 1024
   YResolution: 600
   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: 0xc0000000
   LinBytesPerScanLine: 2048
   BnkNumberOfImagePages: 9
   LinNumberOfImagePages: 9
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
*Mode: 62 (1024x600)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 4096
   XResolution: 1024
   YResolution: 600
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 4
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xc0000000
   LinBytesPerScanLine: 4096
   BnkNumberOfImagePages: 4
   LinNumberOfImagePages: 4
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 230000000
Mode: 63 (1280x800)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 1280
   XResolution: 1280
   YResolution: 800
   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: 0xc0000000
   LinBytesPerScanLine: 1280
   BnkNumberOfImagePages: 11
   LinNumberOfImagePages: 11
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
Mode: 64 (1280x800)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 2560
   XResolution: 1280
   YResolution: 800
   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: 0xc0000000
   LinBytesPerScanLine: 2560
   BnkNumberOfImagePages: 5
   LinNumberOfImagePages: 5
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 230000000
*Mode: 65 (1280x800)
   ModeAttributes: 0x9b
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0006ebf
   BytesPerScanline: 5120
   XResolution: 1280
   YResolution: 800
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 2
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xc0000000
   LinBytesPerScanLine: 5120
   BnkNumberOfImagePages: 2
   LinNumberOfImagePages: 2
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 230000000
Mode: 66 (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 67 (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 68 (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 69 (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 6a (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 6b (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 6c (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 6d (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 6e (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 6f (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 70 (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
Mode: 71 (0x0)
   ModeAttributes: 0x0
   WinAAttributes: 0x0
   WinBAttributes: 0x0
   WinGranularity: 0
   WinSize: 0
   WinASegment: 0x0
   WinBSegment: 0x0
   WinFuncPtr: 0x0
   BytesPerScanline: 0
   XResolution: 0
   YResolution: 0
   XCharSize: 0
   YCharSize: 0
   NumberOfPlanes: 0
   BitsPerPixel: 0
   NumberOfBanks: 0
   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
   LinBytesPerScanLine: 0
   BnkNumberOfImagePages: 0
   LinNumberOfImagePages: 0
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 0
(II) I810(0): Generic Monitor: Using hsync range of 45.71-50.53 kHz
(II) I810(0): Generic Monitor: Using vrefresh value of 60.00 Hz
(II) I810(0): Increasing the scanline pitch to allow tiling mode (1280 -> 2048).
(--) I810(0): Virtual size is 1280x800 (pitch 2048)
(**) I810(0): *Built-in mode "1280x800"
(**) I810(0):  Built-in mode "1024x768"
(==) I810(0): DPI set to (75, 75)
(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 7.0.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.8
(==) I810(0): VBE Restore workaround: enabled.
(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 7.0.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   
  • 0   0   0xb0040000 - 0xb007ffff (0x40000) MS
  • [1] 0   0   0xc0000000 - 0xcfffffff (0x10000000) MS

   [2] 0   0   0xb0080000 - 0xb00fffff (0x80000) MS
   [3] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
   [4] -1   0   0x000f0000 - 0x000fffff (0x10000) MX
   [5] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [6] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [7] -1   0   0xb0107000 - 0xb0107fff (0x1000) MX
   [8] -1   0   0xb0106000 - 0xb0106fff (0x1000) MX
   [9] -1   0   0xb0105000 - 0xb0105fff (0x1000) MX
   [10] -1   0   0xb0100000 - 0xb0103fff (0x4000) MX
   [11] -1   0   0xb0104000 - 0xb01047ff (0x800) MX
   [12] -1   0   0xb0004000 - 0xb00043ff (0x400) MX
   [13] -1   0   0xb0000000 - 0xb0003fff (0x4000) MX
   [14] -1   0   0xb0040000 - 0xb007ffff (0x40000) MX(B)
   [15] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX(B)
   [16] -1   0   0xb0080000 - 0xb00fffff (0x80000) MX(B)
   [17] -1   0   0x32000000 - 0x3207ffff (0x80000) MX(B)
   [18] 0   0   0x000a0000 - 0x000affff (0x10000) MS(OprD)
   [19] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS(OprD)
   [20] 0   0   0x000b8000 - 0x000bffff (0x8000) MS(OprD)
   [21] 0   0   0x00001800 - 0x00001807 (0x8) IS
   [22] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [23] -1   0   0x00000000 - 0x000000ff (0x100) IX
   [24] -1   0   0x00002000 - 0x0000203f (0x40) IX
   [25] -1   0   0x000018a0 - 0x000018bf (0x20) IX
   [26] -1   0   0x00001810 - 0x0000181f (0x10) IX
   [27] -1   0   0x00001880 - 0x0000189f (0x20) IX
   [28] -1   0   0x00001860 - 0x0000187f (0x20) IX
   [29] -1   0   0x00001840 - 0x0000185f (0x20) IX
   [30] -1   0   0x00001820 - 0x0000183f (0x20) IX
   [31] -1   0   0x00001800 - 0x00001807 (0x8) IX(B)
   [32] 0   0   0x000003b0 - 0x000003bb (0xc) IS(OprU)
   [33] 0   0   0x000003c0 - 0x000003df (0x20) IS(OprU)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 7872 kB
(II) I810(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): Allocated 128 kB for the ring buffer at 0x0
(II) I810(0): Allocating at least 256 scanlines for pixmap cache
(II) I810(0): Initial framebuffer allocation size: 8448 kByte
(II) I810(0): Allocated 4 kB for HW cursor at 0xffff000 (0x1c624000)
(II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0xfffb000 (0x1cfb0000)
(II) I810(0): Allocated 4 kB for Overlay registers at 0xfffa000 (0x1cf95000).
(II) I810(0): Allocated 64 kB for the scratch buffer at 0xffea000
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) I810(0): [drm] loaded kernel module for "i915" driver
(II) I810(0): [drm] DRM interface version 1.2
(II) I810(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
(II) I810(0): [drm] added 8192 byte SAREA at 0xe05ad000
(II) I810(0): [drm] mapped SAREA 0xe05ad000 to 0xb7945000
(II) I810(0): [drm] framebuffer handle = 0xc0020000
(II) I810(0): [drm] added 1 reserved context for kernel
(II) I810(0): Allocated 6400 kB for the back buffer at 0xf000000.
(II) I810(0): Allocated 6400 kB for the depth buffer at 0xe800000.
(II) I810(0): Allocated 32 kB for the logical context at 0xe7f8000.
(II) I810(0): Allocated 44032 kB for textures at 0x860000
(II) I810(0): Updated framebuffer allocation size from 8448 to 8456 kByte
(II) I810(0): Updated pixmap cache from 256 scanlines to 257 scanlines
(II) I810(0): 0x81fa7dc: Memory at offset 0x00020000, size 8456 kBytes
(II) I810(0): 0x81ff6c8: Memory at offset 0x0ffff000, size 4 kBytes
(II) I810(0): 0x81ff6f0: Memory at offset 0x0fffb000, size 16 kBytes
(II) I810(0): 0x81ff2bc: Memory at offset 0x00000000, size 128 kBytes
(II) I810(0): 0x81fa81c: Memory at offset 0x0ffea000, size 64 kBytes
(II) I810(0): 0x81ff718: Memory at offset 0x0fffa000, size 4 kBytes
(II) I810(0): 0x81fa86c: Memory at offset 0x0f000000, size 6400 kBytes
(II) I810(0): 0x81fa88c: Memory at offset 0x0e800000, size 6400 kBytes
(II) I810(0): 0x81fa8cc: Memory at offset 0x0e7f8000, size 32 kBytes
(II) I810(0): 0x81fa8ac: Memory at offset 0x00860000, size 44032 kBytes
(II) I810(0): Activating tiled memory for the back buffer.
(II) I810(0): Activating tiled memory for the depth buffer.
(II) I810(0): [drm] Registers = 0xb0080000
(II) I810(0): [drm] Back Buffer = 0xcf000000
(II) I810(0): [drm] Depth Buffer = 0xce800000
(II) I810(0): [drm] ring buffer = 0xc0000000
(II) I810(0): [drm] textures = 0xc0860000
(II) I810(0): [drm] dma control initialized, using IRQ 169
(II) I810(0): [drm] Initialized kernel agp heap manager, 45088768
(II) I810(0): [dri] visual configs initialized
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(WW) I810(0): Extended BIOS function 0x5f05 failed.
(II) I810(0): xf86BindGARTMemory: bind key 7 at 0x007bf000 (pgoffset 1983)
(II) I810(0): xf86BindGARTMemory: bind key 0 at 0x0ffff000 (pgoffset 65535)
(II) I810(0): xf86BindGARTMemory: bind key 1 at 0x0fffb000 (pgoffset 65531)
(II) I810(0): xf86BindGARTMemory: bind key 3 at 0x0ffea000 (pgoffset 65514)
(II) I810(0): xf86BindGARTMemory: bind key 2 at 0x0fffa000 (pgoffset 65530)
(II) I810(0): xf86BindGARTMemory: bind key 4 at 0x0f000000 (pgoffset 61440)
(II) I810(0): xf86BindGARTMemory: bind key 5 at 0x0e800000 (pgoffset 59392)
(II) I810(0): xf86BindGARTMemory: bind key 6 at 0x0e7f8000 (pgoffset 59384)
(II) I810(0): Display plane A is disabled and connected to Pipe A.
(II) I810(0): Display plane B is enabled and connected to Pipe B.
(II) I810(0): Enabling plane B.
(II) I810(0): Display plane A is now disabled and connected to Pipe A.
(II) I810(0): Display plane B is now enabled and connected to Pipe B.
(II) I810(0): PIPEACONF is 0x00000000
(II) I810(0): PIPEBCONF is 0x80000000
(II) I810(0): Mode bandwidth is 61 Mpixel/s
(II) I810(0): maxBandwidth is 1088 Mbyte/s, pipe bandwidths are 324 Mbyte/s, 0 Mbyte/s
(II) I810(0): Using XFree86 Acceleration Architecture (XAA)
   Screen to screen bit blits
   Solid filled rectangles
   8x8 mono pattern filled rectangles
   Indirect CPU to Screen color expansion
   Solid Horizontal and Vertical Lines
   Offscreen Pixmaps
   Setting up tile and stipple cache:
      32 128x128 slots
      9 256x256 slots
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(II) I810(0): Initializing HW Cursor
(**) Option "dpms"
(**) I810(0): DPMS enabled
(II) I810(0): X context handle = 0x1
(II) I810(0): [drm] installed DRM signal handler
(II) I810(0): [DRI] installation complete
(II) I810(0): direct rendering: Enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(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
error opening security policy file /etc/X11/xserver/SecurityPolicy
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) 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" "be"
(**) Generic Keyboard: XkbLayout: "be"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) stylus device is /dev/wacom
(**) stylus is in absolute mode
(**) stylus: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) stylus: serial speed 9600
(**) Option "SendCoreEvents"
(**) cursor: always reports core events
(**) cursor device is /dev/wacom
(**) cursor is in relative mode
(**) cursor: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) cursor: serial speed 9600
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) eraser device is /dev/wacom
(**) eraser is in absolute mode
(**) eraser: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) eraser: serial speed 9600
(II) Synaptics touchpad driver version 0.14.3
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event2
(**) Option "Device" "/dev/input/event2"
(**) Option "HorizScrollDelta" "0"
(--) Synaptics Touchpad touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
   No such file or directory.
Error opening /dev/wacom : Invalid argument
(EE) xf86OpenSerial: Cannot open device /dev/wacom
   No such file or directory.
Error opening /dev/wacom : Invalid argument
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
   No such file or directory.
Error opening /dev/wacom : Invalid argument
(EE) xf86OpenSerial: Cannot open device /dev/wacom
   No such file or directory.
Error opening /dev/wacom : Invalid argument
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
   No such file or directory.
Error opening /dev/wacom : Invalid argument
(EE) xf86OpenSerial: Cannot open device /dev/wacom
   No such file or directory.
Error opening /dev/wacom : Invalid argument
Synaptics DeviceInit called
SynapticsCtrl called.
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Synaptics DeviceOn called
(--) Synaptics Touchpad touchpad found
ProcXCloseDevice to close or not ?

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
2 beeldschermen?
« Reactie #10 Gepost op: 2006/11/13, 19:46:12 »
Hij klaagt alleen over /dev/wacom ... heeft denk ik niets met uw grafische kaart te maken. Je hebt helemaal geen beeld?

2 beeldschermen?
« Reactie #11 Gepost op: 2006/11/13, 19:48:05 »
Jawel, ik heb normaal beeld op mijn laptop scherm en ik heb ook beeld op mijn externe monitor, maar op mijn externe monitor heb ik maar een bepaald deel van het beeld dat ik zou moeten hebben en in een veel te lage resolutie

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
2 beeldschermen?
« Reactie #12 Gepost op: 2006/11/14, 08:01:45 »
Je zal moeten spelen met dit stuk:
Section "Monitor"
    Identifier    "Second Monitor"
    Option        "DPMS"
    HorizSync    55
    VertRefresh    60
EndSection

En dan meer bepaald de HorizSync en VertRefresh waarden. Dit hangt af van uw monitor. Best eens googlen.

2 beeldschermen?
« Reactie #13 Gepost op: 2006/11/14, 10:55:03 »
Sorry, maar op uw vraag of ik helemaal geen beeld heb heb ik het verkeerde gepost.
Ik krijg net voor he loginschrem een foutmelding dat de configuratie fout is.