LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2314|回复: 5

好不容易编译安装了 Intel 显卡驱动,却驱动不起来,快崩溃了

[复制链接]
发表于 2008-12-5 05:00:34 | 显示全部楼层 |阅读模式
首先公开安装过程
参看 http://dri.freedesktop.org/wiki/Building#head-f566c8a09713eaa70d3ee69a3fd44fbc043f16cc

准备工作
apt-get install build-essential
apt-get build-dep libdrm mesa
apt-get install linux-headers-`uname -r`
apt-get install libxi-dev libxmu-dev x11proto-xf86vidmode-dev
apt-get install git-core autoconf automake libtool

下载最新的源码,会放在当前目录下
git clone git://anongit.freedesktop.org/git/mesa/drm
git clone git://anongit.freedesktop.org/git/mesa/mesa

cd drm
./autogen.sh
./configure --prefix=/usr
make install

cd mesa
./autogen.sh --prefix=/usr --with-driver=dri
会显示没有dri2proto,需要手动安装
[you may wget http://xorg.freedesktop.org/releases/individual/proto/dri2proto-1.99.3.tar.bz2]
./configure --prefix=/usr
make install
for  Package requirements (dri2proto >= 1.99.3)
继续回到 mesa 文件夹,再次
./autogen.sh --prefix=/usr --with-driver=dri
[make realclean
make linux-dri-x86-64]这个装到/usr/local下了
make
make install
默认是装32位的驱动
cp ./lib64/*_dri.so /usr/lib/dri/
驱动已经安装到 /usr/lib/dri/

准备好Linux-sources
回到 drm
make -C linux-core [make 之前进入 linux-core 目录]
或者
cd linux-core
make
将生成的*.ko文件复制到内核模块下去
cp linux-core/*.ko  /lib/modules/$(uname -r)/kernel/drivers/char/drm/

现在处理 Intel 上下的 xf86-video-intel-2.5.0
./configure --prefix=/usr
提示说少 (xorg-server xproto fontsproto)
apt-get install x11proto-xf86dri-dev xserver-xorg-dev
再次 ./configure --prefix=/usr 通过了
make
make install

修改设置
nano /etc/modules [如果 agpgart, intel-agp, drm and i915 没编时内核]
nano /etc/X11/xorg.conf
参照 http://intellinuxgraphics.org/install.html
 楼主| 发表于 2008-12-5 05:08:10 | 显示全部楼层
但是重启后查了一下,DMI没开启
hotend:/# glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbo
se)
server glx vendor string: SGI
server glx version string: 1.2

看了 /var/log/Xorg.0.log
(II) intel(0): Kernel reported 488960 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 1955836 kB available
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
[drm] failed to load kernel module "i915"
(EE) [drm] drmOpen failed.
(EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI.
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(==) intel(0): Write-combining range (0xd0000000,0x10000000)
(II) intel(0): Page Flipping disabled
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->IOOffset is 0x0000
(II) EXA(0): Offscreen pixmap area of 19660800 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
到底哪里出了问题?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-5 05:11:48 | 显示全部楼层
性能对比

什么都没装
hotend:/# glxgears
3162 frames in 5.0 seconds = 632.260 FPS
2998 frames in 5.0 seconds = 599.513 FPS

hotend:/# glxgears -fullscreen
550 frames in 5.0 seconds = 109.848 FPS
550 frames in 5.0 seconds = 109.972 FPS

装了 libgl1-mesa-dri 后
aptitude install libgl1-mesa-dri
修改 /etc/X11/xorg.conf
加入 Driver                "Intel"

hotend:/# glxgears
4586 frames in 5.0 seconds = 917.081 FPS
4709 frames in 5.0 seconds = 941.686 FPS

hotend:/# glxgears -fullscreen
699 frames in 5.0 seconds = 139.712 FPS
711 frames in 5.0 seconds = 142.070 FPS

装好驱动后,没装 libgl1-mesa-dri 前
hotend:/# glxgears
4158 frames in 5.0 seconds = 830.441 FPS
4060 frames in 5.0 seconds = 810.124 FPS

装了 libgl1-mesa-dri 之后
hotend:/# glxgears
4178 frames in 5.0 seconds = 835.492 FPS
4140 frames in 5.0 seconds = 825.936 FPS

hotend:/# glxgears -fullscreen
860 frames in 5.0 seconds = 171.211 FPS
860 frames in 5.0 seconds = 171.167 FPS
回复 支持 反对

使用道具 举报

发表于 2008-12-6 13:17:38 | 显示全部楼层
兄弟,你用的什么芯片?我这里是G43。
这个芯片太新了,现在最新的2.5.0的驱动也支持的不好。根本进不了X。
我现在是把加速关了在用的。用firefox滚屏的时候非常慢。但是其他还好。
原来用vesa的时候桌面分辨率不对,其它可能还还好些。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-6 22:53:18 | 显示全部楼层
神州HP500,配的是Intel GMA X3100,也就是965系列的集成显卡。我现在看电影,上网什么的都没问题,就是没将驱动装上去,总是不爽。现在用蓝牙鼠标,感觉就是爽。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-7 10:37:24 | 显示全部楼层
Xorg.0.log的内容

  1. X.Org X Server 1.4.2
  2. Release Date: 11 June 2008
  3. X Protocol Version 11, Revision 0
  4. Build Operating System: Linux Debian (xorg-server 2:1.4.2-9)
  5. Current Operating System: Linux hotend 2.6.26-1-amd64 #1 SMP Sat Nov 8 18:25:23 UTC 2008 x86_64
  6. Build Date: 15 November 2008  06:52:35PM

  7.         Before reporting problems, check http://wiki.x.org
  8.         to make sure that you have the latest version.
  9. Module Loader present
  10. Markers: (--) probed, (**) from config file, (==) default setting,
  11.         (++) from command line, (!!) notice, (II) informational,
  12.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  13. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec  7 10:16:21 2008
  14. (==) Using config file: "/etc/X11/xorg.conf"
  15. (==) No Layout section.  Using the first Screen section.
  16. (**) |-->Screen "Default Screen" (0)
  17. (**) |   |-->Monitor "Configured Monitor"
  18. (==) No device specified for screen "Default Screen".
  19.         Using the first device section listed.
  20. (**) |   |-->Device "Configured Video Device"
  21. (==) |-->Input Device "Configured Mouse"
  22. (==) |-->Input Device "Generic Keyboard"
  23. (==) The core pointer device wasn't specified explicitly in the layout.
  24.         Using the first mouse device.
  25. (==) The core keyboard device wasn't specified explicitly in the layout.
  26.         Using the first keyboard device.
  27. (==) Automatically adding devices
  28. (==) Automatically enabling devices
  29. (==) No FontPath specified.  Using compiled-in default.
  30. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
  31.         Entry deleted from font path.
  32. (==) FontPath set to:
  33.         /usr/share/fonts/X11/misc,
  34.         /usr/share/fonts/X11/100dpi/:unscaled,
  35.         /usr/share/fonts/X11/75dpi/:unscaled,
  36.         /usr/share/fonts/X11/Type1,
  37.         /usr/share/fonts/X11/100dpi,
  38.         /usr/share/fonts/X11/75dpi,
  39.         /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
  40. (==) RgbPath set to "/etc/X11/rgb"
  41. (==) ModulePath set to "/usr/lib/xorg/modules"
  42. (II) Open ACPI successful (/var/run/acpid.socket)
  43. (II) Loader magic: 0x7c31c0
  44. (II) Module ABI versions:
  45.         X.Org ANSI C Emulation: 0.3
  46.         X.Org Video Driver: 2.0
  47.         X.Org XInput driver : 2.0
  48.         X.Org Server Extension : 0.3
  49.         X.Org Font Renderer : 0.5
  50. (II) Loader running on linux
  51. (II) LoadModule: "pcidata"
  52. (II) Loading /usr/lib/xorg/modules//libpcidata.so
  53. (II) Module pcidata: vendor="X.Org Foundation"
  54.         compiled for 1.4.2, module version = 1.0.0
  55.         ABI class: X.Org Video Driver, version 2.0
  56. (++) using VT number 7

  57. (II) PCI: PCI scan (all values are in hex)
  58. (II) PCI: 00:00:0: chip 8086,2a00 card 152d,0761 rev 03 class 06,00,00 hdr 00
  59. (II) PCI: 00:02:0: chip 8086,2a02 card 152d,0761 rev 03 class 03,00,00 hdr 80
  60. (II) PCI: 00:02:1: chip 8086,2a03 card 152d,0761 rev 03 class 03,80,00 hdr 80
  61. (II) PCI: 00:1a:0: chip 8086,2834 card 152d,0761 rev 03 class 0c,03,00 hdr 80
  62. (II) PCI: 00:1a:1: chip 8086,2835 card 152d,0761 rev 03 class 0c,03,00 hdr 00
  63. (II) PCI: 00:1a:7: chip 8086,283a card 152d,0761 rev 03 class 0c,03,20 hdr 00
  64. (II) PCI: 00:1b:0: chip 8086,284b card 152d,0761 rev 03 class 04,03,00 hdr 00
  65. (II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 03 class 06,04,00 hdr 81
  66. (II) PCI: 00:1c:1: chip 8086,2841 card 0000,0000 rev 03 class 06,04,00 hdr 81
  67. (II) PCI: 00:1c:2: chip 8086,2843 card 0000,0000 rev 03 class 06,04,00 hdr 81
  68. (II) PCI: 00:1c:5: chip 8086,2849 card 0000,0000 rev 03 class 06,04,00 hdr 81
  69. (II) PCI: 00:1d:0: chip 8086,2830 card 152d,0761 rev 03 class 0c,03,00 hdr 80
  70. (II) PCI: 00:1d:1: chip 8086,2831 card 152d,0761 rev 03 class 0c,03,00 hdr 00
  71. (II) PCI: 00:1d:2: chip 8086,2832 card 152d,0761 rev 03 class 0c,03,00 hdr 00
  72. (II) PCI: 00:1d:7: chip 8086,2836 card 152d,0761 rev 03 class 0c,03,20 hdr 00
  73. (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev f3 class 06,04,01 hdr 01
  74. (II) PCI: 00:1f:0: chip 8086,2815 card 152d,0761 rev 03 class 06,01,00 hdr 80
  75. (II) PCI: 00:1f:2: chip 8086,2828 card 152d,0761 rev 03 class 01,01,80 hdr 00
  76. (II) PCI: 00:1f:3: chip 8086,283e card 152d,0761 rev 03 class 0c,05,00 hdr 00
  77. (II) PCI: 02:00:0: chip 8086,4222 card 8086,1001 rev 02 class 02,80,00 hdr 00
  78. (II) PCI: 04:00:0: chip 11ab,4353 card 152d,0761 rev 14 class 02,00,00 hdr 00
  79. (II) PCI: 0b:09:0: chip 104c,8039 card 4000,0000 rev 00 class 06,07,00 hdr 82
  80. (II) PCI: 0b:09:1: chip 104c,803a card 152d,0761 rev 00 class 0c,00,10 hdr 80
  81. (II) PCI: 0b:09:2: chip 104c,803b card 152d,0761 rev 00 class 01,80,00 hdr 80
  82. (II) PCI: 0b:09:3: chip 104c,803c card 152d,0761 rev 00 class 08,05,01 hdr 80
  83. (II) PCI: End of PCI scan
  84. (II) Intel Bridge workaround enabled
  85. (II) Host-to-PCI bridge:
  86. (II) Bus 0: bridge is at (0:0:0), (0,0,12), BCTRL: 0x0008 (VGA_EN is set)
  87. (II) Bus 0 I/O range:
  88.         [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[b]
  89. (II) Bus 0 non-prefetchable memory range:
  90.         [0] -1        0        0x00000000 - 0xffffffff (0x100000000) MX[b]
  91. (II) Bus 0 prefetchable memory range:
  92.         [0] -1        0        0x00000000 - 0xffffffff (0x100000000) MX[b]
  93. (II) PCI-to-PCI bridge:
  94. (II) Bus 2: bridge is at (0:28:0), (0,2,3), BCTRL: 0x0004 (VGA_EN is cleared)
  95. (II) Bus 2 non-prefetchable memory range:
  96.         [0] -1        0        0xf0900000 - 0xf09fffff (0x100000) MX[b]
  97. (II) PCI-to-PCI bridge:
  98. (II) Bus 4: bridge is at (0:28:1), (0,4,5), BCTRL: 0x0004 (VGA_EN is cleared)
  99. (II) Bus 4 I/O range:
  100.         [0] -1        0        0x00002000 - 0x000020ff (0x100) IX[b]
  101.         [1] -1        0        0x00002400 - 0x000024ff (0x100) IX[b]
  102.         [2] -1        0        0x00002800 - 0x000028ff (0x100) IX[b]
  103.         [3] -1        0        0x00002c00 - 0x00002cff (0x100) IX[b]
  104. (II) Bus 4 non-prefetchable memory range:
  105.         [0] -1        0        0xf0800000 - 0xf08fffff (0x100000) MX[b]
  106. (II) PCI-to-PCI bridge:
  107. (II) Bus 6: bridge is at (0:28:2), (0,6,7), BCTRL: 0x0004 (VGA_EN is cleared)
  108. (II) PCI-to-PCI bridge:
  109. (II) Bus 8: bridge is at (0:28:5), (0,8,9), BCTRL: 0x0004 (VGA_EN is cleared)
  110. (II) Bus 8 I/O range:
  111.         [0] -1        0        0x00003000 - 0x000030ff (0x100) IX[b]
  112.         [1] -1        0        0x00003400 - 0x000034ff (0x100) IX[b]
  113.         [2] -1        0        0x00003800 - 0x000038ff (0x100) IX[b]
  114.         [3] -1        0        0x00003c00 - 0x00003cff (0x100) IX[b]
  115. (II) Bus 8 non-prefetchable memory range:
  116.         [0] -1        0        0xf0400000 - 0xf05fffff (0x200000) MX[b]
  117. (II) Bus 8 prefetchable memory range:
  118.         [0] -1        0        0xf0000000 - 0xf03fffff (0x400000) MX[b]
  119. (II) Subtractive PCI-to-PCI bridge:
  120. (II) Bus 11: bridge is at (0:30:0), (0,11,15), BCTRL: 0x0004 (VGA_EN is cleared)
  121. (II) Bus 11 I/O range:
  122.         [0] -1        0        0x00004000 - 0x000040ff (0x100) IX[b]
  123.         [1] -1        0        0x00004400 - 0x000044ff (0x100) IX[b]
  124.         [2] -1        0        0x00004800 - 0x000048ff (0x100) IX[b]
  125.         [3] -1        0        0x00004c00 - 0x00004cff (0x100) IX[b]
  126. (II) Bus 11 non-prefetchable memory range:
  127.         [0] -1        0        0xf0a00000 - 0xf0afffff (0x100000) MX[b]
  128. (II) PCI-to-ISA bridge:
  129. (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
  130. (II) PCI-to-CardBus bridge:
  131. (II) Bus 12: bridge is at (11:9:0), (11,12,15), BCTRL: 0x05c0 (VGA_EN is cleared)
  132. (II) Bus 12 I/O range:
  133.         [0] -1        0        0x00004000 - 0x000040ff (0x100) IX[b]
  134.         [1] -1        0        0x00004400 - 0x000044ff (0x100) IX[b]
  135. (--) PCI:*(0:2:0) Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 3, Mem @ 0xf0600000/20, 0xd0000000/28, I/O @ 0x1800/3
  136. (--) PCI: (0:2:1) Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 3, Mem @ 0xf0700000/20
  137. (II) Addressable bus resource ranges are
  138.         [0] -1        0        0x00000000 - 0xffffffff (0x100000000) MX[b]
  139.         [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[b]
  140. (II) OS-reported resource ranges:
  141.         [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  142.         [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  143.         [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  144.         [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  145.         [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  146.         [5] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  147. (II) Active PCI resource ranges:
  148.         [0] -1        0        0xf0a06800 - 0xf0a068ff (0x100) MX[b]
  149.         [1] -1        0        0xf0a05000 - 0xf0a05fff (0x1000) MX[b]
  150.         [2] -1        0        0xf0a00000 - 0xf0a03fff (0x4000) MX[b]
  151.         [3] -1        0        0xf0a06000 - 0xf0a067ff (0x800) MX[b]
  152.         [4] -1        0        0xf0800000 - 0xf0803fff (0x4000) MX[b]
  153.         [5] -1        0        0xf0900000 - 0xf0900fff (0x1000) MX[b]
  154.         [6] -1        0        0x88000000 - 0x880000ff (0x100) MX[b]
  155.         [7] -1        0        0xf0d04400 - 0xf0d047ff (0x400) MX[b]
  156.         [8] -1        0        0xf0b00000 - 0xf0b03fff (0x4000) MX[b]
  157.         [9] -1        0        0xf0d04000 - 0xf0d043ff (0x400) MX[b]
  158.         [10] -1        0        0xf0700000 - 0xf07fffff (0x100000) MX[b](B)
  159.         [11] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
  160.         [12] -1        0        0xf0600000 - 0xf06fffff (0x100000) MX[b](B)
  161.         [13] -1        0        0x00002000 - 0x000020ff (0x100) IX[b]
  162.         [14] -1        0        0x00001c00 - 0x00001c1f (0x20) IX[b]
  163.         [15] -1        0        0x000018d0 - 0x000018df (0x10) IX[b]
  164.         [16] -1        0        0x000018e0 - 0x000018ef (0x10) IX[b]
  165.         [17] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[b]
  166.         [18] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  167.         [19] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[b]
  168.         [20] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  169.         [21] -1        0        0x000018a0 - 0x000018bf (0x20) IX[b]
  170.         [22] -1        0        0x00001880 - 0x0000189f (0x20) IX[b]
  171.         [23] -1        0        0x00001860 - 0x0000187f (0x20) IX[b]
  172.         [24] -1        0        0x00001840 - 0x0000185f (0x20) IX[b]
  173.         [25] -1        0        0x00001820 - 0x0000183f (0x20) IX[b]
  174.         [26] -1        0        0x00001800 - 0x00001807 (0x8) IX[b](B)
  175. (II) Active PCI resource ranges after removing overlaps:
  176.         [0] -1        0        0xf0a06800 - 0xf0a068ff (0x100) MX[b]
  177.         [1] -1        0        0xf0a05000 - 0xf0a05fff (0x1000) MX[b]
  178.         [2] -1        0        0xf0a00000 - 0xf0a03fff (0x4000) MX[b]
  179.         [3] -1        0        0xf0a06000 - 0xf0a067ff (0x800) MX[b]
  180.         [4] -1        0        0xf0800000 - 0xf0803fff (0x4000) MX[b]
  181.         [5] -1        0        0xf0900000 - 0xf0900fff (0x1000) MX[b]
  182.         [6] -1        0        0x88000000 - 0x880000ff (0x100) MX[b]
  183.         [7] -1        0        0xf0d04400 - 0xf0d047ff (0x400) MX[b]
  184.         [8] -1        0        0xf0b00000 - 0xf0b03fff (0x4000) MX[b]
  185.         [9] -1        0        0xf0d04000 - 0xf0d043ff (0x400) MX[b]
  186.         [10] -1        0        0xf0700000 - 0xf07fffff (0x100000) MX[b](B)
  187.         [11] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
  188.         [12] -1        0        0xf0600000 - 0xf06fffff (0x100000) MX[b](B)
  189.         [13] -1        0        0x00002000 - 0x000020ff (0x100) IX[b]
  190.         [14] -1        0        0x00001c00 - 0x00001c1f (0x20) IX[b]
  191.         [15] -1        0        0x000018d0 - 0x000018df (0x10) IX[b]
  192.         [16] -1        0        0x000018e0 - 0x000018ef (0x10) IX[b]
  193.         [17] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[b]
  194.         [18] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  195.         [19] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[b]
  196.         [20] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  197.         [21] -1        0        0x000018a0 - 0x000018bf (0x20) IX[b]
  198.         [22] -1        0        0x00001880 - 0x0000189f (0x20) IX[b]
  199.         [23] -1        0        0x00001860 - 0x0000187f (0x20) IX[b]
  200.         [24] -1        0        0x00001840 - 0x0000185f (0x20) IX[b]
  201.         [25] -1        0        0x00001820 - 0x0000183f (0x20) IX[b]
  202.         [26] -1        0        0x00001800 - 0x00001807 (0x8) IX[b](B)
  203. (II) OS-reported resource ranges after removing overlaps with PCI:
  204.         [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  205.         [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  206.         [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  207.         [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  208.         [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  209.         [5] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  210. (II) All system resource ranges:
  211.         [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  212.         [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  213.         [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  214.         [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  215.         [4] -1        0        0xf0a06800 - 0xf0a068ff (0x100) MX[b]
  216.         [5] -1        0        0xf0a05000 - 0xf0a05fff (0x1000) MX[b]
  217.         [6] -1        0        0xf0a00000 - 0xf0a03fff (0x4000) MX[b]
  218.         [7] -1        0        0xf0a06000 - 0xf0a067ff (0x800) MX[b]
  219.         [8] -1        0        0xf0800000 - 0xf0803fff (0x4000) MX[b]
  220.         [9] -1        0        0xf0900000 - 0xf0900fff (0x1000) MX[b]
  221.         [10] -1        0        0x88000000 - 0x880000ff (0x100) MX[b]
  222.         [11] -1        0        0xf0d04400 - 0xf0d047ff (0x400) MX[b]
  223.         [12] -1        0        0xf0b00000 - 0xf0b03fff (0x4000) MX[b]
  224.         [13] -1        0        0xf0d04000 - 0xf0d043ff (0x400) MX[b]
  225.         [14] -1        0        0xf0700000 - 0xf07fffff (0x100000) MX[b](B)
  226.         [15] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
  227.         [16] -1        0        0xf0600000 - 0xf06fffff (0x100000) MX[b](B)
  228.         [17] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  229.         [18] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  230.         [19] -1        0        0x00002000 - 0x000020ff (0x100) IX[b]
  231.         [20] -1        0        0x00001c00 - 0x00001c1f (0x20) IX[b]
  232.         [21] -1        0        0x000018d0 - 0x000018df (0x10) IX[b]
  233.         [22] -1        0        0x000018e0 - 0x000018ef (0x10) IX[b]
  234.         [23] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[b]
  235.         [24] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  236.         [25] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[b]
  237.         [26] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  238.         [27] -1        0        0x000018a0 - 0x000018bf (0x20) IX[b]
  239.         [28] -1        0        0x00001880 - 0x0000189f (0x20) IX[b]
  240.         [29] -1        0        0x00001860 - 0x0000187f (0x20) IX[b]
  241.         [30] -1        0        0x00001840 - 0x0000185f (0x20) IX[b]
  242.         [31] -1        0        0x00001820 - 0x0000183f (0x20) IX[b]
  243.         [32] -1        0        0x00001800 - 0x00001807 (0x8) IX[b](B)
  244. (II) LoadModule: "extmod"
  245. (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
  246. (II) Module extmod: vendor="X.Org Foundation"
  247.         compiled for 1.4.2, module version = 1.0.0
  248.         Module class: X.Org Server Extension
  249.         ABI class: X.Org Server Extension, version 0.3
  250. (II) Loading extension SHAPE
  251. (II) Loading extension MIT-SUNDRY-NONSTANDARD
  252. (II) Loading extension BIG-REQUESTS
  253. (II) Loading extension SYNC
  254. (II) Loading extension MIT-SCREEN-SAVER
  255. (II) Loading extension XC-MISC
  256. (II) Loading extension XFree86-VidModeExtension
  257. (II) Loading extension XFree86-Misc
  258. (II) Loading extension XFree86-DGA
  259. (II) Loading extension DPMS
  260. (II) Loading extension TOG-CUP
  261. (II) Loading extension Extended-Visual-Information
  262. (II) Loading extension XVideo
  263. (II) Loading extension XVideo-MotionCompensation
  264. (II) Loading extension X-Resource
  265. (II) LoadModule: "dbe"
  266. (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
  267. (II) Module dbe: vendor="X.Org Foundation"
  268.         compiled for 1.4.2, module version = 1.0.0
  269.         Module class: X.Org Server Extension
  270.         ABI class: X.Org Server Extension, version 0.3
  271. (II) Loading extension DOUBLE-BUFFER
  272. (II) LoadModule: "glx"
  273. (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
  274. (II) Module glx: vendor="X.Org Foundation"
  275.         compiled for 1.4.2, module version = 1.0.0
  276.         ABI class: X.Org Server Extension, version 0.3
  277. (==) AIGLX enabled
  278. (II) Loading extension GLX
  279. (II) LoadModule: "freetype"
  280. (II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
  281. (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
  282.         compiled for 1.4.2, module version = 2.1.0
  283.         Module class: X.Org Font Renderer
  284.         ABI class: X.Org Font Renderer, version 0.5
  285. (II) Loading font FreeType
  286. (II) LoadModule: "record"
  287. (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
  288. (II) Module record: vendor="X.Org Foundation"
  289.         compiled for 1.4.2, module version = 1.13.0
  290.         Module class: X.Org Server Extension
  291.         ABI class: X.Org Server Extension, version 0.3
  292. (II) Loading extension RECORD
  293. (II) LoadModule: "dri"
  294. (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
  295. (II) Module dri: vendor="X.Org Foundation"
  296.         compiled for 1.4.2, module version = 1.0.0
  297.         ABI class: X.Org Server Extension, version 0.3
  298. (II) Loading extension XFree86-DRI
  299. (II) LoadModule: "intel"
  300. (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
  301. (II) Module intel: vendor="X.Org Foundation"
  302.         compiled for 1.4.2, module version = 2.5.0
  303.         Module class: X.Org Video Driver
  304.         ABI class: X.Org Video Driver, version 2.0
  305. (II) LoadModule: "mouse"
  306. (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
  307. (II) Module mouse: vendor="X.Org Foundation"
  308.         compiled for 1.4.0.90, module version = 1.3.0
  309.         Module class: X.Org XInput Driver
  310.         ABI class: X.Org XInput driver, version 2.0
  311. (II) LoadModule: "kbd"
  312. (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
  313. (II) Module kbd: vendor="X.Org Foundation"
  314.         compiled for 1.4.0.90, module version = 1.3.1
  315.         Module class: X.Org XInput Driver
  316.         ABI class: X.Org XInput driver, version 2.0
  317. (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
  318.         i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
  319.         E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
  320.         965GM, 965GME/GLE, G33, Q35, Q33,
  321.         Mobile Intel® GM45 Express Chipset,
  322.         Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
  323. (II) Primary Device is: PCI 00:02:0
  324. (--) Assigning device section with no busID to primary device
  325. (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
  326. (--) Chipset 965GM found
  327. (II) resource ranges after xf86ClaimFixedResources() call:
  328.         [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  329.         [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  330.         [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  331.         [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  332.         [4] -1        0        0xf0a06800 - 0xf0a068ff (0x100) MX[b]
  333.         [5] -1        0        0xf0a05000 - 0xf0a05fff (0x1000) MX[b]
  334.         [6] -1        0        0xf0a00000 - 0xf0a03fff (0x4000) MX[b]
  335.         [7] -1        0        0xf0a06000 - 0xf0a067ff (0x800) MX[b]
  336.         [8] -1        0        0xf0800000 - 0xf0803fff (0x4000) MX[b]
  337.         [9] -1        0        0xf0900000 - 0xf0900fff (0x1000) MX[b]
  338.         [10] -1        0        0x88000000 - 0x880000ff (0x100) MX[b]
  339.         [11] -1        0        0xf0d04400 - 0xf0d047ff (0x400) MX[b]
  340.         [12] -1        0        0xf0b00000 - 0xf0b03fff (0x4000) MX[b]
  341.         [13] -1        0        0xf0d04000 - 0xf0d043ff (0x400) MX[b]
  342.         [14] -1        0        0xf0700000 - 0xf07fffff (0x100000) MX[b](B)
  343.         [15] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
  344.         [16] -1        0        0xf0600000 - 0xf06fffff (0x100000) MX[b](B)
  345.         [17] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  346.         [18] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  347.         [19] -1        0        0x00002000 - 0x000020ff (0x100) IX[b]
  348.         [20] -1        0        0x00001c00 - 0x00001c1f (0x20) IX[b]
  349.         [21] -1        0        0x000018d0 - 0x000018df (0x10) IX[b]
  350.         [22] -1        0        0x000018e0 - 0x000018ef (0x10) IX[b]
  351.         [23] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[b]
  352.         [24] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  353.         [25] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[b]
  354.         [26] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  355.         [27] -1        0        0x000018a0 - 0x000018bf (0x20) IX[b]
  356.         [28] -1        0        0x00001880 - 0x0000189f (0x20) IX[b]
  357.         [29] -1        0        0x00001860 - 0x0000187f (0x20) IX[b]
  358.         [30] -1        0        0x00001840 - 0x0000185f (0x20) IX[b]
  359.         [31] -1        0        0x00001820 - 0x0000183f (0x20) IX[b]
  360.         [32] -1        0        0x00001800 - 0x00001807 (0x8) IX[b](B)
  361. (II) resource ranges after probing:
  362.         [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  363.         [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  364.         [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  365.         [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  366.         [4] -1        0        0xf0a06800 - 0xf0a068ff (0x100) MX[b]
  367.         [5] -1        0        0xf0a05000 - 0xf0a05fff (0x1000) MX[b]
  368.         [6] -1        0        0xf0a00000 - 0xf0a03fff (0x4000) MX[b]
  369.         [7] -1        0        0xf0a06000 - 0xf0a067ff (0x800) MX[b]
  370.         [8] -1        0        0xf0800000 - 0xf0803fff (0x4000) MX[b]
  371.         [9] -1        0        0xf0900000 - 0xf0900fff (0x1000) MX[b]
  372.         [10] -1        0        0x88000000 - 0x880000ff (0x100) MX[b]
  373.         [11] -1        0        0xf0d04400 - 0xf0d047ff (0x400) MX[b]
  374.         [12] -1        0        0xf0b00000 - 0xf0b03fff (0x4000) MX[b]
  375.         [13] -1        0        0xf0d04000 - 0xf0d043ff (0x400) MX[b]
  376.         [14] -1        0        0xf0700000 - 0xf07fffff (0x100000) MX[b](B)
  377.         [15] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
  378.         [16] -1        0        0xf0600000 - 0xf06fffff (0x100000) MX[b](B)
  379.         [17] 0        0        0x000a0000 - 0x000affff (0x10000) MS[b]
  380.         [18] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[b]
  381.         [19] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[b]
  382.         [20] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  383.         [21] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  384.         [22] -1        0        0x00002000 - 0x000020ff (0x100) IX[b]
  385.         [23] -1        0        0x00001c00 - 0x00001c1f (0x20) IX[b]
  386.         [24] -1        0        0x000018d0 - 0x000018df (0x10) IX[b]
  387.         [25] -1        0        0x000018e0 - 0x000018ef (0x10) IX[b]
  388.         [26] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[b]
  389.         [27] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  390.         [28] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[b]
  391.         [29] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  392.         [30] -1        0        0x000018a0 - 0x000018bf (0x20) IX[b]
  393.         [31] -1        0        0x00001880 - 0x0000189f (0x20) IX[b]
  394.         [32] -1        0        0x00001860 - 0x0000187f (0x20) IX[b]
  395.         [33] -1        0        0x00001840 - 0x0000185f (0x20) IX[b]
  396.         [34] -1        0        0x00001820 - 0x0000183f (0x20) IX[b]
  397.         [35] -1        0        0x00001800 - 0x00001807 (0x8) IX[b](B)
  398.         [36] 0        0        0x000003b0 - 0x000003bb (0xc) IS[b]
  399.         [37] 0        0        0x000003c0 - 0x000003df (0x20) IS[b]
  400. (II) Setting vga for screen 0.
  401. (II) Loading sub module "vgahw"
  402. (II) LoadModule: "vgahw"
  403. (II) Loading /usr/lib/xorg/modules//libvgahw.so
  404. (II) Module vgahw: vendor="X.Org Foundation"
  405.         compiled for 1.4.2, module version = 0.1.0
  406.         ABI class: X.Org Video Driver, version 2.0
  407. (II) intel(0): Creating default Display subsection in Screen section
  408.         "Default Screen" for depth/fbbpp 24/32
  409. (==) intel(0): Depth 24, (--) framebuffer bpp 32
  410. (==) intel(0): RGB weight 888
  411. (==) intel(0): Default visual is TrueColor
  412. (II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
  413. (--) intel(0): Chipset: "965GM"
  414. (--) intel(0): Linear framebuffer at 0xD0000000
  415. (--) intel(0): IO registers at addr 0xF0600000
  416. (==) intel(0): Using EXA for acceleration
  417. (II) intel(0): 2 display pipes available.
  418. (II) Loading sub module "ddc"
  419. (II) LoadModule: "ddc"(II) Module "ddc" already built-in
  420. (II) Loading sub module "i2c"
  421. (II) LoadModule: "i2c"(II) Module "i2c" already built-in
  422. (II) intel(0): Output VGA using monitor section Configured Monitor
  423. (II) intel(0): Output LVDS has no monitor section
  424. (II) intel(0): I2C bus "LVDSDDC_C" initialized.
  425. (II) intel(0): Attempting to determine panel fixed mode.
  426. (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
  427. (II) intel(0): EDID vendor "AUO", prod id 17476
  428. (II) intel(0): found backlight control method /sys/class/backlight/acpi_video0
  429. (II) intel(0): Output TV has no monitor section
  430. (II) intel(0): EDID vendor "AUO", prod id 17476
  431. (II) intel(0): Output VGA disconnected
  432. (II) intel(0): Output LVDS connected
  433. (II) intel(0): Output TV disconnected
  434. (II) intel(0): Output LVDS using initial mode 1280x800
  435. (II) intel(0): Monitoring connected displays enabled
  436. (II) intel(0): detected 512 kB GTT.
  437. (II) intel(0): detected 7676 kB stolen memory.
  438. (==) intel(0): video overlay key set to 0x101fe
  439. (==) intel(0): Will not try to enable page flipping
  440. (==) intel(0): Triple buffering disabled
  441. (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
  442. (==) intel(0): DPI set to (96, 96)
  443. (II) Loading sub module "fb"
  444. (II) LoadModule: "fb"
  445. (II) Loading /usr/lib/xorg/modules//libfb.so
  446. (II) Module fb: vendor="X.Org Foundation"
  447.         compiled for 1.4.2, module version = 1.0.0
  448.         ABI class: X.Org ANSI C Emulation, version 0.3
  449. (II) Loading sub module "exa"
  450. (II) LoadModule: "exa"
  451. (II) Loading /usr/lib/xorg/modules//libexa.so
  452. (II) Module exa: vendor="X.Org Foundation"
  453.         compiled for 1.4.2, module version = 2.2.0
  454.         ABI class: X.Org Video Driver, version 2.0
  455. (II) Loading sub module "ramdac"
  456. (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
  457. (II) intel(0): Comparing regs from server start up to After PreInit
  458. (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
  459. (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
  460. (WW) intel(0): PP_STATUS after: on, ready, sequencing on
  461. (WW) intel(0): Register 0x61114 (PORT_HOTPLUG_STAT) changed from 0x00000000 to 0x00000400
  462. (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000207 to 0x00000000
  463. (WW) intel(0): PIPEASTAT before: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
  464. (WW) intel(0): PIPEASTAT after: status:
  465. (WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x100000c0 to 0x000c0000
  466. (WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d
  467. (WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104
  468. (WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d
  469. (WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200
  470. (WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c
  471. (WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200
  472. (WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x00606000
  473. (WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1
  474. (WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359
  475. (WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022
  476. (WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344
  477. (WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415
  478. (WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607
  479. (WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001
  480. (WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0
  481. (WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0
  482. (WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0
  483. (WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0
  484. (WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710088
  485. (WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x4e2d1dc8
  486. (WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024
  487. (WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198
  488. (WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x8000085e
  489. (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283
  490. (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141
  491. (WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000
  492. (WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060
  493. (WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000
  494. (WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060
  495. (==) Depth 24 pixmap format is 32 bpp
  496. (II) do I need RAC?  No, I don't.
  497. (II) resource ranges after preInit:
  498.         [0] 0        0        0xd0000000 - 0xdfffffff (0x10000000) MS[b]
  499.         [1] 0        0        0xf0600000 - 0xf06fffff (0x100000) MS[b]
  500.         [2] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  501.         [3] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  502.         [4] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  503.         [5] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  504.         [6] -1        0        0xf0a06800 - 0xf0a068ff (0x100) MX[b]
  505.         [7] -1        0        0xf0a05000 - 0xf0a05fff (0x1000) MX[b]
  506.         [8] -1        0        0xf0a00000 - 0xf0a03fff (0x4000) MX[b]
  507.         [9] -1        0        0xf0a06000 - 0xf0a067ff (0x800) MX[b]
  508.         [10] -1        0        0xf0800000 - 0xf0803fff (0x4000) MX[b]
  509.         [11] -1        0        0xf0900000 - 0xf0900fff (0x1000) MX[b]
  510.         [12] -1        0        0x88000000 - 0x880000ff (0x100) MX[b]
  511.         [13] -1        0        0xf0d04400 - 0xf0d047ff (0x400) MX[b]
  512.         [14] -1        0        0xf0b00000 - 0xf0b03fff (0x4000) MX[b]
  513.         [15] -1        0        0xf0d04000 - 0xf0d043ff (0x400) MX[b]
  514.         [16] -1        0        0xf0700000 - 0xf07fffff (0x100000) MX[b](B)
  515.         [17] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
  516.         [18] -1        0        0xf0600000 - 0xf06fffff (0x100000) MX[b](B)
  517.         [19] 0        0        0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
  518.         [20] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
  519.         [21] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
  520.         [22] 0        0        0x00001800 - 0x00001807 (0x8) IS[b]
  521.         [23] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  522.         [24] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  523.         [25] -1        0        0x00002000 - 0x000020ff (0x100) IX[b]
  524.         [26] -1        0        0x00001c00 - 0x00001c1f (0x20) IX[b]
  525.         [27] -1        0        0x000018d0 - 0x000018df (0x10) IX[b]
  526.         [28] -1        0        0x000018e0 - 0x000018ef (0x10) IX[b]
  527.         [29] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[b]
  528.         [30] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  529.         [31] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[b]
  530.         [32] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  531.         [33] -1        0        0x000018a0 - 0x000018bf (0x20) IX[b]
  532.         [34] -1        0        0x00001880 - 0x0000189f (0x20) IX[b]
  533.         [35] -1        0        0x00001860 - 0x0000187f (0x20) IX[b]
  534.         [36] -1        0        0x00001840 - 0x0000185f (0x20) IX[b]
  535.         [37] -1        0        0x00001820 - 0x0000183f (0x20) IX[b]
  536.         [38] -1        0        0x00001800 - 0x00001807 (0x8) IX[b](B)
  537.         [39] 0        0        0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
  538.         [40] 0        0        0x000003c0 - 0x000003df (0x20) IS[b](OprU)
  539. (II) intel(0): Kernel reported 488960 total, 1 used
  540. (II) intel(0): I830CheckAvailableMemory: 1955836 kB available
  541. drmOpenDevice: node name is /dev/dri/card0
  542. drmOpenDevice: open result is -1, (No such device or address)
  543. drmOpenDevice: open result is -1, (No such device or address)
  544. drmOpenDevice: Open failed
  545. drmOpenDevice: node name is /dev/dri/card0
  546. drmOpenDevice: open result is -1, (No such device or address)
  547. drmOpenDevice: open result is -1, (No such device or address)
  548. drmOpenDevice: Open failed
  549. [drm] failed to load kernel module "i915"
  550. (EE) [drm] drmOpen failed.
  551. (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI.
  552. (**) intel(0): Framebuffer compression disabled
  553. (**) intel(0): Tiling enabled
  554. (==) intel(0): VideoRam: 262144 KB
  555. (II) intel(0): Attempting memory allocation with tiled buffers.
  556. (II) intel(0): Tiled allocation successful.
  557. (==) intel(0): Write-combining range (0xd0000000,0x10000000)
  558. (II) intel(0): Page Flipping disabled
  559. (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
  560. (II) EXA(0): Offscreen pixmap area of 19660800 bytes
  561. (II) EXA(0): Driver registered support for the following operations:
  562. (II)         Solid
  563. (II)         Copy
  564. (II)         Composite (RENDER acceleration)
  565. (==) intel(0): Backing store disabled
  566. (==) intel(0): Silken mouse enabled
  567. (II) intel(0): Initializing HW Cursor
  568. (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)
  569. (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00840000 (pgoffset 2112)
  570. (II) intel(0): Fixed memory allocation layout:
  571. (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
  572. (II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
  573. (II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
  574. (II) intel(0): 0x00032000-0x00131fff: fake bufmgr (1024 kB)
  575. (II) intel(0): 0x00132000-0x00147fff: exa G965 state buffer (88 kB)
  576. (II) intel(0): 0x00148000-0x00148fff: overlay registers (4 kB)
  577. (II) intel(0): 0x00149000-0x00149fff: power context (4 kB)
  578. (II) intel(0): 0x00200000-0x0083ffff: front buffer (6400 kB) X tiled
  579. (II) intel(0): 0x0077f000:            end of stolen memory
  580. (II) intel(0): 0x00840000-0x01afffff: exa offscreen (19200 kB)
  581. (II) intel(0): 0x10000000:            end of aperture
  582. (II) intel(0): using SSC reference clock of 100 MHz
  583. (II) intel(0): Selecting standard 18 bit TMDS pixel format.
  584. (II) intel(0): Output configuration:
  585. (II) intel(0):   Pipe A is off
  586. (II) intel(0):   Display plane A is now disabled and connected to pipe A.
  587. (II) intel(0):   Pipe B is on
  588. (II) intel(0):   Display plane B is now enabled and connected to pipe B.
  589. (II) intel(0):   Output VGA is connected to pipe none
  590. (II) intel(0):   Output LVDS is connected to pipe B
  591. (II) intel(0):   Output TV is connected to pipe none
  592. (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
  593. (II) intel(0): DPMS enabled
  594. (II) intel(0): Set up textured video
  595. (II) intel(0): Set up overlay video
  596. (II) intel(0): direct rendering: Failed
  597. (--) RandR disabled
  598. (II) Initializing built-in extension MIT-SHM
  599. (II) Initializing built-in extension XInputExtension
  600. (II) Initializing built-in extension XTEST
  601. (II) Initializing built-in extension XKEYBOARD
  602. (II) Initializing built-in extension XC-APPGROUP
  603. (II) Initializing built-in extension XAccessControlExtension
  604. (II) Initializing built-in extension SECURITY
  605. (II) Initializing built-in extension XINERAMA
  606. (II) Initializing built-in extension XFIXES
  607. (II) Initializing built-in extension XFree86-Bigfont
  608. (II) Initializing built-in extension RENDER
  609. (II) Initializing built-in extension RANDR
  610. (II) Initializing built-in extension COMPOSITE
  611. (II) Initializing built-in extension DAMAGE
  612. (II) Initializing built-in extension XEVIE
  613. (II) AIGLX: Screen 0 is not DRI capable
  614. (II) Loading sub module "GLcore"
  615. (II) LoadModule: "GLcore"
  616. (II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
  617. (II) Module GLcore: vendor="X.Org Foundation"
  618.         compiled for 1.4.2, module version = 1.0.0
  619.         ABI class: X.Org Server Extension, version 0.3
  620. (II) GLX: Initialized MESA-PROXY GL provider for screen 0
  621. (II) intel(0): Setting screen physical size to 304 x 190
  622. (WW) Configured Mouse: No Device specified, looking for one...
  623. (II) Configured Mouse: Setting Device option to "/dev/input/mice"
  624. (--) Configured Mouse: Device: "/dev/input/mice"
  625. (==) Configured Mouse: Protocol: "Auto"
  626. (**) Option "CorePointer"
  627. (**) Configured Mouse: always reports core events
  628. (==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
  629. (**) Configured Mouse: ZAxisMapping: buttons 4 and 5
  630. (**) Configured Mouse: Buttons: 9
  631. (**) Configured Mouse: Sensitivity: 1
  632. (**) Option "CoreKeyboard"
  633. (**) Generic Keyboard: always reports core events
  634. (**) Option "Protocol" "standard"
  635. (**) Generic Keyboard: Protocol: standard
  636. (**) Option "AutoRepeat" "500 30"
  637. (**) Option "XkbRules" "xorg"
  638. (**) Generic Keyboard: XkbRules: "xorg"
  639. (**) Option "XkbModel" "pc104"
  640. (**) Generic Keyboard: XkbModel: "pc104"
  641. (**) Option "XkbLayout" "us"
  642. (**) Generic Keyboard: XkbLayout: "us"
  643. (**) Option "CustomKeycodes" "off"
  644. (**) Generic Keyboard: CustomKeycodes disabled
  645. (II) evaluating device (Configured Mouse)
  646. (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
  647. (II) evaluating device (Generic Keyboard)
  648. (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
  649. (--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2"
  650. (II) Configured Mouse: ps2EnableDataReporting: succeeded
  651. (EE) intel(0): underrun on pipe B!
  652. (II) LoadModule: "synaptics"
  653. (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
  654. (II) Module synaptics: vendor="X.Org Foundation"
  655.         compiled for 4.3.99.902, module version = 1.0.0
  656.         Module class: X.Org XInput Driver
  657.         ABI class: X.Org XInput driver, version 2.0
  658. (II) Synaptics touchpad driver version 0.14.6 (1406)
  659. (--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event9
  660. (**) Option "Device" "/dev/input/event9"
  661. (--) SynPS/2 Synaptics TouchPad touchpad found
  662. (**) SynPS/2 Synaptics TouchPad: always reports core events
  663. (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: MOUSE)
  664. (--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event9
  665. (**) Option "Device" "/dev/input/event9"
  666. (--) SynPS/2 Synaptics TouchPad touchpad found
复制代码
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表