LinuxSir.cn,穿越时空的Linuxsir!

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

squeeze 不能正确识别主板集成的 savage4显卡

[复制链接]
发表于 2009-12-31 09:48:24 | 显示全部楼层 |阅读模式
可能是这显卡太老,连debian都不支持了
lspci  显示为
00:00.0 Host bridge: VIA Technologies, Inc. VT8605 [ProSavage PM133]
00:01.0 PCI bridge: VIA Technologies, Inc. VT8605 [PM133 AGP]
01:00.0 VGA compatible controller: S3 Inc. 86C380 [ProSavageDDR K4M266] (rev 02)

自动生成的xorg.conf:
  1. Section "Device"
  2.         Identifier  "Card0"
  3.         Driver      "savage"
  4.         VendorName  "S3 Inc."
  5.         BoardName   "86C380 ProSavageDDR K4M266"
  6.         BusID       "PCI:1:0:0"
  7. EndSection
复制代码
结果xorg都不能启动,没办法只能把驱动改成vesa


现在我的xorg.conf
  1. Section "Device"
  2.         Identifier  "Card0"
  3.         Driver      "vesa"
  4.         Chipset     "Savage4"
  5.         VendorName  "S3 Inc. Savage4"
  6.         BoardName   "8a22 [Savage4]"
  7.         BusID       "PCI:1:0:0"
  8. EndSection
  9. Section "Screen"
  10.         Identifier "Screen0"
  11.         Device     "Card0"
  12.         Monitor    "Monitor0"
  13.         DefaultDepth 16
  14.         SubSection "Display"
  15.                 Viewport   0 0
  16.                 Depth     16
  17.                 Modes "1024x768"
  18.         EndSubSection
  19. EndSection
复制代码


但又出问题了,按alt+ctl+backspace 没反应 退出xorg或切换到tty2就死机,也不能正常关机
有办法解决吗?
发表于 2009-12-31 17:37:55 | 显示全部楼层
你 安装了那些driver ?
不能启动时Xorg的日志里边有什么异常输出?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-1-1 13:29:47 | 显示全部楼层
刚装的系统,什么driver都没装,

我是改xorg.conf里面的driver项
改成 savage时,startx后死机,重启后
/var/log/xorg.0.log 是空的里面什么都没

