LinuxSir.cn,穿越时空的Linuxsir!

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

【已解决】xorg配置问题?

[复制链接]
发表于 2006-8-15 09:48:45 | 显示全部楼层 |阅读模式
升级后, /boot 下多了
kernel26-fallback.img
initrd-full.img
mkinitcpio-kernel26.conf

  1. #vi mkinitcpio-kernel26.conf
复制代码

#有这个语句:
  1. HOOKS="base udev ide scsi sata usbinput filesystem raid"
复制代码



请问:升级后出现的那些是新的内核文件吗?有什么新的特性吗?用它们有危险吗?是通过修改grub来使用吗?在.conf那个配置文件里,HOOKS里有我不需要的东西,可以删掉吗?比如scsi sata raid

在配置xorg时,用hwd -x 生成了xorg.conf.hwd
用Xorg -config xorg.conf.hwd进行了一下测试,出现了错误
提示如下:  
    Incomplete in file /etc/X11/xorg.conf.hwd
      At least one Device section is required


在log文件里有如下信息:
      Fatal server error : no screens found
      (WW) xf86CloseConsole :KDSETMODE failed   :Bad file descriptor
      (WW) xf86CloseConsole :VT_GETMODE failed :Bad file descriptor


我的xorg.conf.hwd文件(因为无法复制过来,所以只抄了一小段)


  1. Section    "ServerLayout"
  2.                 Identifier                "Xorg Configured"
  3.                 Screen          0        "Screen0"  0  0
  4.                 InputDevice            "keyboard0"   "Corekeyboard"
  5.                 InputDevice            "USB Mouse"  "CorePointer"

  6. #serial mouse not detected
  7. #USB mouse not detected

  8. EndSection
复制代码




谢谢!
发表于 2006-8-15 16:33:21 | 显示全部楼层
第一个问题:升级的时候有提示的,我当时照着处理就是了,也就是修改gurb的配置文件,使用新的内核和initrd,具体已经忘了。如果没问题老的就可以rm了。也许log里还能看到提示。

第二个:问题,你的配置文件里面没有显卡的配置信息(Device section )

At least one Device section is required
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-15 16:39:26 | 显示全部楼层
多谢lanzinc
第一个问题了解了

第二个是说明我没有安装显卡的驱动吗?
我的是集成显卡,也需要驱动吗?
还是要自己进行添加?

谢谢!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-15 18:44:17 | 显示全部楼层
刚刚到linux下,添加了Device Section:

  1.     Section "Device"
  2.                  Identifier    "card0"
  3.                  Driver         "vesa"
  4.     EndSection
复制代码


运行了
#Xorg -config /etc/X11/xorg.conf.hwd


这回倒是没有错误信息,可是只有黑黑的屏幕,什么也没有啊?
回复 支持 反对

使用道具 举报

发表于 2006-8-15 19:18:30 | 显示全部楼层
因为你只是启动了X的server 没有启动任何client(X程序)
请参考man xinit

如果你的鼠标部分配置正确的话应该还能看到一个X形的鼠标光标

CTRL+ALT+BLACKSPACE回字符界面

可以考虑用startx脚本
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-15 19:32:43 | 显示全部楼层
谢谢lanzinc

我的确没有启动X程序。不过没有看到鼠标,看来鼠标配置的不太对,我再试试。

再次感谢!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-15 19:36:37 | 显示全部楼层
我用hwd -s看了一下,我的鼠标是:

    xtype     : IMPS2
    module  : usbhid
    device    : /dev/input/mice


这个要在xorg.conf里怎么写啊?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-15 19:43:36 | 显示全部楼层


  1. Section "InputDevice"

  2. Identifier "Mouse0"
  3. Driver "mouse"
  4. Option "Protocol" "IMPS/2"
  5. Option "Device" "/dev/input/mice"
  6. Option "Buttons" "5"
  7. Option "ZAxisMapping" "4 5"

复制代码


我的鼠标是usb的,但我中间用一条转换的线插到电脑上是ps2口了,那么用上面的配置可以吗?