改成 vesa 后 startx 可以启动,不过退出时死机,xorg.0.log
  1. X.Org X Server 1.6.5
  2. Release Date: 2009-10-11
  3. X Protocol Version 11, Revision 0
  4. Build Operating System: Linux 2.6.30.8-dsa-ia32 i686 Debian
  5. Current Operating System: Linux squeeze 2.6.30-2-486 #1 Thu Dec 3 23:32:25 UTC 2009 i686
  6. Build Date: 13 October 2009  11:25:51AM
  7. xorg-server 2:1.6.5-1 (buildd@murphy.debian.org)
  8.         Before reporting problems, check http://wiki.x.org
  9.         to make sure that you have the latest version.
  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: Fri Jan  1 22:21:20 2010
  14. (==) Using config file: "/etc/X11/xorg.conf"
  15. (==) ServerLayout "X.org Configured"
  16. (**) |-->Screen "Screen0" (0)
  17. (**) |   |-->Monitor "Monitor0"
  18. (**) |   |-->Device "Card0"
  19. (**) |-->Input Device "Mouse0"
  20. (**) |-->Input Device "Keyboard0"
  21. (==) Automatically adding devices
  22. (==) Automatically enabling devices
  23. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
  24.         Entry deleted from font path.
  25. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
  26.         Entry deleted from font path.
  27. (**) FontPath set to:
  28.         /usr/share/fonts/X11/misc,
  29.         /usr/share/fonts/X11/100dpi/:unscaled,
  30.         /usr/share/fonts/X11/75dpi/:unscaled,
  31.         /usr/share/fonts/X11/Type1,
  32.         /usr/share/fonts/X11/100dpi,
  33.         /usr/share/fonts/X11/75dpi,
  34.         /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
  35.         built-ins,
  36.         /usr/share/fonts/X11/misc,
  37.         /usr/share/fonts/X11/100dpi/:unscaled,
  38.         /usr/share/fonts/X11/75dpi/:unscaled,
  39.         /usr/share/fonts/X11/Type1,
  40.         /usr/share/fonts/X11/100dpi,
  41.         /usr/share/fonts/X11/75dpi,
  42.         /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
  43.         built-ins
  44. (**) ModulePath set to "/usr/lib/xorg/modules"
  45. (II) Cannot locate a core keyboard device.
  46. (II) The server relies on HAL to provide the list of input devices.
  47.         If no devices become available, reconfigure HAL or disable AllowEmptyInput.
  48. (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
  49. (WW) Disabling Keyboard0
  50. (II) Loader magic: 0x6c0
  51. (II) Module ABI versions:
  52.         X.Org ANSI C Emulation: 0.4
  53.         X.Org Video Driver: 5.0
  54.         X.Org XInput driver : 4.0
  55.         X.Org Server Extension : 2.0
  56. (II) Loader running on linux
  57. (--) using VT number 7
  58. (--) PCI:*(0:1:0:0) 5333:8d01:1071:7068 S3 Inc. 86C380 [ProSavageDDR K4M266] rev 2, Mem @ 0xe0000000/524288, 0x90000000/134217728, BIOS @ 0x????????/65536
  59. (II) Open ACPI successful (/var/run/acpid.socket)
  60. (II) System resource ranges:
  61.         [0] -1        0        0xffffffff - 0xffffffff (0x1) MX[b]
  62.         [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  63.         [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  64.         [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  65.         [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  66.         [5] -1        0        0x00000000 - 0x00000000 (0x1) IX[b]
  67. (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
  68. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
  69. (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
  70. (II) "record" will be loaded. This was enabled by default and also specified in the config file.
  71. (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
  72. (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
  73. (II) LoadModule: "dri2"
  74. (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
  75. (II) Module dri2: vendor="X.Org Foundation"
  76.         compiled for 1.6.5, module version = 1.1.0
  77.         ABI class: X.Org Server Extension, version 2.0
  78. (II) Loading extension DRI2
  79. (II) LoadModule: "glx"
  80. (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
  81. (II) Module glx: vendor="X.Org Foundation"
  82.         compiled for 1.6.5, module version = 1.0.0
  83.         ABI class: X.Org Server Extension, version 2.0
  84. (==) AIGLX enabled
  85. (II) Loading extension GLX
  86. (II) LoadModule: "record"
  87. (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
  88. (II) Module record: vendor="X.Org Foundation"
  89.         compiled for 1.6.5, module version = 1.13.0
  90.         Module class: X.Org Server Extension
  91.         ABI class: X.Org Server Extension, version 2.0
  92. (II) Loading extension RECORD
  93. (II) LoadModule: "extmod"
  94. (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
  95. (II) Module extmod: vendor="X.Org Foundation"
  96.         compiled for 1.6.5, module version = 1.0.0
  97.         Module class: X.Org Server Extension
  98.         ABI class: X.Org Server Extension, version 2.0
  99. (II) Loading extension SELinux
  100. (II) Loading extension MIT-SCREEN-SAVER
  101. (II) Loading extension XFree86-VidModeExtension
  102. (II) Loading extension XFree86-DGA
  103. (II) Loading extension DPMS
  104. (II) Loading extension XVideo
  105. (II) Loading extension XVideo-MotionCompensation
  106. (II) Loading extension X-Resource
  107. (II) LoadModule: "dri"
  108. (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
  109. (II) Module dri: vendor="X.Org Foundation"
  110.         compiled for 1.6.5, module version = 1.0.0
  111.         ABI class: X.Org Server Extension, version 2.0
  112. (II) Loading extension XFree86-DRI
  113. (II) LoadModule: "dbe"
  114. (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
  115. (II) Module dbe: vendor="X.Org Foundation"
  116.         compiled for 1.6.5, module version = 1.0.0
  117.         Module class: X.Org Server Extension
  118.         ABI class: X.Org Server Extension, version 2.0
  119. (II) Loading extension DOUBLE-BUFFER
  120. (II) LoadModule: "vesa"
  121. (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
  122. (II) Module vesa: vendor="X.Org Foundation"
  123.         compiled for 1.6.2.901, module version = 2.2.1
  124.         Module class: X.Org Video Driver
  125.         ABI class: X.Org Video Driver, version 5.0
  126. (II) LoadModule: "synaptics"
  127. (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
  128. (II) Module synaptics: vendor="X.Org Foundation"
  129.         compiled for 1.6.5, module version = 1.2.0
  130.         Module class: X.Org XInput Driver
  131.         ABI class: X.Org XInput driver, version 4.0
  132. (II) VESA: driver for VESA chipsets: vesa
  133. (II) Primary Device is: PCI 01@00:00:0
  134. (II) resource ranges after probing:
  135.         [0] -1        0        0xffffffff - 0xffffffff (0x1) MX[b]
  136.         [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  137.         [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  138.         [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  139.         [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  140.         [5] -1        0        0x00000000 - 0x00000000 (0x1) IX[b]
  141. (II) Loading sub module "vbe"
  142. (II) LoadModule: "vbe"
  143. (II) Loading /usr/lib/xorg/modules//libvbe.so
  144. (II) Module vbe: vendor="X.Org Foundation"
  145.         compiled for 1.6.5, module version = 1.1.0
  146.         ABI class: X.Org Video Driver, version 5.0
  147. (II) Loading sub module "int10"
  148. (II) LoadModule: "int10"
  149. (II) Loading /usr/lib/xorg/modules//libint10.so
  150. (II) Module int10: vendor="X.Org Foundation"
  151.         compiled for 1.6.5, module version = 1.0.0
  152.         ABI class: X.Org Video Driver, version 5.0
  153. (II) VESA(0): initializing int10
  154. (II) VESA(0): Primary V_BIOS segment is: 0xc000
  155. (II) VESA(0): VESA BIOS detected
  156. (II) VESA(0): VESA VBE Version 2.0
  157. (II) VESA(0): VESA VBE Total Mem: 15296 kB
  158. (II) VESA(0): VESA VBE OEM: S3 Incorporated. Twister BIOS
  159. (II) VESA(0): VESA VBE OEM Software Rev: 1.0
  160. (II) VESA(0): VESA VBE OEM Vendor: S3 Incorporated.
  161. (II) VESA(0): VESA VBE OEM Product: VBE 2.0
  162. (II) VESA(0): VESA VBE OEM Product Rev: Rev 1.1
  163. (**) VESA(0): Depth 16, (--) framebuffer bpp 16
  164. (==) VESA(0): RGB weight 565
  165. (==) VESA(0): Default visual is TrueColor
  166. (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
  167. (II) Loading sub module "ddc"
  168. (II) LoadModule: "ddc"
  169. (II) Module "ddc" already built-in
  170. (II) VESA(0): VESA VBE DDC supported
  171. (II) VESA(0): VESA VBE DDC Level none
  172. (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
  173. (II) VESA(0): VESA VBE DDC read failed
  174. (II) VESA(0): VESA VBE PanelID read successfully
  175. (II) VESA(0): PanelID returned panel resolution 1024x768
  176. (II) VESA(0): Searching for matching VESA mode(s):
  177. Mode: 100 (640x400)
  178.         ModeAttributes: 0x9b
  179.         WinAAttributes: 0x7
  180.         WinBAttributes: 0x0
  181.         WinGranularity: 64
  182.         WinSize: 64
  183.         WinASegment: 0xa000
  184.         WinBSegment: 0xa000
  185.         WinFuncPtr: 0xc0007cc2
  186.         BytesPerScanline: 640
  187.         XResolution: 640
  188.         YResolution: 400
  189.         XCharSize: 8
  190.         YCharSize: 16
  191.         NumberOfPlanes: 1
  192.         BitsPerPixel: 8
  193.         NumberOfBanks: 1
  194.         MemoryModel: 4
  195.         BankSize: 0
  196.         NumberOfImages: 58
  197.         RedMaskSize: 0
  198.         RedFieldPosition: 0
  199.         GreenMaskSize: 0
  200.         GreenFieldPosition: 0
  201.         BlueMaskSize: 0
  202.         BlueFieldPosition: 0
  203.         RsvdMaskSize: 0
  204.         RsvdFieldPosition: 0
  205.         DirectColorModeInfo: 0
  206.         PhysBasePtr: 0x90000000
  207. Mode: 101 (640x480)
  208.         ModeAttributes: 0x9b
  209.         WinAAttributes: 0x7
  210.         WinBAttributes: 0x0
  211.         WinGranularity: 64
  212.         WinSize: 64
  213.         WinASegment: 0xa000
  214.         WinBSegment: 0xa000
  215.         WinFuncPtr: 0xc0007cc2
  216.         BytesPerScanline: 640
  217.         XResolution: 640
  218.         YResolution: 480
  219.         XCharSize: 8
  220.         YCharSize: 16
  221.         NumberOfPlanes: 1
  222.         BitsPerPixel: 8
  223.         NumberOfBanks: 1
  224.         MemoryModel: 4
  225.         BankSize: 0
  226.         NumberOfImages: 46
  227.         RedMaskSize: 0
  228.         RedFieldPosition: 0
  229.         GreenMaskSize: 0
  230.         GreenFieldPosition: 0
  231.         BlueMaskSize: 0
  232.         BlueFieldPosition: 0
  233.         RsvdMaskSize: 0
  234.         RsvdFieldPosition: 0
  235.         DirectColorModeInfo: 0
  236.         PhysBasePtr: 0x90000000
  237. Mode: 102 (800x600)
  238.         ModeAttributes: 0x1b
  239.         WinAAttributes: 0x7
  240.         WinBAttributes: 0x0
  241.         WinGranularity: 64
  242.         WinSize: 64
  243.         WinASegment: 0xa000
  244.         WinBSegment: 0xa000
  245.         WinFuncPtr: 0xc0007cc2
  246.         BytesPerScanline: 100
  247.         XResolution: 800
  248.         YResolution: 600
  249.         XCharSize: 8
  250.         YCharSize: 8
  251.         NumberOfPlanes: 4
  252.         BitsPerPixel: 4
  253.         NumberOfBanks: 1
  254.         MemoryModel: 3
  255.         BankSize: 0
  256.         NumberOfImages: 58
  257.         RedMaskSize: 0
  258.         RedFieldPosition: 0
  259.         GreenMaskSize: 0
  260.         GreenFieldPosition: 0
  261.         BlueMaskSize: 0
  262.         BlueFieldPosition: 0
  263.         RsvdMaskSize: 0
  264.         RsvdFieldPosition: 0
  265.         DirectColorModeInfo: 0
  266.         PhysBasePtr: 0x0
  267. Mode: 103 (800x600)
  268.         ModeAttributes: 0x9b
  269.         WinAAttributes: 0x7
  270.         WinBAttributes: 0x0
  271.         WinGranularity: 64
  272.         WinSize: 64
  273.         WinASegment: 0xa000
  274.         WinBSegment: 0xa000
  275.         WinFuncPtr: 0xc0007cc2
  276.         BytesPerScanline: 800
  277.         XResolution: 800
  278.         YResolution: 600
  279.         XCharSize: 8
  280.         YCharSize: 8
  281.         NumberOfPlanes: 1
  282.         BitsPerPixel: 8
  283.         NumberOfBanks: 1
  284.         MemoryModel: 4
  285.         BankSize: 0
  286.         NumberOfImages: 28
  287.         RedMaskSize: 0
  288.         RedFieldPosition: 0
  289.         GreenMaskSize: 0
  290.         GreenFieldPosition: 0
  291.         BlueMaskSize: 0
  292.         BlueFieldPosition: 0
  293.         RsvdMaskSize: 0
  294.         RsvdFieldPosition: 0
  295.         DirectColorModeInfo: 0
  296.         PhysBasePtr: 0x90000000
  297. Mode: 105 (1024x768)
  298.         ModeAttributes: 0x9b
  299.         WinAAttributes: 0x7
  300.         WinBAttributes: 0x0
  301.         WinGranularity: 64
  302.         WinSize: 64
  303.         WinASegment: 0xa000
  304.         WinBSegment: 0xa000
  305.         WinFuncPtr: 0xc0007cc2
  306.         BytesPerScanline: 1024
  307.         XResolution: 1024
  308.         YResolution: 768
  309.         XCharSize: 8
  310.         YCharSize: 16
  311.         NumberOfPlanes: 1
  312.         BitsPerPixel: 8
  313.         NumberOfBanks: 1
  314.         MemoryModel: 4
  315.         BankSize: 0
  316.         NumberOfImages: 18
  317.         RedMaskSize: 0
  318.         RedFieldPosition: 0
  319.         GreenMaskSize: 0
  320.         GreenFieldPosition: 0
  321.         BlueMaskSize: 0
  322.         BlueFieldPosition: 0
  323.         RsvdMaskSize: 0
  324.         RsvdFieldPosition: 0
  325.         DirectColorModeInfo: 0
  326.         PhysBasePtr: 0x90000000
  327. Mode: 107 (1280x1024)
  328.         ModeAttributes: 0x9b
  329.         WinAAttributes: 0x7
  330.         WinBAttributes: 0x0
  331.         WinGranularity: 64
  332.         WinSize: 64
  333.         WinASegment: 0xa000
  334.         WinBSegment: 0xa000
  335.         WinFuncPtr: 0xc0007cc2
  336.         BytesPerScanline: 1280
  337.         XResolution: 1280
  338.         YResolution: 1024
  339.         XCharSize: 8
  340.         YCharSize: 16
  341.         NumberOfPlanes: 1
  342.         BitsPerPixel: 8
  343.         NumberOfBanks: 1
  344.         MemoryModel: 4
  345.         BankSize: 0
  346.         NumberOfImages: 10
  347.         RedMaskSize: 0
  348.         RedFieldPosition: 0
  349.         GreenMaskSize: 0
  350.         GreenFieldPosition: 0
  351.         BlueMaskSize: 0
  352.         BlueFieldPosition: 0
  353.         RsvdMaskSize: 0
  354.         RsvdFieldPosition: 0
  355.         DirectColorModeInfo: 0
  356.         PhysBasePtr: 0x90000000
  357. *Mode: 10e (320x200)
  358.         ModeAttributes: 0x9b
  359.         WinAAttributes: 0x7
  360.         WinBAttributes: 0x0
  361.         WinGranularity: 64
  362.         WinSize: 64
  363.         WinASegment: 0xa000
  364.         WinBSegment: 0xa000
  365.         WinFuncPtr: 0xc0007cc2
  366.         BytesPerScanline: 640
  367.         XResolution: 320
  368.         YResolution: 200
  369.         XCharSize: 8
  370.         YCharSize: 16
  371.         NumberOfPlanes: 1
  372.         BitsPerPixel: 16
  373.         NumberOfBanks: 1
  374.         MemoryModel: 6
  375.         BankSize: 0
  376.         NumberOfImages: 118
  377.         RedMaskSize: 5
  378.         RedFieldPosition: 11
  379.         GreenMaskSize: 6
  380.         GreenFieldPosition: 5
  381.         BlueMaskSize: 5
  382.         BlueFieldPosition: 0
  383.         RsvdMaskSize: 0
  384.         RsvdFieldPosition: 0
  385.         DirectColorModeInfo: 0
  386.         PhysBasePtr: 0x90000000
  387. Mode: 10f (320x200)
  388.         ModeAttributes: 0x9b
  389.         WinAAttributes: 0x7
  390.         WinBAttributes: 0x0
  391.         WinGranularity: 64
  392.         WinSize: 64
  393.         WinASegment: 0xa000
  394.         WinBSegment: 0xa000
  395.         WinFuncPtr: 0xc0007cc2
  396.         BytesPerScanline: 1280
  397.         XResolution: 320
  398.         YResolution: 200
  399.         XCharSize: 8
  400.         YCharSize: 16
  401.         NumberOfPlanes: 1
  402.         BitsPerPixel: 32
  403.         NumberOfBanks: 1
  404.         MemoryModel: 6
  405.         BankSize: 0
  406.         NumberOfImages: 58
  407.         RedMaskSize: 8
  408.         RedFieldPosition: 16
  409.         GreenMaskSize: 8
  410.         GreenFieldPosition: 8
  411.         BlueMaskSize: 8
  412.         BlueFieldPosition: 0
  413.         RsvdMaskSize: 8
  414.         RsvdFieldPosition: 24
  415.         DirectColorModeInfo: 0
  416.         PhysBasePtr: 0x90000000
  417. *Mode: 111 (640x480)
  418.         ModeAttributes: 0x9b
  419.         WinAAttributes: 0x7
  420.         WinBAttributes: 0x0
  421.         WinGranularity: 64
  422.         WinSize: 64
  423.         WinASegment: 0xa000
  424.         WinBSegment: 0xa000
  425.         WinFuncPtr: 0xc0007cc2
  426.         BytesPerScanline: 1280
  427.         XResolution: 640
  428.         YResolution: 480
  429.         XCharSize: 8
  430.         YCharSize: 16
  431.         NumberOfPlanes: 1
  432.         BitsPerPixel: 16
  433.         NumberOfBanks: 1
  434.         MemoryModel: 6
  435.         BankSize: 0
  436.         NumberOfImages: 22
  437.         RedMaskSize: 5
  438.         RedFieldPosition: 11
  439.         GreenMaskSize: 6
  440.         GreenFieldPosition: 5
  441.         BlueMaskSize: 5
  442.         BlueFieldPosition: 0
  443.         RsvdMaskSize: 0
  444.         RsvdFieldPosition: 0
  445.         DirectColorModeInfo: 0
  446.         PhysBasePtr: 0x90000000
  447. Mode: 112 (640x480)
  448.         ModeAttributes: 0x9b
  449.         WinAAttributes: 0x7
  450.         WinBAttributes: 0x0
  451.         WinGranularity: 64
  452.         WinSize: 64
  453.         WinASegment: 0xa000
  454.         WinBSegment: 0xa000
  455.         WinFuncPtr: 0xc0007cc2
  456.         BytesPerScanline: 2560
  457.         XResolution: 640
  458.         YResolution: 480
  459.         XCharSize: 8
  460.         YCharSize: 16
  461.         NumberOfPlanes: 1
  462.         BitsPerPixel: 32
  463.         NumberOfBanks: 1
  464.         MemoryModel: 6
  465.         BankSize: 0
  466.         NumberOfImages: 11
  467.         RedMaskSize: 8
  468.         RedFieldPosition: 16
  469.         GreenMaskSize: 8
  470.         GreenFieldPosition: 8
  471.         BlueMaskSize: 8
  472.         BlueFieldPosition: 0
  473.         RsvdMaskSize: 8
  474.         RsvdFieldPosition: 24
  475.         DirectColorModeInfo: 0
  476.         PhysBasePtr: 0x90000000
  477. *Mode: 114 (800x600)
  478.         ModeAttributes: 0x9b
  479.         WinAAttributes: 0x7
  480.         WinBAttributes: 0x0
  481.         WinGranularity: 64
  482.         WinSize: 64
  483.         WinASegment: 0xa000
  484.         WinBSegment: 0xa000
  485.         WinFuncPtr: 0xc0007cc2
  486.         BytesPerScanline: 1600
  487.         XResolution: 800
  488.         YResolution: 600
  489.         XCharSize: 8
  490.         YCharSize: 8
  491.         NumberOfPlanes: 1
  492.         BitsPerPixel: 16
  493.         NumberOfBanks: 1
  494.         MemoryModel: 6
  495.         BankSize: 0
  496.         NumberOfImages: 14
  497.         RedMaskSize: 5
  498.         RedFieldPosition: 11
  499.         GreenMaskSize: 6
  500.         GreenFieldPosition: 5
  501.         BlueMaskSize: 5
  502.         BlueFieldPosition: 0
  503.         RsvdMaskSize: 0
  504.         RsvdFieldPosition: 0
  505.         DirectColorModeInfo: 0
  506.         PhysBasePtr: 0x90000000
  507. Mode: 115 (800x600)
  508.         ModeAttributes: 0x9b
  509.         WinAAttributes: 0x7
  510.         WinBAttributes: 0x0
  511.         WinGranularity: 64
  512.         WinSize: 64
  513.         WinASegment: 0xa000
  514.         WinBSegment: 0xa000
  515.         WinFuncPtr: 0xc0007cc2
  516.         BytesPerScanline: 3200
  517.         XResolution: 800
  518.         YResolution: 600
  519.         XCharSize: 8
  520.         YCharSize: 8
  521.         NumberOfPlanes: 1
  522.         BitsPerPixel: 32
  523.         NumberOfBanks: 1
  524.         MemoryModel: 6
  525.         BankSize: 0
  526.         NumberOfImages: 6
  527.         RedMaskSize: 8
  528.         RedFieldPosition: 16
  529.         GreenMaskSize: 8
  530.         GreenFieldPosition: 8
  531.         BlueMaskSize: 8
  532.         BlueFieldPosition: 0
  533.         RsvdMaskSize: 8
  534.         RsvdFieldPosition: 24
  535.         DirectColorModeInfo: 0
  536.         PhysBasePtr: 0x90000000
  537. *Mode: 117 (1024x768)
  538.         ModeAttributes: 0x9b
  539.         WinAAttributes: 0x7
  540.         WinBAttributes: 0x0
  541.         WinGranularity: 64
  542.         WinSize: 64
  543.         WinASegment: 0xa000
  544.         WinBSegment: 0xa000
  545.         WinFuncPtr: 0xc0007cc2
  546.         BytesPerScanline: 2048
  547.         XResolution: 1024
  548.         YResolution: 768
  549.         XCharSize: 8
  550.         YCharSize: 16
  551.         NumberOfPlanes: 1
  552.         BitsPerPixel: 16
  553.         NumberOfBanks: 1
  554.         MemoryModel: 6
  555.         BankSize: 0
  556.         NumberOfImages: 8
  557.         RedMaskSize: 5
  558.         RedFieldPosition: 11
  559.         GreenMaskSize: 6
  560.         GreenFieldPosition: 5
  561.         BlueMaskSize: 5
  562.         BlueFieldPosition: 0
  563.         RsvdMaskSize: 0
  564.         RsvdFieldPosition: 0
  565.         DirectColorModeInfo: 0
  566.         PhysBasePtr: 0x90000000
  567. Mode: 118 (1024x768)
  568.         ModeAttributes: 0x9b
  569.         WinAAttributes: 0x7
  570.         WinBAttributes: 0x0
  571.         WinGranularity: 64
  572.         WinSize: 64
  573.         WinASegment: 0xa000
  574.         WinBSegment: 0xa000
  575.         WinFuncPtr: 0xc0007cc2
  576.         BytesPerScanline: 4096
  577.         XResolution: 1024
  578.         YResolution: 768
  579.         XCharSize: 8
  580.         YCharSize: 16
  581.         NumberOfPlanes: 1
  582.         BitsPerPixel: 32
  583.         NumberOfBanks: 1
  584.         MemoryModel: 6
  585.         BankSize: 0
  586.         NumberOfImages: 3
  587.         RedMaskSize: 8
  588.         RedFieldPosition: 16
  589.         GreenMaskSize: 8
  590.         GreenFieldPosition: 8
  591.         BlueMaskSize: 8
  592.         BlueFieldPosition: 0
  593.         RsvdMaskSize: 8
  594.         RsvdFieldPosition: 24
  595.         DirectColorModeInfo: 0
  596.         PhysBasePtr: 0x90000000
  597. *Mode: 11a (1280x1024)
  598.         ModeAttributes: 0x9b
  599.         WinAAttributes: 0x7
  600.         WinBAttributes: 0x0
  601.         WinGranularity: 64
  602.         WinSize: 64
  603.         WinASegment: 0xa000
  604.         WinBSegment: 0xa000
  605.         WinFuncPtr: 0xc0007cc2
  606.         BytesPerScanline: 2560
  607.         XResolution: 1280
  608.         YResolution: 1024
  609.         XCharSize: 8
  610.         YCharSize: 16
  611.         NumberOfPlanes: 1
  612.         BitsPerPixel: 16
  613.         NumberOfBanks: 1
  614.         MemoryModel: 6
  615.         BankSize: 0
  616.         NumberOfImages: 4
  617.         RedMaskSize: 5
  618.         RedFieldPosition: 11
  619.         GreenMaskSize: 6
  620.         GreenFieldPosition: 5
  621.         BlueMaskSize: 5
  622.         BlueFieldPosition: 0
  623.         RsvdMaskSize: 0
  624.         RsvdFieldPosition: 0
  625.         DirectColorModeInfo: 0
  626.         PhysBasePtr: 0x90000000
  627. Mode: 11b (1280x1024)
  628.         ModeAttributes: 0x9b
  629.         WinAAttributes: 0x7
  630.         WinBAttributes: 0x0
  631.         WinGranularity: 64
  632.         WinSize: 64
  633.         WinASegment: 0xa000
  634.         WinBSegment: 0xa000
  635.         WinFuncPtr: 0xc0007cc2
  636.         BytesPerScanline: 5120
  637.         XResolution: 1280
  638.         YResolution: 1024
  639.         XCharSize: 8
  640.         YCharSize: 16
  641.         NumberOfPlanes: 1
  642.         BitsPerPixel: 32
  643.         NumberOfBanks: 1
  644.         MemoryModel: 6
  645.         BankSize: 0
  646.         NumberOfImages: 1
  647.         RedMaskSize: 8
  648.         RedFieldPosition: 16
  649.         GreenMaskSize: 8
  650.         GreenFieldPosition: 8
  651.         BlueMaskSize: 8
  652.         BlueFieldPosition: 0
  653.         RsvdMaskSize: 8
  654.         RsvdFieldPosition: 24
  655.         DirectColorModeInfo: 0
  656.         PhysBasePtr: 0x90000000
  657. *Mode: 11d (640x400)
  658.         ModeAttributes: 0x9b
  659.         WinAAttributes: 0x7
  660.         WinBAttributes: 0x0
  661.         WinGranularity: 64
  662.         WinSize: 64
  663.         WinASegment: 0xa000
  664.         WinBSegment: 0xa000
  665.         WinFuncPtr: 0xc0007cc2
  666.         BytesPerScanline: 1280
  667.         XResolution: 640
  668.         YResolution: 400
  669.         XCharSize: 8
  670.         YCharSize: 16
  671.         NumberOfPlanes: 1
  672.         BitsPerPixel: 16
  673.         NumberOfBanks: 1
  674.         MemoryModel: 6
  675.         BankSize: 0
  676.         NumberOfImages: 28
  677.         RedMaskSize: 5
  678.         RedFieldPosition: 11
  679.         GreenMaskSize: 6
  680.         GreenFieldPosition: 5
  681.         BlueMaskSize: 5
  682.         BlueFieldPosition: 0
  683.         RsvdMaskSize: 0
  684.         RsvdFieldPosition: 0
  685.         DirectColorModeInfo: 0
  686.         PhysBasePtr: 0x90000000
  687. Mode: 11e (640x400)
  688.         ModeAttributes: 0x9b
  689.         WinAAttributes: 0x7
  690.         WinBAttributes: 0x0
  691.         WinGranularity: 64
  692.         WinSize: 64
  693.         WinASegment: 0xa000
  694.         WinBSegment: 0xa000
  695.         WinFuncPtr: 0xc0007cc2
  696.         BytesPerScanline: 2560
  697.         XResolution: 640
  698.         YResolution: 400
  699.         XCharSize: 8
  700.         YCharSize: 16
  701.         NumberOfPlanes: 1
  702.         BitsPerPixel: 32
  703.         NumberOfBanks: 1
  704.         MemoryModel: 6
  705.         BankSize: 0
  706.         NumberOfImages: 13
  707.         RedMaskSize: 8
  708.         RedFieldPosition: 16
  709.         GreenMaskSize: 8
  710.         GreenFieldPosition: 8
  711.         BlueMaskSize: 8
  712.         BlueFieldPosition: 0
  713.         RsvdMaskSize: 8
  714.         RsvdFieldPosition: 24
  715.         DirectColorModeInfo: 0
  716.         PhysBasePtr: 0x90000000
  717. Mode: 120 (1600x1200)
  718.         ModeAttributes: 0x9b
  719.         WinAAttributes: 0x7
  720.         WinBAttributes: 0x0
  721.         WinGranularity: 64
  722.         WinSize: 64
  723.         WinASegment: 0xa000
  724.         WinBSegment: 0xa000
  725.         WinFuncPtr: 0xc0007cc2
  726.         BytesPerScanline: 1600
  727.         XResolution: 1600
  728.         YResolution: 1200
  729.         XCharSize: 8
  730.         YCharSize: 16
  731.         NumberOfPlanes: 1
  732.         BitsPerPixel: 8
  733.         NumberOfBanks: 1
  734.         MemoryModel: 4
  735.         BankSize: 0
  736.         NumberOfImages: 6
  737.         RedMaskSize: 0
  738.         RedFieldPosition: 0
  739.         GreenMaskSize: 0
  740.         GreenFieldPosition: 0
  741.         BlueMaskSize: 0
  742.         BlueFieldPosition: 0
  743.         RsvdMaskSize: 0
  744.         RsvdFieldPosition: 0
  745.         DirectColorModeInfo: 0
  746.         PhysBasePtr: 0x90000000
  747. *Mode: 122 (1600x1200)
  748.         ModeAttributes: 0x9b
  749.         WinAAttributes: 0x7
  750.         WinBAttributes: 0x0
  751.         WinGranularity: 64
  752.         WinSize: 64
  753.         WinASegment: 0xa000
  754.         WinBSegment: 0xa000
  755.         WinFuncPtr: 0xc0007cc2
  756.         BytesPerScanline: 3200
  757.         XResolution: 1600
  758.         YResolution: 1200
  759.         XCharSize: 8
  760.         YCharSize: 16
  761.         NumberOfPlanes: 1
  762.         BitsPerPixel: 16
  763.         NumberOfBanks: 1
  764.         MemoryModel: 6
  765.         BankSize: 0
  766.         NumberOfImages: 3
  767.         RedMaskSize: 5
  768.         RedFieldPosition: 11
  769.         GreenMaskSize: 6
  770.         GreenFieldPosition: 5
  771.         BlueMaskSize: 5
  772.         BlueFieldPosition: 0
  773.         RsvdMaskSize: 0
  774.         RsvdFieldPosition: 0
  775.         DirectColorModeInfo: 0
  776.         PhysBasePtr: 0x90000000
  777. Mode: 124 (1600x1200)
  778.         ModeAttributes: 0x9b
  779.         WinAAttributes: 0x7
  780.         WinBAttributes: 0x0
  781.         WinGranularity: 64
  782.         WinSize: 64
  783.         WinASegment: 0xa000
  784.         WinBSegment: 0xa000
  785.         WinFuncPtr: 0xc0007cc2
  786.         BytesPerScanline: 6400
  787.         XResolution: 1600
  788.         YResolution: 1200
  789.         XCharSize: 8
  790.         YCharSize: 16
  791.         NumberOfPlanes: 1
  792.         BitsPerPixel: 32
  793.         NumberOfBanks: 1
  794.         MemoryModel: 6
  795.         BankSize: 0
  796.         NumberOfImages: 1
  797.         RedMaskSize: 8
  798.         RedFieldPosition: 16
  799.         GreenMaskSize: 8
  800.         GreenFieldPosition: 8
  801.         BlueMaskSize: 8
  802.         BlueFieldPosition: 0
  803.         RsvdMaskSize: 8
  804.         RsvdFieldPosition: 24
  805.         DirectColorModeInfo: 0
  806.         PhysBasePtr: 0x90000000
  807. Mode: 12e (320x200)
  808.         ModeAttributes: 0x9b
  809.         WinAAttributes: 0x7
  810.         WinBAttributes: 0x0
  811.         WinGranularity: 64
  812.         WinSize: 64
  813.         WinASegment: 0xa000
  814.         WinBSegment: 0xa000
  815.         WinFuncPtr: 0xc0007cc2
  816.         BytesPerScanline: 320
  817.         XResolution: 320
  818.         YResolution: 200
  819.         XCharSize: 8
  820.         YCharSize: 16
  821.         NumberOfPlanes: 1
  822.         BitsPerPixel: 8
  823.         NumberOfBanks: 1
  824.         MemoryModel: 4
  825.         BankSize: 0
  826.         NumberOfImages: 126
  827.         RedMaskSize: 0
  828.         RedFieldPosition: 0
  829.         GreenMaskSize: 0
  830.         GreenFieldPosition: 0
  831.         BlueMaskSize: 0
  832.         BlueFieldPosition: 0
  833.         RsvdMaskSize: 0
  834.         RsvdFieldPosition: 0
  835.         DirectColorModeInfo: 0
  836.         PhysBasePtr: 0x90000000
  837. Mode: 131 (320x240)
  838.         ModeAttributes: 0x9b
  839.         WinAAttributes: 0x7
  840.         WinBAttributes: 0x0
  841.         WinGranularity: 64
  842.         WinSize: 64
  843.         WinASegment: 0xa000
  844.         WinBSegment: 0xa000
  845.         WinFuncPtr: 0xc0007cc2
  846.         BytesPerScanline: 320
  847.         XResolution: 320
  848.         YResolution: 240
  849.         XCharSize: 8
  850.         YCharSize: 16
  851.         NumberOfPlanes: 1
  852.         BitsPerPixel: 8
  853.         NumberOfBanks: 1
  854.         MemoryModel: 4
  855.         BankSize: 0
  856.         NumberOfImages: 118
  857.         RedMaskSize: 0
  858.         RedFieldPosition: 0
  859.         GreenMaskSize: 0
  860.         GreenFieldPosition: 0
  861.         BlueMaskSize: 0
  862.         BlueFieldPosition: 0
  863.         RsvdMaskSize: 0
  864.         RsvdFieldPosition: 0
  865.         DirectColorModeInfo: 0
  866.         PhysBasePtr: 0x90000000
  867. *Mode: 133 (320x240)
  868.         ModeAttributes: 0x9b
  869.         WinAAttributes: 0x7
  870.         WinBAttributes: 0x0
  871.         WinGranularity: 64
  872.         WinSize: 64
  873.         WinASegment: 0xa000
  874.         WinBSegment: 0xa000
  875.         WinFuncPtr: 0xc0007cc2
  876.         BytesPerScanline: 640
  877.         XResolution: 320
  878.         YResolution: 240
  879.         XCharSize: 8
  880.         YCharSize: 16
  881.         NumberOfPlanes: 1
  882.         BitsPerPixel: 16
  883.         NumberOfBanks: 1
  884.         MemoryModel: 6
  885.         BankSize: 0
  886.         NumberOfImages: 78
  887.         RedMaskSize: 5
  888.         RedFieldPosition: 11
  889.         GreenMaskSize: 6
  890.         GreenFieldPosition: 5
  891.         BlueMaskSize: 5
  892.         BlueFieldPosition: 0
  893.         RsvdMaskSize: 0
  894.         RsvdFieldPosition: 0
  895.         DirectColorModeInfo: 0
  896.         PhysBasePtr: 0x90000000
  897. Mode: 134 (320x240)
  898.         ModeAttributes: 0x9b
  899.         WinAAttributes: 0x7
  900.         WinBAttributes: 0x0
  901.         WinGranularity: 64
  902.         WinSize: 64
  903.         WinASegment: 0xa000
  904.         WinBSegment: 0xa000
  905.         WinFuncPtr: 0xc0007cc2
  906.         BytesPerScanline: 1280
  907.         XResolution: 320
  908.         YResolution: 240
  909.         XCharSize: 8
  910.         YCharSize: 16
  911.         NumberOfPlanes: 1
  912.         BitsPerPixel: 32
  913.         NumberOfBanks: 1
  914.         MemoryModel: 6
  915.         BankSize: 0
  916.         NumberOfImages: 46
  917.         RedMaskSize: 8
  918.         RedFieldPosition: 16
  919.         GreenMaskSize: 8
  920.         GreenFieldPosition: 8
  921.         BlueMaskSize: 8
  922.         BlueFieldPosition: 0
  923.         RsvdMaskSize: 8
  924.         RsvdFieldPosition: 24
  925.         DirectColorModeInfo: 0
  926.         PhysBasePtr: 0x90000000
  927. Mode: 13b (1400x1050)
  928.         ModeAttributes: 0x9b
  929.         WinAAttributes: 0x7
  930.         WinBAttributes: 0x0
  931.         WinGranularity: 64
  932.         WinSize: 64
  933.         WinASegment: 0xa000
  934.         WinBSegment: 0xa000
  935.         WinFuncPtr: 0xc0007cc2
  936.         BytesPerScanline: 1400
  937.         XResolution: 1400
  938.         YResolution: 1050
  939.         XCharSize: 8
  940.         YCharSize: 16
  941.         NumberOfPlanes: 1
  942.         BitsPerPixel: 8
  943.         NumberOfBanks: 1
  944.         MemoryModel: 4
  945.         BankSize: 0
  946.         NumberOfImages: 9
  947.         RedMaskSize: 0
  948.         RedFieldPosition: 0
  949.         GreenMaskSize: 0
  950.         GreenFieldPosition: 0
  951.         BlueMaskSize: 0
  952.         BlueFieldPosition: 0
  953.         RsvdMaskSize: 0
  954.         RsvdFieldPosition: 0
  955.         DirectColorModeInfo: 0
  956.         PhysBasePtr: 0x90000000
  957. *Mode: 13c (1400x1050)
  958.         ModeAttributes: 0x9b
  959.         WinAAttributes: 0x7
  960.         WinBAttributes: 0x0
  961.         WinGranularity: 64
  962.         WinSize: 64
  963.         WinASegment: 0xa000
  964.         WinBSegment: 0xa000
  965.         WinFuncPtr: 0xc0007cc2
  966.         BytesPerScanline: 2800
  967.         XResolution: 1400
  968.         YResolution: 1050
  969.         XCharSize: 8
  970.         YCharSize: 16
  971.         NumberOfPlanes: 1
  972.         BitsPerPixel: 16
  973.         NumberOfBanks: 1
  974.         MemoryModel: 6
  975.         BankSize: 0
  976.         NumberOfImages: 4
  977.         RedMaskSize: 5
  978.         RedFieldPosition: 11
  979.         GreenMaskSize: 6
  980.         GreenFieldPosition: 5
  981.         BlueMaskSize: 5
  982.         BlueFieldPosition: 0
  983.         RsvdMaskSize: 0
  984.         RsvdFieldPosition: 0
  985.         DirectColorModeInfo: 0
  986.         PhysBasePtr: 0x90000000
  987. Mode: 13e (1400x1050)
  988.         ModeAttributes: 0x9b
  989.         WinAAttributes: 0x7
  990.         WinBAttributes: 0x0
  991.         WinGranularity: 64
  992.         WinSize: 64
  993.         WinASegment: 0xa000
  994.         WinBSegment: 0xa000
  995.         WinFuncPtr: 0xc0007cc2
  996.         BytesPerScanline: 5600
  997.         XResolution: 1400
  998.         YResolution: 1050
  999.         XCharSize: 8
  1000.         YCharSize: 16
  1001.         NumberOfPlanes: 1
  1002.         BitsPerPixel: 32
  1003.         NumberOfBanks: 1
  1004.         MemoryModel: 6
  1005.         BankSize: 0
  1006.         NumberOfImages: 1
  1007.         RedMaskSize: 8
  1008.         RedFieldPosition: 16
  1009.         GreenMaskSize: 8
  1010.         GreenFieldPosition: 8
  1011.         BlueMaskSize: 8
  1012.         BlueFieldPosition: 0
  1013.         RsvdMaskSize: 8
  1014.         RsvdFieldPosition: 24
  1015.         DirectColorModeInfo: 0
  1016.         PhysBasePtr: 0x90000000
  1017. Mode: 141 (400x300)
  1018.         ModeAttributes: 0x9b
  1019.         WinAAttributes: 0x7
  1020.         WinBAttributes: 0x0
  1021.         WinGranularity: 64
  1022.         WinSize: 64
  1023.         WinASegment: 0xa000
  1024.         WinBSegment: 0xa000
  1025.         WinFuncPtr: 0xc0007cc2
  1026.         BytesPerScanline: 400
  1027.         XResolution: 400
  1028.         YResolution: 300
  1029.         XCharSize: 8
  1030.         YCharSize: 16
  1031.         NumberOfPlanes: 1
  1032.         BitsPerPixel: 8
  1033.         NumberOfBanks: 1
  1034.         MemoryModel: 4
  1035.         BankSize: 0
  1036.         NumberOfImages: 118
  1037.         RedMaskSize: 0
  1038.         RedFieldPosition: 0
  1039.         GreenMaskSize: 0
  1040.         GreenFieldPosition: 0
  1041.         BlueMaskSize: 0
  1042.         BlueFieldPosition: 0
  1043.         RsvdMaskSize: 0
  1044.         RsvdFieldPosition: 0
  1045.         DirectColorModeInfo: 0
  1046.         PhysBasePtr: 0x90000000
  1047. *Mode: 143 (400x300)
  1048.         ModeAttributes: 0x9b
  1049.         WinAAttributes: 0x7
  1050.         WinBAttributes: 0x0
  1051.         WinGranularity: 64
  1052.         WinSize: 64
  1053.         WinASegment: 0xa000
  1054.         WinBSegment: 0xa000
  1055.         WinFuncPtr: 0xc0007cc2
  1056.         BytesPerScanline: 800
  1057.         XResolution: 400
  1058.         YResolution: 300
  1059.         XCharSize: 8
  1060.         YCharSize: 16
  1061.         NumberOfPlanes: 1
  1062.         BitsPerPixel: 16
  1063.         NumberOfBanks: 1
  1064.         MemoryModel: 6
  1065.         BankSize: 0
  1066.         NumberOfImages: 58
  1067.         RedMaskSize: 5
  1068.         RedFieldPosition: 11
  1069.         GreenMaskSize: 6
  1070.         GreenFieldPosition: 5
  1071.         BlueMaskSize: 5
  1072.         BlueFieldPosition: 0
  1073.         RsvdMaskSize: 0
  1074.         RsvdFieldPosition: 0
  1075.         DirectColorModeInfo: 0
  1076.         PhysBasePtr: 0x90000000
  1077. Mode: 144 (400x300)
  1078.         ModeAttributes: 0x9b
  1079.         WinAAttributes: 0x7
  1080.         WinBAttributes: 0x0
  1081.         WinGranularity: 64
  1082.         WinSize: 64
  1083.         WinASegment: 0xa000
  1084.         WinBSegment: 0xa000
  1085.         WinFuncPtr: 0xc0007cc2
  1086.         BytesPerScanline: 1600
  1087.         XResolution: 400
  1088.         YResolution: 300
  1089.         XCharSize: 8
  1090.         YCharSize: 16
  1091.         NumberOfPlanes: 1
  1092.         BitsPerPixel: 32
  1093.         NumberOfBanks: 1
  1094.         MemoryModel: 6
  1095.         BankSize: 0
  1096.         NumberOfImages: 28
  1097.         RedMaskSize: 8
  1098.         RedFieldPosition: 16
  1099.         GreenMaskSize: 8
  1100.         GreenFieldPosition: 8
  1101.         BlueMaskSize: 8
  1102.         BlueFieldPosition: 0
  1103.         RsvdMaskSize: 8
  1104.         RsvdFieldPosition: 24
  1105.         DirectColorModeInfo: 0
  1106.         PhysBasePtr: 0x90000000
  1107. Mode: 151 (512x384)
  1108.         ModeAttributes: 0x9b
  1109.         WinAAttributes: 0x7
  1110.         WinBAttributes: 0x0
  1111.         WinGranularity: 64
  1112.         WinSize: 64
  1113.         WinASegment: 0xa000
  1114.         WinBSegment: 0xa000
  1115.         WinFuncPtr: 0xc0007cc2
  1116.         BytesPerScanline: 512
  1117.         XResolution: 512
  1118.         YResolution: 384
  1119.         XCharSize: 8
  1120.         YCharSize: 16
  1121.         NumberOfPlanes: 1
  1122.         BitsPerPixel: 8
  1123.         NumberOfBanks: 1
  1124.         MemoryModel: 4
  1125.         BankSize: 0
  1126.         NumberOfImages: 78
  1127.         RedMaskSize: 0
  1128.         RedFieldPosition: 0
  1129.         GreenMaskSize: 0
  1130.         GreenFieldPosition: 0
  1131.         BlueMaskSize: 0
  1132.         BlueFieldPosition: 0
  1133.         RsvdMaskSize: 0
  1134.         RsvdFieldPosition: 0
  1135.         DirectColorModeInfo: 0
  1136.         PhysBasePtr: 0x90000000
  1137. *Mode: 153 (512x384)
  1138.         ModeAttributes: 0x9b
  1139.         WinAAttributes: 0x7
  1140.         WinBAttributes: 0x0
  1141.         WinGranularity: 64
  1142.         WinSize: 64
  1143.         WinASegment: 0xa000
  1144.         WinBSegment: 0xa000
  1145.         WinFuncPtr: 0xc0007cc2
  1146.         BytesPerScanline: 1024
  1147.         XResolution: 512
  1148.         YResolution: 384
  1149.         XCharSize: 8
  1150.         YCharSize: 16
  1151.         NumberOfPlanes: 1
  1152.         BitsPerPixel: 16
  1153.         NumberOfBanks: 1
  1154.         MemoryModel: 6
  1155.         BankSize: 0
  1156.         NumberOfImages: 38
  1157.         RedMaskSize: 5
  1158.         RedFieldPosition: 11
  1159.         GreenMaskSize: 6
  1160.         GreenFieldPosition: 5
  1161.         BlueMaskSize: 5
  1162.         BlueFieldPosition: 0
  1163.         RsvdMaskSize: 0
  1164.         RsvdFieldPosition: 0
  1165.         DirectColorModeInfo: 0
  1166.         PhysBasePtr: 0x90000000
  1167. Mode: 154 (512x384)
  1168.         ModeAttributes: 0x9b
  1169.         WinAAttributes: 0x7
  1170.         WinBAttributes: 0x0
  1171.         WinGranularity: 64
  1172.         WinSize: 64
  1173.         WinASegment: 0xa000
  1174.         WinBSegment: 0xa000
  1175.         WinFuncPtr: 0xc0007cc2
  1176.         BytesPerScanline: 2048
  1177.         XResolution: 512
  1178.         YResolution: 384
  1179.         XCharSize: 8
  1180.         YCharSize: 16
  1181.         NumberOfPlanes: 1
  1182.         BitsPerPixel: 32
  1183.         NumberOfBanks: 1
  1184.         MemoryModel: 6
  1185.         BankSize: 0
  1186.         NumberOfImages: 18
  1187.         RedMaskSize: 8
  1188.         RedFieldPosition: 16
  1189.         GreenMaskSize: 8
  1190.         GreenFieldPosition: 8
  1191.         BlueMaskSize: 8
  1192.         BlueFieldPosition: 0
  1193.         RsvdMaskSize: 8
  1194.         RsvdFieldPosition: 24
  1195.         DirectColorModeInfo: 0
  1196.         PhysBasePtr: 0x90000000
  1197. (II) VESA(0): Total Memory: 239 64KB banks (15296kB)
  1198. (II) VESA(0): Monitor0: Using hsync range of 28.00-51.00 kHz
  1199. (II) VESA(0): Monitor0: Using vrefresh range of 43.00-60.00 Hz
  1200. (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
  1201. (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
  1202. (II) VESA(0): Not using built-in mode "1400x1050" (no mode of this name)
  1203. (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
  1204. (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
  1205. (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
  1206. (II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
  1207. (II) VESA(0): Not using built-in mode "512x384" (no mode of this name)
  1208. (II) VESA(0): Not using built-in mode "400x300" (no mode of this name)
  1209. (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
  1210. (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
  1211. (WW) VESA(0): No valid modes left. Trying less strict filter...
  1212. (II) VESA(0): Monitor0: Using hsync range of 28.00-51.00 kHz
  1213. (II) VESA(0): Monitor0: Using vrefresh range of 43.00-60.00 Hz
  1214. (II) VESA(0): Not using built-in mode "1600x1200" (width too large for virtual size)
  1215. (II) VESA(0): Not using built-in mode "1400x1050" (width too large for virtual size)
  1216. (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
  1217. (II) VESA(0): Not using built-in mode "640x400" (hsync out of range)
  1218. (II) VESA(0): Not using built-in mode "512x384" (hsync out of range)
  1219. (II) VESA(0): Not using built-in mode "400x300" (illegal horizontal timings)
  1220. (II) VESA(0): Not using built-in mode "320x240" (illegal horizontal timings)
  1221. (II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
  1222. (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
  1223. (**) VESA(0): *Built-in mode "1024x768"
  1224. (**) VESA(0):  Built-in mode "800x600"
  1225. (**) VESA(0):  Built-in mode "640x480"
  1226. (==) VESA(0): DPI set to (96, 96)
  1227. (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (117)
  1228. (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (114)
  1229. (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (111)
  1230. (**) VESA(0): Using "Shadow Framebuffer"
  1231. (II) Loading sub module "shadow"
  1232. (II) LoadModule: "shadow"
  1233. (II) Loading /usr/lib/xorg/modules//libshadow.so
  1234. (II) Module shadow: vendor="X.Org Foundation"
  1235.         compiled for 1.6.5, module version = 1.1.0
  1236.         ABI class: X.Org ANSI C Emulation, version 0.4
  1237. (II) Loading sub module "fb"
  1238. (II) LoadModule: "fb"
  1239. (II) Loading /usr/lib/xorg/modules//libfb.so
  1240. (II) Module fb: vendor="X.Org Foundation"
  1241.         compiled for 1.6.5, module version = 1.0.0
  1242.         ABI class: X.Org ANSI C Emulation, version 0.4
  1243. (II) do I need RAC?  No, I don't.
  1244. (II) resource ranges after preInit:
  1245.         [0] -1        0        0xffffffff - 0xffffffff (0x1) MX[b]
  1246.         [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  1247.         [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  1248.         [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  1249.         [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  1250.         [5] -1        0        0x00000000 - 0x00000000 (0x1) IX[b]
  1251. (II) Loading sub module "int10"
  1252. (II) LoadModule: "int10"
  1253. (II) Reloading /usr/lib/xorg/modules//libint10.so
  1254. (II) VESA(0): initializing int10
  1255. (II) VESA(0): Primary V_BIOS segment is: 0xc000
  1256. (II) VESA(0): VESA BIOS detected
  1257. (II) VESA(0): VESA VBE Version 2.0
  1258. (II) VESA(0): VESA VBE Total Mem: 15296 kB
  1259. (II) VESA(0): VESA VBE OEM: S3 Incorporated. Twister BIOS
  1260. (II) VESA(0): VESA VBE OEM Software Rev: 1.0
  1261. (II) VESA(0): VESA VBE OEM Vendor: S3 Incorporated.
  1262. (II) VESA(0): VESA VBE OEM Product: VBE 2.0
  1263. (II) VESA(0): VESA VBE OEM Product Rev: Rev 1.1
  1264. (II) VESA(0): virtual address = 0xb6ad1000,
  1265.         physical address = 0x90000000, size = 15663104
  1266. (II) VESA(0): Setting up VESA Mode 0x117 (1024x768)
  1267. (II) VESA(0): VBESetVBEMode failed...Tried again without customized values.
  1268. (==) VESA(0): Default visual is TrueColor
  1269. (==) VESA(0): Backing store disabled
  1270. (**) Option "dpms"
  1271. (**) VESA(0): DPMS enabled
  1272. (WW) VESA(0): Option "UseBIOS" is not used
  1273. (WW) VESA(0): Option "AGPMode" is not used
  1274. (WW) VESA(0): Option "AGPSize" is not used
  1275. (==) RandR enabled
  1276. (II) Initializing built-in extension Generic Event Extension
  1277. (II) Initializing built-in extension SHAPE
  1278. (II) Initializing built-in extension MIT-SHM
  1279. (II) Initializing built-in extension XInputExtension
  1280. (II) Initializing built-in extension XTEST
  1281. (II) Initializing built-in extension BIG-REQUESTS
  1282. (II) Initializing built-in extension SYNC
  1283. (II) Initializing built-in extension XKEYBOARD
  1284. (II) Initializing built-in extension XC-MISC
  1285. (II) Initializing built-in extension XINERAMA
  1286. (II) Initializing built-in extension XFIXES
  1287. (II) Initializing built-in extension RENDER
  1288. (II) Initializing built-in extension RANDR
  1289. (II) Initializing built-in extension COMPOSITE
  1290. (II) Initializing built-in extension DAMAGE
  1291. SELinux: Disabled on system, not enabling in X server
  1292. (II) AIGLX: Screen 0 is not DRI2 capable
  1293. (II) AIGLX: Screen 0 is not DRI capable
  1294. (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
  1295. (II) GLX: Initialized DRISWRAST GL provider for screen 0
  1296. (II) Synaptics touchpad driver version 1.2.0
  1297. (--) Mouse0 auto-dev sets device to /dev/input/event6
  1298. (**) Option "Device" "/dev/input/event6"
  1299. (II) Mouse0: x-axis range 0 - 1023
  1300. (II) Mouse0: y-axis range 0 - 767
  1301. (II) Mouse0: pressure range 0 - 127
  1302. (II) Mouse0: finger width range 0 - 0
  1303. (II) Mouse0: buttons: left right middle
  1304. (--) Mouse0: touchpad found
  1305. (**) Option "CorePointer"
  1306. (**) Mouse0: always reports core events
  1307. (II) XINPUT: Adding extended input device "Mouse0" (type: TOUCHPAD)
  1308. (**) Mouse0: (accel) keeping acceleration scheme 1
  1309. (**) Mouse0: (accel) filter chain progression: 2.00
  1310. (**) Mouse0: (accel) filter stage 0: 20.00 ms
  1311. (**) Mouse0: (accel) set acceleration profile 0
  1312. (--) Mouse0: touchpad found
  1313. (II) config/hal: Adding input device Sleep Button
  1314. (II) LoadModule: "evdev"
  1315. (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
  1316. (II) Module evdev: vendor="X.Org Foundation"
  1317.         compiled for 1.6.3, module version = 2.2.5
  1318.         Module class: X.Org XInput Driver
  1319.         ABI class: X.Org XInput driver, version 4.0
  1320. (**) Sleep Button: always reports core events
  1321. (**) Sleep Button: Device: "/dev/input/event2"
  1322. (II) Sleep Button: Found keys
  1323. (II) Sleep Button: Configuring as keyboard
  1324. (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
  1325. (**) Option "xkb_rules" "evdev"
  1326. (**) Option "xkb_model" "pc104"
  1327. (**) Option "xkb_layout" "us"
  1328. (II) config/hal: Adding input device Power Button
  1329. (**) Power Button: always reports core events
  1330. (**) Power Button: Device: "/dev/input/event1"
  1331. (II) Power Button: Found keys
  1332. (II) Power Button: Configuring as keyboard
  1333. (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
  1334. (**) Option "xkb_rules" "evdev"
  1335. (**) Option "xkb_model" "pc104"
  1336. (**) Option "xkb_layout" "us"
  1337. (II) config/hal: Adding input device AT Translated Set 2 keyboard
  1338. (**) AT Translated Set 2 keyboard: always reports core events
  1339. (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
  1340. (II) AT Translated Set 2 keyboard: Found keys
  1341. (II) AT Translated Set 2 keyboard: Configuring as keyboard
  1342. (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
  1343. (**) Option "xkb_rules" "evdev"
  1344. (**) Option "xkb_model" "pc104"
  1345. (**) Option "xkb_layout" "us"
  1346. (II) config/hal: Adding input device AlpsPS/2 ALPS GlidePoint
  1347. (II) Synaptics touchpad driver version 1.2.0
  1348. (**) Option "Device" "/dev/input/event6"
  1349. (--) AlpsPS/2 ALPS GlidePoint: no supported touchpad found
  1350. (EE) AlpsPS/2 ALPS GlidePoint Unable to query/initialize Synaptics hardware.
  1351. (EE) PreInit failed for input device "AlpsPS/2 ALPS GlidePoint"
  1352. (II) UnloadModule: "synaptics"
  1353. (EE) config/hal: NewInputDeviceRequest failed (8)
  1354. (II) config/hal: Adding input device PS/2 Mouse
  1355. (**) PS/2 Mouse: always reports core events
  1356. (**) PS/2 Mouse: Device: "/dev/input/event5"
  1357. (II) PS/2 Mouse: Found 3 mouse buttons
  1358. (II) PS/2 Mouse: Found x and y relative axes
  1359. (II) PS/2 Mouse: Configuring as mouse
  1360. (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
  1361. (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  1362. (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
  1363. (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
  1364. (**) PS/2 Mouse: (accel) filter chain progression: 2.00
  1365. (**) PS/2 Mouse: (accel) filter stage 0: 20.00 ms
  1366. (**) PS/2 Mouse: (accel) set acceleration profile 0
  1367. (II) PS/2 Mouse: initialized for relative axes.
复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则

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