谢谢!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-15 21:19:20 | 显示全部楼层
终于把xorg.conf弄到win下来了,下面的就是:

  1. Section "ServerLayout"
  2.         Identifier     "Xorg Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Keyboard0" "CoreKeyboard"
  5.         InputDevice    "USB Mouse" "CorePointer"
  6. # Serial Mouse not detected
  7. # USB Mouse not detected
  8. EndSection

  9. Section "ServerFlags"
  10.         Option "AllowMouseOpenFail"  "true"
  11.        
  12. EndSection

  13. Section "Files"
  14.         RgbPath      "/usr/share/X11/rgb"
  15.         ModulePath   "/usr/lib/xorg/modules"
  16.         FontPath     "/usr/share/fonts/misc:unscaled"
  17.         FontPath     "/usr/share/fonts/misc"
  18.         FontPath     "/usr/share/fonts/75dpi:unscaled"
  19.         FontPath     "/usr/share/fonts/75dpi"
  20.         FontPath     "/usr/share/fonts/100dpi:unscaled"
  21.         FontPath     "/usr/share/fonts/100dpi"
  22.         FontPath     "/usr/share/fonts/PEX"
  23. # Additional fonts: Locale, Gimp, TTF...
  24.         FontPath     "/usr/share/fonts/cyrillic"
  25. #        FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
  26. #        FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
  27. # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
  28.         FontPath     "/usr/share/fonts/Type1"
  29.         FontPath     "/usr/share/fonts/ttf/western"
  30.         FontPath     "/usr/share/fonts/ttf/decoratives"
  31.         FontPath     "/usr/share/fonts/truetype"
  32.         FontPath     "/usr/share/fonts/truetype/openoffice"
  33.         FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
  34.         FontPath     "/usr/share/fonts/latex-ttf-fonts"
  35.         FontPath     "/usr/share/fonts/defoma/CID"
  36.         FontPath     "/usr/share/fonts/defoma/TrueType"
  37. EndSection

  38. Section "Module"
  39.         Load  "ddc"  # ddc probing of monitor
  40.         Load  "dbe"
  41.         #Load  "dri"
  42.         Load  "extmod"
  43.         #Load  "glx"
  44.         Load  "bitmap" # bitmap-fonts
  45.         Load  "type1"
  46.         Load  "freetype"
  47.         Load  "record"
  48. EndSection

  49. Section "InputDevice"
  50.         Identifier  "Keyboard0"
  51.         Driver      "keyboard"
  52.         Option      "CoreKeyboard"
  53.         Option "XkbRules" "xorg"
  54.         Option "XkbModel" "pc105"
  55.         Option "XkbLayout" ""
  56.         Option "XkbVariant" ""
  57. EndSection

  58. Section "InputDevice"
  59.         Identifier  "Serial Mouse"
  60.         Driver      "mouse"
  61.         Option      "Protocol" "Microsoft"
  62.         Option      "Device" "/dev/ttyS0"
  63.         Option      "Emulate3Buttons" "true"
  64.         Option      "Emulate3Timeout" "70"
  65.         Option            "SendCoreEvents"  "true"
  66. EndSection

  67. Section "InputDevice"
  68.         Identifier  "PS/2 Mouse"
  69.         Driver      "mouse"
  70.         Option      "Protocol" "auto"
  71.         Option          "ZAxisMapping"          "4 5"
  72.         Option      "Device" "/dev/psaux"
  73.         Option      "Emulate3Buttons" "true"
  74.         Option      "Emulate3Timeout" "70"
  75.         Option            "SendCoreEvents"  "true"
  76. EndSection

  77. Section "InputDevice"
  78.         Identifier      "USB Mouse"
  79.         Driver          "mouse"
  80.         Option          "Device"                "/dev/psaux"
  81.         Option                "SendCoreEvents"        "true"
  82.         Option          "Protocol"              "IMPS/2"
  83.         Option          "ZAxisMapping"          "4 5"
  84.         Option          "Buttons"               "5"
  85. EndSection

  86. # Auto-generated by Archie mkxcfg

  87. Section "Monitor"
  88.         Identifier "Monitor0"
  89.                 Option "DPMS" "true"
  90.         HorizSync    30.0 - 54.0 # Warning: This may fry old Monitors
  91.         VertRefresh  50.0 - 120.0 # Very conservative. May flicker.

  92. EndSection


  93. Section "Device"
  94.         Identifier "Card0"
  95.         Driver     "vesa"
  96. EndSection

  97. Section "Screen"
  98.         Identifier "Screen0"
  99.         Device     "Card0"
  100.         Monitor    "Monitor0"
  101.         DefaultColorDepth 24
  102.         SubSection "Display"
  103.                 Depth     24
  104.                 Modes "800x600"
  105.         EndSubSection
  106. EndSection

  107. Section "DRI"
  108.         Mode 0666
  109. EndSection
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-15 21:21:18 | 显示全部楼层
这个是Xorg.0.log

  1. X Window System Version 7.0.0
  2. Release Date: 21 December 2005
  3. X Protocol Version 11, Revision 0, Release 7.0
  4. Build Operating System:Linux 2.6.16-ARCH i686
  5. Current Operating System: Linux localhost 2.6.17-ARCH #1 SMP PREEMPT Mon Aug 7 08:30:48 CEST 2006 i686
  6. Build Date: 21 June 2006
  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: Tue Aug 15 20:54:04 2006
  14. (++) Using config file: "/etc/X11/xorg.conf.hwd"
  15. (==) ServerLayout "Xorg Configured"
  16. (**) |-->Screen "Screen0" (0)
  17. (**) |   |-->Monitor "Monitor0"
  18. (**) |   |-->Device "Card0"
  19. (**) |-->Input Device "Keyboard0"
  20. (**) Option "XkbRules" "xorg"
  21. (**) XKB: rules: "xorg"
  22. (**) Option "XkbModel" "pc105"
  23. (**) XKB: model: "pc105"
  24. (WW) Option "XkbLayout" requires an string value
  25. (WW) Option "XkbVariant" requires an string value
  26. (==) Keyboard: CustomKeycode disabled
  27. (**) |-->Input Device "USB Mouse"
  28. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
  29.         Entry deleted from font path.
  30.         (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
  31. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
  32.         Entry deleted from font path.
  33.         (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
  34. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
  35.         Entry deleted from font path.
  36.         (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
  37. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
  38.         Entry deleted from font path.
  39.         (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
  40. (WW) The directory "/usr/share/fonts/PEX" does not exist.
  41.         Entry deleted from font path.
  42. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
  43.         Entry deleted from font path.
  44.         (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
  45. (WW) The directory "/usr/share/fonts/Type1" does not exist.
  46.         Entry deleted from font path.
  47. (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
  48.         Entry deleted from font path.
  49. (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
  50.         Entry deleted from font path.
  51. (WW) The directory "/usr/share/fonts/truetype" does not exist.
  52.         Entry deleted from font path.
  53. (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
  54.         Entry deleted from font path.
  55. (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
  56.         Entry deleted from font path.
  57. (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
  58.         Entry deleted from font path.
  59. (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
  60.         Entry deleted from font path.
  61. (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
  62.         Entry deleted from font path.
  63. (**) FontPath set to "/usr/share/fonts/misc:unscaled,/usr/share/fonts/misc"
  64. (**) RgbPath set to "/usr/share/X11/rgb"
  65. (**) ModulePath set to "/usr/lib/xorg/modules"
  66. (**) Option "AllowMouseOpenFail" "true"
  67. (II) Module ABI versions:
  68.         X.Org ANSI C Emulation: 0.2
  69.         X.Org Video Driver: 0.8
  70.         X.Org XInput driver : 0.5
  71.         X.Org Server Extension : 0.2
  72.         X.Org Font Renderer : 0.4
  73. (II) Loader running on linux
  74. (II) LoadModule: "bitmap"
  75. (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
  76. (II) Module bitmap: vendor="X.Org Foundation"
  77.         compiled for 7.0.0, module version = 1.0.0
  78.         Module class: X.Org Font Renderer
  79.         ABI class: X.Org Font Renderer, version 0.4
  80. (II) Loading font Bitmap
  81. (II) LoadModule: "pcidata"
  82. (II) Loading /usr/lib/xorg/modules/libpcidata.so
  83. (II) Module pcidata: vendor="X.Org Foundation"
  84.         compiled for 7.0.0, module version = 1.0.0
  85.         ABI class: X.Org Video Driver, version 0.8
  86. (--) using VT number 7

  87. (II) PCI: PCI scan (all values are in hex)
  88. (II) PCI: 00:00:0: chip 8086,7120 card 8086,7120 rev 03 class 06,00,00 hdr 00
  89. (II) PCI: 00:01:0: chip 8086,7121 card 8086,7121 rev 03 class 03,00,00 hdr 00
  90. (II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 02 class 06,04,00 hdr 01
  91. (II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 02 class 06,01,00 hdr 80
  92. (II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00
  93. (II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00
  94. (II) PCI: 00:1f:5: chip 8086,2415 card 11d4,0048 rev 02 class 04,01,00 hdr 00
  95. (II) PCI: 01:05:0: chip 134d,7890 card 134d,0001 rev 02 class 07,03,04 hdr 00
  96. (II) PCI: 01:0a:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
  97. (II) PCI: End of PCI scan
  98. (II) Host-to-PCI bridge:
  99. (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
  100. (II) Bus 0 I/O range:
  101.         [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[b]
  102. (II) Bus 0 non-prefetchable memory range:
  103.         [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[b]
  104. (II) Bus 0 prefetchable memory range:
  105.         [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[b]
  106. (II) PCI-to-PCI bridge:
  107. (II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
  108. (II) Bus 1 I/O range:
  109.         [0] -1        0        0x0000c000 - 0x0000c0ff (0x100) IX[b]
  110.         [1] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX[b]
  111.         [2] -1        0        0x0000c800 - 0x0000c8ff (0x100) IX[b]
  112.         [3] -1        0        0x0000cc00 - 0x0000ccff (0x100) IX[b]
  113. (II) Bus 1 non-prefetchable memory range:
  114.         [0] -1        0        0xd4000000 - 0xd5ffffff (0x2000000) MX[b]
  115. (II) Bus 1 prefetchable memory range:
  116.         [0] -1        0        0x10000000 - 0x100fffff (0x100000) MX[b]
  117. (II) PCI-to-ISA bridge:
  118. (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
  119. (--) PCI:*(0:1:0) Intel Corporation 82810 CGC [Chipset Graphics Controller] rev 3, Mem @ 0xd0000000/26, 0xd6000000/19
  120. (II) Addressable bus resource ranges are
  121.         [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[b]
  122.         [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[b]
  123. (II) OS-reported resource ranges:
  124.         [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[b](B)
  125.         [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  126.         [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  127.         [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  128.         [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  129.         [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  130.         [6] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  131. (II) Active PCI resource ranges:
  132.         [0] -1        0        0xd5000000 - 0xd50000ff (0x100) MX[b]
  133.         [1] -1        0        0xd6000000 - 0xd607ffff (0x80000) MX[b](B)
  134.         [2] -1        0        0xd0000000 - 0xd3ffffff (0x4000000) MX[b](B)
  135.         [3] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX[b]
  136.         [4] -1        0        0x0000c000 - 0x0000c03f (0x40) IX[b]
  137.         [5] -1        0        0x0000dc00 - 0x0000dc3f (0x40) IX[b]
  138.         [6] -1        0        0x0000d800 - 0x0000d8ff (0x100) IX[b]
  139.         [7] -1        0        0x0000d000 - 0x0000d01f (0x20) IX[b]
  140.         [8] -1        0        0x0000f000 - 0x0000f00f (0x10) IX[b]
  141. (II) Active PCI resource ranges after removing overlaps:
  142.         [0] -1        0        0xd5000000 - 0xd50000ff (0x100) MX[b]
  143.         [1] -1        0        0xd6000000 - 0xd607ffff (0x80000) MX[b](B)
  144.         [2] -1        0        0xd0000000 - 0xd3ffffff (0x4000000) MX[b](B)
  145.         [3] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX[b]
  146.         [4] -1        0        0x0000c000 - 0x0000c03f (0x40) IX[b]
  147.         [5] -1        0        0x0000dc00 - 0x0000dc3f (0x40) IX[b]
  148.         [6] -1        0        0x0000d800 - 0x0000d8ff (0x100) IX[b]
  149.         [7] -1        0        0x0000d000 - 0x0000d01f (0x20) IX[b]
  150.         [8] -1        0        0x0000f000 - 0x0000f00f (0x10) IX[b]
  151. (II) OS-reported resource ranges after removing overlaps with PCI:
  152.         [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[b](B)
  153.         [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  154.         [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  155.         [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  156.         [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  157.         [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  158.         [6] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  159. (II) All system resource ranges:
  160.         [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[b](B)
  161.         [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  162.         [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  163.         [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  164.         [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  165.         [5] -1        0        0xd5000000 - 0xd50000ff (0x100) MX[b]
  166.         [6] -1        0        0xd6000000 - 0xd607ffff (0x80000) MX[b](B)
  167.         [7] -1        0        0xd0000000 - 0xd3ffffff (0x4000000) MX[b](B)
  168.         [8] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  169.         [9] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  170.         [10] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX[b]
  171.         [11] -1        0        0x0000c000 - 0x0000c03f (0x40) IX[b]
  172.         [12] -1        0        0x0000dc00 - 0x0000dc3f (0x40) IX[b]
  173.         [13] -1        0        0x0000d800 - 0x0000d8ff (0x100) IX[b]
  174.         [14] -1        0        0x0000d000 - 0x0000d01f (0x20) IX[b]
  175.         [15] -1        0        0x0000f000 - 0x0000f00f (0x10) IX[b]
  176. (II) LoadModule: "ddc"
  177. (II) Loading /usr/lib/xorg/modules/libddc.so
  178. (II) Module ddc: vendor="X.Org Foundation"
  179.         compiled for 7.0.0, module version = 1.0.0
  180.         ABI class: X.Org Video Driver, version 0.8
  181. (II) LoadModule: "dbe"
  182. (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
  183. (II) Module dbe: vendor="X.Org Foundation"
  184.         compiled for 7.0.0, module version = 1.0.0
  185.         Module class: X.Org Server Extension
  186.         ABI class: X.Org Server Extension, version 0.2
  187. (II) Loading extension DOUBLE-BUFFER
  188. (II) LoadModule: "extmod"
  189. (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
  190. (II) Module extmod: vendor="X.Org Foundation"
  191.         compiled for 7.0.0, module version = 1.0.0
  192.         Module class: X.Org Server Extension
  193.         ABI class: X.Org Server Extension, version 0.2
  194. (II) Loading extension SHAPE
  195. (II) Loading extension MIT-SUNDRY-NONSTANDARD
  196. (II) Loading extension BIG-REQUESTS
  197. (II) Loading extension SYNC
  198. (II) Loading extension MIT-SCREEN-SAVER
  199. (II) Loading extension XC-MISC
  200. (II) Loading extension XFree86-VidModeExtension
  201. (II) Loading extension XFree86-Misc
  202. (II) Loading extension XFree86-DGA
  203. (II) Loading extension DPMS
  204. (II) Loading extension TOG-CUP
  205. (II) Loading extension Extended-Visual-Information
  206. (II) Loading extension XVideo
  207. (II) Loading extension XVideo-MotionCompensation
  208. (II) Loading extension X-Resource
  209. (II) LoadModule: "bitmap"
  210. (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
  211. (II) Loading font Bitmap
  212. (II) LoadModule: "type1"
  213. (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
  214. (II) Module type1: vendor="X.Org Foundation"
  215.         compiled for 7.0.0, module version = 1.0.2
  216.         Module class: X.Org Font Renderer
  217.         ABI class: X.Org Font Renderer, version 0.4
  218. (II) Loading font Type1
  219. (II) LoadModule: "freetype"
  220. (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
  221. (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
  222.         compiled for 7.0.0, module version = 2.1.0
  223.         Module class: X.Org Font Renderer
  224.         ABI class: X.Org Font Renderer, version 0.4
  225. (II) Loading font FreeType
  226. (II) LoadModule: "record"
  227. (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
  228. (II) Module record: vendor="X.Org Foundation"
  229.         compiled for 7.0.0, module version = 1.13.0
  230.         Module class: X.Org Server Extension
  231.         ABI class: X.Org Server Extension, version 0.2
  232. (II) Loading extension RECORD
  233. (II) LoadModule: "vesa"
  234. (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
  235. (II) Module vesa: vendor="X.Org Foundation"
  236.         compiled for 7.0.0, module version = 1.0.1
  237.         Module class: X.Org Video Driver
  238.         ABI class: X.Org Video Driver, version 0.8
  239. (II) LoadModule: "keyboard"
  240. (II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so
  241. (II) Module keyboard: vendor="X.Org Foundation"
  242.         compiled for 7.0.0, module version = 1.0.0
  243.         Module class: X.Org XInput Driver
  244.         ABI class: X.Org XInput driver, version 0.5
  245. (II) LoadModule: "mouse"
  246. (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
  247. (II) Module mouse: vendor="X.Org Foundation"
  248.         compiled for 7.0.0, module version = 1.0.4
  249.         Module class: X.Org XInput Driver
  250.         ABI class: X.Org XInput driver, version 0.5
  251. (II) VESA: driver for VESA chipsets: vesa
  252. (II) Primary Device is: PCI 00:01:0
  253. (--) Assigning device section with no busID to primary device
  254. (--) Chipset vesa found
  255. (II) resource ranges after xf86ClaimFixedResources() call:
  256.         [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[b](B)
  257.         [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  258.         [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  259.         [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  260.         [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  261.         [5] -1        0        0xd5000000 - 0xd50000ff (0x100) MX[b]
  262.         [6] -1        0        0xd6000000 - 0xd607ffff (0x80000) MX[b](B)
  263.         [7] -1        0        0xd0000000 - 0xd3ffffff (0x4000000) MX[b](B)
  264.         [8] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  265.         [9] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  266.         [10] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX[b]
  267.         [11] -1        0        0x0000c000 - 0x0000c03f (0x40) IX[b]
  268.         [12] -1        0        0x0000dc00 - 0x0000dc3f (0x40) IX[b]
  269.         [13] -1        0        0x0000d800 - 0x0000d8ff (0x100) IX[b]
  270.         [14] -1        0        0x0000d000 - 0x0000d01f (0x20) IX[b]
  271.         [15] -1        0        0x0000f000 - 0x0000f00f (0x10) IX[b]
  272. (II) resource ranges after probing:
  273.         [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[b](B)
  274.         [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  275.         [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  276.         [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  277.         [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  278.         [5] -1        0        0xd5000000 - 0xd50000ff (0x100) MX[b]
  279.         [6] -1        0        0xd6000000 - 0xd607ffff (0x80000) MX[b](B)
  280.         [7] -1        0        0xd0000000 - 0xd3ffffff (0x4000000) MX[b](B)
  281.         [8] 0        0        0x000a0000 - 0x000affff (0x10000) MS[b]
  282.         [9] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[b]
  283.         [10] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[b]
  284.         [11] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  285.         [12] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  286.         [13] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX[b]
  287.         [14] -1        0        0x0000c000 - 0x0000c03f (0x40) IX[b]
  288.         [15] -1        0        0x0000dc00 - 0x0000dc3f (0x40) IX[b]
  289.         [16] -1        0        0x0000d800 - 0x0000d8ff (0x100) IX[b]
  290.         [17] -1        0        0x0000d000 - 0x0000d01f (0x20) IX[b]
  291.         [18] -1        0        0x0000f000 - 0x0000f00f (0x10) IX[b]
  292.         [19] 0        0        0x000003b0 - 0x000003bb (0xc) IS[b]
  293.         [20] 0        0        0x000003c0 - 0x000003df (0x20) IS[b]
  294. (II) Setting vga for screen 0.
  295. (II) Loading sub module "vbe"
  296. (II) LoadModule: "vbe"
  297. (II) Loading /usr/lib/xorg/modules/libvbe.so
  298. (II) Module vbe: vendor="X.Org Foundation"
  299.         compiled for 7.0.0, module version = 1.1.0
  300.         ABI class: X.Org Video Driver, version 0.8
  301. (II) Loading sub module "int10"
  302. (II) LoadModule: "int10"
  303. (II) Loading /usr/lib/xorg/modules/libint10.so
  304. (II) Module int10: vendor="X.Org Foundation"
  305.         compiled for 7.0.0, module version = 1.0.0
  306.         ABI class: X.Org Video Driver, version 0.8
  307. (II) VESA(0): initializing int10
  308. (II) VESA(0): Primary V_BIOS segment is: 0xc000
  309. (II) VESA(0): VESA BIOS detected
  310. (II) VESA(0): VESA VBE Version 3.0
  311. (II) VESA(0): VESA VBE Total Mem: 1024 kB
  312. (II) VESA(0): VESA VBE OEM: Intel(R) 8xx Chipset Video BIOS
  313. (II) VESA(0): VESA VBE OEM Software Rev: 4.0
  314. (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
  315. (II) VESA(0): VESA VBE OEM Product: Intel(R) 8xx Chipset
  316. (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
  317. (**) VESA(0): Depth 24, (--) framebuffer bpp 24
  318. (==) VESA(0): RGB weight 888
  319. (==) VESA(0): Default visual is TrueColor
  320. (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
  321. (II) Loading sub module "ddc"
  322. (II) LoadModule: "ddc"
  323. (II) Reloading /usr/lib/xorg/modules/libddc.so
  324. (II) VESA(0): VESA VBE DDC supported
  325. (II) VESA(0): VESA VBE DDC Level 2
  326. (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
  327. (II) VESA(0): VESA VBE DDC read successfully
  328. (II) VESA(0): Manufacturer: LCS  Model: 1556  Serial#: 23550
  329. (II) VESA(0): Year: 2001  Week: 15
  330. (II) VESA(0): EDID Version: 1.1
  331. (II) VESA(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
  332. (II) VESA(0): Sync:  Separate
  333. (II) VESA(0): Max H-Image Size [cm]: horiz.: 28  vert.: 21
  334. (II) VESA(0): Gamma: 2.25
  335. (II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/color Display
  336. (II) VESA(0): redX: 0.620 redY: 0.350   greenX: 0.290 greenY: 0.610
  337. (II) VESA(0): blueX: 0.155 blueY: 0.065   whiteX: 0.283 whiteY: 0.297
  338. (II) VESA(0): Supported VESA Video Modes:
  339. (II) VESA(0): 720x400@70Hz
  340. (II) VESA(0): 640x480@60Hz
  341. (II) VESA(0): 640x480@72Hz
  342. (II) VESA(0): 640x480@75Hz
  343. (II) VESA(0): 800x600@60Hz
  344. (II) VESA(0): 800x600@72Hz
  345. (II) VESA(0): 800x600@75Hz
  346. (II) VESA(0): 832x624@75Hz
  347. (II) VESA(0): 1024x768@60Hz
  348. (II) VESA(0): Manufacturer's mask: 0
  349. (II) VESA(0): Supported Future Video Modes:
  350. (II) VESA(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
  351. (II) VESA(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
  352. (II) VESA(0): #2: hsize: 640  vsize 480  refresh: 100  vid: 26673
  353. (II) VESA(0): Supported additional Video Mode:
  354. (II) VESA(0): clock: 25.2 MHz   Image Size:  270 x 202 mm
  355. (II) VESA(0): h_active: 640  h_sync: 656  h_sync_end 752 h_blank_end 800 h_border: 0
  356. (II) VESA(0): v_active: 350  v_sync: 387  v_sync_end 389 v_blanking: 449 v_border: 0
  357. (II) VESA(0): Serial No:  BZ  23550
  358. (II) VESA(0): Monitor name: LXH-P556
  359. (II) VESA(0): Ranges: V min: 50  V max: 120 Hz, H min: 30  H max: 54 kHz, PixClock max 110 MHz
  360. (II) VESA(0): Searching for matching VESA mode(s):
  361. Mode: 109 (132x25)
  362.         ModeAttributes: 0xcf
  363.         WinAAttributes: 0x7
  364.         WinBAttributes: 0x0
  365.         WinGranularity: 64
  366.         WinSize: 64
  367.         WinASegment: 0xa000
  368.         WinBSegment: 0x0
  369.         WinFuncPtr: 0xc0002a26
  370.         BytesPerScanline: 132
  371.         XResolution: 132
  372.         YResolution: 25
  373.         XCharSize: 8
  374.         YCharSize: 16
  375.         NumberOfPlanes: 4
  376.         BitsPerPixel: 4
  377.         NumberOfBanks: 1
  378.         MemoryModel: 0
  379.         BankSize: 0
  380.         NumberOfImages: 0
  381.         RedMaskSize: 0
  382.         RedFieldPosition: 0
  383.         GreenMaskSize: 0
  384.         GreenFieldPosition: 0
  385.         BlueMaskSize: 0
  386.         BlueFieldPosition: 0
  387.         RsvdMaskSize: 0
  388.         RsvdFieldPosition: 0
  389.         DirectColorModeInfo: 0
  390.         PhysBasePtr: 0x0
  391.         LinBytesPerScanLine: 132
  392.         BnkNumberOfImagePages: 0
  393.         LinNumberOfImagePages: 0
  394.         LinRedMaskSize: 0
  395.         LinRedFieldPosition: 0
  396.         LinGreenMaskSize: 0
  397.         LinGreenFieldPosition: 0
  398.         LinBlueMaskSize: 0
  399.         LinBlueFieldPosition: 0
  400.         LinRsvdMaskSize: 0
  401.         LinRsvdFieldPosition: 0
  402.         MaxPixelClock: 220000000
  403. Mode: 10a (132x43)
  404.         ModeAttributes: 0xcf
  405.         WinAAttributes: 0x7
  406.         WinBAttributes: 0x0
  407.         WinGranularity: 64
  408.         WinSize: 64
  409.         WinASegment: 0xa000
  410.         WinBSegment: 0x0
  411.         WinFuncPtr: 0xc0002a26
  412.         BytesPerScanline: 132
  413.         XResolution: 132
  414.         YResolution: 43
  415.         XCharSize: 8
  416.         YCharSize: 8
  417.         NumberOfPlanes: 4
  418.         BitsPerPixel: 4
  419.         NumberOfBanks: 1
  420.         MemoryModel: 0
  421.         BankSize: 0
  422.         NumberOfImages: 0
  423.         RedMaskSize: 0
  424.         RedFieldPosition: 0
  425.         GreenMaskSize: 0
  426.         GreenFieldPosition: 0
  427.         BlueMaskSize: 0
  428.         BlueFieldPosition: 0
  429.         RsvdMaskSize: 0
  430.         RsvdFieldPosition: 0
  431.         DirectColorModeInfo: 0
  432.         PhysBasePtr: 0x0
  433.         LinBytesPerScanLine: 132
  434.         BnkNumberOfImagePages: 0
  435.         LinNumberOfImagePages: 0
  436.         LinRedMaskSize: 0
  437.         LinRedFieldPosition: 0
  438.         LinGreenMaskSize: 0
  439.         LinGreenFieldPosition: 0
  440.         LinBlueMaskSize: 0
  441.         LinBlueFieldPosition: 0
  442.         LinRsvdMaskSize: 0
  443.         LinRsvdFieldPosition: 0
  444.         MaxPixelClock: 220000000
  445. Mode: 10b (132x50)
  446.         ModeAttributes: 0xcf
  447.         WinAAttributes: 0x7
  448.         WinBAttributes: 0x0
  449.         WinGranularity: 64
  450.         WinSize: 64
  451.         WinASegment: 0xa000
  452.         WinBSegment: 0x0
  453.         WinFuncPtr: 0xc0002a26
  454.         BytesPerScanline: 132
  455.         XResolution: 132
  456.         YResolution: 50
  457.         XCharSize: 8
  458.         YCharSize: 8
  459.         NumberOfPlanes: 4
  460.         BitsPerPixel: 4
  461.         NumberOfBanks: 1
  462.         MemoryModel: 0
  463.         BankSize: 0
  464.         NumberOfImages: 0
  465.         RedMaskSize: 0
  466.         RedFieldPosition: 0
  467.         GreenMaskSize: 0
  468.         GreenFieldPosition: 0
  469.         BlueMaskSize: 0
  470.         BlueFieldPosition: 0
  471.         RsvdMaskSize: 0
  472.         RsvdFieldPosition: 0
  473.         DirectColorModeInfo: 0
  474.         PhysBasePtr: 0x0
  475.         LinBytesPerScanLine: 132
  476.         BnkNumberOfImagePages: 0
  477.         LinNumberOfImagePages: 0
  478.         LinRedMaskSize: 0
  479.         LinRedFieldPosition: 0
  480.         LinGreenMaskSize: 0
  481.         LinGreenFieldPosition: 0
  482.         LinBlueMaskSize: 0
  483.         LinBlueFieldPosition: 0
  484.         LinRsvdMaskSize: 0
  485.         LinRsvdFieldPosition: 0
  486.         MaxPixelClock: 220000000
  487. Mode: 10c (132x60)
  488.         ModeAttributes: 0xcf
  489.         WinAAttributes: 0x7
  490.         WinBAttributes: 0x0
  491.         WinGranularity: 64
  492.         WinSize: 64
  493.         WinASegment: 0xa000
  494.         WinBSegment: 0x0
  495.         WinFuncPtr: 0xc0002a26
  496.         BytesPerScanline: 132
  497.         XResolution: 132
  498.         YResolution: 60
  499.         XCharSize: 8
  500.         YCharSize: 8
  501.         NumberOfPlanes: 4
  502.         BitsPerPixel: 4
  503.         NumberOfBanks: 1
  504.         MemoryModel: 0
  505.         BankSize: 0
  506.         NumberOfImages: 0
  507.         RedMaskSize: 0
  508.         RedFieldPosition: 0
  509.         GreenMaskSize: 0
  510.         GreenFieldPosition: 0
  511.         BlueMaskSize: 0
  512.         BlueFieldPosition: 0
  513.         RsvdMaskSize: 0
  514.         RsvdFieldPosition: 0
  515.         DirectColorModeInfo: 0
  516.         PhysBasePtr: 0x0
  517.         LinBytesPerScanLine: 132
  518.         BnkNumberOfImagePages: 0
  519.         LinNumberOfImagePages: 0
  520.         LinRedMaskSize: 0
  521.         LinRedFieldPosition: 0
  522.         LinGreenMaskSize: 0
  523.         LinGreenFieldPosition: 0
  524.         LinBlueMaskSize: 0
  525.         LinBlueFieldPosition: 0
  526.         LinRsvdMaskSize: 0
  527.         LinRsvdFieldPosition: 0
  528.         MaxPixelClock: 220000000
  529. Mode: 11d (320x200)
  530.         ModeAttributes: 0x1b
  531.         WinAAttributes: 0x7
  532.         WinBAttributes: 0x0
  533.         WinGranularity: 64
  534.         WinSize: 64
  535.         WinASegment: 0xa000
  536.         WinBSegment: 0x0
  537.         WinFuncPtr: 0xc0002a26
  538.         BytesPerScanline: 320
  539.         XResolution: 320
  540.         YResolution: 200
  541.         XCharSize: 8
  542.         YCharSize: 16
  543.         NumberOfPlanes: 1
  544.         BitsPerPixel: 8
  545.         NumberOfBanks: 1
  546.         MemoryModel: 4
  547.         BankSize: 0
  548.         NumberOfImages: 15
  549.         RedMaskSize: 0
  550.         RedFieldPosition: 0
  551.         GreenMaskSize: 0
  552.         GreenFieldPosition: 0
  553.         BlueMaskSize: 0
  554.         BlueFieldPosition: 0
  555.         RsvdMaskSize: 0
  556.         RsvdFieldPosition: 0
  557.         DirectColorModeInfo: 0
  558.         PhysBasePtr: 0x0
  559.         LinBytesPerScanLine: 320
  560.         BnkNumberOfImagePages: 15
  561.         LinNumberOfImagePages: 15
  562.         LinRedMaskSize: 0
  563.         LinRedFieldPosition: 0
  564.         LinGreenMaskSize: 0
  565.         LinGreenFieldPosition: 0
  566.         LinBlueMaskSize: 0
  567.         LinBlueFieldPosition: 0
  568.         LinRsvdMaskSize: 0
  569.         LinRsvdFieldPosition: 0
  570.         MaxPixelClock: 220000000
  571. Mode: 10e (320x200)
  572.         ModeAttributes: 0x1b
  573.         WinAAttributes: 0x7
  574.         WinBAttributes: 0x0
  575.         WinGranularity: 64
  576.         WinSize: 64
  577.         WinASegment: 0xa000
  578.         WinBSegment: 0x0
  579.         WinFuncPtr: 0xc0002a26
  580.         BytesPerScanline: 640
  581.         XResolution: 320
  582.         YResolution: 200
  583.         XCharSize: 8
  584.         YCharSize: 16
  585.         NumberOfPlanes: 1
  586.         BitsPerPixel: 16
  587.         NumberOfBanks: 1
  588.         MemoryModel: 6
  589.         BankSize: 0
  590.         NumberOfImages: 7
  591.         RedMaskSize: 5
  592.         RedFieldPosition: 11
  593.         GreenMaskSize: 6
  594.         GreenFieldPosition: 5
  595.         BlueMaskSize: 5
  596.         BlueFieldPosition: 0
  597.         RsvdMaskSize: 0
  598.         RsvdFieldPosition: 0
  599.         DirectColorModeInfo: 0
  600.         PhysBasePtr: 0x0
  601.         LinBytesPerScanLine: 640
  602.         BnkNumberOfImagePages: 7
  603.         LinNumberOfImagePages: 7
  604.         LinRedMaskSize: 5
  605.         LinRedFieldPosition: 11
  606.         LinGreenMaskSize: 6
  607.         LinGreenFieldPosition: 5
  608.         LinBlueMaskSize: 5
  609.         LinBlueFieldPosition: 0
  610.         LinRsvdMaskSize: 0
  611.         LinRsvdFieldPosition: 0
  612.         MaxPixelClock: 220000000
  613. Mode: 100 (640x400)
  614.         ModeAttributes: 0x1b
  615.         WinAAttributes: 0x7
  616.         WinBAttributes: 0x0
  617.         WinGranularity: 64
  618.         WinSize: 64
  619.         WinASegment: 0xa000
  620.         WinBSegment: 0x0
  621.         WinFuncPtr: 0xc0002a26
  622.         BytesPerScanline: 640
  623.         XResolution: 640
  624.         YResolution: 400
  625.         XCharSize: 8
  626.         YCharSize: 16
  627.         NumberOfPlanes: 1
  628.         BitsPerPixel: 8
  629.         NumberOfBanks: 1
  630.         MemoryModel: 4
  631.         BankSize: 0
  632.         NumberOfImages: 3
  633.         RedMaskSize: 0
  634.         RedFieldPosition: 0
  635.         GreenMaskSize: 0
  636.         GreenFieldPosition: 0
  637.         BlueMaskSize: 0
  638.         BlueFieldPosition: 0
  639.         RsvdMaskSize: 0
  640.         RsvdFieldPosition: 0
  641.         DirectColorModeInfo: 0
  642.         PhysBasePtr: 0x0
  643.         LinBytesPerScanLine: 640
  644.         BnkNumberOfImagePages: 3
  645.         LinNumberOfImagePages: 3
  646.         LinRedMaskSize: 0
  647.         LinRedFieldPosition: 0
  648.         LinGreenMaskSize: 0
  649.         LinGreenFieldPosition: 0
  650.         LinBlueMaskSize: 0
  651.         LinBlueFieldPosition: 0
  652.         LinRsvdMaskSize: 0
  653.         LinRsvdFieldPosition: 0
  654.         MaxPixelClock: 220000000
  655. Mode: 127 (640x400)
  656.         ModeAttributes: 0x1b
  657.         WinAAttributes: 0x7
  658.         WinBAttributes: 0x0
  659.         WinGranularity: 64
  660.         WinSize: 64
  661.         WinASegment: 0xa000
  662.         WinBSegment: 0x0
  663.         WinFuncPtr: 0xc0002a26
  664.         BytesPerScanline: 1280
  665.         XResolution: 640
  666.         YResolution: 400
  667.         XCharSize: 8
  668.         YCharSize: 16
  669.         NumberOfPlanes: 1
  670.         BitsPerPixel: 16
  671.         NumberOfBanks: 1
  672.         MemoryModel: 6
  673.         BankSize: 0
  674.         NumberOfImages: 1
  675.         RedMaskSize: 5
  676.         RedFieldPosition: 11
  677.         GreenMaskSize: 6
  678.         GreenFieldPosition: 5
  679.         BlueMaskSize: 5
  680.         BlueFieldPosition: 0
  681.         RsvdMaskSize: 0
  682.         RsvdFieldPosition: 0
  683.         DirectColorModeInfo: 0
  684.         PhysBasePtr: 0x0
  685.         LinBytesPerScanLine: 1280
  686.         BnkNumberOfImagePages: 1
  687.         LinNumberOfImagePages: 1
  688.         LinRedMaskSize: 5
  689.         LinRedFieldPosition: 11
  690.         LinGreenMaskSize: 6
  691.         LinGreenFieldPosition: 5
  692.         LinBlueMaskSize: 5
  693.         LinBlueFieldPosition: 0
  694.         LinRsvdMaskSize: 0
  695.         LinRsvdFieldPosition: 0
  696.         MaxPixelClock: 220000000
  697. *Mode: 128 (640x400)
  698.         ModeAttributes: 0x1b
  699.         WinAAttributes: 0x7
  700.         WinBAttributes: 0x0
  701.         WinGranularity: 64
  702.         WinSize: 64
  703.         WinASegment: 0xa000
  704.         WinBSegment: 0x0
  705.         WinFuncPtr: 0xc0002a26
  706.         BytesPerScanline: 1920
  707.         XResolution: 640
  708.         YResolution: 400
  709.         XCharSize: 8
  710.         YCharSize: 16
  711.         NumberOfPlanes: 1
  712.         BitsPerPixel: 24
  713.         NumberOfBanks: 1
  714.         MemoryModel: 6
  715.         BankSize: 0
  716.         NumberOfImages: 0
  717.         RedMaskSize: 8
  718.         RedFieldPosition: 16
  719.         GreenMaskSize: 8
  720.         GreenFieldPosition: 8
  721.         BlueMaskSize: 8
  722.         BlueFieldPosition: 0
  723.         RsvdMaskSize: 0
  724.         RsvdFieldPosition: 0
  725.         DirectColorModeInfo: 0
  726.         PhysBasePtr: 0x0
  727.         LinBytesPerScanLine: 1920
  728.         BnkNumberOfImagePages: 0
  729.         LinNumberOfImagePages: 0
  730.         LinRedMaskSize: 8
  731.         LinRedFieldPosition: 16
  732.         LinGreenMaskSize: 8
  733.         LinGreenFieldPosition: 8
  734.         LinBlueMaskSize: 8
  735.         LinBlueFieldPosition: 0
  736.         LinRsvdMaskSize: 0
  737.         LinRsvdFieldPosition: 0
  738.         MaxPixelClock: 220000000
  739. Mode: 101 (640x480)
  740.         ModeAttributes: 0x1b
  741.         WinAAttributes: 0x7
  742.         WinBAttributes: 0x0
  743.         WinGranularity: 64
  744.         WinSize: 64
  745.         WinASegment: 0xa000
  746.         WinBSegment: 0x0
  747.         WinFuncPtr: 0xc0002a26
  748.         BytesPerScanline: 640
  749.         XResolution: 640
  750.         YResolution: 480
  751.         XCharSize: 8
  752.         YCharSize: 16
  753.         NumberOfPlanes: 1
  754.         BitsPerPixel: 8
  755.         NumberOfBanks: 1
  756.         MemoryModel: 4
  757.         BankSize: 0
  758.         NumberOfImages: 2
  759.         RedMaskSize: 0
  760.         RedFieldPosition: 0
  761.         GreenMaskSize: 0
  762.         GreenFieldPosition: 0
  763.         BlueMaskSize: 0
  764.         BlueFieldPosition: 0
  765.         RsvdMaskSize: 0
  766.         RsvdFieldPosition: 0
  767.         DirectColorModeInfo: 0
  768.         PhysBasePtr: 0x0
  769.         LinBytesPerScanLine: 640
  770.         BnkNumberOfImagePages: 2
  771.         LinNumberOfImagePages: 2
  772.         LinRedMaskSize: 0
  773.         LinRedFieldPosition: 0
  774.         LinGreenMaskSize: 0
  775.         LinGreenFieldPosition: 0
  776.         LinBlueMaskSize: 0
  777.         LinBlueFieldPosition: 0
  778.         LinRsvdMaskSize: 0
  779.         LinRsvdFieldPosition: 0
  780.         MaxPixelClock: 220000000
  781. Mode: 110 (640x480)
  782.         ModeAttributes: 0x1b
  783.         WinAAttributes: 0x7
  784.         WinBAttributes: 0x0
  785.         WinGranularity: 64
  786.         WinSize: 64
  787.         WinASegment: 0xa000
  788.         WinBSegment: 0x0
  789.         WinFuncPtr: 0xc0002a26
  790.         BytesPerScanline: 1280
  791.         XResolution: 640
  792.         YResolution: 480
  793.         XCharSize: 8
  794.         YCharSize: 16
  795.         NumberOfPlanes: 1
  796.         BitsPerPixel: 15
  797.         NumberOfBanks: 1
  798.         MemoryModel: 6
  799.         BankSize: 0
  800.         NumberOfImages: 0
  801.         RedMaskSize: 5
  802.         RedFieldPosition: 10
  803.         GreenMaskSize: 5
  804.         GreenFieldPosition: 5
  805.         BlueMaskSize: 5
  806.         BlueFieldPosition: 0
  807.         RsvdMaskSize: 0
  808.         RsvdFieldPosition: 0
  809.         DirectColorModeInfo: 0
  810.         PhysBasePtr: 0x0
  811.         LinBytesPerScanLine: 1280
  812.         BnkNumberOfImagePages: 0
  813.         LinNumberOfImagePages: 0
  814.         LinRedMaskSize: 5
  815.         LinRedFieldPosition: 10
  816.         LinGreenMaskSize: 5
  817.         LinGreenFieldPosition: 5
  818.         LinBlueMaskSize: 5
  819.         LinBlueFieldPosition: 0
  820.         LinRsvdMaskSize: 0
  821.         LinRsvdFieldPosition: 0
  822.         MaxPixelClock: 220000000
  823. Mode: 111 (640x480)
  824.         ModeAttributes: 0x1b
  825.         WinAAttributes: 0x7
  826.         WinBAttributes: 0x0
  827.         WinGranularity: 64
  828.         WinSize: 64
  829.         WinASegment: 0xa000
  830.         WinBSegment: 0x0
  831.         WinFuncPtr: 0xc0002a26
  832.         BytesPerScanline: 1280
  833.         XResolution: 640
  834.         YResolution: 480
  835.         XCharSize: 8
  836.         YCharSize: 16
  837.         NumberOfPlanes: 1
  838.         BitsPerPixel: 16
  839.         NumberOfBanks: 1
  840.         MemoryModel: 6
  841.         BankSize: 0
  842.         NumberOfImages: 0
  843.         RedMaskSize: 5
  844.         RedFieldPosition: 11
  845.         GreenMaskSize: 6
  846.         GreenFieldPosition: 5
  847.         BlueMaskSize: 5
  848.         BlueFieldPosition: 0
  849.         RsvdMaskSize: 0
  850.         RsvdFieldPosition: 0
  851.         DirectColorModeInfo: 0
  852.         PhysBasePtr: 0x0
  853.         LinBytesPerScanLine: 1280
  854.         BnkNumberOfImagePages: 0
  855.         LinNumberOfImagePages: 0
  856.         LinRedMaskSize: 5
  857.         LinRedFieldPosition: 11
  858.         LinGreenMaskSize: 6
  859.         LinGreenFieldPosition: 5
  860.         LinBlueMaskSize: 5
  861.         LinBlueFieldPosition: 0
  862.         LinRsvdMaskSize: 0
  863.         LinRsvdFieldPosition: 0
  864.         MaxPixelClock: 220000000
  865. *Mode: 112 (640x480)
  866.         ModeAttributes: 0x1b
  867.         WinAAttributes: 0x7
  868.         WinBAttributes: 0x0
  869.         WinGranularity: 64
  870.         WinSize: 64
  871.         WinASegment: 0xa000
  872.         WinBSegment: 0x0
  873.         WinFuncPtr: 0xc0002a26
  874.         BytesPerScanline: 1920
  875.         XResolution: 640
  876.         YResolution: 480
  877.         XCharSize: 8
  878.         YCharSize: 16
  879.         NumberOfPlanes: 1
  880.         BitsPerPixel: 24
  881.         NumberOfBanks: 1
  882.         MemoryModel: 6
  883.         BankSize: 0
  884.         NumberOfImages: 0
  885.         RedMaskSize: 8
  886.         RedFieldPosition: 16
  887.         GreenMaskSize: 8
  888.         GreenFieldPosition: 8
  889.         BlueMaskSize: 8
  890.         BlueFieldPosition: 0
  891.         RsvdMaskSize: 0
  892.         RsvdFieldPosition: 0
  893.         DirectColorModeInfo: 0
  894.         PhysBasePtr: 0x0
  895.         LinBytesPerScanLine: 1920
  896.         BnkNumberOfImagePages: 0
  897.         LinNumberOfImagePages: 0
  898.         LinRedMaskSize: 8
  899.         LinRedFieldPosition: 16
  900.         LinGreenMaskSize: 8
  901.         LinGreenFieldPosition: 8
  902.         LinBlueMaskSize: 8
  903.         LinBlueFieldPosition: 0
  904.         LinRsvdMaskSize: 0
  905.         LinRsvdFieldPosition: 0
  906.         MaxPixelClock: 220000000
  907. Mode: 102 (800x600)
  908.         ModeAttributes: 0x1b
  909.         WinAAttributes: 0x7
  910.         WinBAttributes: 0x0
  911.         WinGranularity: 64
  912.         WinSize: 64
  913.         WinASegment: 0xa000
  914.         WinBSegment: 0x0
  915.         WinFuncPtr: 0xc0002a26
  916.         BytesPerScanline: 100
  917.         XResolution: 800
  918.         YResolution: 600
  919.         XCharSize: 8
  920.         YCharSize: 16
  921.         NumberOfPlanes: 4
  922.         BitsPerPixel: 4
  923.         NumberOfBanks: 1
  924.         MemoryModel: 3
  925.         BankSize: 0
  926.         NumberOfImages: 0
  927.         RedMaskSize: 0
  928.         RedFieldPosition: 0
  929.         GreenMaskSize: 0
  930.         GreenFieldPosition: 0
  931.         BlueMaskSize: 0
  932.         BlueFieldPosition: 0
  933.         RsvdMaskSize: 0
  934.         RsvdFieldPosition: 0
  935.         DirectColorModeInfo: 0
  936.         PhysBasePtr: 0x0
  937.         LinBytesPerScanLine: 100
  938.         BnkNumberOfImagePages: 0
  939.         LinNumberOfImagePages: 0
  940.         LinRedMaskSize: 0
  941.         LinRedFieldPosition: 0
  942.         LinGreenMaskSize: 0
  943.         LinGreenFieldPosition: 0
  944.         LinBlueMaskSize: 0
  945.         LinBlueFieldPosition: 0
  946.         LinRsvdMaskSize: 0
  947.         LinRsvdFieldPosition: 0
  948.         MaxPixelClock: 220000000
  949. Mode: 103 (800x600)
  950.         ModeAttributes: 0x1b
  951.         WinAAttributes: 0x7
  952.         WinBAttributes: 0x0
  953.         WinGranularity: 64
  954.         WinSize: 64
  955.         WinASegment: 0xa000
  956.         WinBSegment: 0x0
  957.         WinFuncPtr: 0xc0002a26
  958.         BytesPerScanline: 800
  959.         XResolution: 800
  960.         YResolution: 600
  961.         XCharSize: 8
  962.         YCharSize: 16
  963.         NumberOfPlanes: 1
  964.         BitsPerPixel: 8
  965.         NumberOfBanks: 1
  966.         MemoryModel: 4
  967.         BankSize: 0
  968.         NumberOfImages: 1
  969.         RedMaskSize: 0
  970.         RedFieldPosition: 0
  971.         GreenMaskSize: 0
  972.         GreenFieldPosition: 0
  973.         BlueMaskSize: 0
  974.         BlueFieldPosition: 0
  975.         RsvdMaskSize: 0
  976.         RsvdFieldPosition: 0
  977.         DirectColorModeInfo: 0
  978.         PhysBasePtr: 0x0
  979.         LinBytesPerScanLine: 800
  980.         BnkNumberOfImagePages: 1
  981.         LinNumberOfImagePages: 1
  982.         LinRedMaskSize: 0
  983.         LinRedFieldPosition: 0
  984.         LinGreenMaskSize: 0
  985.         LinGreenFieldPosition: 0
  986.         LinBlueMaskSize: 0
  987.         LinBlueFieldPosition: 0
  988.         LinRsvdMaskSize: 0
  989.         LinRsvdFieldPosition: 0
  990.         MaxPixelClock: 220000000
  991. Mode: 113 (800x600)
  992.         ModeAttributes: 0x1b
  993.         WinAAttributes: 0x7
  994.         WinBAttributes: 0x0
  995.         WinGranularity: 64
  996.         WinSize: 64
  997.         WinASegment: 0xa000
  998.         WinBSegment: 0x0
  999.         WinFuncPtr: 0xc0002a26
  1000.         BytesPerScanline: 1600
  1001.         XResolution: 800
  1002.         YResolution: 600
  1003.         XCharSize: 8
  1004.         YCharSize: 16
  1005.         NumberOfPlanes: 1
  1006.         BitsPerPixel: 15
  1007.         NumberOfBanks: 1
  1008.         MemoryModel: 6
  1009.         BankSize: 0
  1010.         NumberOfImages: 0
  1011.         RedMaskSize: 5
  1012.         RedFieldPosition: 10
  1013.         GreenMaskSize: 5
  1014.         GreenFieldPosition: 5
  1015.         BlueMaskSize: 5
  1016.         BlueFieldPosition: 0
  1017.         RsvdMaskSize: 0
  1018.         RsvdFieldPosition: 0
  1019.         DirectColorModeInfo: 0
  1020.         PhysBasePtr: 0x0
  1021.         LinBytesPerScanLine: 1600
  1022.         BnkNumberOfImagePages: 0
  1023.         LinNumberOfImagePages: 0
  1024.         LinRedMaskSize: 5
  1025.         LinRedFieldPosition: 10
  1026.         LinGreenMaskSize: 5
  1027.         LinGreenFieldPosition: 5
  1028.         LinBlueMaskSize: 5
  1029.         LinBlueFieldPosition: 0
  1030.         LinRsvdMaskSize: 0
  1031.         LinRsvdFieldPosition: 0
  1032.         MaxPixelClock: 220000000
  1033. Mode: 114 (800x600)
  1034.         ModeAttributes: 0x1b
  1035.         WinAAttributes: 0x7
  1036.         WinBAttributes: 0x0
  1037.         WinGranularity: 64
  1038.         WinSize: 64
  1039.         WinASegment: 0xa000
  1040.         WinBSegment: 0x0
  1041.         WinFuncPtr: 0xc0002a26
  1042.         BytesPerScanline: 1600
  1043.         XResolution: 800
  1044.         YResolution: 600
  1045.         XCharSize: 8
  1046.         YCharSize: 16
  1047.         NumberOfPlanes: 1
  1048.         BitsPerPixel: 16
  1049.         NumberOfBanks: 1
  1050.         MemoryModel: 6
  1051.         BankSize: 0
  1052.         NumberOfImages: 0
  1053.         RedMaskSize: 5
  1054.         RedFieldPosition: 11
  1055.         GreenMaskSize: 6
  1056.         GreenFieldPosition: 5
  1057.         BlueMaskSize: 5
  1058.         BlueFieldPosition: 0
  1059.         RsvdMaskSize: 0
  1060.         RsvdFieldPosition: 0
  1061.         DirectColorModeInfo: 0
  1062.         PhysBasePtr: 0x0
  1063.         LinBytesPerScanLine: 1600
  1064.         BnkNumberOfImagePages: 0
  1065.         LinNumberOfImagePages: 0
  1066.         LinRedMaskSize: 5
  1067.         LinRedFieldPosition: 11
  1068.         LinGreenMaskSize: 6
  1069.         LinGreenFieldPosition: 5
  1070.         LinBlueMaskSize: 5
  1071.         LinBlueFieldPosition: 0
  1072.         LinRsvdMaskSize: 0
  1073.         LinRsvdFieldPosition: 0
  1074.         MaxPixelClock: 220000000
  1075. Mode: 115 (800x600)
  1076.         ModeAttributes: 0x1a
  1077.         WinAAttributes: 0x7
  1078.         WinBAttributes: 0x0
  1079.         WinGranularity: 64
  1080.         WinSize: 64
  1081.         WinASegment: 0xa000
  1082.         WinBSegment: 0x0
  1083.         WinFuncPtr: 0xc0002a26
  1084.         BytesPerScanline: 2400
  1085.         XResolution: 800
  1086.         YResolution: 600
  1087.         XCharSize: 8
  1088.         YCharSize: 16
  1089.         NumberOfPlanes: 1
  1090.         BitsPerPixel: 24
  1091.         NumberOfBanks: 1
  1092.         MemoryModel: 6
  1093.         BankSize: 0
  1094.         NumberOfImages: 0
  1095.         RedMaskSize: 8
  1096.         RedFieldPosition: 16
  1097.         GreenMaskSize: 8
  1098.         GreenFieldPosition: 8
  1099.         BlueMaskSize: 8
  1100.         BlueFieldPosition: 0
  1101.         RsvdMaskSize: 0
  1102.         RsvdFieldPosition: 0
  1103.         DirectColorModeInfo: 0
  1104.         PhysBasePtr: 0x0
  1105.         LinBytesPerScanLine: 2400
  1106.         BnkNumberOfImagePages: 0
  1107.         LinNumberOfImagePages: 0
  1108.         LinRedMaskSize: 8
  1109.         LinRedFieldPosition: 16
  1110.         LinGreenMaskSize: 8
  1111.         LinGreenFieldPosition: 8
  1112.         LinBlueMaskSize: 8
  1113.         LinBlueFieldPosition: 0
  1114.         LinRsvdMaskSize: 0
  1115.         LinRsvdFieldPosition: 0
  1116.         MaxPixelClock: 220000000
  1117. Mode: 105 (1024x768)
  1118.         ModeAttributes: 0x1b
  1119.         WinAAttributes: 0x7
  1120.         WinBAttributes: 0x0
  1121.         WinGranularity: 64
  1122.         WinSize: 64
  1123.         WinASegment: 0xa000
  1124.         WinBSegment: 0x0
  1125.         WinFuncPtr: 0xc0002a26
  1126.         BytesPerScanline: 1024
  1127.         XResolution: 1024
  1128.         YResolution: 768
  1129.         XCharSize: 8
  1130.         YCharSize: 16
  1131.         NumberOfPlanes: 1
  1132.         BitsPerPixel: 8
  1133.         NumberOfBanks: 1
  1134.         MemoryModel: 4
  1135.         BankSize: 0
  1136.         NumberOfImages: 0
  1137.         RedMaskSize: 0
  1138.         RedFieldPosition: 0
  1139.         GreenMaskSize: 0
  1140.         GreenFieldPosition: 0
  1141.         BlueMaskSize: 0
  1142.         BlueFieldPosition: 0
  1143.         RsvdMaskSize: 0
  1144.         RsvdFieldPosition: 0
  1145.         DirectColorModeInfo: 0
  1146.         PhysBasePtr: 0x0
  1147.         LinBytesPerScanLine: 1024
  1148.         BnkNumberOfImagePages: 0
  1149.         LinNumberOfImagePages: 0
  1150.         LinRedMaskSize: 0
  1151.         LinRedFieldPosition: 0
  1152.         LinGreenMaskSize: 0
  1153.         LinGreenFieldPosition: 0
  1154.         LinBlueMaskSize: 0
  1155.         LinBlueFieldPosition: 0
  1156.         LinRsvdMaskSize: 0
  1157.         LinRsvdFieldPosition: 0
  1158.         MaxPixelClock: 220000000

  1159. (II) VESA(0): Total Memory: 16 64KB banks (1024kB)
  1160. (II) VESA(0): Monitor0: Using hsync range of 30.00-54.00 kHz
  1161. (II) VESA(0): Monitor0: Using vrefresh range of 50.00-120.00 Hz
  1162. (II) VESA(0): Not using mode "800x600" (no mode of this name)
  1163. (--) VESA(0): Virtual size is 640x480 (pitch 640)
  1164. (**) VESA(0):  Built-in mode "640x480"
  1165. (**) VESA(0):  Built-in mode "640x400"
  1166. (--) VESA(0): Display dimensions: (280, 210) mm
  1167. (--) VESA(0): DPI set to (58, 58)
  1168. (II) VESA(0): Attempting to use 85Hz refresh for mode "640x480" (112)
  1169. (II) VESA(0): Attempting to use 85Hz refresh for mode "640x400" (128)
  1170. (**) VESA(0): Using "Shadow Framebuffer"
  1171. (II) Loading sub module "shadow"
  1172. (II) LoadModule: "shadow"
  1173. (II) Loading /usr/lib/xorg/modules/libshadow.so
  1174. (II) Module shadow: vendor="X.Org Foundation"
  1175.         compiled for 7.0.0, module version = 1.0.0
  1176.         ABI class: X.Org ANSI C Emulation, version 0.2
  1177. (II) Loading sub module "fb"
  1178. (II) LoadModule: "fb"
  1179. (II) Loading /usr/lib/xorg/modules/libfb.so
  1180. (II) Module fb: vendor="X.Org Foundation"
  1181.         compiled for 7.0.0, module version = 1.0.0
  1182.         ABI class: X.Org ANSI C Emulation, version 0.2
  1183. (==) Depth 24 pixmap format is 32 bpp
  1184. (II) do I need RAC?  No, I don't.
  1185. (II) resource ranges after preInit:
  1186.         [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[b](B)
  1187.         [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  1188.         [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  1189.         [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  1190.         [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  1191.         [5] -1        0        0xd5000000 - 0xd50000ff (0x100) MX[b]
  1192.         [6] -1        0        0xd6000000 - 0xd607ffff (0x80000) MX[b](B)
  1193.         [7] -1        0        0xd0000000 - 0xd3ffffff (0x4000000) MX[b](B)
  1194.         [8] 0        0        0x000a0000 - 0x000affff (0x10000) MS[b]
  1195.         [9] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[b]
  1196.         [10] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[b]
  1197.         [11] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  1198.         [12] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  1199.         [13] -1        0        0x0000c400 - 0x0000c4ff (0x100) IX[b]
  1200.         [14] -1        0        0x0000c000 - 0x0000c03f (0x40) IX[b]
  1201.         [15] -1        0        0x0000dc00 - 0x0000dc3f (0x40) IX[b]
  1202.         [16] -1        0        0x0000d800 - 0x0000d8ff (0x100) IX[b]
  1203.         [17] -1        0        0x0000d000 - 0x0000d01f (0x20) IX[b]
  1204.         [18] -1        0        0x0000f000 - 0x0000f00f (0x10) IX[b]
  1205.         [19] 0        0        0x000003b0 - 0x000003bb (0xc) IS[b]
  1206.         [20] 0        0        0x000003c0 - 0x000003df (0x20) IS[b]
  1207. (II) Loading sub module "int10"
  1208. (II) LoadModule: "int10"
  1209. (II) Reloading /usr/lib/xorg/modules/libint10.so
  1210. (II) VESA(0): initializing int10
  1211. (II) VESA(0): Primary V_BIOS segment is: 0xc000
  1212. (II) VESA(0): VESA BIOS detected
  1213. (II) VESA(0): VESA VBE Version 3.0
  1214. (II) VESA(0): VESA VBE Total Mem: 1024 kB
  1215. (II) VESA(0): VESA VBE OEM: Intel(R) 8xx Chipset Video BIOS
  1216. (II) VESA(0): VESA VBE OEM Software Rev: 4.0
  1217. (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
  1218. (II) VESA(0): VESA VBE OEM Product: Intel(R) 8xx Chipset
  1219. (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
  1220. (II) VESA(0): virtual address = 0xb7aea000,
  1221.         physical address = 0xa0000, size = 65536
  1222. (==) VESA(0): Default visual is TrueColor
  1223. (==) VESA(0): Backing store disabled
  1224. (**) Option "dpms" "true"
  1225. (**) VESA(0): DPMS enabled
  1226. (==) RandR enabled
  1227. (II) Setting vga for screen 0.
  1228. (II) Initializing built-in extension MIT-SHM
  1229. (II) Initializing built-in extension XInputExtension
  1230. (II) Initializing built-in extension XTEST
  1231. (II) Initializing built-in extension XKEYBOARD
  1232. (II) Initializing built-in extension LBX
  1233. (II) Initializing built-in extension XC-APPGROUP
  1234. (II) Initializing built-in extension SECURITY
  1235. (II) Initializing built-in extension XINERAMA
  1236. (II) Initializing built-in extension XFIXES
  1237. (II) Initializing built-in extension XFree86-Bigfont
  1238. (II) Initializing built-in extension RENDER
  1239. (II) Initializing built-in extension RANDR
  1240. (II) Initializing built-in extension COMPOSITE
  1241. (II) Initializing built-in extension DAMAGE
  1242. (II) Initializing built-in extension XEVIE
  1243. (**) Option "CoreKeyboard"
  1244. (**) Keyboard0: Core Keyboard
  1245. (**) Option "Protocol" "standard"
  1246. (**) Keyboard0: Protocol: standard
  1247. (**) Option "AutoRepeat" "500 30"
  1248. (**) Option "XkbRules" "xorg"
  1249. (**) Keyboard0: XkbRules: "xorg"
  1250. (**) Option "XkbModel" "pc105"
  1251. (**) Keyboard0: XkbModel: "pc105"
  1252. (WW) Option "XkbLayout" requires an string value
  1253. (WW) Option "XkbVariant" requires an string value
  1254. (**) Option "CustomKeycodes" "off"
  1255. (**) Keyboard0: CustomKeycodes disabled
  1256. (**) Option "Protocol" "IMPS/2"
  1257. (**) USB Mouse: Device: "/dev/psaux"
  1258. (**) USB Mouse: Protocol: "IMPS/2"
  1259. (**) Option "SendCoreEvents" "true"
  1260. (**) USB Mouse: always reports core events
  1261. (**) Option "CorePointer"
  1262. (**) USB Mouse: Core Pointer
  1263. (**) Option "Device" "/dev/psaux"
  1264. (**) Option "Buttons" "5"
  1265. (==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
  1266. (**) Option "ZAxisMapping" "4 5"
  1267. (**) USB Mouse: ZAxisMapping: buttons 4 and 5
  1268. (**) USB Mouse: Buttons: 9
  1269. (II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
  1270. (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
  1271. (II) USB Mouse: ps2EnableDataReporting: succeeded
  1272. FreeFontPath: FPE "/usr/share/fonts/misc:unscaled" refcount is 2, should be 1; fixing.
复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则

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